microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
99.06k stars 12.29k forks source link

[NewErrors] 5.6.0-dev.20240604 vs 5.4.5 #58774

Closed typescript-bot closed 4 weeks ago

typescript-bot commented 1 month ago

The following errors were reported by 5.6.0-dev.20240604, but not by 5.4.5 Pipeline that generated this bug Logs for the pipeline run File that generated the pipeline

This run considered 1000 popular TS repos from GH (after skipping the top 0).

Successfully analyzed 594 of 987 visited repos (:warning: expected 1000) | Outcome | Count | |---------|-------| | Detected interesting changes | 69 | | Detected no interesting changes | 525 | | Git clone failed | 12 | | Package install failed | 132 | | Project-graph error in old TS | 7 | | Too many errors in old TS | 223 | | Unknown failure | 19 |

Investigation Status

Repo Errors Outcome
actualbudget/actual 2
aidenybai/million 1
alangpierce/sucrase 2
angular/angularfire 1
ardatan/graphql-tools 1
ariakit/ariakit 5
backstage/backstage 1
caprover/caprover 1
chakra-ui/panda 38
Chocobozzz/PeerTube 2
conventional-changelog/conventional-changelog 1
curlconverter/curlconverter 6
derbyjs/derby 1
dotansimha/graphql-code-generator 2
elastic/eui 2
element-hq/element-web 36
foambubble/foam 1
formatjs/formatjs 2
framer/motion 1
gilbarbara/react-joyride 6
gitkraken/vscode-gitlens 3
gitpod-io/gitpod 1
growthbook/growthbook 2
gvergnaud/ts-pattern 1
hexojs/hexo 1
heyxyz/hey 5
highcharts/highcharts 6
Huachao/vscode-restclient 1
infinitered/ignite 1
ionic-team/stencil 1
jackyzha0/quartz 1
jupyterlab/jupyterlab 3
keplergl/kepler.gl 1
LokerL/tts-vue 1
louislam/dockge 2
lucaong/minisearch 1
measuredco/puck 3
microsoft/codetour 2
microsoft/playwright 1
misskey-dev/misskey 4
netless-io/flat 3
nextauthjs/next-auth 1
ngrx/platform 1
omnivore-app/omnivore 3
OneUptime/oneuptime 12
outline/outline 1
pnpm/pnpm 2
privatenumber/tsx 1
QwikDev/qwik 3
radix-ui/themes 2
react-navigation/react-navigation 1
reduxjs/redux-toolkit 4
reduxjs/redux 1
runtipi/runtipi 1
sequelize/sequelize 1
slidevjs/slidev 1
statelyai/xstate 1
strapi/strapi 12
tapexyz/tape 1
teableio/teable 1
tinacms/tinacms 1
triggerdotdev/trigger.dev 2
tweenjs/tween.js 1
vega/vega-lite 2
vendure-ecommerce/vendure 2
vuejs/language-tools 1
winglang/wing 12
xiangsx/gpt4free-ts 1
youzan/vant 1
typescript-bot commented 1 month ago

actualbudget/actual

**2 of 4 projects failed to build with the old tsc and were ignored** ### [packages\/loot-core\/tsconfig.api.json](https://github.com/actualbudget/actual/blob/6d117f44de92e8777beb8c052d9483febc9d9e22/packages/loot-core/tsconfig.api.json) - `error TS2554: Expected 0 arguments, but got 1.` - [packages\/loot-core\/src\/server\/accounts\/rules.ts\#L38](https://github.com/actualbudget/actual/blob/6d117f44de92e8777beb8c052d9483febc9d9e22/packages/loot-core/src/server/accounts/rules.ts#L38) - [packages\/loot-core\/src\/server\/schedules\/app.ts\#L377](https://github.com/actualbudget/actual/blob/6d117f44de92e8777beb8c052d9483febc9d9e22/packages/loot-core/src/server/schedules/app.ts#L377) - [packages\/loot-core\/src\/server\/schedules\/find-schedules.ts\#L19](https://github.com/actualbudget/actual/blob/6d117f44de92e8777beb8c052d9483febc9d9e22/packages/loot-core/src/server/schedules/find-schedules.ts#L19) - `error TS2339: Property 'occurrences' does not exist on type 'Schedule'.` - [packages\/loot-core\/src\/server\/schedules\/app.ts\#L380](https://github.com/actualbudget/actual/blob/6d117f44de92e8777beb8c052d9483febc9d9e22/packages/loot-core/src/server/schedules/app.ts#L380) - [packages\/loot-core\/src\/server\/schedules\/find-schedules.ts\#L21](https://github.com/actualbudget/actual/blob/6d117f44de92e8777beb8c052d9483febc9d9e22/packages/loot-core/src/server/schedules/find-schedules.ts#L21)
typescript-bot commented 1 month ago

aidenybai/million

**3 of 4 projects failed to build with the old tsc and were ignored** ### [website\/tsconfig.json](https://github.com/aidenybai/million/blob/e49109d8af13df93136ce8c1e94db8de8c85c4e6/website/tsconfig.json) - `error TS2322: Type '{ plugins: { legend: { display: boolean; }; }; indexAxis: "y"; scales: { x: { max: number; ticks: { format: { style: string; minimumFractionDigits: number; maximumFractionDigits: number; }; }; }; }; }' is not assignable to type '_DeepPartialObject & ElementChartOptions<"bar"> & PluginChartOptions<"bar"> & DatasetChartOptions<"bar"> & ScaleChartOptions<...> & BarControllerChartOptions>'.` - [website\/components\/chart.tsx\#L81](https://github.com/aidenybai/million/blob/e49109d8af13df93136ce8c1e94db8de8c85c4e6/website/components/chart.tsx#L81)
typescript-bot commented 1 month ago

alangpierce/sucrase

**4 of 18 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/alangpierce/sucrase/blob/61c05e1e6f29c906c432da57c91ab44660196c8d/tsconfig.json) - `error TS2367: This comparison appears to be unintentional because the types 'JSXRole.NoChildren' and 'JSXRole.KeyAfterPropSpread' have no overlap.` - [src\/parser\/plugins\/jsx\/index.ts\#L258](https://github.com/alangpierce/sucrase/blob/61c05e1e6f29c906c432da57c91ab44660196c8d/src/parser/plugins/jsx/index.ts#L258) ### [src\/tsconfig.json](https://github.com/alangpierce/sucrase/blob/61c05e1e6f29c906c432da57c91ab44660196c8d/src/tsconfig.json) - `error TS2367: This comparison appears to be unintentional because the types 'JSXRole.NoChildren' and 'JSXRole.KeyAfterPropSpread' have no overlap.` - [src\/parser\/plugins\/jsx\/index.ts\#L258](https://github.com/alangpierce/sucrase/blob/61c05e1e6f29c906c432da57c91ab44660196c8d/src/parser/plugins/jsx/index.ts#L258)
typescript-bot commented 1 month ago

angular/angularfire

**11 of 14 projects failed to build with the old tsc and were ignored** ### [src\/schematics\/tsconfig.json](https://github.com/angular/angularfire/blob/3639e41b52c0b2963c1e24734ff8401f4d21107e/src/schematics/tsconfig.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [src\/schematics\/update\/v7\/index.ts\#L7](https://github.com/angular/angularfire/blob/3639e41b52c0b2963c1e24734ff8401f4d21107e/src/schematics/update/v7/index.ts#L7) - [src\/schematics\/update\/v7\/index.ts\#L7](https://github.com/angular/angularfire/blob/3639e41b52c0b2963c1e24734ff8401f4d21107e/src/schematics/update/v7/index.ts#L7) - [src\/schematics\/update\/v7\/index.ts\#L7](https://github.com/angular/angularfire/blob/3639e41b52c0b2963c1e24734ff8401f4d21107e/src/schematics/update/v7/index.ts#L7) - [src\/schematics\/update\/v7\/index.ts\#L7](https://github.com/angular/angularfire/blob/3639e41b52c0b2963c1e24734ff8401f4d21107e/src/schematics/update/v7/index.ts#L7) - [src\/schematics\/update\/v7\/index.ts\#L7](https://github.com/angular/angularfire/blob/3639e41b52c0b2963c1e24734ff8401f4d21107e/src/schematics/update/v7/index.ts#L7)
typescript-bot commented 1 month ago

ardatan/graphql-tools

### [tsconfig.json](https://github.com/ardatan/graphql-tools/blob/f4fbc208c5d0212bb053f1a82cd15aa86f7f1b04/tsconfig.json) - `error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.` - [tsconfig.json\#L19](https://github.com/ardatan/graphql-tools/blob/f4fbc208c5d0212bb053f1a82cd15aa86f7f1b04/tsconfig.json#L19)
typescript-bot commented 1 month ago

ariakit/ariakit

**1 of 6 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/ariakit/ariakit/blob/d52c52974b1ae9e187c4c1f5ba6468ee9472b246/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/ariakit-react-core\/src\/utils\/store.tsx\#L138](https://github.com/ariakit/ariakit/blob/d52c52974b1ae9e187c4c1f5ba6468ee9472b246/packages/ariakit-react-core/src/utils/store.tsx#L138) ### [website\/tsconfig.json](https://github.com/ariakit/ariakit/blob/d52c52974b1ae9e187c4c1f5ba6468ee9472b246/website/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/ariakit-react-core\/src\/utils\/store.tsx\#L138](https://github.com/ariakit/ariakit/blob/d52c52974b1ae9e187c4c1f5ba6468ee9472b246/packages/ariakit-react-core/src/utils/store.tsx#L138) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [website\/build-pages\/reference-utils.js\#L181](https://github.com/ariakit/ariakit/blob/d52c52974b1ae9e187c4c1f5ba6468ee9472b246/website/build-pages/reference-utils.js#L181) - [website\/build-pages\/reference-utils.js\#L181](https://github.com/ariakit/ariakit/blob/d52c52974b1ae9e187c4c1f5ba6468ee9472b246/website/build-pages/reference-utils.js#L181) - [website\/build-pages\/reference-utils.js\#L181](https://github.com/ariakit/ariakit/blob/d52c52974b1ae9e187c4c1f5ba6468ee9472b246/website/build-pages/reference-utils.js#L181) ### [packages\/ariakit-react-core\/tsconfig.build.json](https://github.com/ariakit/ariakit/blob/d52c52974b1ae9e187c4c1f5ba6468ee9472b246/packages/ariakit-react-core/tsconfig.build.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/ariakit-react-core\/src\/utils\/store.tsx\#L138](https://github.com/ariakit/ariakit/blob/d52c52974b1ae9e187c4c1f5ba6468ee9472b246/packages/ariakit-react-core/src/utils/store.tsx#L138) ### [packages\/ariakit-react\/tsconfig.build.json](https://github.com/ariakit/ariakit/blob/d52c52974b1ae9e187c4c1f5ba6468ee9472b246/packages/ariakit-react/tsconfig.build.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/ariakit-react-core\/src\/utils\/store.tsx\#L138](https://github.com/ariakit/ariakit/blob/d52c52974b1ae9e187c4c1f5ba6468ee9472b246/packages/ariakit-react-core/src/utils/store.tsx#L138)
typescript-bot commented 1 month ago

backstage/backstage

**7 of 13 projects failed to build with the old tsc and were ignored** ### [microsite\/tsconfig.json](https://github.com/backstage/backstage/blob/c8c0bb95ca85d8739f7582b1bdb1ab706a6f3544/microsite/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es2018' or later.` - [microsite\/docusaurus.config.ts\#L80](https://github.com/backstage/backstage/blob/c8c0bb95ca85d8739f7582b1bdb1ab706a6f3544/microsite/docusaurus.config.ts#L80)
typescript-bot commented 1 month ago

caprover/caprover

### [tsconfig.json](https://github.com/caprover/caprover/blob/63906469b855d9f71dae59edff2f2e1b03f15fc5/tsconfig.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [src\/utils\/GitHelper.ts\#L16](https://github.com/caprover/caprover/blob/63906469b855d9f71dae59edff2f2e1b03f15fc5/src/utils/GitHelper.ts#L16) - [src\/utils\/GitHelper.ts\#L17](https://github.com/caprover/caprover/blob/63906469b855d9f71dae59edff2f2e1b03f15fc5/src/utils/GitHelper.ts#L17) - [src\/utils\/GitHelper.ts\#L18](https://github.com/caprover/caprover/blob/63906469b855d9f71dae59edff2f2e1b03f15fc5/src/utils/GitHelper.ts#L18) - [src\/utils\/GitHelper.ts\#L19](https://github.com/caprover/caprover/blob/63906469b855d9f71dae59edff2f2e1b03f15fc5/src/utils/GitHelper.ts#L19) - [src\/utils\/GitHelper.ts\#L20](https://github.com/caprover/caprover/blob/63906469b855d9f71dae59edff2f2e1b03f15fc5/src/utils/GitHelper.ts#L20) - [src\/utils\/GitHelper.ts\#L21](https://github.com/caprover/caprover/blob/63906469b855d9f71dae59edff2f2e1b03f15fc5/src/utils/GitHelper.ts#L21)
typescript-bot commented 1 month ago

chakra-ui/panda

**21 of 41 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/types\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/types/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/token-dictionary\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/token-dictionary/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/studio\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/studio/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/shared\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/preset-panda\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/preset-panda/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/preset-open-props\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/preset-open-props/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/preset-base\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/preset-base/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/preset-atlaskit\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/preset-atlaskit/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/postcss\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/postcss/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/parser\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/parser/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/node\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/node/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/node\/tsconfig.build.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/node/tsconfig.build.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/logger\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/logger/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/generator\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/generator/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/fixture\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/fixture/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/core\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/core/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/cli\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/cli/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58) ### [packages\/astro-plugin-studio\/tsconfig.json](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/astro-plugin-studio/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}'.` - [packages\/shared\/src\/traverse.ts\#L48](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L48) - `error TS2322: Type 'object' is not assignable to type 'any[] | Record'.` - [packages\/shared\/src\/traverse.ts\#L58](https://github.com/chakra-ui/panda/blob/66079d760a9bbe65083aa37c17c6e42b95348b1f/packages/shared/src/traverse.ts#L58)
typescript-bot commented 1 month ago

Chocobozzz/PeerTube

