@kimdw-rtk/ui 0.0.23 → 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/AccordionContent.css.js +3 -22
- package/dist/components/Accordion/AccordionTrigger.css.js +3 -39
- package/dist/components/Box/Box.css.js +2 -16
- package/dist/components/Button/Button.css.js +4 -182
- package/dist/components/Card/Card.css.js +2 -68
- package/dist/components/Card/CardContent.css.js +1 -7
- package/dist/components/Card/CardInteraction.css.js +1 -9
- package/dist/components/Card/CardThumbnail.css.js +1 -6
- package/dist/components/Chip/Chip.css.js +2 -56
- package/dist/components/Dialog/Dialog.css.js +1 -20
- package/dist/components/Dialog/DialogContent.css.js +1 -13
- package/dist/components/Dialog/DialogHeader.css.js +2 -24
- package/dist/components/Navigation/NavigationAside.css.js +1 -7
- package/dist/components/Navigation/NavigationBar.css.js +3 -32
- package/dist/components/Navigation/NavigationContainer.css.js +1 -10
- package/dist/components/Navigation/NavigationDrawer.css.js +4 -49
- package/dist/components/Navigation/NavigationItem.css.js +2 -35
- package/dist/components/Navigation/NavigationLogo.css.js +1 -5
- package/dist/components/Navigation/NavigationMenu.css.js +1 -20
- package/dist/components/Range/Range.css.js +5 -93
- package/dist/components/ScrollArea/ScrollArea.css.js +5 -33
- package/dist/components/Select/Select.css.js +2 -20
- package/dist/components/Select/SelectOption.css.js +1 -11
- package/dist/components/Select/SelectOptionList.css.js +2 -55
- package/dist/components/Select/SelectTrigger.css.js +4 -59
- package/dist/components/Skeleton/Skeleton.css.js +1 -20
- package/dist/components/Table/Table.css.js +2 -8
- package/dist/components/Table/TableCell.css.js +1 -33
- package/dist/components/Table/TableHead.css.js +1 -9
- package/dist/components/Table/TableRow.css.js +1 -3
- package/dist/components/Tabs/TabsList.css.js +1 -9
- package/dist/components/Tabs/TabsTrigger.css.js +2 -29
- package/dist/components/TextField/TextField.css.js +2 -59
- package/dist/components/Toast/Toast.css.js +3 -62
- package/dist/components/Typography/Typography.css.js +2 -15
- package/dist/hooks/useRipple/ripple.css.js +3 -30
- package/dist/hooks/useToast/ToastContainer.css.js +1 -11
- 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 +2 -1
- package/dist/_virtual/cjs.js +0 -5
- package/dist/_virtual/cssesc.js +0 -5
- 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/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
|
@@ -1,27 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { recipeWithLayer } from '../../utils/styleUtils.css.js';
|
|
3
|
-
import { theme } from '../../themes/theme.css.js';
|
|
1
|
+
import { c as createRuntimeFn } from '../../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/createRuntimeFn-62c9670f.esm.js';
|
|
4
2
|
|
|
5
|
-
|
|
6
|
-
const accordion = recipeWithLayer({
|
|
7
|
-
base: {
|
|
8
|
-
width: '100%',
|
|
9
|
-
borderBottom: `1px solid rgb(${theme.color.border})`,
|
|
10
|
-
},
|
|
11
|
-
variants: {
|
|
12
|
-
isPadding: {
|
|
13
|
-
true: {
|
|
14
|
-
vars: {
|
|
15
|
-
[paddingVar]: '0.75em',
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
false: {
|
|
19
|
-
vars: {
|
|
20
|
-
[paddingVar]: '0.75em 0',
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
},
|
|
24
|
-
},
|
|
25
|
-
});
|
|
3
|
+
var accordion = createRuntimeFn({defaultClassName:'Accordion__18xln004 Accordion_layeredBase__18xln001',variantClassNames:{isPadding:{true:'Accordion_styleWithLayer__18xln002',false:'Accordion_styleWithLayer__18xln003'}},defaultVariants:{},compoundVariants:[]});
|
|
26
4
|
|
|
27
|
-
export { accordion
|
|
5
|
+
export { accordion };
|
|
@@ -1,25 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { paddingVar } from './Accordion.css.js';
|
|
1
|
+
import { c as createRuntimeFn } from '../../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/createRuntimeFn-62c9670f.esm.js';
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
overflow: 'hidden',
|
|
7
|
-
transition: 'height 0.2s ease, opacity 0.2s ease',
|
|
8
|
-
},
|
|
9
|
-
variants: {
|
|
10
|
-
isExpanded: {
|
|
11
|
-
true: {
|
|
12
|
-
opacity: '1',
|
|
13
|
-
},
|
|
14
|
-
false: {
|
|
15
|
-
height: '0',
|
|
16
|
-
opacity: '0',
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
},
|
|
20
|
-
});
|
|
21
|
-
const inner = styleWithLayer({
|
|
22
|
-
padding: paddingVar,
|
|
23
|
-
});
|
|
3
|
+
var container = createRuntimeFn({defaultClassName:'AccordionContent__a19wuy3 AccordionContent_layeredBase__a19wuy0',variantClassNames:{isExpanded:{true:'AccordionContent_styleWithLayer__a19wuy1',false:'AccordionContent_styleWithLayer__a19wuy2'}},defaultVariants:{},compoundVariants:[]});
|
|
4
|
+
var inner = 'AccordionContent_styleWithLayer__a19wuy6';
|
|
24
5
|
|
|
25
6
|
export { container, inner };
|
|
@@ -1,42 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { paddingVar } from './Accordion.css.js';
|
|
1
|
+
import { c as createRuntimeFn } from '../../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/createRuntimeFn-62c9670f.esm.js';
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
display: 'flex',
|
|
7
|
-
alignItems: 'center',
|
|
8
|
-
gap: '0.25em',
|
|
9
|
-
width: '100%',
|
|
10
|
-
padding: paddingVar,
|
|
11
|
-
cursor: 'pointer',
|
|
12
|
-
':hover': {
|
|
13
|
-
textDecoration: 'underline',
|
|
14
|
-
},
|
|
15
|
-
},
|
|
16
|
-
variants: {
|
|
17
|
-
iconPosition: {
|
|
18
|
-
text: {},
|
|
19
|
-
right: {
|
|
20
|
-
justifyContent: 'space-between',
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
},
|
|
24
|
-
});
|
|
25
|
-
const arrow = recipeWithLayer({
|
|
26
|
-
base: {
|
|
27
|
-
lineHeight: '0',
|
|
28
|
-
transition: 'transform 0.2s ease',
|
|
29
|
-
},
|
|
30
|
-
variants: {
|
|
31
|
-
expand: {
|
|
32
|
-
true: {
|
|
33
|
-
transform: 'rotate(-180deg)',
|
|
34
|
-
},
|
|
35
|
-
false: {
|
|
36
|
-
transform: 'rotate(0)',
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
|
-
},
|
|
40
|
-
});
|
|
3
|
+
var arrow = createRuntimeFn({defaultClassName:'AccordionTrigger__1xaprgb9 AccordionTrigger_layeredBase__1xaprgb6',variantClassNames:{expand:{true:'AccordionTrigger_styleWithLayer__1xaprgb7',false:'AccordionTrigger_styleWithLayer__1xaprgb8'}},defaultVariants:{},compoundVariants:[]});
|
|
4
|
+
var triggerContainer = createRuntimeFn({defaultClassName:'AccordionTrigger__1xaprgb3 AccordionTrigger_layeredBase__1xaprgb0',variantClassNames:{iconPosition:{text:'AccordionTrigger_styleWithLayer__1xaprgb1',right:'AccordionTrigger_styleWithLayer__1xaprgb2'}},defaultVariants:{},compoundVariants:[]});
|
|
41
5
|
|
|
42
6
|
export { arrow, triggerContainer };
|
|
@@ -1,19 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { theme } from '../../themes/theme.css.js';
|
|
1
|
+
import { c as createRuntimeFn } from '../../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/createRuntimeFn-62c9670f.esm.js';
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
variants: {
|
|
6
|
-
flex: {
|
|
7
|
-
true: {
|
|
8
|
-
display: 'flex',
|
|
9
|
-
},
|
|
10
|
-
},
|
|
11
|
-
rounded: {
|
|
12
|
-
true: {
|
|
13
|
-
borderRadius: theme.borderRadius,
|
|
14
|
-
},
|
|
15
|
-
},
|
|
16
|
-
},
|
|
17
|
-
});
|
|
3
|
+
var box = createRuntimeFn({defaultClassName:'Box__1wsb57c2',variantClassNames:{flex:{true:'Box_styleWithLayer__1wsb57c0'},rounded:{true:'Box_styleWithLayer__1wsb57c1'}},defaultVariants:{},compoundVariants:[]});
|
|
18
4
|
|
|
19
5
|
export { box };
|
|
@@ -1,185 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { recipeWithLayer, styleWithLayer } from '../../utils/styleUtils.css.js';
|
|
3
|
-
import { SCALE_COLOR } from '../../tokens/scale/color.js';
|
|
4
|
-
import { theme } from '../../themes/theme.css.js';
|
|
5
|
-
import { semanticColor } from '../../tokens/semantic/color.js';
|
|
1
|
+
import { c as createRuntimeFn } from '../../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/createRuntimeFn-62c9670f.esm.js';
|
|
6
2
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
...prev,
|
|
11
|
-
[color]: styleWithLayer({
|
|
12
|
-
vars: {
|
|
13
|
-
[backgroundVar]: theme.color[color],
|
|
14
|
-
[foregroundVar]: theme.color[`${color}-foreground`],
|
|
15
|
-
},
|
|
16
|
-
}),
|
|
17
|
-
}), {});
|
|
18
|
-
const scaleColors = SCALE_COLOR.reduce((prev, value) => ({
|
|
19
|
-
...prev,
|
|
20
|
-
[value]: styleWithLayer({
|
|
21
|
-
vars: {
|
|
22
|
-
[backgroundVar]: theme.color[value][500],
|
|
23
|
-
[foregroundVar]: theme.color.background,
|
|
24
|
-
},
|
|
25
|
-
}),
|
|
26
|
-
}), {});
|
|
27
|
-
const pulse = keyframes({
|
|
28
|
-
'0%': {
|
|
29
|
-
backgroundPosition: '-300% 0',
|
|
30
|
-
},
|
|
31
|
-
'100%': {
|
|
32
|
-
backgroundPosition: '300% 0',
|
|
33
|
-
},
|
|
34
|
-
});
|
|
35
|
-
const span = recipeWithLayer({
|
|
36
|
-
base: {
|
|
37
|
-
lineHeight: '0',
|
|
38
|
-
},
|
|
39
|
-
variants: {
|
|
40
|
-
size: {
|
|
41
|
-
sm: {
|
|
42
|
-
fontSize: '0.875em',
|
|
43
|
-
},
|
|
44
|
-
md: {
|
|
45
|
-
fontSize: '1em',
|
|
46
|
-
},
|
|
47
|
-
lg: {
|
|
48
|
-
fontSize: '1.125em',
|
|
49
|
-
},
|
|
50
|
-
'icon-sm': {
|
|
51
|
-
fontSize: '1em',
|
|
52
|
-
},
|
|
53
|
-
'icon-md': {
|
|
54
|
-
fontSize: '1.25em',
|
|
55
|
-
},
|
|
56
|
-
'icon-lg': {
|
|
57
|
-
fontSize: '1.5em',
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
|
-
},
|
|
61
|
-
});
|
|
62
|
-
const button = recipeWithLayer({
|
|
63
|
-
base: {
|
|
64
|
-
display: 'inline-flex',
|
|
65
|
-
alignItems: 'center',
|
|
66
|
-
justifyContent: 'center',
|
|
67
|
-
position: 'relative',
|
|
68
|
-
overflow: 'hidden',
|
|
69
|
-
border: '0',
|
|
70
|
-
borderRadius: theme.borderRadius,
|
|
71
|
-
fontSize: '1em',
|
|
72
|
-
transition: 'background-color 0.2s ease, color 0.2s ease',
|
|
73
|
-
cursor: 'pointer',
|
|
74
|
-
userSelect: 'none',
|
|
75
|
-
},
|
|
76
|
-
variants: {
|
|
77
|
-
hasIcon: {
|
|
78
|
-
true: {
|
|
79
|
-
gap: '0.5em',
|
|
80
|
-
},
|
|
81
|
-
},
|
|
82
|
-
color: {
|
|
83
|
-
...semanticColors,
|
|
84
|
-
...scaleColors,
|
|
85
|
-
},
|
|
86
|
-
size: {
|
|
87
|
-
sm: {
|
|
88
|
-
height: '2.25em',
|
|
89
|
-
padding: '0 0.75em',
|
|
90
|
-
},
|
|
91
|
-
md: {
|
|
92
|
-
height: '2.5em',
|
|
93
|
-
padding: '0 0.875em',
|
|
94
|
-
},
|
|
95
|
-
lg: {
|
|
96
|
-
height: '2.75em',
|
|
97
|
-
padding: '0 1em',
|
|
98
|
-
},
|
|
99
|
-
'icon-sm': {
|
|
100
|
-
width: '2em',
|
|
101
|
-
height: '2em',
|
|
102
|
-
},
|
|
103
|
-
'icon-md': {
|
|
104
|
-
width: '2.5em',
|
|
105
|
-
height: '2.5em',
|
|
106
|
-
},
|
|
107
|
-
'icon-lg': {
|
|
108
|
-
width: '2.75em',
|
|
109
|
-
height: '2.75em',
|
|
110
|
-
},
|
|
111
|
-
},
|
|
112
|
-
variant: {
|
|
113
|
-
contained: {
|
|
114
|
-
boxShadow: `inset 0 0 0 1px rgba(255, 255, 255, 0.08)`,
|
|
115
|
-
backgroundColor: `rgb(${backgroundVar})`,
|
|
116
|
-
color: `rgb(${foregroundVar})`,
|
|
117
|
-
':disabled': {
|
|
118
|
-
backgroundColor: `rgb(${theme.color.muted})`,
|
|
119
|
-
color: `rgb(${theme.color['muted-foreground']})`,
|
|
120
|
-
cursor: 'default',
|
|
121
|
-
},
|
|
122
|
-
},
|
|
123
|
-
outlined: {
|
|
124
|
-
boxShadow: `inset 0 0 0 1px rgb(${backgroundVar})`,
|
|
125
|
-
backgroundColor: `rgb(${theme.color.background})`,
|
|
126
|
-
color: `rgb(${theme.color.foreground})`,
|
|
127
|
-
':disabled': {
|
|
128
|
-
backgroundColor: `rgb(${theme.color.muted})`,
|
|
129
|
-
color: `rgb(${theme.color['muted-foreground']})`,
|
|
130
|
-
cursor: 'default',
|
|
131
|
-
},
|
|
132
|
-
},
|
|
133
|
-
ghost: {
|
|
134
|
-
background: 'transparent',
|
|
135
|
-
color: `rgb(${theme.color.foreground})`,
|
|
136
|
-
':hover': {
|
|
137
|
-
backgroundColor: `rgba(${backgroundVar}, 0.8)`,
|
|
138
|
-
color: `rgb(${foregroundVar})`,
|
|
139
|
-
},
|
|
140
|
-
':disabled': {
|
|
141
|
-
color: `rgb(${theme.color['muted-foreground']})`,
|
|
142
|
-
cursor: 'default',
|
|
143
|
-
},
|
|
144
|
-
},
|
|
145
|
-
glass: {
|
|
146
|
-
boxShadow: `inset 0 0 0 1px rgba(255, 255, 255, 0.08)`,
|
|
147
|
-
backgroundColor: `rgba(${backgroundVar}, 0.75)`,
|
|
148
|
-
backdropFilter: 'blur(1rem)',
|
|
149
|
-
color: `rgb(${theme.color.foreground})`,
|
|
150
|
-
':disabled': {
|
|
151
|
-
backgroundColor: `rgb(${theme.color.muted})`,
|
|
152
|
-
color: `rgb(${theme.color['muted-foreground']})`,
|
|
153
|
-
cursor: 'default',
|
|
154
|
-
},
|
|
155
|
-
},
|
|
156
|
-
},
|
|
157
|
-
pulse: {
|
|
158
|
-
true: {
|
|
159
|
-
'::after': {
|
|
160
|
-
content: '',
|
|
161
|
-
position: 'absolute',
|
|
162
|
-
inset: '0',
|
|
163
|
-
background: 'linear-gradient(90deg, transparent 30%, #ffffff33 65%, transparent 100%)',
|
|
164
|
-
backgroundSize: '300% 100%',
|
|
165
|
-
animation: `${pulse} 5s linear 0s infinite`,
|
|
166
|
-
},
|
|
167
|
-
},
|
|
168
|
-
},
|
|
169
|
-
},
|
|
170
|
-
});
|
|
171
|
-
const icon = style({
|
|
172
|
-
lineHeight: '0',
|
|
173
|
-
});
|
|
174
|
-
globalStyle(`${icon} > *`, {
|
|
175
|
-
width: '1em',
|
|
176
|
-
height: '1em',
|
|
177
|
-
lineHeight: '0',
|
|
178
|
-
pointerEvents: 'none',
|
|
179
|
-
});
|
|
180
|
-
globalStyle(`${button.classNames.base} svg`, {
|
|
181
|
-
width: '1em',
|
|
182
|
-
height: '1em',
|
|
183
|
-
});
|
|
3
|
+
var button = createRuntimeFn({defaultClassName:'Button__1abigts1o Button_layeredBase__1abigts1b',variantClassNames:{hasIcon:{true:'Button_styleWithLayer__1abigts1c'},color:{primary:'Button_styleWithLayer__1abigts2',secondary:'Button_styleWithLayer__1abigts3',muted:'Button_styleWithLayer__1abigts4',accent:'Button_styleWithLayer__1abigts5',card:'Button_styleWithLayer__1abigts6',danger:'Button_styleWithLayer__1abigts7',warning:'Button_styleWithLayer__1abigts8',success:'Button_styleWithLayer__1abigts9',red:'Button_styleWithLayer__1abigtsa',orange:'Button_styleWithLayer__1abigtsb',amber:'Button_styleWithLayer__1abigtsc',yellow:'Button_styleWithLayer__1abigtsd',lime:'Button_styleWithLayer__1abigtse',green:'Button_styleWithLayer__1abigtsf',emerald:'Button_styleWithLayer__1abigtsg',teal:'Button_styleWithLayer__1abigtsh',cyan:'Button_styleWithLayer__1abigtsi',sky:'Button_styleWithLayer__1abigtsj',blue:'Button_styleWithLayer__1abigtsk',indigo:'Button_styleWithLayer__1abigtsl',violet:'Button_styleWithLayer__1abigtsm',purple:'Button_styleWithLayer__1abigtsn',fuchsia:'Button_styleWithLayer__1abigtso',pink:'Button_styleWithLayer__1abigtsp',rose:'Button_styleWithLayer__1abigtsq',slate:'Button_styleWithLayer__1abigtsr',gray:'Button_styleWithLayer__1abigtss',zinc:'Button_styleWithLayer__1abigtst',neutral:'Button_styleWithLayer__1abigtsu',stone:'Button_styleWithLayer__1abigtsv'},size:{sm:'Button_styleWithLayer__1abigts1d',md:'Button_styleWithLayer__1abigts1e',lg:'Button_styleWithLayer__1abigts1f','icon-sm':'Button_styleWithLayer__1abigts1g','icon-md':'Button_styleWithLayer__1abigts1h','icon-lg':'Button_styleWithLayer__1abigts1i'},variant:{contained:'Button_styleWithLayer__1abigts1j',outlined:'Button_styleWithLayer__1abigts1k',ghost:'Button_styleWithLayer__1abigts1l',glass:'Button_styleWithLayer__1abigts1m'},pulse:{true:'Button_styleWithLayer__1abigts1n'}},defaultVariants:{},compoundVariants:[]});
|
|
4
|
+
var icon = 'Button_icon__1abigts2v';
|
|
5
|
+
var span = createRuntimeFn({defaultClassName:'Button__1abigts14 Button_layeredBase__1abigtsx',variantClassNames:{size:{sm:'Button_styleWithLayer__1abigtsy',md:'Button_styleWithLayer__1abigtsz',lg:'Button_styleWithLayer__1abigts10','icon-sm':'Button_styleWithLayer__1abigts11','icon-md':'Button_styleWithLayer__1abigts12','icon-lg':'Button_styleWithLayer__1abigts13'}},defaultVariants:{},compoundVariants:[]});
|
|
184
6
|
|
|
185
7
|
export { button, icon, span };
|
|
@@ -1,71 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { SCALE_COLOR } from '../../tokens/scale/color.js';
|
|
3
|
-
import { cardInteraction } from './CardInteraction.css.js';
|
|
4
|
-
import { theme } from '../../themes/theme.css.js';
|
|
5
|
-
import { semanticColor } from '../../tokens/semantic/color.js';
|
|
1
|
+
import { c as createRuntimeFn } from '../../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/createRuntimeFn-62c9670f.esm.js';
|
|
6
2
|
|
|
7
|
-
|
|
8
|
-
...prev,
|
|
9
|
-
[color]: styleWithLayer({
|
|
10
|
-
backgroundColor: `rgb(${theme.color[color]})`,
|
|
11
|
-
}),
|
|
12
|
-
}), {});
|
|
13
|
-
const scaleColors = SCALE_COLOR.reduce((prev, value) => ({
|
|
14
|
-
...prev,
|
|
15
|
-
[value]: styleWithLayer({
|
|
16
|
-
backgroundColor: `color-mix(in srgb, rgb(${theme.color[value][500]}) 20%, rgb(${theme.color.background}) 80%)`,
|
|
17
|
-
}),
|
|
18
|
-
}), {});
|
|
19
|
-
const card = recipeWithLayer({
|
|
20
|
-
base: {
|
|
21
|
-
display: 'flex',
|
|
22
|
-
flexDirection: 'column',
|
|
23
|
-
overflow: 'hidden',
|
|
24
|
-
position: 'relative',
|
|
25
|
-
borderRadius: theme.borderRadius,
|
|
26
|
-
color: `rgb(${theme.color.foreground})`,
|
|
27
|
-
transition: 'border-color 0.2s ease, transform 0.4s ease',
|
|
28
|
-
selectors: {
|
|
29
|
-
[`&:has(${cardInteraction}:hover)`]: {
|
|
30
|
-
borderColor: `color-mix(in srgb, rgb(${theme.color.primary}) 10%, rgb(${theme.color.border}) 90%)`,
|
|
31
|
-
},
|
|
32
|
-
[`&:has(${cardInteraction}:active)`]: {
|
|
33
|
-
borderColor: `color-mix(in srgb, rgb(${theme.color.primary}) 40%, rgb(${theme.color.border}) 60%)`,
|
|
34
|
-
},
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
variants: {
|
|
38
|
-
variant: {
|
|
39
|
-
contained: {},
|
|
40
|
-
outlined: {
|
|
41
|
-
border: '1px solid',
|
|
42
|
-
borderColor: `rgb(${theme.color.border})`,
|
|
43
|
-
},
|
|
44
|
-
glass: {
|
|
45
|
-
border: `1px solid rgb(${theme.color['border.weak']})`,
|
|
46
|
-
borderRadius: '0.75rem',
|
|
47
|
-
background: `linear-gradient(rgba(${theme.color['card.gradient']}, 0.06) 0%, rgba(${theme.color['card.gradient']}, 0.02) 100%)`,
|
|
48
|
-
backdropFilter: 'blur(1rem)',
|
|
49
|
-
'::before': {
|
|
50
|
-
position: 'absolute',
|
|
51
|
-
inset: '0',
|
|
52
|
-
background: 'linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%)',
|
|
53
|
-
opacity: '0',
|
|
54
|
-
transition: 'opacity 0.3s ease',
|
|
55
|
-
content: '',
|
|
56
|
-
},
|
|
57
|
-
selectors: {
|
|
58
|
-
'&:hover::before': {
|
|
59
|
-
opacity: '1',
|
|
60
|
-
},
|
|
61
|
-
},
|
|
62
|
-
},
|
|
63
|
-
},
|
|
64
|
-
color: {
|
|
65
|
-
...semanticColors,
|
|
66
|
-
...scaleColors,
|
|
67
|
-
},
|
|
68
|
-
},
|
|
69
|
-
});
|
|
3
|
+
var card = createRuntimeFn({defaultClassName:'Card__1foreksy Card_layeredBase__1foreksu',variantClassNames:{variant:{contained:'Card_styleWithLayer__1foreksv',outlined:'Card_styleWithLayer__1foreksw',glass:'Card_styleWithLayer__1foreksx'},color:{primary:'Card_styleWithLayer__1foreks0',secondary:'Card_styleWithLayer__1foreks1',muted:'Card_styleWithLayer__1foreks2',accent:'Card_styleWithLayer__1foreks3',card:'Card_styleWithLayer__1foreks4',danger:'Card_styleWithLayer__1foreks5',warning:'Card_styleWithLayer__1foreks6',success:'Card_styleWithLayer__1foreks7',red:'Card_styleWithLayer__1foreks8',orange:'Card_styleWithLayer__1foreks9',amber:'Card_styleWithLayer__1foreksa',yellow:'Card_styleWithLayer__1foreksb',lime:'Card_styleWithLayer__1foreksc',green:'Card_styleWithLayer__1foreksd',emerald:'Card_styleWithLayer__1forekse',teal:'Card_styleWithLayer__1foreksf',cyan:'Card_styleWithLayer__1foreksg',sky:'Card_styleWithLayer__1foreksh',blue:'Card_styleWithLayer__1foreksi',indigo:'Card_styleWithLayer__1foreksj',violet:'Card_styleWithLayer__1foreksk',purple:'Card_styleWithLayer__1foreksl',fuchsia:'Card_styleWithLayer__1foreksm',pink:'Card_styleWithLayer__1foreksn',rose:'Card_styleWithLayer__1forekso',slate:'Card_styleWithLayer__1foreksp',gray:'Card_styleWithLayer__1foreksq',zinc:'Card_styleWithLayer__1foreksr',neutral:'Card_styleWithLayer__1forekss',stone:'Card_styleWithLayer__1forekst'}},defaultVariants:{},compoundVariants:[]});
|
|
70
4
|
|
|
71
5
|
export { card };
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
import { spacing } from '../../tokens/semantic/spacing.js';
|
|
3
|
-
|
|
4
|
-
const cardContent = styleWithLayer({
|
|
5
|
-
flex: '1 1 auto',
|
|
6
|
-
padding: spacing.md,
|
|
7
|
-
});
|
|
1
|
+
var cardContent = 'CardContent_styleWithLayer__1nhygmc0';
|
|
8
2
|
|
|
9
3
|
export { cardContent };
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
const cardInteraction = styleWithLayer({
|
|
4
|
-
position: 'relative',
|
|
5
|
-
overflow: 'hidden',
|
|
6
|
-
height: '100%',
|
|
7
|
-
cursor: 'pointer',
|
|
8
|
-
userSelect: 'none',
|
|
9
|
-
});
|
|
1
|
+
var cardInteraction = 'CardInteraction_styleWithLayer__3n4sac0';
|
|
10
2
|
|
|
11
3
|
export { cardInteraction };
|
|
@@ -1,59 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { recipeWithLayer, styleWithLayer } from '../../utils/styleUtils.css.js';
|
|
3
|
-
import { SCALE_COLOR } from '../../tokens/scale/color.js';
|
|
4
|
-
import { theme } from '../../themes/theme.css.js';
|
|
5
|
-
import { semanticColor } from '../../tokens/semantic/color.js';
|
|
1
|
+
import { c as createRuntimeFn } from '../../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/createRuntimeFn-62c9670f.esm.js';
|
|
6
2
|
|
|
7
|
-
|
|
8
|
-
const foregroundVar = createVar();
|
|
9
|
-
const semanticColors = semanticColor.reduce((prev, color) => ({
|
|
10
|
-
...prev,
|
|
11
|
-
[color]: styleWithLayer({
|
|
12
|
-
vars: {
|
|
13
|
-
[backgroundVar]: theme.color[color],
|
|
14
|
-
[foregroundVar]: theme.color[`${color}-foreground`],
|
|
15
|
-
},
|
|
16
|
-
}),
|
|
17
|
-
}), {});
|
|
18
|
-
const scaleColors = SCALE_COLOR.reduce((prev, value) => ({
|
|
19
|
-
...prev,
|
|
20
|
-
[value]: styleWithLayer({
|
|
21
|
-
vars: {
|
|
22
|
-
[backgroundVar]: theme.color[value][500],
|
|
23
|
-
[foregroundVar]: theme.color[value][50],
|
|
24
|
-
},
|
|
25
|
-
}),
|
|
26
|
-
}), {});
|
|
27
|
-
const chip = recipeWithLayer({
|
|
28
|
-
base: {
|
|
29
|
-
display: 'inline-flex',
|
|
30
|
-
alignItems: 'center',
|
|
31
|
-
lineHeight: '0',
|
|
32
|
-
gap: '0.125em',
|
|
33
|
-
height: '2em',
|
|
34
|
-
padding: '0 0.75em',
|
|
35
|
-
borderRadius: theme.borderRadius,
|
|
36
|
-
backgroundColor: `rgb(${backgroundVar})`,
|
|
37
|
-
color: `rgb(${foregroundVar})`,
|
|
38
|
-
userSelect: 'none',
|
|
39
|
-
},
|
|
40
|
-
variants: {
|
|
41
|
-
color: {
|
|
42
|
-
...semanticColors,
|
|
43
|
-
...scaleColors,
|
|
44
|
-
},
|
|
45
|
-
size: {
|
|
46
|
-
sm: {
|
|
47
|
-
fontSize: '0.75em',
|
|
48
|
-
},
|
|
49
|
-
md: {
|
|
50
|
-
fontSize: '0.875em',
|
|
51
|
-
},
|
|
52
|
-
lg: {
|
|
53
|
-
fontSize: '1em',
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
|
-
});
|
|
3
|
+
var chip = createRuntimeFn({defaultClassName:'Chip__1ogf81t10 Chip_layeredBase__1ogf81tw',variantClassNames:{color:{primary:'Chip_styleWithLayer__1ogf81t2',secondary:'Chip_styleWithLayer__1ogf81t3',muted:'Chip_styleWithLayer__1ogf81t4',accent:'Chip_styleWithLayer__1ogf81t5',card:'Chip_styleWithLayer__1ogf81t6',danger:'Chip_styleWithLayer__1ogf81t7',warning:'Chip_styleWithLayer__1ogf81t8',success:'Chip_styleWithLayer__1ogf81t9',red:'Chip_styleWithLayer__1ogf81ta',orange:'Chip_styleWithLayer__1ogf81tb',amber:'Chip_styleWithLayer__1ogf81tc',yellow:'Chip_styleWithLayer__1ogf81td',lime:'Chip_styleWithLayer__1ogf81te',green:'Chip_styleWithLayer__1ogf81tf',emerald:'Chip_styleWithLayer__1ogf81tg',teal:'Chip_styleWithLayer__1ogf81th',cyan:'Chip_styleWithLayer__1ogf81ti',sky:'Chip_styleWithLayer__1ogf81tj',blue:'Chip_styleWithLayer__1ogf81tk',indigo:'Chip_styleWithLayer__1ogf81tl',violet:'Chip_styleWithLayer__1ogf81tm',purple:'Chip_styleWithLayer__1ogf81tn',fuchsia:'Chip_styleWithLayer__1ogf81to',pink:'Chip_styleWithLayer__1ogf81tp',rose:'Chip_styleWithLayer__1ogf81tq',slate:'Chip_styleWithLayer__1ogf81tr',gray:'Chip_styleWithLayer__1ogf81ts',zinc:'Chip_styleWithLayer__1ogf81tt',neutral:'Chip_styleWithLayer__1ogf81tu',stone:'Chip_styleWithLayer__1ogf81tv'},size:{sm:'Chip_styleWithLayer__1ogf81tx',md:'Chip_styleWithLayer__1ogf81ty',lg:'Chip_styleWithLayer__1ogf81tz'}},defaultVariants:{},compoundVariants:[]});
|
|
58
4
|
|
|
59
5
|
export { chip };
|
|
@@ -1,22 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
import { theme } from '../../themes/theme.css.js';
|
|
3
|
-
|
|
4
|
-
const container = style({
|
|
5
|
-
display: 'flex',
|
|
6
|
-
flexDirection: 'column',
|
|
7
|
-
gap: '1rem',
|
|
8
|
-
overflowY: 'auto',
|
|
9
|
-
maxWidth: 'calc(100vw - 2rem)',
|
|
10
|
-
minWidth: 'min(20rem, calc(100vw - 2rem))',
|
|
11
|
-
maxHeight: 'calc(100vh - 2rem)',
|
|
12
|
-
borderRadius: theme.borderRadius,
|
|
13
|
-
boxSizing: 'border-box',
|
|
14
|
-
backgroundColor: `rgb(${theme.color.background})`,
|
|
15
|
-
});
|
|
16
|
-
style({
|
|
17
|
-
marginBottom: '1rem',
|
|
18
|
-
lineHeight: '150%',
|
|
19
|
-
wordBreak: 'break-all',
|
|
20
|
-
});
|
|
1
|
+
var container = 'Dialog_container__qjtgcx0';
|
|
21
2
|
|
|
22
3
|
export { container };
|
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
import { container as container$1 } from './DialogHeader.css.js';
|
|
3
|
-
import { theme } from '../../themes/theme.css.js';
|
|
4
|
-
|
|
5
|
-
const container = styleWithLayer({
|
|
6
|
-
padding: '0 1.5rem 1.5rem 1.5rem',
|
|
7
|
-
wordBreak: 'break-all',
|
|
8
|
-
selectors: {
|
|
9
|
-
[`${container$1} + &`]: {
|
|
10
|
-
color: `rgb(${theme.color['muted-foreground']})`,
|
|
11
|
-
},
|
|
12
|
-
},
|
|
13
|
-
});
|
|
1
|
+
var container = 'DialogContent_styleWithLayer__1v0lk0e0';
|
|
14
2
|
|
|
15
3
|
export { container };
|
|
@@ -1,26 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const container = styleWithLayer({
|
|
5
|
-
position: 'sticky',
|
|
6
|
-
top: '0',
|
|
7
|
-
padding: '1.5rem',
|
|
8
|
-
zIndex: '10',
|
|
9
|
-
backgroundColor: `rgb(${theme.color.background})`,
|
|
10
|
-
});
|
|
11
|
-
const close = styleWithLayer({
|
|
12
|
-
width: '1.25rem',
|
|
13
|
-
height: '1.25rem',
|
|
14
|
-
padding: '0',
|
|
15
|
-
border: '0',
|
|
16
|
-
backgroundColor: 'transparent',
|
|
17
|
-
fontSize: '1em',
|
|
18
|
-
color: `rgb(${theme.color['muted-foreground']})`,
|
|
19
|
-
cursor: 'pointer',
|
|
20
|
-
transition: 'color 0.1s ease',
|
|
21
|
-
':hover': {
|
|
22
|
-
color: `rgb(${theme.color['foreground']})`,
|
|
23
|
-
},
|
|
24
|
-
});
|
|
1
|
+
var close = 'DialogHeader_styleWithLayer__jb8ns01';
|
|
2
|
+
var container = 'DialogHeader_styleWithLayer__jb8ns00';
|
|
25
3
|
|
|
26
4
|
export { close, container };
|
|
@@ -1,35 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { recipeWithLayer } from '../../utils/styleUtils.css.js';
|
|
3
|
-
import { theme } from '../../themes/theme.css.js';
|
|
1
|
+
import { c as createRuntimeFn } from '../../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/createRuntimeFn-62c9670f.esm.js';
|
|
4
2
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
base: {
|
|
8
|
-
zIndex: '20',
|
|
9
|
-
position: 'sticky',
|
|
10
|
-
top: '0',
|
|
11
|
-
width: '100%',
|
|
12
|
-
borderBottom: `1px solid rgb(${theme.color['border.weak']})`,
|
|
13
|
-
backgroundColor: `rgba(${theme.color.background}, 0.75)`,
|
|
14
|
-
backdropFilter: 'blur(2rem) saturate(150%)',
|
|
15
|
-
color: `rgb(${theme.color.border})`,
|
|
16
|
-
transition: 'border-bottom-color 0.2s ease',
|
|
17
|
-
containerType: 'inline-size',
|
|
18
|
-
containerName: navigationBarContainer,
|
|
19
|
-
},
|
|
20
|
-
variants: {
|
|
21
|
-
size: {
|
|
22
|
-
sm: {
|
|
23
|
-
height: '4em',
|
|
24
|
-
},
|
|
25
|
-
md: {
|
|
26
|
-
height: '5em',
|
|
27
|
-
},
|
|
28
|
-
lg: {
|
|
29
|
-
height: '6em',
|
|
30
|
-
},
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
});
|
|
3
|
+
var navigationBar = createRuntimeFn({defaultClassName:'NavigationBar__x4q5x95 NavigationBar_layeredBase__x4q5x91',variantClassNames:{size:{sm:'NavigationBar_styleWithLayer__x4q5x92',md:'NavigationBar_styleWithLayer__x4q5x93',lg:'NavigationBar_styleWithLayer__x4q5x94'}},defaultVariants:{},compoundVariants:[]});
|
|
4
|
+
var navigationBarContainer = 'NavigationBar_navigationBarContainer__x4q5x90';
|
|
34
5
|
|
|
35
6
|
export { navigationBar, navigationBarContainer };
|
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
const container = style({
|
|
4
|
-
display: 'flex',
|
|
5
|
-
alignItems: 'center',
|
|
6
|
-
justifyContent: 'space-between',
|
|
7
|
-
gap: '0.5em',
|
|
8
|
-
height: '100%',
|
|
9
|
-
margin: '0 auto',
|
|
10
|
-
});
|
|
1
|
+
var container = 'NavigationContainer_container__1s3m4g70';
|
|
11
2
|
|
|
12
3
|
export { container };
|