@kimdw-rtk/ui 0.0.22 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/src/components/Accordion/Accordion.css.ts.vanilla-DHoRkV3W.css +13 -0
- package/dist/assets/src/components/Accordion/AccordionContent.css.ts.vanilla-BB_uFIKZ.css +17 -0
- package/dist/assets/src/components/Accordion/AccordionTrigger.css.ts.vanilla-DqImW62b.css +27 -0
- package/dist/assets/src/components/Box/Box.css.ts.vanilla-B1R5OnVN.css +9 -0
- package/dist/assets/src/components/Button/Button.css.ts.vanilla-CwKkiO3-.css +256 -0
- package/dist/assets/src/components/Card/Card.css.ts.vanilla-B6zOHg3m.css +129 -0
- package/dist/assets/src/components/Card/CardContent.css.ts.vanilla-D6el3eAl.css +7 -0
- package/dist/assets/src/components/Card/CardInteraction.css.ts.vanilla-BE4dgSQF.css +10 -0
- package/dist/assets/src/components/Card/CardThumbnail.css.ts.vanilla-4ExzCHGB.css +7 -0
- package/dist/assets/src/components/Chip/Chip.css.ts.vanilla-BQyyiuIh.css +144 -0
- package/dist/assets/src/components/Dialog/Dialog.css.ts.vanilla-YKNZi-5m.css +17 -0
- package/dist/assets/src/components/Dialog/DialogContent.css.ts.vanilla-CDgem4JS.css +10 -0
- package/dist/assets/src/components/Dialog/DialogHeader.css.ts.vanilla-B7ELV9Tz.css +24 -0
- package/dist/assets/src/components/Navigation/NavigationAside.css.ts.vanilla-CyvGpR0t.css +8 -0
- package/dist/assets/src/components/Navigation/NavigationBar.css.ts.vanilla-CIWo8PT9.css +25 -0
- package/dist/assets/src/components/Navigation/NavigationContainer.css.ts.vanilla-D_Mh6uxB.css +8 -0
- package/dist/assets/src/components/Navigation/NavigationDrawer.css.ts.vanilla-C0bcZ6aX.css +41 -0
- package/dist/assets/src/components/Navigation/NavigationItem.css.ts.vanilla-B8sDhdDM.css +25 -0
- package/dist/assets/src/components/Navigation/NavigationLogo.css.ts.vanilla-CDfEsRyO.css +6 -0
- package/dist/assets/src/components/Navigation/NavigationMenu.css.ts.vanilla-DMG1nMNx.css +16 -0
- package/dist/assets/src/components/Range/Range.css.ts.vanilla-CuL4CEBH.css +152 -0
- package/dist/assets/src/components/ScrollArea/ScrollArea.css.ts.vanilla-Cj6CJqL6.css +32 -0
- package/dist/assets/src/components/Select/Select.css.ts.vanilla-BaHmnuCn.css +15 -0
- package/dist/assets/src/components/Select/SelectOption.css.ts.vanilla-AyA2p0kJ.css +11 -0
- package/dist/assets/src/components/Select/SelectOptionList.css.ts.vanilla-B4SUP6QX.css +47 -0
- package/dist/assets/src/components/Select/SelectTrigger.css.ts.vanilla-BsJygMMX.css +42 -0
- package/dist/assets/src/components/Skeleton/Skeleton.css.ts.vanilla-CIMdGwKw.css +19 -0
- package/dist/assets/src/components/Table/Table.css.ts.vanilla-D-ufMKzq.css +8 -0
- package/dist/assets/src/components/Table/TableCell.css.ts.vanilla-Bj9LamuH.css +29 -0
- package/dist/assets/src/components/Table/TableHead.css.ts.vanilla-UQ-15lSo.css +9 -0
- package/dist/assets/src/components/Table/TableRow.css.ts.vanilla-C40POryZ.css +4 -0
- package/dist/assets/src/components/Tabs/TabsList.css.ts.vanilla-ZS6oU-aI.css +9 -0
- package/dist/assets/src/components/Tabs/TabsTrigger.css.ts.vanilla-BqYCvzGu.css +24 -0
- package/dist/assets/src/components/TextField/TextField.css.ts.vanilla-BfCzKhrn.css +120 -0
- package/dist/assets/src/components/Toast/Toast.css.ts.vanilla-Bfrg1VjC.css +69 -0
- package/dist/assets/src/components/Typography/Typography.css.ts.vanilla-Bs-8bmOK.css +11 -0
- package/dist/assets/src/hooks/useRipple/ripple.css.ts.vanilla-DN79qPCL.css +18 -0
- package/dist/assets/src/hooks/useToast/ToastContainer.css.ts.vanilla-Drak4Eu3.css +9 -0
- package/dist/assets/src/styles/globalStyle.css.ts.vanilla-DSX8q-vB.css +552 -0
- package/dist/assets/src/styles/layers.css.ts.vanilla-CjJMJJa-.css +2 -0
- package/dist/assets/src/styles/overlay.css.ts.vanilla-8OV7kDoh.css +30 -0
- package/dist/assets/src/styles/sprinkles.css.ts.vanilla-BtxhG1FX.css +3506 -0
- package/dist/components/Accordion/Accordion.css.js +3 -25
- package/dist/components/Accordion/Accordion.js +2 -2
- package/dist/components/Accordion/AccordionContent.css.js +3 -22
- package/dist/components/Accordion/AccordionContent.js +2 -2
- package/dist/components/Accordion/AccordionTrigger.css.js +3 -39
- package/dist/components/Accordion/AccordionTrigger.js +2 -2
- package/dist/components/Alert/index.js +2 -2
- package/dist/components/Box/Box.css.js +2 -16
- package/dist/components/Box/index.js +2 -2
- package/dist/components/Button/Button.css.js +4 -182
- package/dist/components/Button/index.js +3 -3
- package/dist/components/Card/Card.css.js +2 -68
- package/dist/components/Card/Card.js +2 -2
- package/dist/components/Card/CardContent.css.js +1 -7
- package/dist/components/Card/CardContent.js +2 -2
- package/dist/components/Card/CardInteraction.css.js +1 -9
- package/dist/components/Card/CardInteraction.js +2 -2
- package/dist/components/Card/CardThumbnail.css.js +1 -6
- package/dist/components/Card/CardThumbnail.js +2 -2
- package/dist/components/Chip/Chip.css.js +2 -56
- package/dist/components/Chip/Chip.js +2 -2
- package/dist/components/Confirm/index.js +2 -2
- package/dist/components/Dialog/Dialog.css.js +1 -20
- package/dist/components/Dialog/Dialog.js +2 -2
- package/dist/components/Dialog/DialogContent.css.js +1 -13
- package/dist/components/Dialog/DialogContent.js +2 -2
- package/dist/components/Dialog/DialogFooter.js +2 -2
- package/dist/components/Dialog/DialogHeader.css.js +2 -24
- package/dist/components/Dialog/DialogHeader.js +2 -2
- package/dist/components/Navigation/NavigationAside.css.js +1 -7
- package/dist/components/Navigation/NavigationAside.js +2 -2
- package/dist/components/Navigation/NavigationBar.css.js +3 -32
- package/dist/components/Navigation/NavigationBar.js +2 -2
- package/dist/components/Navigation/NavigationContainer.css.js +1 -10
- package/dist/components/Navigation/NavigationContainer.js +2 -2
- package/dist/components/Navigation/NavigationDrawer.css.js +4 -49
- package/dist/components/Navigation/NavigationDrawer.js +2 -2
- package/dist/components/Navigation/NavigationItem.css.js +2 -35
- package/dist/components/Navigation/NavigationItem.js +2 -2
- package/dist/components/Navigation/NavigationLogo.css.js +1 -5
- package/dist/components/Navigation/NavigationLogo.js +2 -2
- package/dist/components/Navigation/NavigationMenu.css.js +1 -20
- package/dist/components/Navigation/NavigationMenu.js +2 -2
- package/dist/components/Range/Range.css.js +5 -93
- package/dist/components/Range/Range.js +3 -3
- package/dist/components/ScrollArea/ScrollArea.css.js +5 -33
- package/dist/components/ScrollArea/ScrollArea.js +2 -2
- package/dist/components/Select/Select.css.js +2 -20
- package/dist/components/Select/Select.js +2 -2
- package/dist/components/Select/SelectOption.css.js +1 -11
- package/dist/components/Select/SelectOption.js +2 -2
- package/dist/components/Select/SelectOptionList.css.js +2 -55
- package/dist/components/Select/SelectOptionList.js +2 -2
- package/dist/components/Select/SelectTrigger.css.js +4 -59
- package/dist/components/Select/SelectTrigger.js +2 -2
- package/dist/components/Skeleton/Skeleton.css.js +1 -20
- package/dist/components/Skeleton/index.js +2 -2
- package/dist/components/Table/Table.css.js +2 -8
- package/dist/components/Table/Table.js +2 -2
- package/dist/components/Table/TableBody.js +2 -2
- package/dist/components/Table/TableCell.css.js +1 -33
- package/dist/components/Table/TableCell.js +2 -2
- package/dist/components/Table/TableHead.css.js +1 -9
- package/dist/components/Table/TableHead.js +2 -2
- package/dist/components/Table/TableHeader.js +2 -2
- package/dist/components/Table/TableRow.css.js +1 -3
- package/dist/components/Table/TableRow.js +2 -2
- package/dist/components/Tabs/Tabs.js +2 -2
- package/dist/components/Tabs/TabsContent.js +2 -2
- package/dist/components/Tabs/TabsList.css.js +1 -9
- package/dist/components/Tabs/TabsList.js +2 -2
- package/dist/components/Tabs/TabsTrigger.css.js +2 -29
- package/dist/components/Tabs/TabsTrigger.js +2 -2
- package/dist/components/TextField/TextField.css.js +2 -59
- package/dist/components/TextField/index.js +2 -2
- package/dist/components/Toast/Toast.css.js +3 -62
- package/dist/components/Toast/index.js +3 -3
- package/dist/components/Typography/Typography.css.js +2 -15
- package/dist/components/Typography/index.js +2 -2
- package/dist/contexts/UIProvider.js +2 -2
- package/dist/hooks/useDialog/index.js +3 -3
- package/dist/hooks/useRipple/index.js +2 -2
- package/dist/hooks/useRipple/ripple.css.js +3 -30
- package/dist/hooks/useToast/ToastContainer.css.js +1 -11
- package/dist/hooks/useToast/ToastContainer.js +2 -2
- package/dist/hooks/useToast/ToastProvider.js +3 -3
- package/dist/node_modules/.pnpm/@vanilla-extract_sprinkles@1.6.5_@vanilla-extract_css@1.17.4_babel-plugin-macros@3.1.0_/node_modules/@vanilla-extract/sprinkles/createRuntimeSprinkles/dist/vanilla-extract-sprinkles-createRuntimeSprinkles.esm.js +8 -0
- package/dist/styles/layers.css.js +2 -4
- package/dist/styles/overlay.css.js +3 -32
- package/dist/styles/sprinkles.css.js +6 -121
- package/dist/themes/darkTheme.css.js +1 -30
- package/dist/themes/lightTheme.css.js +1 -30
- package/dist/themes/theme.css.js +1 -22
- package/package.json +5 -4
- package/dist/_virtual/cjs.js +0 -5
- package/dist/_virtual/cssesc.js +0 -5
- package/dist/_virtual/jsx-runtime.js +0 -5
- package/dist/_virtual/jsx-runtime2.js +0 -3
- package/dist/_virtual/react-jsx-runtime.development.js +0 -3
- package/dist/_virtual/react-jsx-runtime.production.min.js +0 -3
- package/dist/node_modules/.pnpm/@emotion_hash@0.9.2/node_modules/@emotion/hash/dist/emotion-hash.esm.js +0 -55
- package/dist/node_modules/.pnpm/@vanilla-extract_css@1.17.4_babel-plugin-macros@3.1.0/node_modules/@vanilla-extract/css/adapter/dist/vanilla-extract-css-adapter.esm.js +0 -51
- package/dist/node_modules/.pnpm/@vanilla-extract_css@1.17.4_babel-plugin-macros@3.1.0/node_modules/@vanilla-extract/css/dist/taggedTemplateLiteral-10998315.esm.js +0 -12
- package/dist/node_modules/.pnpm/@vanilla-extract_css@1.17.4_babel-plugin-macros@3.1.0/node_modules/@vanilla-extract/css/dist/transformCss-0dba36bf.esm.js +0 -955
- package/dist/node_modules/.pnpm/@vanilla-extract_css@1.17.4_babel-plugin-macros@3.1.0/node_modules/@vanilla-extract/css/dist/vanilla-extract-css.esm.js +0 -325
- package/dist/node_modules/.pnpm/@vanilla-extract_css@1.17.4_babel-plugin-macros@3.1.0/node_modules/@vanilla-extract/css/fileScope/dist/vanilla-extract-css-fileScope.esm.js +0 -20
- package/dist/node_modules/.pnpm/@vanilla-extract_css@1.17.4_babel-plugin-macros@3.1.0/node_modules/@vanilla-extract/css/functionSerializer/dist/vanilla-extract-css-functionSerializer.esm.js +0 -11
- package/dist/node_modules/.pnpm/@vanilla-extract_css@1.17.4_babel-plugin-macros@3.1.0/node_modules/@vanilla-extract/css/injectStyles/dist/vanilla-extract-css-injectStyles.esm.js +0 -22
- package/dist/node_modules/.pnpm/@vanilla-extract_private@1.0.9/node_modules/@vanilla-extract/private/dist/vanilla-extract-private.esm.js +0 -26
- package/dist/node_modules/.pnpm/@vanilla-extract_recipes@0.5.7_@vanilla-extract_css@1.17.4_babel-plugin-macros@3.1.0_/node_modules/@vanilla-extract/recipes/dist/vanilla-extract-recipes.esm.js +0 -43
- package/dist/node_modules/.pnpm/@vanilla-extract_sprinkles@1.6.5_@vanilla-extract_css@1.17.4_babel-plugin-macros@3.1.0_/node_modules/@vanilla-extract/sprinkles/dist/vanilla-extract-sprinkles.esm.js +0 -146
- package/dist/node_modules/.pnpm/css-what@6.2.2/node_modules/css-what/lib/es/parse.js +0 -423
- package/dist/node_modules/.pnpm/css-what@6.2.2/node_modules/css-what/lib/es/types.js +0 -28
- package/dist/node_modules/.pnpm/cssesc@3.0.0/node_modules/cssesc/cssesc.js +0 -119
- package/dist/node_modules/.pnpm/dedent@1.6.0_babel-plugin-macros@3.1.0/node_modules/dedent/dist/dedent.js +0 -68
- package/dist/node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js +0 -142
- package/dist/node_modules/.pnpm/lru-cache@10.4.3/node_modules/lru-cache/dist/esm/index.js +0 -1542
- package/dist/node_modules/.pnpm/media-query-parser@2.0.2/node_modules/media-query-parser/dist/media-query-parser.esm.js +0 -1378
- package/dist/node_modules/.pnpm/modern-ahocorasick@1.1.0/node_modules/modern-ahocorasick/dist/index.js +0 -101
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.development.js +0 -1315
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -24
- package/dist/node_modules/.pnpm/react@18.3.1/node_modules/react/jsx-runtime.js +0 -19
- package/dist/tokens/scale/color.js +0 -602
- package/dist/tokens/semantic/breakpoint.js +0 -4
- package/dist/tokens/semantic/color.js +0 -12
- package/dist/tokens/semantic/spacing.js +0 -11
- package/dist/tokens/semantic/typography.js +0 -34
- package/dist/utils/styleUtils.css.js +0 -64
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
@layer components;
|
|
2
|
+
@layer components {
|
|
3
|
+
.NavigationBar_layeredBase__x4q5x91 {
|
|
4
|
+
z-index: 20;
|
|
5
|
+
position: sticky;
|
|
6
|
+
top: 0;
|
|
7
|
+
width: 100%;
|
|
8
|
+
border-bottom: 1px solid rgb(var(--color-border\.weak__n6e2fs4));
|
|
9
|
+
background-color: rgba(var(--color-background__n6e2fs1), 0.75);
|
|
10
|
+
backdrop-filter: blur(2rem) saturate(150%);
|
|
11
|
+
color: rgb(var(--color-border__n6e2fs3));
|
|
12
|
+
transition: border-bottom-color 0.2s ease;
|
|
13
|
+
container-type: inline-size;
|
|
14
|
+
container-name: NavigationBar_navigationBarContainer__x4q5x90;
|
|
15
|
+
}
|
|
16
|
+
.NavigationBar_styleWithLayer__x4q5x92 {
|
|
17
|
+
height: 4em;
|
|
18
|
+
}
|
|
19
|
+
.NavigationBar_styleWithLayer__x4q5x93 {
|
|
20
|
+
height: 5em;
|
|
21
|
+
}
|
|
22
|
+
.NavigationBar_styleWithLayer__x4q5x94 {
|
|
23
|
+
height: 6em;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
@layer components;
|
|
2
|
+
@layer components {
|
|
3
|
+
.NavigationDrawer_styleWithLayer__1190lva0 {
|
|
4
|
+
display: none;
|
|
5
|
+
}
|
|
6
|
+
.NavigationDrawer_styleWithLayer__1190lva1 {
|
|
7
|
+
display: flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
justify-content: space-between;
|
|
10
|
+
gap: 0.5em;
|
|
11
|
+
flex-grow: 1;
|
|
12
|
+
}
|
|
13
|
+
.NavigationDrawer_layeredBase__1190lva2 {
|
|
14
|
+
position: absolute;
|
|
15
|
+
top: 100%;
|
|
16
|
+
height: calc(100vh - 100%);
|
|
17
|
+
left: 0;
|
|
18
|
+
width: 100%;
|
|
19
|
+
z-index: 100;
|
|
20
|
+
max-height: 100vh;
|
|
21
|
+
padding: 0.75em;
|
|
22
|
+
border-bottom: 1px solid rgb(var(--color-border__n6e2fs3));
|
|
23
|
+
background-color: rgb(var(--color-background__n6e2fs1));
|
|
24
|
+
transition: opacity 0.2s ease;
|
|
25
|
+
}
|
|
26
|
+
.NavigationDrawer_styleWithLayer__1190lva3 {
|
|
27
|
+
opacity: 1;
|
|
28
|
+
}
|
|
29
|
+
.NavigationDrawer_styleWithLayer__1190lva4 {
|
|
30
|
+
opacity: 0;
|
|
31
|
+
pointer-events: none;
|
|
32
|
+
}
|
|
33
|
+
@container NavigationBar_navigationBarContainer__x4q5x90 (max-width: 800px) {
|
|
34
|
+
.NavigationDrawer_styleWithLayer__1190lva0 {
|
|
35
|
+
display: block;
|
|
36
|
+
}
|
|
37
|
+
.NavigationDrawer_styleWithLayer__1190lva1 {
|
|
38
|
+
display: none;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
@layer components;
|
|
2
|
+
@layer components {
|
|
3
|
+
.NavigationItem_layeredBase__1epy0hz0 {
|
|
4
|
+
position: relative;
|
|
5
|
+
line-height: 0;
|
|
6
|
+
padding: 0.75em;
|
|
7
|
+
font-size: 0.9375em;
|
|
8
|
+
font-weight: 600;
|
|
9
|
+
transition: color 0.2s ease;
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
}
|
|
12
|
+
.NavigationItem_layeredBase__1epy0hz0:hover {
|
|
13
|
+
color: rgb(var(--color-foreground__n6e2fs2));
|
|
14
|
+
}
|
|
15
|
+
.NavigationDrawer_styleWithLayer__1190lva0 .NavigationItem_layeredBase__1epy0hz0 {
|
|
16
|
+
padding: 1.5em 0.75em;
|
|
17
|
+
font-size: 1.125em;
|
|
18
|
+
}
|
|
19
|
+
.NavigationItem_styleWithLayer__1epy0hz1 {
|
|
20
|
+
color: rgb(var(--color-secondary-foreground__n6e2fsa));
|
|
21
|
+
}
|
|
22
|
+
.NavigationItem_styleWithLayer__1epy0hz2 {
|
|
23
|
+
color: rgba(var(--color-secondary-foreground__n6e2fsa), 0.5);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
@layer components;
|
|
2
|
+
@layer components {
|
|
3
|
+
.NavigationMenu_styleWithLayer__rsojes0 {
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
gap: 0.5em;
|
|
7
|
+
}
|
|
8
|
+
.NavigationDrawer_styleWithLayer__1190lva0 .NavigationMenu_styleWithLayer__rsojes0 {
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
align-items: stretch;
|
|
11
|
+
gap: 0;
|
|
12
|
+
width: 100%;
|
|
13
|
+
border-top: 1px solid rgb(var(--color-border\.weak__n6e2fs4));
|
|
14
|
+
padding-top: 0.5em;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
@layer components;
|
|
2
|
+
@layer components {
|
|
3
|
+
.Range_styleWithLayer__biyxwo1 {
|
|
4
|
+
--backgroundVar__biyxwo0: var(--color-primary__n6e2fs7);
|
|
5
|
+
}
|
|
6
|
+
.Range_styleWithLayer__biyxwo2 {
|
|
7
|
+
--backgroundVar__biyxwo0: var(--color-secondary__n6e2fs9);
|
|
8
|
+
}
|
|
9
|
+
.Range_styleWithLayer__biyxwo3 {
|
|
10
|
+
--backgroundVar__biyxwo0: var(--color-muted__n6e2fsb);
|
|
11
|
+
}
|
|
12
|
+
.Range_styleWithLayer__biyxwo4 {
|
|
13
|
+
--backgroundVar__biyxwo0: var(--color-accent__n6e2fsd);
|
|
14
|
+
}
|
|
15
|
+
.Range_styleWithLayer__biyxwo5 {
|
|
16
|
+
--backgroundVar__biyxwo0: var(--color-card__n6e2fsf);
|
|
17
|
+
}
|
|
18
|
+
.Range_styleWithLayer__biyxwo6 {
|
|
19
|
+
--backgroundVar__biyxwo0: var(--color-danger__n6e2fsh);
|
|
20
|
+
}
|
|
21
|
+
.Range_styleWithLayer__biyxwo7 {
|
|
22
|
+
--backgroundVar__biyxwo0: var(--color-warning__n6e2fsj);
|
|
23
|
+
}
|
|
24
|
+
.Range_styleWithLayer__biyxwo8 {
|
|
25
|
+
--backgroundVar__biyxwo0: var(--color-success__n6e2fsl);
|
|
26
|
+
}
|
|
27
|
+
.Range_styleWithLayer__biyxwo9 {
|
|
28
|
+
--backgroundVar__biyxwo0: var(--color-red-100__n6e2fso);
|
|
29
|
+
}
|
|
30
|
+
.Range_styleWithLayer__biyxwoa {
|
|
31
|
+
--backgroundVar__biyxwo0: var(--color-orange-100__n6e2fsz);
|
|
32
|
+
}
|
|
33
|
+
.Range_styleWithLayer__biyxwob {
|
|
34
|
+
--backgroundVar__biyxwo0: var(--color-amber-100__n6e2fs1a);
|
|
35
|
+
}
|
|
36
|
+
.Range_styleWithLayer__biyxwoc {
|
|
37
|
+
--backgroundVar__biyxwo0: var(--color-yellow-100__n6e2fs1l);
|
|
38
|
+
}
|
|
39
|
+
.Range_styleWithLayer__biyxwod {
|
|
40
|
+
--backgroundVar__biyxwo0: var(--color-lime-100__n6e2fs1w);
|
|
41
|
+
}
|
|
42
|
+
.Range_styleWithLayer__biyxwoe {
|
|
43
|
+
--backgroundVar__biyxwo0: var(--color-green-100__n6e2fs27);
|
|
44
|
+
}
|
|
45
|
+
.Range_styleWithLayer__biyxwof {
|
|
46
|
+
--backgroundVar__biyxwo0: var(--color-emerald-100__n6e2fs2i);
|
|
47
|
+
}
|
|
48
|
+
.Range_styleWithLayer__biyxwog {
|
|
49
|
+
--backgroundVar__biyxwo0: var(--color-teal-100__n6e2fs2t);
|
|
50
|
+
}
|
|
51
|
+
.Range_styleWithLayer__biyxwoh {
|
|
52
|
+
--backgroundVar__biyxwo0: var(--color-cyan-100__n6e2fs34);
|
|
53
|
+
}
|
|
54
|
+
.Range_styleWithLayer__biyxwoi {
|
|
55
|
+
--backgroundVar__biyxwo0: var(--color-sky-100__n6e2fs3f);
|
|
56
|
+
}
|
|
57
|
+
.Range_styleWithLayer__biyxwoj {
|
|
58
|
+
--backgroundVar__biyxwo0: var(--color-blue-100__n6e2fs3q);
|
|
59
|
+
}
|
|
60
|
+
.Range_styleWithLayer__biyxwok {
|
|
61
|
+
--backgroundVar__biyxwo0: var(--color-indigo-100__n6e2fs41);
|
|
62
|
+
}
|
|
63
|
+
.Range_styleWithLayer__biyxwol {
|
|
64
|
+
--backgroundVar__biyxwo0: var(--color-violet-100__n6e2fs4c);
|
|
65
|
+
}
|
|
66
|
+
.Range_styleWithLayer__biyxwom {
|
|
67
|
+
--backgroundVar__biyxwo0: var(--color-purple-100__n6e2fs4n);
|
|
68
|
+
}
|
|
69
|
+
.Range_styleWithLayer__biyxwon {
|
|
70
|
+
--backgroundVar__biyxwo0: var(--color-fuchsia-100__n6e2fs4y);
|
|
71
|
+
}
|
|
72
|
+
.Range_styleWithLayer__biyxwoo {
|
|
73
|
+
--backgroundVar__biyxwo0: var(--color-pink-100__n6e2fs59);
|
|
74
|
+
}
|
|
75
|
+
.Range_styleWithLayer__biyxwop {
|
|
76
|
+
--backgroundVar__biyxwo0: var(--color-rose-100__n6e2fs5k);
|
|
77
|
+
}
|
|
78
|
+
.Range_styleWithLayer__biyxwoq {
|
|
79
|
+
--backgroundVar__biyxwo0: var(--color-slate-100__n6e2fs5v);
|
|
80
|
+
}
|
|
81
|
+
.Range_styleWithLayer__biyxwor {
|
|
82
|
+
--backgroundVar__biyxwo0: var(--color-gray-100__n6e2fs66);
|
|
83
|
+
}
|
|
84
|
+
.Range_styleWithLayer__biyxwos {
|
|
85
|
+
--backgroundVar__biyxwo0: var(--color-zinc-100__n6e2fs6h);
|
|
86
|
+
}
|
|
87
|
+
.Range_styleWithLayer__biyxwot {
|
|
88
|
+
--backgroundVar__biyxwo0: var(--color-neutral-100__n6e2fs6s);
|
|
89
|
+
}
|
|
90
|
+
.Range_styleWithLayer__biyxwou {
|
|
91
|
+
--backgroundVar__biyxwo0: var(--color-stone-100__n6e2fs73);
|
|
92
|
+
}
|
|
93
|
+
.Range_layeredBase__biyxwov {
|
|
94
|
+
position: relative;
|
|
95
|
+
width: 100%;
|
|
96
|
+
height: 2em;
|
|
97
|
+
user-select: none;
|
|
98
|
+
}
|
|
99
|
+
.Range_styleWithLayer__biyxwow {
|
|
100
|
+
font-size: 0.75em;
|
|
101
|
+
}
|
|
102
|
+
.Range_styleWithLayer__biyxwox {
|
|
103
|
+
font-size: 1em;
|
|
104
|
+
}
|
|
105
|
+
.Range_styleWithLayer__biyxwoy {
|
|
106
|
+
font-size: 1.25em;
|
|
107
|
+
}
|
|
108
|
+
.Range_styleWithLayer__biyxwo1x {
|
|
109
|
+
display: inline-block;
|
|
110
|
+
position: absolute;
|
|
111
|
+
top: 50%;
|
|
112
|
+
width: 1.25em;
|
|
113
|
+
height: 1.25em;
|
|
114
|
+
border-radius: 50%;
|
|
115
|
+
box-shadow: 0 0 0.375em 0.125em rgba(var(--backgroundVar__biyxwo0), 0.33);
|
|
116
|
+
background-color: rgb(var(--backgroundVar__biyxwo0));
|
|
117
|
+
transform: translate(-50%, -50%);
|
|
118
|
+
cursor: pointer;
|
|
119
|
+
}
|
|
120
|
+
.Range_styleWithLayer__biyxwo1x::before {
|
|
121
|
+
content: "";
|
|
122
|
+
position: absolute;
|
|
123
|
+
inset: -0.75em;
|
|
124
|
+
}
|
|
125
|
+
.Range_styleWithLayer__biyxwo1x::after {
|
|
126
|
+
content: "";
|
|
127
|
+
position: absolute;
|
|
128
|
+
inset: 0;
|
|
129
|
+
border-radius: 50%;
|
|
130
|
+
box-shadow: 0 0 0.5em 0.125em rgba(var(--backgroundVar__biyxwo0), 0.5);
|
|
131
|
+
opacity: 0;
|
|
132
|
+
transition: opacity 0.2s ease;
|
|
133
|
+
}
|
|
134
|
+
.Range_styleWithLayer__biyxwo1x:hover::after {
|
|
135
|
+
opacity: 1;
|
|
136
|
+
}
|
|
137
|
+
.Range_styleWithLayer__biyxwo1y {
|
|
138
|
+
position: absolute;
|
|
139
|
+
top: 0;
|
|
140
|
+
height: 100%;
|
|
141
|
+
background-color: rgb(var(--backgroundVar__biyxwo0));
|
|
142
|
+
}
|
|
143
|
+
.Range_styleWithLayer__biyxwo1z {
|
|
144
|
+
position: absolute;
|
|
145
|
+
top: 50%;
|
|
146
|
+
width: 100%;
|
|
147
|
+
height: 0.5em;
|
|
148
|
+
border-radius: var(--borderRadius__n6e2fs0);
|
|
149
|
+
background-color: rgb(var(--color-muted__n6e2fsb));
|
|
150
|
+
transform: translateY(-50%);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
@layer components;
|
|
2
|
+
.ScrollArea_maskLeft__m6lfro1 {
|
|
3
|
+
mask-image: linear-gradient(to left,
|
|
4
|
+
black 0%,
|
|
5
|
+
black calc(100% - 3rem),
|
|
6
|
+
transparent 100%);
|
|
7
|
+
}
|
|
8
|
+
.ScrollArea_maskRight__m6lfro2 {
|
|
9
|
+
mask-image: linear-gradient(to right,
|
|
10
|
+
black 0%,
|
|
11
|
+
black calc(100% - 3rem),
|
|
12
|
+
transparent 100%);
|
|
13
|
+
}
|
|
14
|
+
.ScrollArea_maskBoth__m6lfro3 {
|
|
15
|
+
mask-image: linear-gradient(to right,
|
|
16
|
+
transparent 0%,
|
|
17
|
+
black 3rem,
|
|
18
|
+
black calc(100% - 3rem),
|
|
19
|
+
transparent 100%);
|
|
20
|
+
}
|
|
21
|
+
.ScrollArea_wrapper__m6lfro4 {
|
|
22
|
+
width: max-content;
|
|
23
|
+
}
|
|
24
|
+
@layer components {
|
|
25
|
+
.ScrollArea_styleWithLayer__m6lfro0 {
|
|
26
|
+
width: 100%;
|
|
27
|
+
overflow-x: scroll;
|
|
28
|
+
}
|
|
29
|
+
.ScrollArea_styleWithLayer__m6lfro0::-webkit-scrollbar {
|
|
30
|
+
display: none;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@layer components;
|
|
2
|
+
@layer components {
|
|
3
|
+
.Select_layeredBase__7k9d9e0 {
|
|
4
|
+
position: relative;
|
|
5
|
+
}
|
|
6
|
+
.Select_styleWithLayer__7k9d9e1 {
|
|
7
|
+
font-size: 0.875em;
|
|
8
|
+
}
|
|
9
|
+
.Select_styleWithLayer__7k9d9e2 {
|
|
10
|
+
font-size: 1em;
|
|
11
|
+
}
|
|
12
|
+
.Select_styleWithLayer__7k9d9e3 {
|
|
13
|
+
font-size: 1.125em;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@layer components;
|
|
2
|
+
@layer components {
|
|
3
|
+
.SelectOption_styleWithLayer__16jsez30 {
|
|
4
|
+
padding: 0.75em 0.5em;
|
|
5
|
+
transition: background-color 0.2s ease;
|
|
6
|
+
cursor: default;
|
|
7
|
+
}
|
|
8
|
+
.SelectOption_styleWithLayer__16jsez30:hover {
|
|
9
|
+
background-color: rgb(var(--color-accent__n6e2fsd));
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
@keyframes SelectOptionList_fadeIn__yft69m0 {
|
|
2
|
+
0% {
|
|
3
|
+
transform: scale(0.95);
|
|
4
|
+
opacity: 0;
|
|
5
|
+
}
|
|
6
|
+
100% {
|
|
7
|
+
transform: scale(1);
|
|
8
|
+
opacity: 1;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
@layer components;
|
|
12
|
+
@layer components {
|
|
13
|
+
.SelectOptionList_layeredBase__yft69m1 {
|
|
14
|
+
overflow-y: auto;
|
|
15
|
+
position: absolute;
|
|
16
|
+
z-index: 10;
|
|
17
|
+
width: 100%;
|
|
18
|
+
min-width: max-content;
|
|
19
|
+
border: 1px solid rgb(var(--color-border__n6e2fs3));
|
|
20
|
+
border-radius: var(--borderRadius__n6e2fs0);
|
|
21
|
+
margin: 0.5rem 0;
|
|
22
|
+
background-color: rgb(var(--color-background__n6e2fs1));
|
|
23
|
+
animation: SelectOptionList_fadeIn__yft69m0 0.3s ease 1;
|
|
24
|
+
transform-origin: 0 0;
|
|
25
|
+
user-select: none;
|
|
26
|
+
}
|
|
27
|
+
.SelectOptionList_layeredBase__yft69m1::-webkit-scrollbar {
|
|
28
|
+
width: 0.25rem;
|
|
29
|
+
height: 0.25rem;
|
|
30
|
+
}
|
|
31
|
+
.SelectOptionList_layeredBase__yft69m1::-webkit-scrollbar-thumb {
|
|
32
|
+
border-radius: 0.5rem;
|
|
33
|
+
background-color: rgb(var(--color-muted-foreground__n6e2fsc));
|
|
34
|
+
}
|
|
35
|
+
.SelectOptionList_styleWithLayer__yft69m2 {
|
|
36
|
+
display: block;
|
|
37
|
+
}
|
|
38
|
+
.SelectOptionList_styleWithLayer__yft69m3 {
|
|
39
|
+
display: none;
|
|
40
|
+
}
|
|
41
|
+
.SelectOptionList_styleWithLayer__yft69m4 {
|
|
42
|
+
top: 100%;
|
|
43
|
+
}
|
|
44
|
+
.SelectOptionList_styleWithLayer__yft69m5 {
|
|
45
|
+
bottom: 100%;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
.SelectTrigger_children__1uw63tl0 {
|
|
2
|
+
overflow: hidden;
|
|
3
|
+
text-overflow: ellipsis;
|
|
4
|
+
white-space: nowrap;
|
|
5
|
+
}
|
|
6
|
+
.SelectTrigger_icon__1uw63tl1 {
|
|
7
|
+
flex-shrink: 0;
|
|
8
|
+
line-height: 0;
|
|
9
|
+
transition: color 0.2s ease, transform 0.2s ease;
|
|
10
|
+
}
|
|
11
|
+
.SelectTrigger_icon_isActive_false__1uw63tl2 {
|
|
12
|
+
transform: rotate(0);
|
|
13
|
+
}
|
|
14
|
+
.SelectTrigger_icon_isActive_true__1uw63tl3 {
|
|
15
|
+
color: rgb(var(--color-primary__n6e2fs7));
|
|
16
|
+
transform: rotate(-180deg);
|
|
17
|
+
}
|
|
18
|
+
.SelectTrigger_selectTrigger__1uw63tl4 {
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
gap: 0.5em;
|
|
22
|
+
justify-content: space-between;
|
|
23
|
+
width: 100%;
|
|
24
|
+
transition: border-color 0.2s ease;
|
|
25
|
+
cursor: pointer;
|
|
26
|
+
user-select: none;
|
|
27
|
+
}
|
|
28
|
+
.SelectTrigger_selectTrigger_isActive_true__1uw63tl5 {
|
|
29
|
+
border-color: rgb(var(--color-primary__n6e2fs7));
|
|
30
|
+
}
|
|
31
|
+
.SelectTrigger_selectTrigger_variant_contained__1uw63tl6 {
|
|
32
|
+
padding: 0.75em 0.75em;
|
|
33
|
+
border-radius: var(--borderRadius__n6e2fs0);
|
|
34
|
+
background-color: rgb(var(--color-secondary__n6e2fs9));
|
|
35
|
+
}
|
|
36
|
+
.SelectTrigger_selectTrigger_variant_outlined__1uw63tl7 {
|
|
37
|
+
padding: 0.75em 0.5em;
|
|
38
|
+
border: 1px solid;
|
|
39
|
+
border-color: rgb(var(--color-border__n6e2fs3));
|
|
40
|
+
border-radius: var(--borderRadius__n6e2fs0);
|
|
41
|
+
background-color: rgb(var(--color-background__n6e2fs1));
|
|
42
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
@keyframes Skeleton_shimmer__a0ivc30 {
|
|
2
|
+
0% {
|
|
3
|
+
background-position: -300% 0;
|
|
4
|
+
}
|
|
5
|
+
100% {
|
|
6
|
+
background-position: 300% 0;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
@layer components;
|
|
10
|
+
@layer components {
|
|
11
|
+
.Skeleton_styleWithLayer__a0ivc31 {
|
|
12
|
+
display: block;
|
|
13
|
+
max-width: 100%;
|
|
14
|
+
border-radius: var(--borderRadius__n6e2fs0);
|
|
15
|
+
background: linear-gradient(90deg, rgba(var(--color-accent__n6e2fsd), 0.4) 30%, rgba(var(--color-accent__n6e2fsd), 0.2) 65%, rgba(var(--color-accent__n6e2fsd), 0.4));
|
|
16
|
+
background-size: 300% 100%;
|
|
17
|
+
animation: Skeleton_shimmer__a0ivc30 5s linear 0s infinite;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
@layer components;
|
|
2
|
+
@layer components {
|
|
3
|
+
.TableCell_styleWithLayer__1a6tmtd0 {
|
|
4
|
+
padding: 0.5em;
|
|
5
|
+
transition: background-color 0.1s ease, color 0.1s ease;
|
|
6
|
+
}
|
|
7
|
+
.TableRow_styleWithLayer__1ntlunj0 > .TableCell_styleWithLayer__1a6tmtd0 {
|
|
8
|
+
cursor: pointer;
|
|
9
|
+
}
|
|
10
|
+
tr > .TableCell_styleWithLayer__1a6tmtd0:first-child {
|
|
11
|
+
border-top-left-radius: var(--borderRadius__n6e2fs0);
|
|
12
|
+
border-bottom-left-radius: var(--borderRadius__n6e2fs0);
|
|
13
|
+
}
|
|
14
|
+
tr > .TableCell_styleWithLayer__1a6tmtd0:last-child {
|
|
15
|
+
border-top-right-radius: var(--borderRadius__n6e2fs0);
|
|
16
|
+
border-bottom-right-radius: var(--borderRadius__n6e2fs0);
|
|
17
|
+
}
|
|
18
|
+
tbody > tr:hover > .TableCell_styleWithLayer__1a6tmtd0 {
|
|
19
|
+
background-color: rgb(var(--color-accent__n6e2fsd));
|
|
20
|
+
color: rgb(var(--color-accent-foreground__n6e2fse));
|
|
21
|
+
}
|
|
22
|
+
.Table_styleWithLayer__cuva6j1 > tbody > tr:nth-of-type(odd) > .TableCell_styleWithLayer__1a6tmtd0 {
|
|
23
|
+
background-color: rgb(var(--color-card__n6e2fsf));
|
|
24
|
+
color: rgb(var(--color-accent-foreground__n6e2fse));
|
|
25
|
+
}
|
|
26
|
+
.Table_styleWithLayer__cuva6j1 > tbody > tr:nth-of-type(odd):hover > .TableCell_styleWithLayer__1a6tmtd0 {
|
|
27
|
+
background-color: rgb(var(--color-accent__n6e2fsd));
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
@layer components;
|
|
2
|
+
@layer components {
|
|
3
|
+
.TabsTrigger_layeredBase__rk5ejr0 {
|
|
4
|
+
overflow: hidden;
|
|
5
|
+
height: 100%;
|
|
6
|
+
padding: 0 0.75em;
|
|
7
|
+
border: 0;
|
|
8
|
+
border-bottom: 0.125rem solid;
|
|
9
|
+
background-color: transparent;
|
|
10
|
+
font-size: 1em;
|
|
11
|
+
text-overflow: ellipsis;
|
|
12
|
+
white-space: nowrap;
|
|
13
|
+
transition: border-bottom-color 0.15s ease, color 0.15s ease;
|
|
14
|
+
cursor: pointer;
|
|
15
|
+
}
|
|
16
|
+
.TabsTrigger_styleWithLayer__rk5ejr1 {
|
|
17
|
+
border-bottom-color: rgb(var(--color-foreground__n6e2fs2));
|
|
18
|
+
color: rgb(var(--color-foreground__n6e2fs2));
|
|
19
|
+
}
|
|
20
|
+
.TabsTrigger_styleWithLayer__rk5ejr2 {
|
|
21
|
+
border-bottom-color: transparent;
|
|
22
|
+
color: rgb(var(--color-muted-foreground__n6e2fsc));
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
@layer components;
|
|
2
|
+
@layer components {
|
|
3
|
+
.TextField_styleWithLayer__q8l7gt1 {
|
|
4
|
+
--backgroundVar__q8l7gt0: var(--color-primary__n6e2fs7);
|
|
5
|
+
}
|
|
6
|
+
.TextField_styleWithLayer__q8l7gt2 {
|
|
7
|
+
--backgroundVar__q8l7gt0: var(--color-secondary__n6e2fs9);
|
|
8
|
+
}
|
|
9
|
+
.TextField_styleWithLayer__q8l7gt3 {
|
|
10
|
+
--backgroundVar__q8l7gt0: var(--color-muted__n6e2fsb);
|
|
11
|
+
}
|
|
12
|
+
.TextField_styleWithLayer__q8l7gt4 {
|
|
13
|
+
--backgroundVar__q8l7gt0: var(--color-accent__n6e2fsd);
|
|
14
|
+
}
|
|
15
|
+
.TextField_styleWithLayer__q8l7gt5 {
|
|
16
|
+
--backgroundVar__q8l7gt0: var(--color-card__n6e2fsf);
|
|
17
|
+
}
|
|
18
|
+
.TextField_styleWithLayer__q8l7gt6 {
|
|
19
|
+
--backgroundVar__q8l7gt0: var(--color-danger__n6e2fsh);
|
|
20
|
+
}
|
|
21
|
+
.TextField_styleWithLayer__q8l7gt7 {
|
|
22
|
+
--backgroundVar__q8l7gt0: var(--color-warning__n6e2fsj);
|
|
23
|
+
}
|
|
24
|
+
.TextField_styleWithLayer__q8l7gt8 {
|
|
25
|
+
--backgroundVar__q8l7gt0: var(--color-success__n6e2fsl);
|
|
26
|
+
}
|
|
27
|
+
.TextField_styleWithLayer__q8l7gt9 {
|
|
28
|
+
--backgroundVar__q8l7gt0: var(--color-red-500__n6e2fss);
|
|
29
|
+
}
|
|
30
|
+
.TextField_styleWithLayer__q8l7gta {
|
|
31
|
+
--backgroundVar__q8l7gt0: var(--color-orange-500__n6e2fs13);
|
|
32
|
+
}
|
|
33
|
+
.TextField_styleWithLayer__q8l7gtb {
|
|
34
|
+
--backgroundVar__q8l7gt0: var(--color-amber-500__n6e2fs1e);
|
|
35
|
+
}
|
|
36
|
+
.TextField_styleWithLayer__q8l7gtc {
|
|
37
|
+
--backgroundVar__q8l7gt0: var(--color-yellow-500__n6e2fs1p);
|
|
38
|
+
}
|
|
39
|
+
.TextField_styleWithLayer__q8l7gtd {
|
|
40
|
+
--backgroundVar__q8l7gt0: var(--color-lime-500__n6e2fs20);
|
|
41
|
+
}
|
|
42
|
+
.TextField_styleWithLayer__q8l7gte {
|
|
43
|
+
--backgroundVar__q8l7gt0: var(--color-green-500__n6e2fs2b);
|
|
44
|
+
}
|
|
45
|
+
.TextField_styleWithLayer__q8l7gtf {
|
|
46
|
+
--backgroundVar__q8l7gt0: var(--color-emerald-500__n6e2fs2m);
|
|
47
|
+
}
|
|
48
|
+
.TextField_styleWithLayer__q8l7gtg {
|
|
49
|
+
--backgroundVar__q8l7gt0: var(--color-teal-500__n6e2fs2x);
|
|
50
|
+
}
|
|
51
|
+
.TextField_styleWithLayer__q8l7gth {
|
|
52
|
+
--backgroundVar__q8l7gt0: var(--color-cyan-500__n6e2fs38);
|
|
53
|
+
}
|
|
54
|
+
.TextField_styleWithLayer__q8l7gti {
|
|
55
|
+
--backgroundVar__q8l7gt0: var(--color-sky-500__n6e2fs3j);
|
|
56
|
+
}
|
|
57
|
+
.TextField_styleWithLayer__q8l7gtj {
|
|
58
|
+
--backgroundVar__q8l7gt0: var(--color-blue-500__n6e2fs3u);
|
|
59
|
+
}
|
|
60
|
+
.TextField_styleWithLayer__q8l7gtk {
|
|
61
|
+
--backgroundVar__q8l7gt0: var(--color-indigo-500__n6e2fs45);
|
|
62
|
+
}
|
|
63
|
+
.TextField_styleWithLayer__q8l7gtl {
|
|
64
|
+
--backgroundVar__q8l7gt0: var(--color-violet-500__n6e2fs4g);
|
|
65
|
+
}
|
|
66
|
+
.TextField_styleWithLayer__q8l7gtm {
|
|
67
|
+
--backgroundVar__q8l7gt0: var(--color-purple-500__n6e2fs4r);
|
|
68
|
+
}
|
|
69
|
+
.TextField_styleWithLayer__q8l7gtn {
|
|
70
|
+
--backgroundVar__q8l7gt0: var(--color-fuchsia-500__n6e2fs52);
|
|
71
|
+
}
|
|
72
|
+
.TextField_styleWithLayer__q8l7gto {
|
|
73
|
+
--backgroundVar__q8l7gt0: var(--color-pink-500__n6e2fs5d);
|
|
74
|
+
}
|
|
75
|
+
.TextField_styleWithLayer__q8l7gtp {
|
|
76
|
+
--backgroundVar__q8l7gt0: var(--color-rose-500__n6e2fs5o);
|
|
77
|
+
}
|
|
78
|
+
.TextField_styleWithLayer__q8l7gtq {
|
|
79
|
+
--backgroundVar__q8l7gt0: var(--color-slate-500__n6e2fs5z);
|
|
80
|
+
}
|
|
81
|
+
.TextField_styleWithLayer__q8l7gtr {
|
|
82
|
+
--backgroundVar__q8l7gt0: var(--color-gray-500__n6e2fs6a);
|
|
83
|
+
}
|
|
84
|
+
.TextField_styleWithLayer__q8l7gts {
|
|
85
|
+
--backgroundVar__q8l7gt0: var(--color-zinc-500__n6e2fs6l);
|
|
86
|
+
}
|
|
87
|
+
.TextField_styleWithLayer__q8l7gtt {
|
|
88
|
+
--backgroundVar__q8l7gt0: var(--color-neutral-500__n6e2fs6w);
|
|
89
|
+
}
|
|
90
|
+
.TextField_styleWithLayer__q8l7gtu {
|
|
91
|
+
--backgroundVar__q8l7gt0: var(--color-stone-500__n6e2fs77);
|
|
92
|
+
}
|
|
93
|
+
.TextField_layeredBase__q8l7gtv {
|
|
94
|
+
padding: 0.75em 0.5em;
|
|
95
|
+
border: 1px solid;
|
|
96
|
+
border-color: rgb(var(--color-border__n6e2fs3));
|
|
97
|
+
background-color: rgb(var(--color-background__n6e2fs1));
|
|
98
|
+
color: rgb(var(--color-foreground__n6e2fs2));
|
|
99
|
+
transition: border-color 0.15s ease, color 0.15s ease;
|
|
100
|
+
outline: none;
|
|
101
|
+
}
|
|
102
|
+
.TextField_layeredBase__q8l7gtv:focus {
|
|
103
|
+
border-color: rgb(var(--backgroundVar__q8l7gt0));
|
|
104
|
+
}
|
|
105
|
+
.TextField_layeredBase__q8l7gtv:disabled {
|
|
106
|
+
color: rgb(var(--color-muted-foreground__n6e2fsc));
|
|
107
|
+
}
|
|
108
|
+
.TextField_styleWithLayer__q8l7gtw {
|
|
109
|
+
border-radius: var(--borderRadius__n6e2fs0);
|
|
110
|
+
font-size: 0.875em;
|
|
111
|
+
}
|
|
112
|
+
.TextField_styleWithLayer__q8l7gtx {
|
|
113
|
+
border-radius: var(--borderRadius__n6e2fs0);
|
|
114
|
+
font-size: 1em;
|
|
115
|
+
}
|
|
116
|
+
.TextField_styleWithLayer__q8l7gty {
|
|
117
|
+
border-radius: var(--borderRadius__n6e2fs0);
|
|
118
|
+
font-size: 1.125em;
|
|
119
|
+
}
|
|
120
|
+
}
|