**4 of 11 projects failed to build with the old tsc and were ignored** ### [client\/e2e\/tsconfig.json](https://github.com/Chocobozzz/PeerTube/blob/568a1b1e8563cb4c2d9a8e87099fc35fa23f80cc/client/e2e/tsconfig.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [client\/e2e\/src\/utils\/email.ts\#L4](https://github.com/Chocobozzz/PeerTube/blob/568a1b1e8563cb4c2d9a8e87099fc35fa23f80cc/client/e2e/src/utils/email.ts#L4) ### [client\/tsconfig.json](https://github.com/Chocobozzz/PeerTube/blob/568a1b1e8563cb4c2d9a8e87099fc35fa23f80cc/client/tsconfig.json) - `error TS2352: Conversion of type 'string' to type 'FormReactiveErrors' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [client\/src\/app\/shared\/shared-forms\/form-validator.service.ts\#L59](https://github.com/Chocobozzz/PeerTube/blob/568a1b1e8563cb4c2d9a8e87099fc35fa23f80cc/client/src/app/shared/shared-forms/form-validator.service.ts#L59)
typescript-bot commented 1 month ago

conventional-changelog/conventional-changelog

**2 of 14 projects failed to build with the old tsc and were ignored** ### [packages\/conventional-changelog-writer\/tsconfig.json](https://github.com/conventional-changelog/conventional-changelog/blob/d3b8aaa16337993bbad4d91db1ffac5a7568756b/packages/conventional-changelog-writer/tsconfig.json) - `error TS2345: Argument of type 'SortBy>' is not assignable to parameter of type 'string | string[] | Comparator> | undefined'.` - [packages\/conventional-changelog-writer\/src\/options.ts\#L80](https://github.com/conventional-changelog/conventional-changelog/blob/d3b8aaa16337993bbad4d91db1ffac5a7568756b/packages/conventional-changelog-writer/src/options.ts#L80)
typescript-bot commented 1 month ago

curlconverter/curlconverter

### [tsconfig.json](https://github.com/curlconverter/curlconverter/blob/ed0baa72198d4609ebdf83923f880cab2e5234eb/tsconfig.json) - `error TS1487: Octal escape sequences are not allowed. Use the syntax '\x02'.` - [src\/generators\/wget.ts\#L88](https://github.com/curlconverter/curlconverter/blob/ed0baa72198d4609ebdf83923f880cab2e5234eb/src/generators/wget.ts#L88) - `error TS1487: Octal escape sequences are not allowed. Use the syntax '\x09'.` - [src\/generators\/wget.ts\#L88](https://github.com/curlconverter/curlconverter/blob/ed0baa72198d4609ebdf83923f880cab2e5234eb/src/generators/wget.ts#L88) - `error TS1487: Octal escape sequences are not allowed. Use the syntax '\x0b'.` - [src\/generators\/wget.ts\#L88](https://github.com/curlconverter/curlconverter/blob/ed0baa72198d4609ebdf83923f880cab2e5234eb/src/generators/wget.ts#L88) - `error TS1487: Octal escape sequences are not allowed. Use the syntax '\x1a'.` - [src\/generators\/wget.ts\#L88](https://github.com/curlconverter/curlconverter/blob/ed0baa72198d4609ebdf83923f880cab2e5234eb/src/generators/wget.ts#L88) - `error TS1536: Octal escape sequences and backreferences are not allowed in a character class. If this was intended as an escape sequence, use the syntax '\x82' instead.` - [src\/generators\/wget.ts\#L88](https://github.com/curlconverter/curlconverter/blob/ed0baa72198d4609ebdf83923f880cab2e5234eb/src/generators/wget.ts#L88) - `error TS1536: Octal escape sequences and backreferences are not allowed in a character class. If this was intended as an escape sequence, use the syntax '\xff' instead.` - [src\/generators\/wget.ts\#L88](https://github.com/curlconverter/curlconverter/blob/ed0baa72198d4609ebdf83923f880cab2e5234eb/src/generators/wget.ts#L88)
typescript-bot commented 1 month ago

derbyjs/derby

### [tsconfig.json](https://github.com/derbyjs/derby/blob/d12f1c58be5c00f9cb733426ada52aef1a550377/tsconfig.json) - `error TS5102: Option 'noImplicitUseStrict' has been removed. Please remove it from your configuration.` - [tsconfig.json\#L7](https://github.com/derbyjs/derby/blob/d12f1c58be5c00f9cb733426ada52aef1a550377/tsconfig.json#L7)
typescript-bot commented 1 month ago

dotansimha/graphql-code-generator

**8 of 23 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/dotansimha/graphql-code-generator/blob/c720b1b86211ec6f6248b4e54a2813f56e3904b1/tsconfig.json) - `error TS1536: Octal escape sequences and backreferences are not allowed in a character class. If this was intended as an escape sequence, use the syntax '\x02' instead.` - [packages\/graphql-codegen-cli\/tests\/cli-flags.spec.ts\#L7](https://github.com/dotansimha/graphql-code-generator/blob/c720b1b86211ec6f6248b4e54a2813f56e3904b1/packages/graphql-codegen-cli/tests/cli-flags.spec.ts#L7) - `error TS1536: Octal escape sequences and backreferences are not allowed in a character class. If this was intended as an escape sequence, use the syntax '\x04' instead.` - [packages\/graphql-codegen-cli\/tests\/cli-flags.spec.ts\#L7](https://github.com/dotansimha/graphql-code-generator/blob/c720b1b86211ec6f6248b4e54a2813f56e3904b1/packages/graphql-codegen-cli/tests/cli-flags.spec.ts#L7)
typescript-bot commented 1 month ago

elastic/eui

**1 of 2 projects failed to build with the old tsc and were ignored** ### [packages\/eui\/tsconfig.json](https://github.com/elastic/eui/blob/ed62e633fca1dd2c6a5bc522d0eaa8cae5c5ed70/packages/eui/tsconfig.json) - `error TS2345: Argument of type 'null' is not assignable to parameter of type 'EuiThemeShape | EuiThemeSystem'.` - [packages\/eui\/src\/services\/theme\/utils.ts\#L89](https://github.com/elastic/eui/blob/ed62e633fca1dd2c6a5bc522d0eaa8cae5c5ed70/packages/eui/src/services/theme/utils.ts#L89) - [packages\/eui\/src\/services\/theme\/utils.ts\#L98](https://github.com/elastic/eui/blob/ed62e633fca1dd2c6a5bc522d0eaa8cae5c5ed70/packages/eui/src/services/theme/utils.ts#L98) - `error TS2345: Argument of type '{ themeName: string; }' is not assignable to parameter of type 'EuiThemeComputed'.` - [packages\/eui\/src\/services\/theme\/utils.ts\#L245](https://github.com/elastic/eui/blob/ed62e633fca1dd2c6a5bc522d0eaa8cae5c5ed70/packages/eui/src/services/theme/utils.ts#L245) - [packages\/eui\/src\/services\/theme\/utils.ts\#L249](https://github.com/elastic/eui/blob/ed62e633fca1dd2c6a5bc522d0eaa8cae5c5ed70/packages/eui/src/services/theme/utils.ts#L249)
typescript-bot commented 1 month ago

element-hq/element-web

### [tsconfig.json](https://github.com/element-hq/element-web/blob/5a7956fd90bde51dc73f6740d1bf9464d0fa785c/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es2018' or later.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/SlashCommands.tsx#L904 - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/utils/exportUtils/PlainTextExport.ts#L51 - `error TS2322: Type '{ playback: Playback; playbackPhase: PlaybackState; tabIndex: number; ref: RefObject; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly<...>'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/audio_messages/AudioPlayer.tsx#L47 - `error TS2322: Type '{ playback: Playback; playbackPhase: PlaybackState; ref: RefObject; }' is not assignable to type 'Readonly'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/audio_messages/RecordingPlayback.tsx#L86 - `error TS2312: An interface can only extend an object type or intersection of object types with statically known members.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/context_menus/KebabContextMenu.tsx#L32 - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/dialogs/spotlight/TooltipOption.tsx#L24 - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/rooms/CollapsibleButton.tsx#L25 - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/voip/LegacyCallView/LegacyCallViewButtons.tsx#L75 - `error TS2322: Type '{ children: Element; id: string; className: string; onClick: () => void; onTooltipOpenChange: (open: any) => void; title: string; }' is not assignable to type 'IntrinsicAttributes & TooltipOptionProps & { children?: ReactNode; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/dialogs/spotlight/SpotlightDialog.tsx#L936 - `error TS7006: Parameter 'open' implicitly has an 'any' type.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/dialogs/spotlight/SpotlightDialog.tsx#L942 - `error TS2322: Type '{ children: (string | Element)[]; id: string; title: string; key: string; onClick: (ev: any) => void; }' is not assignable to type 'IntrinsicAttributes & TooltipOptionProps & { children?: ReactNode; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/dialogs/spotlight/SpotlightDialog.tsx#L1109 - `error TS7006: Parameter 'ev' implicitly has an 'any' type.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/dialogs/spotlight/SpotlightDialog.tsx#L1112 - `error TS2339: Property 'className' does not exist on type 'TooltipOptionProps & { children?: ReactNode; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/dialogs/spotlight/TooltipOption.tsx#L29 - `error TS2741: Property 'onClick' is missing in type '{ className: string; onFocus: FocusHandler; ref: RefObject; tabIndex: number; "aria-selected": boolean; role: "option"; endAdornment?: ReactNode; children?: ReactNode; }' but required in type '{ element?: keyof IntrinsicElements | undefined; kind?: AccessibleButtonKind | undefined; disabled?: boolean | undefined; triggerOnMouseDown?: boolean | undefined; ... 5 more ...; disableTooltip?: boolean | undefined; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/dialogs/spotlight/TooltipOption.tsx#L32 - `error TS2322: Type '{ className: string; iconClassName: string; onClick: (ev?: SyntheticEvent | undefined) => void; title: string; inputRef: RefObject; }' is not assignable to type 'IntrinsicAttributes & Props & { children?: ReactNode; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/location/LocationButton.tsx#L66 - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/rooms/EmojiButton.tsx#L60 - `error TS2339: Property 'className' does not exist on type 'Props & { children?: ReactNode; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/rooms/CollapsibleButton.tsx#L34 - `error TS2741: Property 'onClick' is missing in type '{ iconClassName: string; label: string; inputRef: Ref | undefined; }' but required in type 'IOptionProps'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/rooms/CollapsibleButton.tsx#L41 - `error TS2741: Property 'onClick' is missing in type '{ children: ReactNode; title: string; className: string; ref: Ref | undefined; }' but required in type '{ element?: keyof IntrinsicElements | undefined; kind?: AccessibleButtonKind | undefined; disabled?: boolean | undefined; triggerOnMouseDown?: boolean | undefined; ... 5 more ...; disableTooltip?: boolean | undefined; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/rooms/CollapsibleButton.tsx#L45 - `error TS2322: Type '{ className: string; iconClassName: string; onClick: () => void; title: string; }' is not assignable to type 'IntrinsicAttributes & Props & { children?: ReactNode; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/rooms/MessageComposerButtons.tsx#L244 - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/rooms/MessageComposerButtons.tsx#L337 - `error TS2322: Type '{ id: string; key: string; className: string; iconClassName: string; onClick: () => void; title: string; }' is not assignable to type 'IntrinsicAttributes & Props & { children?: ReactNode; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/rooms/MessageComposerButtons.tsx#L255 - `error TS2322: Type '{ key: string; className: string; iconClassName: string; onClick: () => void; title: string; }' is not assignable to type 'IntrinsicAttributes & Props & { children?: ReactNode; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/rooms/MessageComposerButtons.tsx#L269 - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/rooms/MessageComposerButtons.tsx#L282 - `error TS2322: Type '{ className: string; iconClassName: string; onClick: (ev: ButtonEvent) => void; title: string; }' is not assignable to type 'IntrinsicAttributes & Props & { children?: ReactNode; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/rooms/MessageComposerButtons.tsx#L370 - `error TS2322: Type '{ disabled: boolean | undefined; title: string; options: Element[]; "data-testid": string; }' is not assignable to type 'IntrinsicAttributes & KebabContextMenuProps & { children?: ReactNode; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/settings/devices/CurrentDeviceSection.tsx#L81 - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/settings/devices/OtherSessionsSectionHeading.tsx#L54 - `error TS2322: Type '{ title: string; description: Element; }' is not assignable to type 'Omit(props: DynamicHtmlElementProps & { element?: T | undefined; kind?: AccessibleButtonKind | undefined; ... 7 more ...; disableTooltip?: boolean | undefined; } & RefAttributes<...>) => ReactElement<...> | null)>, "kind" | ... 1 more ... | "onClick">'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/settings/devices/DeviceDetailHeading.tsx#L81 - `error TS2322: Type '{ title: string; description: ReactNode; }' is not assignable to type 'Omit(props: DynamicHtmlElementProps & { element?: T | undefined; kind?: AccessibleButtonKind | undefined; ... 7 more ...; disableTooltip?: boolean | undefined; } & RefAttributes<...>) => ReactElement<...> | null)>, "kind" | ... 1 more ... | "onClick">'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/settings/devices/DeviceSecurityLearnMore.tsx#L80 - `error TS2322: Type '{ variation: DeviceSecurityVariation.Verified; }' is not assignable to type 'Omit>, "description" | "title">'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/settings/devices/DeviceVerificationStatusCard.tsx#L49 - `error TS2322: Type '{ variation: DeviceSecurityVariation.Unverifiable; }' is not assignable to type 'Omit>, "description" | "title">'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/settings/devices/DeviceVerificationStatusCard.tsx#L61 - `error TS2322: Type '{ variation: DeviceSecurityVariation.Unverified; }' is not assignable to type 'Omit>, "description" | "title">'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/settings/devices/DeviceVerificationStatusCard.tsx#L76 - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/settings/devices/SecurityRecommendations.tsx#L66 - `error TS2322: Type '{ variation: FilterVariation; }' is not assignable to type 'Omit>, "description" | "title">'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/settings/devices/FilteredDeviceList.tsx#L124 - `error TS2322: Type '{ variation: DeviceSecurityVariation.Inactive; }' is not assignable to type 'Omit>, "description" | "title">'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/settings/devices/SecurityRecommendations.tsx#L88 - `error TS2339: Property 'className' does not exist on type 'PropsWithChildren'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/voip/LegacyCallView/LegacyCallViewButtons.tsx#L52 - `error TS2322: Type '{ ref: ForwardedRef; className: string; title: string | undefined; placement: "top"; onTooltipOpenChange: ((hovering: boolean) => void) | undefined; } & Omit<...> & { ...; }' is not assignable to type 'IntrinsicAttributes & Partial, HTMLDivElement> | ... 121 more ... | SVGProps<...>, "ref" | ... 3 more ... | "onKeyDown">> & Omit<...> & { ...; } & RefAttributes<...>'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/voip/LegacyCallView/LegacyCallViewButtons.tsx#L61 - `error TS2339: Property 'state' does not exist on type 'IDropdownButtonProps & { children?: ReactNode; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/voip/LegacyCallView/LegacyCallViewButtons.tsx#L79 - `error TS2746: This JSX tag's 'children' prop expects a single child of type '(IntrinsicAttributes & Omit(props: DynamicHtmlElementProps & { element?: T | undefined; ... 8 more ...; disableTooltip?: boolean | undefined; } & RefAttributes<...>) => ReactElement<...> | null)>, "title" | "element"> & { ...; } & RefAttributes<...>)["childr...', but multiple children were provided.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/voip/LegacyCallView/LegacyCallViewButtons.tsx#L93 - `error TS2322: Type '{ className: string; onClick: (event: ButtonEvent) => void; onHover: (hovering: boolean) => void; state: any; }' is not assignable to type 'IntrinsicAttributes & Omit(props: DynamicHtmlElementProps & { element?: T | undefined; ... 8 more ...; disableTooltip?: boolean | undefined; } & RefAttributes<...>) => ReactElement<...> | null)>, "title" | "element"> & { ...; } & RefAttributes<...>'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/voip/LegacyCallView/LegacyCallViewButtons.tsx#L100 - `error TS2322: Type '{ state: boolean; className: string; onLabel: string; offLabel: string; onClick: () => void; deviceKinds: (MediaDeviceKindEnum.AudioOutput | MediaDeviceKindEnum.AudioInput)[]; }' is not assignable to type 'IntrinsicAttributes & IDropdownButtonProps & { children?: ReactNode; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/voip/LegacyCallView/LegacyCallViewButtons.tsx#L275 - `error TS2322: Type '{ state: boolean; className: string; onLabel: string; offLabel: string; onClick: () => void; deviceKinds: MediaDeviceKindEnum.VideoInput[]; }' is not assignable to type 'IntrinsicAttributes & IDropdownButtonProps & { children?: ReactNode; }'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/voip/LegacyCallView/LegacyCallViewButtons.tsx#L284 - `error TS2322: Type '{ state: boolean; className: string; onLabel: string; offLabel: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & Omit(props: DynamicHtmlElementProps & { element?: T | undefined; ... 8 more ...; disableTooltip?: boolean | undefined; } & RefAttributes<...>) => ReactElement<...> | null)>, "title" | "element"> & { ...; } & RefAttributes<...>'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/voip/LegacyCallView/LegacyCallViewButtons.tsx#L295 - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/components/views/voip/LegacyCallView/LegacyCallViewButtons.tsx#L304 - `error TS2322: Type '"a11y_jump_first_unread_room" | "cannot_invite_without_identity_server" | "cannot_reach_homeserver" | "cannot_reach_homeserver_detail" | "cant_load_page" | "chat_card_back_action_label" | ... 3405 more ... | undefined' is not assignable to type '"a11y_jump_first_unread_room" | "cannot_invite_without_identity_server" | "cannot_reach_homeserver" | "cannot_reach_homeserver_detail" | "cant_load_page" | "chat_card_back_action_label" | ... 3405 more ... | Partial<...>'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/settings/SettingsStore.ts#L269 - `error TS2345: Argument of type '"a11y_jump_first_unread_room" | "cannot_invite_without_identity_server" | "cannot_reach_homeserver" | "cannot_reach_homeserver_detail" | "cant_load_page" | "chat_card_back_action_label" | ... 3405 more ... | Partial<...>' is not assignable to parameter of type '"a11y_jump_first_unread_room" | "cannot_invite_without_identity_server" | "cannot_reach_homeserver" | "cannot_reach_homeserver_detail" | "cant_load_page" | "chat_card_back_action_label" | ... 3404 more ... | "zxcvbn|warnings|wordByItself"'.` - file:///mnt/ts_downloads/_/m/element-web/node_modules/matrix-react-sdk/src/settings/SettingsStore.ts#L272
typescript-bot commented 1 month ago

foambubble/foam

### [packages\/foam-vscode\/tsconfig.json](https://github.com/foambubble/foam/blob/22b837f2523ead64cc5bc79400d6e9ead3c0806b/packages/foam-vscode/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es2022' or later.` - [packages\/foam-vscode\/src\/features\/tag-completion.ts\#L9](https://github.com/foambubble/foam/blob/22b837f2523ead64cc5bc79400d6e9ead3c0806b/packages/foam-vscode/src/features/tag-completion.ts#L9)
typescript-bot commented 1 month ago

formatjs/formatjs

**26 of 34 projects failed to build with the old tsc and were ignored** ### [packages\/cli-lib\/tsconfig.json](https://github.com/formatjs/formatjs/blob/233859d0f6aa998fadcac58925992c311abe280b/packages/cli-lib/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es2018' or later.` - [packages\/icu-messageformat-parser\/printer.ts\#L71](https://github.com/formatjs/formatjs/blob/233859d0f6aa998fadcac58925992c311abe280b/packages/icu-messageformat-parser/printer.ts#L71) - `error TS1501: This regular expression flag is only available when targeting 'es6' or later.` - [packages\/icu-messageformat-parser\/printer.ts\#L71](https://github.com/formatjs/formatjs/blob/233859d0f6aa998fadcac58925992c311abe280b/packages/icu-messageformat-parser/printer.ts#L71)
typescript-bot commented 1 month ago

framer/motion

**3 of 4 projects failed to build with the old tsc and were ignored** ### [packages\/framer-motion\/tsconfig.json](https://github.com/framer/motion/blob/c5e5175fd0820135ebe22434cf13e9a11a43b74d/packages/framer-motion/tsconfig.json) - `error TS2322: Type 'string' is not assignable to type 'number'.` - [packages\/framer-motion\/src\/projection\/animation\/mix-values.ts\#L75](https://github.com/framer/motion/blob/c5e5175fd0820135ebe22434cf13e9a11a43b74d/packages/framer-motion/src/projection/animation/mix-values.ts#L75)
typescript-bot commented 1 month ago

gilbarbara/react-joyride

### [tsconfig.json](https://github.com/gilbarbara/react-joyride/blob/c6c7bd7b4a6f68e8ba009083d825673b47196cb2/tsconfig.json) - `error TS1360: Type 'PartialObjectDeep, {}> & Partial' does not satisfy the expected type 'StylesOptions'.` - [src\/styles.ts\#L39](https://github.com/gilbarbara/react-joyride/blob/c6c7bd7b4a6f68e8ba009083d825673b47196cb2/src/styles.ts#L39) - `error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.` - [src\/styles.ts\#L88](https://github.com/gilbarbara/react-joyride/blob/c6c7bd7b4a6f68e8ba009083d825673b47196cb2/src/styles.ts#L88) - `error TS18048: 'options.zIndex' is possibly 'undefined'.` - [src\/styles.ts\#L184](https://github.com/gilbarbara/react-joyride/blob/c6c7bd7b4a6f68e8ba009083d825673b47196cb2/src/styles.ts#L184) ### [test\/tsconfig.json](https://github.com/gilbarbara/react-joyride/blob/c6c7bd7b4a6f68e8ba009083d825673b47196cb2/test/tsconfig.json) - `error TS1360: Type 'PartialObjectDeep, {}> & Partial' does not satisfy the expected type 'StylesOptions'.` - [src\/styles.ts\#L39](https://github.com/gilbarbara/react-joyride/blob/c6c7bd7b4a6f68e8ba009083d825673b47196cb2/src/styles.ts#L39) - `error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.` - [src\/styles.ts\#L88](https://github.com/gilbarbara/react-joyride/blob/c6c7bd7b4a6f68e8ba009083d825673b47196cb2/src/styles.ts#L88) - `error TS18048: 'options.zIndex' is possibly 'undefined'.` - [src\/styles.ts\#L184](https://github.com/gilbarbara/react-joyride/blob/c6c7bd7b4a6f68e8ba009083d825673b47196cb2/src/styles.ts#L184)
typescript-bot commented 1 month ago

gitkraken/vscode-gitlens

**3 of 4 projects failed to build with the old tsc and were ignored** ### [src\/webviews\/apps\/tsconfig.json](https://github.com/gitkraken/vscode-gitlens/blob/431fbeddcd51667cb14a86899bd8379863f49e63/src/webviews/apps/tsconfig.json) - `error TS1487: Octal escape sequences are not allowed. Use the syntax '\x00'.` - [src\/plus\/integrations\/providers\/github\/githubGitProvider.ts\#L119](https://github.com/gitkraken/vscode-gitlens/blob/431fbeddcd51667cb14a86899bd8379863f49e63/src/plus/integrations/providers/github/githubGitProvider.ts#L119) - [src\/terminal\/linkProvider.ts\#L19](https://github.com/gitkraken/vscode-gitlens/blob/431fbeddcd51667cb14a86899bd8379863f49e63/src/terminal/linkProvider.ts#L19) - `error TS1487: Octal escape sequences are not allowed. Use the syntax '\x1f'.` - [src\/plus\/integrations\/providers\/github\/githubGitProvider.ts\#L119](https://github.com/gitkraken/vscode-gitlens/blob/431fbeddcd51667cb14a86899bd8379863f49e63/src/plus/integrations/providers/github/githubGitProvider.ts#L119) - [src\/terminal\/linkProvider.ts\#L19](https://github.com/gitkraken/vscode-gitlens/blob/431fbeddcd51667cb14a86899bd8379863f49e63/src/terminal/linkProvider.ts#L19) - `error TS1536: Octal escape sequences and backreferences are not allowed in a character class. If this was intended as an escape sequence, use the syntax '\x7f' instead.` - [src\/plus\/integrations\/providers\/github\/githubGitProvider.ts\#L119](https://github.com/gitkraken/vscode-gitlens/blob/431fbeddcd51667cb14a86899bd8379863f49e63/src/plus/integrations/providers/github/githubGitProvider.ts#L119) - [src\/terminal\/linkProvider.ts\#L19](https://github.com/gitkraken/vscode-gitlens/blob/431fbeddcd51667cb14a86899bd8379863f49e63/src/terminal/linkProvider.ts#L19)
typescript-bot commented 1 month ago

gitpod-io/gitpod

**8 of 20 projects failed to build with the old tsc and were ignored** ### [components\/gitpod-protocol\/tsconfig.json](https://github.com/gitpod-io/gitpod/blob/18309b6d73ccf6ccf30c1bcc1ff5d5666052fc10/components/gitpod-protocol/tsconfig.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [components\/gitpod-protocol\/src\/protocol.ts\#L521](https://github.com/gitpod-io/gitpod/blob/18309b6d73ccf6ccf30c1bcc1ff5d5666052fc10/components/gitpod-protocol/src/protocol.ts#L521) - [components\/gitpod-protocol\/src\/protocol.ts\#L521](https://github.com/gitpod-io/gitpod/blob/18309b6d73ccf6ccf30c1bcc1ff5d5666052fc10/components/gitpod-protocol/src/protocol.ts#L521) - [components\/gitpod-protocol\/src\/protocol.ts\#L521](https://github.com/gitpod-io/gitpod/blob/18309b6d73ccf6ccf30c1bcc1ff5d5666052fc10/components/gitpod-protocol/src/protocol.ts#L521)
typescript-bot commented 1 month ago

growthbook/growthbook

**5 of 10 projects failed to build with the old tsc and were ignored** ### [packages\/front-end\/tsconfig.json](https://github.com/growthbook/growthbook/blob/7d3fb82dcdaeecbbdde7deb660efc34c60fa964e/packages/front-end/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/front-end\/components\/GuidedGetStarted\/GuidedGetStarted.tsx\#L383](https://github.com/growthbook/growthbook/blob/7d3fb82dcdaeecbbdde7deb660efc34c60fa964e/packages/front-end/components/GuidedGetStarted/GuidedGetStarted.tsx#L383) ### [packages\/back-end\/tsconfig.json](https://github.com/growthbook/growthbook/blob/7d3fb82dcdaeecbbdde7deb660efc34c60fa964e/packages/back-end/tsconfig.json) - `error TS2345: Argument of type 'Function' is not assignable to parameter of type '(req: Request>, res: Response, number>, next: NextFunction) => void | Promise<...>'.` - [packages\/back-end\/src\/routers\/wrapController.ts\#L17](https://github.com/growthbook/growthbook/blob/7d3fb82dcdaeecbbdde7deb660efc34c60fa964e/packages/back-end/src/routers/wrapController.ts#L17)
typescript-bot commented 1 month ago

gvergnaud/ts-pattern

### [tests\/tsconfig.json](https://github.com/gvergnaud/ts-pattern/blob/1071e07d7701ab354cfd3fd8aeafa9012e2bd11e/tests/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [tests\/not.test.ts\#L118](https://github.com/gvergnaud/ts-pattern/blob/1071e07d7701ab354cfd3fd8aeafa9012e2bd11e/tests/not.test.ts#L118)
typescript-bot commented 1 month ago

hexojs/hexo

### [tsconfig.json](https://github.com/hexojs/hexo/blob/5ccd66ea74d175f1bdc85d26d0d0ce1dc00fa97d/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es2018' or later.` - [lib\/hexo\/post.ts\#L72](https://github.com/hexojs/hexo/blob/5ccd66ea74d175f1bdc85d26d0d0ce1dc00fa97d/lib/hexo/post.ts#L72)
typescript-bot commented 1 month ago

heyxyz/hey

**1 of 13 projects failed to build with the old tsc and were ignored** ### [apps\/web\/tsconfig.json](https://github.com/heyxyz/hey/blob/59ee3bdb7ec033840eb9f5d8ad35251ee9c9f6ce/apps/web/tsconfig.json) - `error TS2345: Argument of type 'import("/mnt/ts_downloads/_/m/hey/node_modules/.pnpm/@apollo+client@3.10.4_@types+react@18.3.3_graphql@16.8.1_react-dom@18.3.1_react@18.3.1/node_modules/@apollo/client/link/core/ApolloLink").ApolloLink' is not assignable to parameter of type 'import("/mnt/ts_downloads/_/m/hey/node_modules/.pnpm/@apollo+client@3.10.4_graphql-ws@5.16.0_graphql@16.8.1/node_modules/@apollo/client/link/core/ApolloLink").ApolloLink'.` - [apps\/web\/src\/components\/Common\/Providers\/index.tsx\#L27](https://github.com/heyxyz/hey/blob/59ee3bdb7ec033840eb9f5d8ad35251ee9c9f6ce/apps/web/src/components/Common/Providers/index.tsx#L27) - `error TS2322: Type '(cache: ApolloCache) => void' is not assignable to type 'MutationUpdaterFunction, DefaultContext, ApolloCache>'.` - [apps\/web\/src\/components\/Publication\/Actions\/Like.tsx\#L75](https://github.com/heyxyz/hey/blob/59ee3bdb7ec033840eb9f5d8ad35251ee9c9f6ce/apps/web/src/components/Publication/Actions/Like.tsx#L75) - `error TS2322: Type '(cache: ApolloCache) => void' is not assignable to type 'MutationUpdaterFunction, DefaultContext, ApolloCache>'.` - [apps\/web\/src\/components\/Publication\/Actions\/Like.tsx\#L85](https://github.com/heyxyz/hey/blob/59ee3bdb7ec033840eb9f5d8ad35251ee9c9f6ce/apps/web/src/components/Publication/Actions/Like.tsx#L85) - `error TS2322: Type '(cache: ApolloCache) => void' is not assignable to type 'MutationUpdaterFunction, DefaultContext, ApolloCache<...>>'.` - [apps\/web\/src\/components\/Shared\/Profile\/P2PRecommendation.tsx\#L63](https://github.com/heyxyz/hey/blob/59ee3bdb7ec033840eb9f5d8ad35251ee9c9f6ce/apps/web/src/components/Shared/Profile/P2PRecommendation.tsx#L63) - `error TS2322: Type '(cache: ApolloCache) => void' is not assignable to type 'MutationUpdaterFunction, DefaultContext, ApolloCache<...>>'.` - [apps\/web\/src\/components\/Shared\/Profile\/P2PRecommendation.tsx\#L77](https://github.com/heyxyz/hey/blob/59ee3bdb7ec033840eb9f5d8ad35251ee9c9f6ce/apps/web/src/components/Shared/Profile/P2PRecommendation.tsx#L77)
typescript-bot commented 1 month ago

highcharts/highcharts

**19 of 26 projects failed to build with the old tsc and were ignored** ### [ts\/tsconfig.json](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/tsconfig.json) - `error TS5102: Option 'keyofStringsOnly' has been removed. Please remove it from your configuration.` - [ts\/tsconfig.json\#L134](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/tsconfig.json#L134) in [ts\/tsconfig.json](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/tsconfig.json) ### [ts\/masters-es5\/tsconfig.json](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/masters-es5/tsconfig.json) - `error TS5102: Option 'keyofStringsOnly' has been removed. Please remove it from your configuration.` - [ts\/masters-es5\/tsconfig.json\#L3](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/masters-es5/tsconfig.json#L3) in [ts\/masters-es5\/tsconfig.json](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/masters-es5/tsconfig.json) ### [ts\/masters-datagrid\/tsconfig.json](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/masters-datagrid/tsconfig.json) - `error TS5102: Option 'keyofStringsOnly' has been removed. Please remove it from your configuration.` - [ts\/masters-datagrid\/tsconfig.json\#L3](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/masters-datagrid/tsconfig.json#L3) in [ts\/masters-datagrid\/tsconfig.json](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/masters-datagrid/tsconfig.json) ### [ts\/masters-dashboards\/tsconfig.json](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/masters-dashboards/tsconfig.json) - `error TS5102: Option 'keyofStringsOnly' has been removed. Please remove it from your configuration.` - [ts\/masters-dashboards\/tsconfig.json\#L3](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/masters-dashboards/tsconfig.json#L3) in [ts\/masters-dashboards\/tsconfig.json](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/masters-dashboards/tsconfig.json) ### [ts\/DataGrid\/tsconfig.json](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/DataGrid/tsconfig.json) - `error TS5102: Option 'keyofStringsOnly' has been removed. Please remove it from your configuration.` - Project Scope in [ts\/DataGrid\/tsconfig.json](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/DataGrid/tsconfig.json) ### [ts\/Dashboards\/tsconfig.json](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/Dashboards/tsconfig.json) - `error TS5102: Option 'keyofStringsOnly' has been removed. Please remove it from your configuration.` - Project Scope in [ts\/Dashboards\/tsconfig.json](https://github.com/highcharts/highcharts/blob/4bc5931cc19fb546e4a3aaeb3841283e693f94fa/ts/Dashboards/tsconfig.json)
typescript-bot commented 1 month ago

Huachao/vscode-restclient

### [tsconfig.json](https://github.com/Huachao/vscode-restclient/blob/e7f1635f3652612fb7f6a5df432dd929aa97eda3/tsconfig.json) - `error TS2352: Conversion of type 'number | string[] | undefined' to type 'string' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [src\/views\/httpResponseWebview.ts\#L457](https://github.com/Huachao/vscode-restclient/blob/e7f1635f3652612fb7f6a5df432dd929aa97eda3/src/views/httpResponseWebview.ts#L457)
typescript-bot commented 1 month ago

infinitered/ignite

### [tsconfig.json](https://github.com/infinitered/ignite/blob/59ef90056759827ace52cd19d9ccc0d9928b99f9/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es6' or later.` - [src\/tools\/validations.ts\#L82](https://github.com/infinitered/ignite/blob/59ef90056759827ace52cd19d9ccc0d9928b99f9/src/tools/validations.ts#L82)
typescript-bot commented 1 month ago

ionic-team/stencil

**36 of 40 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/ionic-team/stencil/blob/446d194118756d38d024138eb9e83efe7d9e679e/tsconfig.json) - `error TS2367: This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.` - [src\/runtime\/proxy-component.ts\#L157](https://github.com/ionic-team/stencil/blob/446d194118756d38d024138eb9e83efe7d9e679e/src/runtime/proxy-component.ts#L157)
typescript-bot commented 1 month ago

jackyzha0/quartz

### [tsconfig.json](https://github.com/jackyzha0/quartz/blob/244801af65b9e628927c1f1b2518ae62ca2e354f/tsconfig.json) - `error TS1530: Unicode property value expressions are only available when the Unicode (u) flag or the Unicode Sets (v) flag is set.` - [quartz\/plugins\/transformers\/ofm.ts\#L133](https://github.com/jackyzha0/quartz/blob/244801af65b9e628927c1f1b2518ae62ca2e354f/quartz/plugins/transformers/ofm.ts#L133) - [quartz\/plugins\/transformers\/ofm.ts\#L133](https://github.com/jackyzha0/quartz/blob/244801af65b9e628927c1f1b2518ae62ca2e354f/quartz/plugins/transformers/ofm.ts#L133) - [quartz\/plugins\/transformers\/ofm.ts\#L133](https://github.com/jackyzha0/quartz/blob/244801af65b9e628927c1f1b2518ae62ca2e354f/quartz/plugins/transformers/ofm.ts#L133) - [quartz\/plugins\/transformers\/ofm.ts\#L133](https://github.com/jackyzha0/quartz/blob/244801af65b9e628927c1f1b2518ae62ca2e354f/quartz/plugins/transformers/ofm.ts#L133) - [quartz\/plugins\/transformers\/ofm.ts\#L133](https://github.com/jackyzha0/quartz/blob/244801af65b9e628927c1f1b2518ae62ca2e354f/quartz/plugins/transformers/ofm.ts#L133) - [quartz\/plugins\/transformers\/ofm.ts\#L133](https://github.com/jackyzha0/quartz/blob/244801af65b9e628927c1f1b2518ae62ca2e354f/quartz/plugins/transformers/ofm.ts#L133)
typescript-bot commented 1 month ago

jupyterlab/jupyterlab

**42 of 58 projects failed to build with the old tsc and were ignored** ### [galata\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/galata/tsconfig.json) - `error TS2503: Cannot find namespace 'jest'.` - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L29 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L36 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L40 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L44 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L48 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L52 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L56 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/packages/notebook/tsconfig.json) ### [galata\/extension\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/galata/extension/tsconfig.json) - `error TS2503: Cannot find namespace 'jest'.` - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L29 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L36 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L40 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L44 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L48 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L52 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L56 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/packages/notebook/tsconfig.json) ### [buildutils\/template\/tsconfig.test.json](https://github.com/jupyterlab/jupyterlab/blob/066dc21bfaf6785a49e0145a981d261a49da4f56/buildutils/template/tsconfig.test.json) - `error TS6305: Output file '/mnt/ts_downloads/_/m/jupyterlab/buildutils/template/lib/index.d.ts' has not been built from source file '/mnt/ts_downloads/_/m/jupyterlab/buildutils/template/src/index.ts'.` - Project Scope
typescript-bot commented 1 month ago

keplergl/kepler.gl

**13 of 17 projects failed to build with the old tsc and were ignored** ### [src\/actions\/tsconfig.production.json](https://github.com/keplergl/kepler.gl/blob/89180277d7b45b6056f573afe59252ffcfbf818e/src/actions/tsconfig.production.json) - `error TS2307: Cannot find module '@deck.gl/core/lib/deck' or its corresponding type declarations.` - [src\/actions\/src\/vis-state-actions.ts\#L5](https://github.com/keplergl/kepler.gl/blob/89180277d7b45b6056f573afe59252ffcfbf818e/src/actions/src/vis-state-actions.ts#L5)
typescript-bot commented 1 month ago

LokerL/tts-vue

### [tsconfig.json](https://github.com/LokerL/tts-vue/blob/96cabf49cf891bfb2b441b2cea592dc5b6b4ec43/tsconfig.json) - `error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.` - [tsconfig.json\#L17](https://github.com/LokerL/tts-vue/blob/96cabf49cf891bfb2b441b2cea592dc5b6b4ec43/tsconfig.json#L17)
typescript-bot commented 1 month ago

louislam/dockge

### [tsconfig.json](https://github.com/louislam/dockge/blob/109222f0248e17935db439d2db0eb421194007da/tsconfig.json) - `error TS2322: Type 'Timer' is not assignable to type 'Timeout'.` - [backend\/check-version.ts\#L52](https://github.com/louislam/dockge/blob/109222f0248e17935db439d2db0eb421194007da/backend/check-version.ts#L52) - [backend\/terminal.ts\#L88](https://github.com/louislam/dockge/blob/109222f0248e17935db439d2db0eb421194007da/backend/terminal.ts#L88) - [backend\/terminal.ts\#L102](https://github.com/louislam/dockge/blob/109222f0248e17935db439d2db0eb421194007da/backend/terminal.ts#L102) - `error TS2741: Property '[Symbol.dispose]' is missing in type 'Timer' but required in type 'Timeout'.` - [backend\/settings.ts\#L35](https://github.com/louislam/dockge/blob/109222f0248e17935db439d2db0eb421194007da/backend/settings.ts#L35)
typescript-bot commented 1 month ago

lucaong/minisearch

### [tsconfig.json](https://github.com/lucaong/minisearch/blob/6df3fa33875dd286c4f7771c146d4beba9f036a8/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es6' or later.` - [src\/MiniSearch.ts\#L2206](https://github.com/lucaong/minisearch/blob/6df3fa33875dd286c4f7771c146d4beba9f036a8/src/MiniSearch.ts#L2206)
typescript-bot commented 1 month ago

measuredco/puck

**2 of 7 projects failed to build with the old tsc and were ignored** ### [packages\/core\/tsconfig.json](https://github.com/measuredco/puck/blob/9b205063b35101252435fbfb03e97d1c4199ff23/packages/core/tsconfig.json) - `error TS2322: Type 'Config' is not assignable to type 'Config'.` - [packages\/core\/reducer\/\_\_tests\_\_\/data.spec.tsx\#L46](https://github.com/measuredco/puck/blob/9b205063b35101252435fbfb03e97d1c4199ff23/packages/core/reducer/__tests__/data.spec.tsx#L46) - [packages\/core\/reducer\/\_\_tests\_\_\/state.spec.tsx\#L21](https://github.com/measuredco/puck/blob/9b205063b35101252435fbfb03e97d1c4199ff23/packages/core/reducer/__tests__/state.spec.tsx#L21) ### [apps\/demo\/tsconfig.json](https://github.com/measuredco/puck/blob/9b205063b35101252435fbfb03e97d1c4199ff23/apps/demo/tsconfig.json) - `error TS2344: Type 'UserConfig' does not satisfy the constraint 'Config'.` - [apps\/demo\/app\/\[...puckPath\]\/client.tsx\#L17](https://github.com/measuredco/puck/blob/9b205063b35101252435fbfb03e97d1c4199ff23/apps/demo/app/[...puckPath]/client.tsx#L17) - [apps\/demo\/app\/\[...puckPath\]\/client.tsx\#L44](https://github.com/measuredco/puck/blob/9b205063b35101252435fbfb03e97d1c4199ff23/apps/demo/app/[...puckPath]/client.tsx#L44) - [apps\/demo\/app\/custom-ui\/\[...puckPath\]\/client.tsx\#L287](https://github.com/measuredco/puck/blob/9b205063b35101252435fbfb03e97d1c4199ff23/apps/demo/app/custom-ui/[...puckPath]/client.tsx#L287) - [apps\/demo\/app\/custom-ui\/\[...puckPath\]\/client.tsx\#L337](https://github.com/measuredco/puck/blob/9b205063b35101252435fbfb03e97d1c4199ff23/apps/demo/app/custom-ui/[...puckPath]/client.tsx#L337) - `error TS2345: Argument of type 'UserConfig' is not assignable to parameter of type 'Config'.` - [apps\/demo\/lib\/use-demo-data.ts\#L39](https://github.com/measuredco/puck/blob/9b205063b35101252435fbfb03e97d1c4199ff23/apps/demo/lib/use-demo-data.ts#L39)
typescript-bot commented 1 month ago

microsoft/codetour

### [tsconfig.json](https://github.com/microsoft/codetour/blob/9f29dd9021d9d47246a7acff37bb82e28bd58b8d/tsconfig.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [src\/player\/index.ts\#L48](https://github.com/microsoft/codetour/blob/9f29dd9021d9d47246a7acff37bb82e28bd58b8d/src/player/index.ts#L48) - [src\/player\/index.ts\#L51](https://github.com/microsoft/codetour/blob/9f29dd9021d9d47246a7acff37bb82e28bd58b8d/src/player/index.ts#L51) - [src\/player\/index.ts\#L51](https://github.com/microsoft/codetour/blob/9f29dd9021d9d47246a7acff37bb82e28bd58b8d/src/player/index.ts#L51) - [src\/player\/index.ts\#L54](https://github.com/microsoft/codetour/blob/9f29dd9021d9d47246a7acff37bb82e28bd58b8d/src/player/index.ts#L54) - [src\/player\/index.ts\#L54](https://github.com/microsoft/codetour/blob/9f29dd9021d9d47246a7acff37bb82e28bd58b8d/src/player/index.ts#L54) - [src\/player\/index.ts\#L54](https://github.com/microsoft/codetour/blob/9f29dd9021d9d47246a7acff37bb82e28bd58b8d/src/player/index.ts#L54) - `error TS1501: This regular expression flag is only available when targeting 'es2018' or later.` - [src\/player\/index.ts\#L56](https://github.com/microsoft/codetour/blob/9f29dd9021d9d47246a7acff37bb82e28bd58b8d/src/player/index.ts#L56)
typescript-bot commented 1 month ago

microsoft/playwright

**4 of 15 projects failed to build with the old tsc and were ignored** ### [packages\/html-reporter\/tsconfig.json](https://github.com/microsoft/playwright/blob/34dac6523ceafcbaef78aa4cec104aae925c2950/packages/html-reporter/tsconfig.json) - `error TS1192: Module '"/mnt/ts_downloads/_/m/playwright/node_modules/@zip.js/zip.js/index"' has no default export.` - [packages\/html-reporter\/src\/index.tsx\#L18](https://github.com/microsoft/playwright/blob/34dac6523ceafcbaef78aa4cec104aae925c2950/packages/html-reporter/src/index.tsx#L18)
typescript-bot commented 1 month ago

misskey-dev/misskey

**6 of 13 projects failed to build with the old tsc and were ignored** ### [packages\/backend\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/43cccaaee9be42fab38eaa9ca04bb5e55b5d8db7/packages/backend/tsconfig.json) - `error TS2322: Type '() => true' is not assignable to type '() => this is IJust'.` - [packages\/backend\/src\/misc\/prelude\/maybe.ts\#L16](https://github.com/misskey-dev/misskey/blob/43cccaaee9be42fab38eaa9ca04bb5e55b5d8db7/packages/backend/src/misc/prelude/maybe.ts#L16) - `error TS2322: Type '() => false' is not assignable to type '() => this is IJust'.` - [packages\/backend\/src\/misc\/prelude\/maybe.ts\#L23](https://github.com/misskey-dev/misskey/blob/43cccaaee9be42fab38eaa9ca04bb5e55b5d8db7/packages/backend/src/misc/prelude/maybe.ts#L23) ### [packages\/backend\/test\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/43cccaaee9be42fab38eaa9ca04bb5e55b5d8db7/packages/backend/test/tsconfig.json) - `error TS2322: Type '() => true' is not assignable to type '() => this is IJust'.` - [packages\/backend\/src\/misc\/prelude\/maybe.ts\#L16](https://github.com/misskey-dev/misskey/blob/43cccaaee9be42fab38eaa9ca04bb5e55b5d8db7/packages/backend/src/misc/prelude/maybe.ts#L16) - `error TS2322: Type '() => false' is not assignable to type '() => this is IJust'.` - [packages\/backend\/src\/misc\/prelude\/maybe.ts\#L23](https://github.com/misskey-dev/misskey/blob/43cccaaee9be42fab38eaa9ca04bb5e55b5d8db7/packages/backend/src/misc/prelude/maybe.ts#L23)
typescript-bot commented 1 month ago

netless-io/flat

### [desktop\/renderer-app\/tsconfig.json](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/desktop/renderer-app/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es2018' or later.` - [desktop\/renderer-app\/scripts\/vite-plugin-electron\/utils.ts\#L7](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/desktop/renderer-app/scripts/vite-plugin-electron/utils.ts#L7) - [desktop\/renderer-app\/scripts\/vite-plugin-electron\/utils.ts\#L7](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/desktop/renderer-app/scripts/vite-plugin-electron/utils.ts#L7) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [service-providers\/fastboard\/src\/file-insert.ts\#L276](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/service-providers/fastboard/src/file-insert.ts#L276) - [service-providers\/fastboard\/src\/file-insert.ts\#L276](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/service-providers/fastboard/src/file-insert.ts#L276) ### [service-providers\/fastboard\/tsconfig.json](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/service-providers/fastboard/tsconfig.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [service-providers\/fastboard\/src\/file-insert.ts\#L276](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/service-providers/fastboard/src/file-insert.ts#L276) in [service-providers\/fastboard\/tsconfig.json](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/service-providers/fastboard/tsconfig.json) - [service-providers\/fastboard\/src\/file-insert.ts\#L276](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/service-providers/fastboard/src/file-insert.ts#L276) in [service-providers\/fastboard\/tsconfig.json](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/service-providers/fastboard/tsconfig.json)
typescript-bot commented 1 month ago

nextauthjs/next-auth

**18 of 40 projects failed to build with the old tsc and were ignored** ### [docs\/tsconfig.json](https://github.com/nextauthjs/next-auth/blob/38c5ee47b70f81d792fdde567599c7ad039a8975/docs/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [docs\/components\/DocSearch\/wrapper.tsx\#L54](https://github.com/nextauthjs/next-auth/blob/38c5ee47b70f81d792fdde567599c7ad039a8975/docs/components/DocSearch/wrapper.tsx#L54)
typescript-bot commented 1 month ago

ngrx/platform

**26 of 68 projects failed to build with the old tsc and were ignored** ### [modules\/store\/testing\/tsconfig.spec.json](https://github.com/ngrx/platform/blob/b0b43f7a7edf8ccd219638c7ad2d6885a7c962b9/modules/store/testing/tsconfig.spec.json) - `error TS2769: No overload matches this call.` - [modules\/store\/spec\/modules.spec.ts\#L63](https://github.com/ngrx/platform/blob/b0b43f7a7edf8ccd219638c7ad2d6885a7c962b9/modules/store/spec/modules.spec.ts#L63)
typescript-bot commented 1 month ago

omnivore-app/omnivore

**3 of 20 projects failed to build with the old tsc and were ignored** ### [packages\/web\/tsconfig.json](https://github.com/omnivore-app/omnivore/blob/e64fee1484d6332f04a0de0264638fc988122a27/packages/web/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es6' or later.` - [packages\/web\/lib\/highlights\/normalizeHighlightRange.ts\#L19](https://github.com/omnivore-app/omnivore/blob/e64fee1484d6332f04a0de0264638fc988122a27/packages/web/lib/highlights/normalizeHighlightRange.ts#L19) ### [packages\/liqe\/tsconfig.json](https://github.com/omnivore-app/omnivore/blob/e64fee1484d6332f04a0de0264638fc988122a27/packages/liqe/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es6' or later.` - [packages\/liqe\/src\/isSafePath.ts\#L1](https://github.com/omnivore-app/omnivore/blob/e64fee1484d6332f04a0de0264638fc988122a27/packages/liqe/src/isSafePath.ts#L1) - [packages\/liqe\/test\/liqe\/parseRegex.ts\#L13](https://github.com/omnivore-app/omnivore/blob/e64fee1484d6332f04a0de0264638fc988122a27/packages/liqe/test/liqe/parseRegex.ts#L13) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [packages\/liqe\/src\/parse.ts\#L16](https://github.com/omnivore-app/omnivore/blob/e64fee1484d6332f04a0de0264638fc988122a27/packages/liqe/src/parse.ts#L16) - [packages\/liqe\/src\/parse.ts\#L16](https://github.com/omnivore-app/omnivore/blob/e64fee1484d6332f04a0de0264638fc988122a27/packages/liqe/src/parse.ts#L16)
typescript-bot commented 1 month ago

OneUptime/oneuptime

**1 of 17 projects failed to build with the old tsc and were ignored** ### [StatusPage\/tsconfig.json](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/StatusPage/tsconfig.json) - `error TS2532: Object is possibly 'undefined'.` - [CommonUI\/src\/Components\/Graphs\/DayUptimeGraph.tsx\#L147](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Graphs/DayUptimeGraph.tsx#L147) - [StatusPage\/src\/Pages\/Overview\/Overview.tsx\#L342](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/StatusPage/src/Pages/Overview/Overview.tsx#L342) - [StatusPage\/src\/Pages\/Overview\/Overview.tsx\#L357](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/StatusPage/src/Pages/Overview/Overview.tsx#L357) ### [Ingestor\/tsconfig.json](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/Ingestor/tsconfig.json) - `error TS2532: Object is possibly 'undefined'.` - [CommonServer\/Utils\/AnalyticsDatabase\/Statement.ts\#L140](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonServer/Utils/AnalyticsDatabase/Statement.ts#L140) - [CommonServer\/Utils\/AnalyticsDatabase\/Statement.ts\#L140](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonServer/Utils/AnalyticsDatabase/Statement.ts#L140) - `error TS2352: Conversion of type 'boolean' to type 'number' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [CommonServer\/Utils\/AnalyticsDatabase\/StatementGenerator.ts\#L467](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonServer/Utils/AnalyticsDatabase/StatementGenerator.ts#L467) ### [Dashboard\/tsconfig.json](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/Dashboard/tsconfig.json) - `error TS2352: Conversion of type 'NonNullable' to type 'FileModel' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [CommonUI\/src\/Components\/Detail\/Detail.tsx\#L226](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Detail/Detail.tsx#L226) - [CommonUI\/src\/Components\/Detail\/Detail.tsx\#L227](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Detail/Detail.tsx#L227) - [CommonUI\/src\/Components\/Detail\/Detail.tsx\#L230](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Detail/Detail.tsx#L230) - [CommonUI\/src\/Components\/Detail\/Detail.tsx\#L232](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Detail/Detail.tsx#L232) - `error TS2532: Object is possibly 'undefined'.` - [CommonUI\/src\/Components\/Graphs\/DayUptimeGraph.tsx\#L147](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Graphs/DayUptimeGraph.tsx#L147) ### [CommonUI\/tsconfig.json](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/tsconfig.json) - `error TS2352: Conversion of type 'NonNullable' to type 'FileModel' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [CommonUI\/src\/Components\/Detail\/Detail.tsx\#L226](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Detail/Detail.tsx#L226) - [CommonUI\/src\/Components\/Detail\/Detail.tsx\#L227](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Detail/Detail.tsx#L227) - [CommonUI\/src\/Components\/Detail\/Detail.tsx\#L230](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Detail/Detail.tsx#L230) - [CommonUI\/src\/Components\/Detail\/Detail.tsx\#L232](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Detail/Detail.tsx#L232) - `error TS2532: Object is possibly 'undefined'.` - [CommonUI\/src\/Components\/Graphs\/DayUptimeGraph.tsx\#L147](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Graphs/DayUptimeGraph.tsx#L147) ### [CommonServer\/tsconfig.json](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonServer/tsconfig.json) - `error TS2532: Object is possibly 'undefined'.` - [CommonServer\/Utils\/AnalyticsDatabase\/Statement.ts\#L140](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonServer/Utils/AnalyticsDatabase/Statement.ts#L140) - [CommonServer\/Utils\/AnalyticsDatabase\/Statement.ts\#L140](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonServer/Utils/AnalyticsDatabase/Statement.ts#L140) - `error TS2352: Conversion of type 'boolean' to type 'number' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [CommonServer\/Utils\/AnalyticsDatabase\/StatementGenerator.ts\#L467](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonServer/Utils/AnalyticsDatabase/StatementGenerator.ts#L467) ### [App\/tsconfig.json](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/App/tsconfig.json) - `error TS2532: Object is possibly 'undefined'.` - [CommonServer\/Utils\/AnalyticsDatabase\/Statement.ts\#L140](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonServer/Utils/AnalyticsDatabase/Statement.ts#L140) - [CommonServer\/Utils\/AnalyticsDatabase\/Statement.ts\#L140](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonServer/Utils/AnalyticsDatabase/Statement.ts#L140) - `error TS2352: Conversion of type 'boolean' to type 'number' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [CommonServer\/Utils\/AnalyticsDatabase\/StatementGenerator.ts\#L467](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonServer/Utils/AnalyticsDatabase/StatementGenerator.ts#L467) ### [AdminDashboard\/tsconfig.json](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/AdminDashboard/tsconfig.json) - `error TS2352: Conversion of type 'NonNullable' to type 'FileModel' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [CommonUI\/src\/Components\/Detail\/Detail.tsx\#L226](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Detail/Detail.tsx#L226) - [CommonUI\/src\/Components\/Detail\/Detail.tsx\#L227](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Detail/Detail.tsx#L227) - [CommonUI\/src\/Components\/Detail\/Detail.tsx\#L230](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Detail/Detail.tsx#L230) - [CommonUI\/src\/Components\/Detail\/Detail.tsx\#L232](https://github.com/OneUptime/oneuptime/blob/ae2a70eb64eaadb6171d20270f685d1369e291d2/CommonUI/src/Components/Detail/Detail.tsx#L232)
typescript-bot commented 1 month ago

outline/outline

### [tsconfig.json](https://github.com/outline/outline/blob/42f99713687039f016eb462623a2eca62acb62b4/tsconfig.json) - `error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.` - [tsconfig.json\#L26](https://github.com/outline/outline/blob/42f99713687039f016eb462623a2eca62acb62b4/tsconfig.json#L26)
typescript-bot commented 1 month ago

pnpm/pnpm

**147 of 250 projects failed to build with the old tsc and were ignored** ### [pnpm\/tsconfig.json](https://github.com/pnpm/pnpm/blob/3dd30b1909d452a53d081546a1f29bd563321a47/pnpm/tsconfig.json) - `error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.` - [pnpm\/tsconfig.json\#L8](https://github.com/pnpm/pnpm/blob/3dd30b1909d452a53d081546a1f29bd563321a47/pnpm/tsconfig.json#L8) ### [cli\/default-reporter\/test\/tsconfig.json](https://github.com/pnpm/pnpm/blob/3dd30b1909d452a53d081546a1f29bd563321a47/cli/default-reporter/test/tsconfig.json) - `error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.` - [cli\/default-reporter\/test\/tsconfig.json\#L3](https://github.com/pnpm/pnpm/blob/3dd30b1909d452a53d081546a1f29bd563321a47/cli/default-reporter/test/tsconfig.json#L3)
typescript-bot commented 1 month ago

privatenumber/tsx

### [tsconfig.json](https://github.com/privatenumber/tsx/blob/aa2b639a9bac8ae28a46b847013fda7f5cd4466b/tsconfig.json) - `error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.` - [src\/preflight.cts\#L1](https://github.com/privatenumber/tsx/blob/aa2b639a9bac8ae28a46b847013fda7f5cd4466b/src/preflight.cts#L1) - [src\/preflight.cts\#L2](https://github.com/privatenumber/tsx/blob/aa2b639a9bac8ae28a46b847013fda7f5cd4466b/src/preflight.cts#L2) - [src\/preflight.cts\#L3](https://github.com/privatenumber/tsx/blob/aa2b639a9bac8ae28a46b847013fda7f5cd4466b/src/preflight.cts#L3)
typescript-bot commented 1 month ago

QwikDev/qwik

**12 of 13 projects failed to build with the old tsc and were ignored** ### [packages\/qwik\/tsconfig.json](https://github.com/QwikDev/qwik/blob/f6fc2f855a11b541d383bf9b26db399dbb781a5a/packages/qwik/tsconfig.json) - `error TS1536: Octal escape sequences and backreferences are not allowed in a character class. If this was intended as an escape sequence, use the syntax '\x01' instead.` - [packages\/qwik\/src\/core\/qrl\/qrl.ts\#L27](https://github.com/QwikDev/qwik/blob/f6fc2f855a11b541d383bf9b26db399dbb781a5a/packages/qwik/src/core/qrl/qrl.ts#L27) - `error TS2344: Type 'HTMLDivElement' does not satisfy the constraint 'StrictEqualUsingTSInternalIdenticalToOperator>["onClick$"], EventHandler>>[1], HTMLDivElement> extends true ? unknown : MismatchInfo<...>'.` - [packages\/qwik\/src\/core\/render\/jsx\/types\/jsx-types.unit.tsx\#L210](https://github.com/QwikDev/qwik/blob/f6fc2f855a11b541d383bf9b26db399dbb781a5a/packages/qwik/src/core/render/jsx/types/jsx-types.unit.tsx#L210) - `error TS2322: Type '{ as: (props: PublicProps<{ as?: C | undefined; } & PropsOf>, key: string | null, flags: number, dev?: DevJSX | undefined) => JSXOutput; }' is not assignable to type 'IntrinsicAttributes & ({ as?: ((props: PublicProps<{ as?: C | undefined; } & PropsOf>, key: string | null, flags: number, dev?: DevJSX | undefined) => JSXOutput) | undefined; } & (PublicProps<...> extends Record<...> ? IsAny<...> extends tru...'.` - [packages\/qwik\/src\/core\/render\/jsx\/types\/jsx-types.unit.tsx\#L251](https://github.com/QwikDev/qwik/blob/f6fc2f855a11b541d383bf9b26db399dbb781a5a/packages/qwik/src/core/render/jsx/types/jsx-types.unit.tsx#L251)
typescript-bot commented 1 month ago

radix-ui/themes

**1 of 2 projects failed to build with the old tsc and were ignored** ### [packages\/radix-ui-themes\/tsconfig.json](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/tsconfig.json) - `error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.` - [packages\/radix-ui-themes\/src\/components\/accessible-icon.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/accessible-icon.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L11) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L12) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L122](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L122) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L123](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L123) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L124](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L124) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L125](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L125) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L126](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L126) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L127](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L127) - [packages\/radix-ui-themes\/src\/components\/alert-dialog.tsx\#L128](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/alert-dialog.tsx#L128) - [packages\/radix-ui-themes\/src\/components\/aspect-ratio.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/aspect-ratio.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/avatar.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/avatar.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/avatar.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/avatar.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/avatar.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/avatar.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/avatar.props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/avatar.props.ts#L4) - [packages\/radix-ui-themes\/src\/components\/avatar.props.ts\#L25](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/avatar.props.ts#L25) - [packages\/radix-ui-themes\/src\/components\/avatar.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/avatar.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/avatar.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/avatar.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/avatar.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/avatar.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/avatar.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/avatar.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/avatar.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/avatar.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/avatar.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/avatar.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/avatar.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/avatar.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/avatar.tsx\#L84](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/avatar.tsx#L84) - [packages\/radix-ui-themes\/src\/components\/badge.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/badge.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/badge.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/badge.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/badge.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/badge.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/badge.props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/badge.props.ts#L4) - [packages\/radix-ui-themes\/src\/components\/badge.props.ts\#L23](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/badge.props.ts#L23) - [packages\/radix-ui-themes\/src\/components\/badge.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/badge.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/badge.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/badge.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/badge.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/badge.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/badge.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/badge.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/badge.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/badge.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/badge.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/badge.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/badge.tsx\#L38](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/badge.tsx#L38) - [packages\/radix-ui-themes\/src\/components\/base-button.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/base-button.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/base-button.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/base-button.props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.props.ts#L4) - [packages\/radix-ui-themes\/src\/components\/base-button.props.ts\#L25](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.props.ts#L25) - [packages\/radix-ui-themes\/src\/components\/base-button.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/base-button.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/base-button.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/base-button.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/base-button.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/base-button.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/base-button.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/base-button.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/base-button.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/base-button.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/base-button.tsx\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.tsx#L11) - [packages\/radix-ui-themes\/src\/components\/base-button.tsx\#L74](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-button.tsx#L74) - [packages\/radix-ui-themes\/src\/components\/base-checkbox.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-checkbox.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/base-checkbox.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-checkbox.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/base-checkbox.props.ts\#L19](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-checkbox.props.ts#L19) - [packages\/radix-ui-themes\/src\/components\/base-menu.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-menu.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/base-menu.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-menu.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/base-menu.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-menu.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/base-menu.props.ts\#L51](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-menu.props.ts#L51) - [packages\/radix-ui-themes\/src\/components\/base-menu.props.ts\#L52](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-menu.props.ts#L52) - [packages\/radix-ui-themes\/src\/components\/base-menu.props.ts\#L53](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-menu.props.ts#L53) - [packages\/radix-ui-themes\/src\/components\/base-menu.props.ts\#L54](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-menu.props.ts#L54) - [packages\/radix-ui-themes\/src\/components\/base-radio.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-radio.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/base-radio.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-radio.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/base-radio.props.ts\#L19](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-radio.props.ts#L19) - [packages\/radix-ui-themes\/src\/components\/base-tab-list.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-tab-list.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/base-tab-list.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-tab-list.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/base-tab-list.props.ts\#L32](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/base-tab-list.props.ts#L32) - [packages\/radix-ui-themes\/src\/components\/blockquote.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/blockquote.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/blockquote.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/blockquote.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/blockquote.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/blockquote.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/blockquote.props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/blockquote.props.ts#L4) - [packages\/radix-ui-themes\/src\/components\/blockquote.props.ts\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/blockquote.props.ts#L5) - [packages\/radix-ui-themes\/src\/components\/blockquote.props.ts\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/blockquote.props.ts#L6) - [packages\/radix-ui-themes\/src\/components\/blockquote.props.ts\#L29](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/blockquote.props.ts#L29) - [packages\/radix-ui-themes\/src\/components\/blockquote.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/blockquote.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/blockquote.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/blockquote.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/blockquote.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/blockquote.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/blockquote.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/blockquote.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/blockquote.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/blockquote.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/blockquote.tsx\#L34](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/blockquote.tsx#L34) - [packages\/radix-ui-themes\/src\/components\/box.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/box.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/box.props.ts\#L43](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/box.props.ts#L43) - [packages\/radix-ui-themes\/src\/components\/box.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/box.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/box.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/box.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/box.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/box.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/box.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/box.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/box.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/box.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/box.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/box.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/box.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/box.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/box.tsx\#L33](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/box.tsx#L33) - [packages\/radix-ui-themes\/src\/components\/button.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/button.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/button.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/button.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/button.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/button.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/button.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/button.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/button.tsx\#L15](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/button.tsx#L15) - [packages\/radix-ui-themes\/src\/components\/callout.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/callout.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/callout.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/callout.props.ts\#L21](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.props.ts#L21) - [packages\/radix-ui-themes\/src\/components\/callout.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/callout.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/callout.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/callout.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/callout.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/callout.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/callout.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/callout.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/callout.tsx\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.tsx#L11) - [packages\/radix-ui-themes\/src\/components\/callout.tsx\#L86](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.tsx#L86) - [packages\/radix-ui-themes\/src\/components\/callout.tsx\#L86](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.tsx#L86) - [packages\/radix-ui-themes\/src\/components\/callout.tsx\#L86](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/callout.tsx#L86) - [packages\/radix-ui-themes\/src\/components\/card.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/card.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/card.props.ts\#L17](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/card.props.ts#L17) - [packages\/radix-ui-themes\/src\/components\/card.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/card.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/card.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/card.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/card.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/card.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/card.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/card.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/card.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/card.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/card.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/card.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/card.tsx\#L29](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/card.tsx#L29) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.props.ts#L4) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.props.ts\#L26](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.props.ts#L26) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.tsx\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.tsx#L11) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.tsx\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.tsx#L12) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.tsx\#L13](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.tsx#L13) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.tsx\#L14](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.tsx#L14) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.tsx\#L118](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.tsx#L118) - [packages\/radix-ui-themes\/src\/components\/checkbox-cards.tsx\#L118](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-cards.tsx#L118) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L203](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L203) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L205](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L205) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L206](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L206) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L207](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L207) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L209](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L209) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L210](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L210) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.primitive.tsx\#L211](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.primitive.tsx#L211) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.props.ts\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.props.ts#L9) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.tsx\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.tsx#L11) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.tsx\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.tsx#L12) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.tsx\#L13](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.tsx#L13) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.tsx\#L156](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.tsx#L156) - [packages\/radix-ui-themes\/src\/components\/checkbox-group.tsx\#L156](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox-group.tsx#L156) - [packages\/radix-ui-themes\/src\/components\/checkbox.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/checkbox.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/checkbox.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/checkbox.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/checkbox.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/checkbox.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/checkbox.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/checkbox.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/checkbox.tsx\#L50](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/checkbox.tsx#L50) - [packages\/radix-ui-themes\/src\/components\/code.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/code.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/code.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/code.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/code.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/code.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/code.props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/code.props.ts#L4) - [packages\/radix-ui-themes\/src\/components\/code.props.ts\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/code.props.ts#L5) - [packages\/radix-ui-themes\/src\/components\/code.props.ts\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/code.props.ts#L6) - [packages\/radix-ui-themes\/src\/components\/code.props.ts\#L32](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/code.props.ts#L32) - [packages\/radix-ui-themes\/src\/components\/code.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/code.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/code.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/code.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/code.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/code.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/code.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/code.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/code.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/code.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/code.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/code.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/code.tsx\#L39](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/code.tsx#L39) - [packages\/radix-ui-themes\/src\/components\/container.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/container.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/container.props.ts\#L83](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/container.props.ts#L83) - [packages\/radix-ui-themes\/src\/components\/container.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/container.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/container.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/container.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/container.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/container.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/container.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/container.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/container.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/container.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/container.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/container.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/container.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/container.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/container.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/container.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/container.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/container.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/container.tsx\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/container.tsx#L11) - [packages\/radix-ui-themes\/src\/components\/container.tsx\#L58](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/container.tsx#L58) - [packages\/radix-ui-themes\/src\/components\/context-menu.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/context-menu.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/context-menu.props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.props.ts#L4) - [packages\/radix-ui-themes\/src\/components\/context-menu.props.ts\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.props.ts#L5) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L11) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L12) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L13](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L13) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L15](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L15) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L15](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L15) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L16](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L16) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L16](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L16) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L17](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L17) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L18](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L18) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L355](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L355) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L356](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L356) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L357](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L357) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L358](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L358) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L359](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L359) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L360](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L360) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L361](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L361) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L362](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L362) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L363](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L363) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L364](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L364) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L365](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L365) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L366](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L366) - [packages\/radix-ui-themes\/src\/components\/context-menu.tsx\#L367](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/context-menu.tsx#L367) - [packages\/radix-ui-themes\/src\/components\/data-list.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/data-list.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/data-list.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/data-list.props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.props.ts#L4) - [packages\/radix-ui-themes\/src\/components\/data-list.props.ts\#L54](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.props.ts#L54) - [packages\/radix-ui-themes\/src\/components\/data-list.props.ts\#L54](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.props.ts#L54) - [packages\/radix-ui-themes\/src\/components\/data-list.props.ts\#L54](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.props.ts#L54) - [packages\/radix-ui-themes\/src\/components\/data-list.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/data-list.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/data-list.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/data-list.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/data-list.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/data-list.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/data-list.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/data-list.tsx\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.tsx#L11) - [packages\/radix-ui-themes\/src\/components\/data-list.tsx\#L90](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.tsx#L90) - [packages\/radix-ui-themes\/src\/components\/data-list.tsx\#L91](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.tsx#L91) - [packages\/radix-ui-themes\/src\/components\/data-list.tsx\#L92](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.tsx#L92) - [packages\/radix-ui-themes\/src\/components\/data-list.tsx\#L93](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/data-list.tsx#L93) - [packages\/radix-ui-themes\/src\/components\/dialog.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/dialog.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/dialog.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/dialog.props.ts\#L41](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.props.ts#L41) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L11) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L12) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L106](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L106) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L107](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L107) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L108](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L108) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L109](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L109) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L110](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L110) - [packages\/radix-ui-themes\/src\/components\/dialog.tsx\#L111](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dialog.tsx#L111) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.props.ts#L4) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.props.ts\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.props.ts#L5) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L11) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L12) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L13](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L13) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L15](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L15) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L15](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L15) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L16](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L16) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L16](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L16) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L16](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L16) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L17](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L17) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L18](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L18) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L357](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L357) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L358](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L358) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L359](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L359) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L360](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L360) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L361](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L361) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L362](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L362) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L363](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L363) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L364](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L364) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L365](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L365) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L366](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L366) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L367](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L367) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L368](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L368) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L369](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L369) - [packages\/radix-ui-themes\/src\/components\/dropdown-menu.tsx\#L370](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/dropdown-menu.tsx#L370) - [packages\/radix-ui-themes\/src\/components\/em.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/em.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/em.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/em.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/em.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/em.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/em.props.ts\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/em.props.ts#L11) - [packages\/radix-ui-themes\/src\/components\/em.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/em.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/em.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/em.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/em.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/em.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/em.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/em.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/em.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/em.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/em.tsx\#L21](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/em.tsx#L21) - [packages\/radix-ui-themes\/src\/components\/flex.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/flex.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/flex.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/flex.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/flex.props.ts\#L128](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/flex.props.ts#L128) - [packages\/radix-ui-themes\/src\/components\/flex.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/flex.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/flex.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/flex.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/flex.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/flex.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/flex.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/flex.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/flex.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/flex.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/flex.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/flex.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/flex.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/flex.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/flex.tsx\#L33](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/flex.tsx#L33) - [packages\/radix-ui-themes\/src\/components\/grid.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/grid.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/grid.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/grid.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/grid.props.ts\#L163](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/grid.props.ts#L163) - [packages\/radix-ui-themes\/src\/components\/grid.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/grid.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/grid.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/grid.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/grid.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/grid.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/grid.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/grid.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/grid.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/grid.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/grid.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/grid.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/grid.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/grid.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/grid.tsx\#L33](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/grid.tsx#L33) - [packages\/radix-ui-themes\/src\/components\/heading.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/heading.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/heading.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/heading.props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.props.ts#L4) - [packages\/radix-ui-themes\/src\/components\/heading.props.ts\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.props.ts#L5) - [packages\/radix-ui-themes\/src\/components\/heading.props.ts\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.props.ts#L6) - [packages\/radix-ui-themes\/src\/components\/heading.props.ts\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.props.ts#L7) - [packages\/radix-ui-themes\/src\/components\/heading.props.ts\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.props.ts#L8) - [packages\/radix-ui-themes\/src\/components\/heading.props.ts\#L37](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.props.ts#L37) - [packages\/radix-ui-themes\/src\/components\/heading.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/heading.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/heading.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/heading.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/heading.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/heading.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/heading.tsx\#L42](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/heading.tsx#L42) - [packages\/radix-ui-themes\/src\/components\/hover-card.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/hover-card.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/hover-card.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/hover-card.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/hover-card.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/hover-card.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/hover-card.props.ts\#L36](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/hover-card.props.ts#L36) - [packages\/radix-ui-themes\/src\/components\/hover-card.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/hover-card.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/hover-card.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/hover-card.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/hover-card.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/hover-card.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/hover-card.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/hover-card.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/hover-card.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/hover-card.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/hover-card.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/hover-card.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/hover-card.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/hover-card.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/hover-card.tsx\#L69](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/hover-card.tsx#L69) - [packages\/radix-ui-themes\/src\/components\/hover-card.tsx\#L69](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/hover-card.tsx#L69) - [packages\/radix-ui-themes\/src\/components\/hover-card.tsx\#L69](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/hover-card.tsx#L69) - [packages\/radix-ui-themes\/src\/components\/icon-button.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/icon-button.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/icon-button.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/icon-button.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/icon-button.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/icon-button.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/icon-button.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/icon-button.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/icon-button.tsx\#L15](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/icon-button.tsx#L15) - [packages\/radix-ui-themes\/src\/components\/icons.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/icons.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/icons.tsx\#L67](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/icons.tsx#L67) - [packages\/radix-ui-themes\/src\/components\/icons.tsx\#L67](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/icons.tsx#L67) - [packages\/radix-ui-themes\/src\/components\/icons.tsx\#L67](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/icons.tsx#L67) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L2) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L9) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L11) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L12) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L16](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L16) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L17](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L17) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L18](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L18) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L19](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L19) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L24](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L24) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L30](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L30) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L34](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L34) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L35](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L35) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L39](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L39) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L41](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L41) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L49](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L49) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L50](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L50) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L51](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L51) - [packages\/radix-ui-themes\/src\/components\/index.ts\#L53](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/index.ts#L53) - [packages\/radix-ui-themes\/src\/components\/inset.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/inset.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/inset.props.ts\#L90](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/inset.props.ts#L90) - [packages\/radix-ui-themes\/src\/components\/inset.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/inset.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/inset.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/inset.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/inset.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/inset.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/inset.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/inset.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/inset.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/inset.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/inset.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/inset.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/inset.tsx\#L27](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/inset.tsx#L27) - [packages\/radix-ui-themes\/src\/components\/kbd.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/kbd.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/kbd.props.ts\#L19](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/kbd.props.ts#L19) - [packages\/radix-ui-themes\/src\/components\/kbd.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/kbd.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/kbd.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/kbd.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/kbd.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/kbd.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/kbd.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/kbd.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/kbd.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/kbd.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/kbd.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/kbd.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/kbd.tsx\#L29](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/kbd.tsx#L29) - [packages\/radix-ui-themes\/src\/components\/link.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/link.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/link.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/link.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/link.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/link.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/link.props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/link.props.ts#L4) - [packages\/radix-ui-themes\/src\/components\/link.props.ts\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/link.props.ts#L5) - [packages\/radix-ui-themes\/src\/components\/link.props.ts\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/link.props.ts#L6) - [packages\/radix-ui-themes\/src\/components\/link.props.ts\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/link.props.ts#L7) - [packages\/radix-ui-themes\/src\/components\/link.props.ts\#L34](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/link.props.ts#L34) - [packages\/radix-ui-themes\/src\/components\/link.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/link.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/link.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/link.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/link.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/link.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/link.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/link.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/link.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/link.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/link.tsx\#L31](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/link.tsx#L31) - [packages\/radix-ui-themes\/src\/components\/popover.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/popover.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/popover.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/popover.props.ts\#L36](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.props.ts#L36) - [packages\/radix-ui-themes\/src\/components\/popover.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/popover.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/popover.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/popover.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/popover.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/popover.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/popover.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/popover.tsx\#L76](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.tsx#L76) - [packages\/radix-ui-themes\/src\/components\/popover.tsx\#L77](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.tsx#L77) - [packages\/radix-ui-themes\/src\/components\/popover.tsx\#L78](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.tsx#L78) - [packages\/radix-ui-themes\/src\/components\/popover.tsx\#L79](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/popover.tsx#L79) - [packages\/radix-ui-themes\/src\/components\/portal.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/portal.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/progress.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/progress.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/progress.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/progress.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/progress.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/progress.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/progress.props.ts\#L23](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/progress.props.ts#L23) - [packages\/radix-ui-themes\/src\/components\/progress.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/progress.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/progress.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/progress.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/progress.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/progress.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/progress.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/progress.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/progress.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/progress.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/progress.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/progress.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/progress.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/progress.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/progress.tsx\#L54](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/progress.tsx#L54) - [packages\/radix-ui-themes\/src\/components\/quote.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/quote.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/quote.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/quote.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/quote.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/quote.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/quote.props.ts\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/quote.props.ts#L11) - [packages\/radix-ui-themes\/src\/components\/quote.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/quote.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/quote.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/quote.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/quote.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/quote.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/quote.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/quote.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/quote.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/quote.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/quote.tsx\#L21](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/quote.tsx#L21) - [packages\/radix-ui-themes\/src\/components\/radio-cards.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-cards.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/radio-cards.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-cards.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/radio-cards.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-cards.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/radio-cards.props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-cards.props.ts#L4) - [packages\/radix-ui-themes\/src\/components\/radio-cards.props.ts\#L26](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-cards.props.ts#L26) - [packages\/radix-ui-themes\/src\/components\/radio-cards.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-cards.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/radio-cards.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-cards.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/radio-cards.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-cards.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/radio-cards.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-cards.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/radio-cards.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-cards.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/radio-cards.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-cards.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/radio-cards.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-cards.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/radio-cards.tsx\#L62](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-cards.tsx#L62) - [packages\/radix-ui-themes\/src\/components\/radio-cards.tsx\#L62](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-cards.tsx#L62) - [packages\/radix-ui-themes\/src\/components\/radio-group.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/radio-group.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/radio-group.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/radio-group.props.ts\#L21](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.props.ts#L21) - [packages\/radix-ui-themes\/src\/components\/radio-group.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/radio-group.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/radio-group.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/radio-group.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/radio-group.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/radio-group.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/radio-group.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/radio-group.tsx\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.tsx#L11) - [packages\/radix-ui-themes\/src\/components\/radio-group.tsx\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.tsx#L12) - [packages\/radix-ui-themes\/src\/components\/radio-group.tsx\#L141](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.tsx#L141) - [packages\/radix-ui-themes\/src\/components\/radio-group.tsx\#L141](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio-group.tsx#L141) - [packages\/radix-ui-themes\/src\/components\/radio.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/radio.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/radio.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/radio.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/radio.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/radio.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/radio.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/radio.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/radio.tsx\#L50](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/radio.tsx#L50) - [packages\/radix-ui-themes\/src\/components\/reset.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/reset.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/reset.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/reset.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/reset.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/reset.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/reset.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/reset.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/reset.tsx\#L21](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/reset.tsx#L21) - [packages\/radix-ui-themes\/src\/components\/scroll-area.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/scroll-area.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/scroll-area.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/scroll-area.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/scroll-area.props.ts\#L19](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/scroll-area.props.ts#L19) - [packages\/radix-ui-themes\/src\/components\/scroll-area.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/scroll-area.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/scroll-area.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/scroll-area.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/scroll-area.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/scroll-area.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/scroll-area.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/scroll-area.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/scroll-area.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/scroll-area.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/scroll-area.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/scroll-area.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/scroll-area.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/scroll-area.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/scroll-area.tsx\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/scroll-area.tsx#L11) - [packages\/radix-ui-themes\/src\/components\/scroll-area.tsx\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/scroll-area.tsx#L12) - [packages\/radix-ui-themes\/src\/components\/scroll-area.tsx\#L107](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/scroll-area.tsx#L107) - [packages\/radix-ui-themes\/src\/components\/section.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/section.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/section.props.ts\#L62](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/section.props.ts#L62) - [packages\/radix-ui-themes\/src\/components\/section.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/section.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/section.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/section.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/section.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/section.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/section.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/section.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/section.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/section.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/section.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/section.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/section.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/section.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/section.tsx\#L35](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/section.tsx#L35) - [packages\/radix-ui-themes\/src\/components\/segmented-control.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/segmented-control.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/segmented-control.props.ts\#L17](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/segmented-control.props.ts#L17) - [packages\/radix-ui-themes\/src\/components\/segmented-control.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/segmented-control.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/segmented-control.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/segmented-control.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/segmented-control.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/segmented-control.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/segmented-control.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/segmented-control.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/segmented-control.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/segmented-control.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/segmented-control.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/segmented-control.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/segmented-control.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/segmented-control.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/segmented-control.tsx\#L101](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/segmented-control.tsx#L101) - [packages\/radix-ui-themes\/src\/components\/segmented-control.tsx\#L101](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/segmented-control.tsx#L101) - [packages\/radix-ui-themes\/src\/components\/select.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/select.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/select.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/select.props.ts\#L37](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.props.ts#L37) - [packages\/radix-ui-themes\/src\/components\/select.props.ts\#L37](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.props.ts#L37) - [packages\/radix-ui-themes\/src\/components\/select.props.ts\#L37](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.props.ts#L37) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L12) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L13](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L13) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L14](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L14) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L16](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L16) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L16](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L16) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L206](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L206) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L207](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L207) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L208](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L208) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L209](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L209) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L210](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L210) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L211](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L211) - [packages\/radix-ui-themes\/src\/components\/select.tsx\#L212](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/select.tsx#L212) - [packages\/radix-ui-themes\/src\/components\/separator.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/separator.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/separator.props.ts\#L26](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/separator.props.ts#L26) - [packages\/radix-ui-themes\/src\/components\/separator.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/separator.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/separator.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/separator.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/separator.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/separator.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/separator.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/separator.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/separator.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/separator.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/separator.tsx\#L38](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/separator.tsx#L38) - [packages\/radix-ui-themes\/src\/components\/skeleton.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/skeleton.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/skeleton.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/skeleton.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/skeleton.props.ts\#L14](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/skeleton.props.ts#L14) - [packages\/radix-ui-themes\/src\/components\/skeleton.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/skeleton.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/skeleton.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/skeleton.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/skeleton.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/skeleton.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/skeleton.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/skeleton.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/skeleton.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/skeleton.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/skeleton.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/skeleton.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/skeleton.tsx\#L47](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/skeleton.tsx#L47) - [packages\/radix-ui-themes\/src\/components\/slider.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/slider.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/slider.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/slider.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/slider.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/slider.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/slider.props.ts\#L21](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/slider.props.ts#L21) - [packages\/radix-ui-themes\/src\/components\/slider.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/slider.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/slider.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/slider.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/slider.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/slider.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/slider.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/slider.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/slider.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/slider.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/slider.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/slider.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/slider.tsx\#L57](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/slider.tsx#L57) - [packages\/radix-ui-themes\/src\/components\/slot.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/slot.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/slot.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/slot.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/spinner.props.ts\#L13](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/spinner.props.ts#L13) - [packages\/radix-ui-themes\/src\/components\/spinner.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/spinner.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/spinner.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/spinner.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/spinner.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/spinner.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/spinner.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/spinner.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/spinner.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/spinner.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/spinner.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/spinner.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/spinner.tsx\#L68](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/spinner.tsx#L68) - [packages\/radix-ui-themes\/src\/components\/strong.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/strong.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/strong.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/strong.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/strong.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/strong.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/strong.props.ts\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/strong.props.ts#L11) - [packages\/radix-ui-themes\/src\/components\/strong.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/strong.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/strong.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/strong.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/strong.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/strong.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/strong.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/strong.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/strong.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/strong.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/strong.tsx\#L23](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/strong.tsx#L23) - [packages\/radix-ui-themes\/src\/components\/switch.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/switch.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/switch.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/switch.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/switch.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/switch.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/switch.props.ts\#L21](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/switch.props.ts#L21) - [packages\/radix-ui-themes\/src\/components\/switch.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/switch.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/switch.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/switch.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/switch.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/switch.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/switch.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/switch.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/switch.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/switch.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/switch.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/switch.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/switch.tsx\#L47](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/switch.tsx#L47) - [packages\/radix-ui-themes\/src\/components\/tab-nav.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tab-nav.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/tab-nav.props.ts\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tab-nav.props.ts#L12) - [packages\/radix-ui-themes\/src\/components\/tab-nav.props.ts\#L13](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tab-nav.props.ts#L13) - [packages\/radix-ui-themes\/src\/components\/tab-nav.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tab-nav.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/tab-nav.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tab-nav.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/tab-nav.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tab-nav.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/tab-nav.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tab-nav.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/tab-nav.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tab-nav.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/tab-nav.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tab-nav.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/tab-nav.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tab-nav.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/tab-nav.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tab-nav.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/tab-nav.tsx\#L78](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tab-nav.tsx#L78) - [packages\/radix-ui-themes\/src\/components\/tab-nav.tsx\#L78](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tab-nav.tsx#L78) - [packages\/radix-ui-themes\/src\/components\/table.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/table.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/table.props.ts\#L83](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.props.ts#L83) - [packages\/radix-ui-themes\/src\/components\/table.props.ts\#L83](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.props.ts#L83) - [packages\/radix-ui-themes\/src\/components\/table.props.ts\#L83](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.props.ts#L83) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L120](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L120) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L121](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L121) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L122](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L122) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L123](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L123) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L124](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L124) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L125](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L125) - [packages\/radix-ui-themes\/src\/components\/table.tsx\#L126](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/table.tsx#L126) - [packages\/radix-ui-themes\/src\/components\/tabs.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/tabs.props.ts\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.props.ts#L11) - [packages\/radix-ui-themes\/src\/components\/tabs.props.ts\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.props.ts#L12) - [packages\/radix-ui-themes\/src\/components\/tabs.props.ts\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.props.ts#L12) - [packages\/radix-ui-themes\/src\/components\/tabs.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/tabs.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/tabs.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/tabs.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/tabs.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/tabs.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/tabs.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/tabs.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/tabs.tsx\#L96](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.tsx#L96) - [packages\/radix-ui-themes\/src\/components\/tabs.tsx\#L96](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.tsx#L96) - [packages\/radix-ui-themes\/src\/components\/tabs.tsx\#L96](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.tsx#L96) - [packages\/radix-ui-themes\/src\/components\/tabs.tsx\#L96](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tabs.tsx#L96) - [packages\/radix-ui-themes\/src\/components\/text-area.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-area.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/text-area.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-area.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/text-area.props.ts\#L23](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-area.props.ts#L23) - [packages\/radix-ui-themes\/src\/components\/text-area.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-area.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/text-area.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-area.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/text-area.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-area.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/text-area.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-area.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/text-area.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-area.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/text-area.tsx\#L40](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-area.tsx#L40) - [packages\/radix-ui-themes\/src\/components\/text-field.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/text-field.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/text-field.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/text-field.props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.props.ts#L4) - [packages\/radix-ui-themes\/src\/components\/text-field.props.ts\#L38](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.props.ts#L38) - [packages\/radix-ui-themes\/src\/components\/text-field.props.ts\#L38](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.props.ts#L38) - [packages\/radix-ui-themes\/src\/components\/text-field.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/text-field.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/text-field.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/text-field.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/text-field.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/text-field.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/text-field.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/text-field.tsx\#L113](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.tsx#L113) - [packages\/radix-ui-themes\/src\/components\/text-field.tsx\#L113](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text-field.tsx#L113) - [packages\/radix-ui-themes\/src\/components\/text.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/text.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/text.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/text.props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.props.ts#L4) - [packages\/radix-ui-themes\/src\/components\/text.props.ts\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.props.ts#L5) - [packages\/radix-ui-themes\/src\/components\/text.props.ts\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.props.ts#L6) - [packages\/radix-ui-themes\/src\/components\/text.props.ts\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.props.ts#L7) - [packages\/radix-ui-themes\/src\/components\/text.props.ts\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.props.ts#L8) - [packages\/radix-ui-themes\/src\/components\/text.props.ts\#L36](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.props.ts#L36) - [packages\/radix-ui-themes\/src\/components\/text.tsx\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.tsx#L1) - [packages\/radix-ui-themes\/src\/components\/text.tsx\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.tsx#L2) - [packages\/radix-ui-themes\/src\/components\/text.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/text.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/text.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/text.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/text.tsx\#L44](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/text.tsx#L44) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L11) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L12) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L13](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L13) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L14](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L14) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L15](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L15) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L16](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L16) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L17](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L17) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L18](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L18) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L20](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L20) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L20](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L20) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L21](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L21) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L22](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L22) - [packages\/radix-ui-themes\/src\/components\/theme-panel.tsx\#L677](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme-panel.tsx#L677) - [packages\/radix-ui-themes\/src\/components\/theme.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/theme.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/theme.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme.props.ts#L2) - [packages\/radix-ui-themes\/src\/components\/theme.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme.props.ts#L3) - [packages\/radix-ui-themes\/src\/components\/theme.props.ts\#L75](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme.props.ts#L75) - [packages\/radix-ui-themes\/src\/components\/theme.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/theme.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/theme.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/theme.tsx\#L6](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme.tsx#L6) - [packages\/radix-ui-themes\/src\/components\/theme.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/theme.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/theme.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/theme.tsx\#L223](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme.tsx#L223) - [packages\/radix-ui-themes\/src\/components\/theme.tsx\#L223](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/theme.tsx#L223) - [packages\/radix-ui-themes\/src\/components\/tooltip.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tooltip.props.ts#L1) - [packages\/radix-ui-themes\/src\/components\/tooltip.props.ts\#L19](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tooltip.props.ts#L19) - [packages\/radix-ui-themes\/src\/components\/tooltip.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tooltip.tsx#L3) - [packages\/radix-ui-themes\/src\/components\/tooltip.tsx\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tooltip.tsx#L4) - [packages\/radix-ui-themes\/src\/components\/tooltip.tsx\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tooltip.tsx#L5) - [packages\/radix-ui-themes\/src\/components\/tooltip.tsx\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tooltip.tsx#L7) - [packages\/radix-ui-themes\/src\/components\/tooltip.tsx\#L8](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tooltip.tsx#L8) - [packages\/radix-ui-themes\/src\/components\/tooltip.tsx\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tooltip.tsx#L9) - [packages\/radix-ui-themes\/src\/components\/tooltip.tsx\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tooltip.tsx#L10) - [packages\/radix-ui-themes\/src\/components\/tooltip.tsx\#L64](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/tooltip.tsx#L64) - [packages\/radix-ui-themes\/src\/components\/visually-hidden.tsx\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/components/visually-hidden.tsx#L3) - [packages\/radix-ui-themes\/src\/helpers\/extract-props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/extract-props.ts#L1) - [packages\/radix-ui-themes\/src\/helpers\/extract-props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/extract-props.ts#L3) - [packages\/radix-ui-themes\/src\/helpers\/extract-props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/extract-props.ts#L3) - [packages\/radix-ui-themes\/src\/helpers\/extract-props.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/extract-props.ts#L4) - [packages\/radix-ui-themes\/src\/helpers\/extract-props.ts\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/extract-props.ts#L5) - [packages\/radix-ui-themes\/src\/helpers\/extract-props.ts\#L124](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/extract-props.ts#L124) - [packages\/radix-ui-themes\/src\/helpers\/get-margin-styles.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/get-margin-styles.ts#L1) - [packages\/radix-ui-themes\/src\/helpers\/get-margin-styles.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/get-margin-styles.ts#L3) - [packages\/radix-ui-themes\/src\/helpers\/get-margin-styles.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/get-margin-styles.ts#L4) - [packages\/radix-ui-themes\/src\/helpers\/get-margin-styles.ts\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/get-margin-styles.ts#L5) - [packages\/radix-ui-themes\/src\/helpers\/get-responsive-styles.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/get-responsive-styles.ts#L1) - [packages\/radix-ui-themes\/src\/helpers\/get-responsive-styles.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/get-responsive-styles.ts#L2) - [packages\/radix-ui-themes\/src\/helpers\/get-responsive-styles.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/get-responsive-styles.ts#L3) - [packages\/radix-ui-themes\/src\/helpers\/get-responsive-styles.ts\#L156](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/get-responsive-styles.ts#L156) - [packages\/radix-ui-themes\/src\/helpers\/get-responsive-styles.ts\#L156](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/get-responsive-styles.ts#L156) - [packages\/radix-ui-themes\/src\/helpers\/get-responsive-styles.ts\#L156](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/get-responsive-styles.ts#L156) - [packages\/radix-ui-themes\/src\/helpers\/get-subtree.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/get-subtree.ts#L1) - [packages\/radix-ui-themes\/src\/helpers\/has-own-property.ts\#L9](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/has-own-property.ts#L9) - [packages\/radix-ui-themes\/src\/helpers\/is-responsive-object.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/is-responsive-object.ts#L1) - [packages\/radix-ui-themes\/src\/helpers\/map-prop-values.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/map-prop-values.ts#L1) - [packages\/radix-ui-themes\/src\/helpers\/map-prop-values.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/map-prop-values.ts#L2) - [packages\/radix-ui-themes\/src\/helpers\/map-prop-values.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/map-prop-values.ts#L3) - [packages\/radix-ui-themes\/src\/helpers\/map-prop-values.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/map-prop-values.ts#L4) - [packages\/radix-ui-themes\/src\/helpers\/map-prop-values.ts\#L41](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/map-prop-values.ts#L41) - [packages\/radix-ui-themes\/src\/helpers\/map-prop-values.ts\#L41](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/map-prop-values.ts#L41) - [packages\/radix-ui-themes\/src\/helpers\/map-prop-values.ts\#L41](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/map-prop-values.ts#L41) - [packages\/radix-ui-themes\/src\/helpers\/require-react-element.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/require-react-element.ts#L1) - [packages\/radix-ui-themes\/src\/props\/as-child.prop.ts\#L15](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/as-child.prop.ts#L15) - [packages\/radix-ui-themes\/src\/props\/color.prop.ts\#L31](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/color.prop.ts#L31) - [packages\/radix-ui-themes\/src\/props\/color.prop.ts\#L32](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/color.prop.ts#L32) - [packages\/radix-ui-themes\/src\/props\/color.prop.ts\#L34](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/color.prop.ts#L34) - [packages\/radix-ui-themes\/src\/props\/color.prop.ts\#L35](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/color.prop.ts#L35) - [packages\/radix-ui-themes\/src\/props\/gap.props.ts\#L69](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/gap.props.ts#L69) - [packages\/radix-ui-themes\/src\/props\/height.props.ts\#L63](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/height.props.ts#L63) - [packages\/radix-ui-themes\/src\/props\/high-contrast.prop.ts\#L13](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/high-contrast.prop.ts#L13) - [packages\/radix-ui-themes\/src\/props\/layout.props.ts\#L1](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/layout.props.ts#L1) - [packages\/radix-ui-themes\/src\/props\/layout.props.ts\#L2](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/layout.props.ts#L2) - [packages\/radix-ui-themes\/src\/props\/layout.props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/layout.props.ts#L3) - [packages\/radix-ui-themes\/src\/props\/layout.props.ts\#L371](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/layout.props.ts#L371) - [packages\/radix-ui-themes\/src\/props\/leading-trim.prop.ts\#L16](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/leading-trim.prop.ts#L16) - [packages\/radix-ui-themes\/src\/props\/margin.props.ts\#L154](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/margin.props.ts#L154) - [packages\/radix-ui-themes\/src\/props\/padding.props.ts\#L153](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/padding.props.ts#L153) - [packages\/radix-ui-themes\/src\/props\/prop-def.ts\#L83](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/prop-def.ts#L83) - [packages\/radix-ui-themes\/src\/props\/radius.prop.ts\#L15](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/radius.prop.ts#L15) - [packages\/radix-ui-themes\/src\/props\/radius.prop.ts\#L15](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/radius.prop.ts#L15) - [packages\/radix-ui-themes\/src\/props\/text-align.prop.ts\#L16](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/text-align.prop.ts#L16) - [packages\/radix-ui-themes\/src\/props\/text-wrap.prop.ts\#L16](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/text-wrap.prop.ts#L16) - [packages\/radix-ui-themes\/src\/props\/truncate.prop.ts\#L12](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/truncate.prop.ts#L12) - [packages\/radix-ui-themes\/src\/props\/weight.prop.ts\#L16](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/weight.prop.ts#L16) - [packages\/radix-ui-themes\/src\/props\/width.props.ts\#L63](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/props/width.props.ts#L63) - `error TS1287: A top-level 'export' modifier cannot be used on value declarations in a CommonJS module when 'verbatimModuleSyntax' is enabled.` - [packages\/radix-ui-themes\/src\/helpers\/extract-margin-props.ts\#L3](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/extract-margin-props.ts#L3) - [packages\/radix-ui-themes\/src\/helpers\/get-margin-styles.ts\#L11](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/get-margin-styles.ts#L11) - [packages\/radix-ui-themes\/src\/helpers\/get-matching-gray-color.ts\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/get-matching-gray-color.ts#L5) - [packages\/radix-ui-themes\/src\/helpers\/get-subtree.ts\#L10](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/get-subtree.ts#L10) - [packages\/radix-ui-themes\/src\/helpers\/is-responsive-object.ts\#L5](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/is-responsive-object.ts#L5) - [packages\/radix-ui-themes\/src\/helpers\/merge-styles.ts\#L7](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/merge-styles.ts#L7) - [packages\/radix-ui-themes\/src\/helpers\/require-react-element.ts\#L4](https://github.com/radix-ui/themes/blob/616a66fb37d8d92e8ee5b02abf798ab405ae247e/packages/radix-ui-themes/src/helpers/require-react-element.ts#L4)