@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.
Files changed (115) hide show
  1. package/dist/assets/src/components/Accordion/Accordion.css.ts.vanilla-DHoRkV3W.css +13 -0
  2. package/dist/assets/src/components/Accordion/AccordionContent.css.ts.vanilla-BB_uFIKZ.css +17 -0
  3. package/dist/assets/src/components/Accordion/AccordionTrigger.css.ts.vanilla-DqImW62b.css +27 -0
  4. package/dist/assets/src/components/Box/Box.css.ts.vanilla-B1R5OnVN.css +9 -0
  5. package/dist/assets/src/components/Button/Button.css.ts.vanilla-CwKkiO3-.css +256 -0
  6. package/dist/assets/src/components/Card/Card.css.ts.vanilla-B6zOHg3m.css +129 -0
  7. package/dist/assets/src/components/Card/CardContent.css.ts.vanilla-D6el3eAl.css +7 -0
  8. package/dist/assets/src/components/Card/CardInteraction.css.ts.vanilla-BE4dgSQF.css +10 -0
  9. package/dist/assets/src/components/Card/CardThumbnail.css.ts.vanilla-4ExzCHGB.css +7 -0
  10. package/dist/assets/src/components/Chip/Chip.css.ts.vanilla-BQyyiuIh.css +144 -0
  11. package/dist/assets/src/components/Dialog/Dialog.css.ts.vanilla-YKNZi-5m.css +17 -0
  12. package/dist/assets/src/components/Dialog/DialogContent.css.ts.vanilla-CDgem4JS.css +10 -0
  13. package/dist/assets/src/components/Dialog/DialogHeader.css.ts.vanilla-B7ELV9Tz.css +24 -0
  14. package/dist/assets/src/components/Navigation/NavigationAside.css.ts.vanilla-CyvGpR0t.css +8 -0
  15. package/dist/assets/src/components/Navigation/NavigationBar.css.ts.vanilla-CIWo8PT9.css +25 -0
  16. package/dist/assets/src/components/Navigation/NavigationContainer.css.ts.vanilla-D_Mh6uxB.css +8 -0
  17. package/dist/assets/src/components/Navigation/NavigationDrawer.css.ts.vanilla-C0bcZ6aX.css +41 -0
  18. package/dist/assets/src/components/Navigation/NavigationItem.css.ts.vanilla-B8sDhdDM.css +25 -0
  19. package/dist/assets/src/components/Navigation/NavigationLogo.css.ts.vanilla-CDfEsRyO.css +6 -0
  20. package/dist/assets/src/components/Navigation/NavigationMenu.css.ts.vanilla-DMG1nMNx.css +16 -0
  21. package/dist/assets/src/components/Range/Range.css.ts.vanilla-CuL4CEBH.css +152 -0
  22. package/dist/assets/src/components/ScrollArea/ScrollArea.css.ts.vanilla-Cj6CJqL6.css +32 -0
  23. package/dist/assets/src/components/Select/Select.css.ts.vanilla-BaHmnuCn.css +15 -0
  24. package/dist/assets/src/components/Select/SelectOption.css.ts.vanilla-AyA2p0kJ.css +11 -0
  25. package/dist/assets/src/components/Select/SelectOptionList.css.ts.vanilla-B4SUP6QX.css +47 -0
  26. package/dist/assets/src/components/Select/SelectTrigger.css.ts.vanilla-BsJygMMX.css +42 -0
  27. package/dist/assets/src/components/Skeleton/Skeleton.css.ts.vanilla-CIMdGwKw.css +19 -0
  28. package/dist/assets/src/components/Table/Table.css.ts.vanilla-D-ufMKzq.css +8 -0
  29. package/dist/assets/src/components/Table/TableCell.css.ts.vanilla-Bj9LamuH.css +29 -0
  30. package/dist/assets/src/components/Table/TableHead.css.ts.vanilla-UQ-15lSo.css +9 -0
  31. package/dist/assets/src/components/Table/TableRow.css.ts.vanilla-C40POryZ.css +4 -0
  32. package/dist/assets/src/components/Tabs/TabsList.css.ts.vanilla-ZS6oU-aI.css +9 -0
  33. package/dist/assets/src/components/Tabs/TabsTrigger.css.ts.vanilla-BqYCvzGu.css +24 -0
  34. package/dist/assets/src/components/TextField/TextField.css.ts.vanilla-BfCzKhrn.css +120 -0
  35. package/dist/assets/src/components/Toast/Toast.css.ts.vanilla-Bfrg1VjC.css +69 -0
  36. package/dist/assets/src/components/Typography/Typography.css.ts.vanilla-Bs-8bmOK.css +11 -0
  37. package/dist/assets/src/hooks/useRipple/ripple.css.ts.vanilla-DN79qPCL.css +18 -0
  38. package/dist/assets/src/hooks/useToast/ToastContainer.css.ts.vanilla-Drak4Eu3.css +9 -0
  39. package/dist/assets/src/styles/globalStyle.css.ts.vanilla-DSX8q-vB.css +552 -0
  40. package/dist/assets/src/styles/layers.css.ts.vanilla-CjJMJJa-.css +2 -0
  41. package/dist/assets/src/styles/overlay.css.ts.vanilla-8OV7kDoh.css +30 -0
  42. package/dist/assets/src/styles/sprinkles.css.ts.vanilla-BtxhG1FX.css +3506 -0
  43. package/dist/components/Accordion/Accordion.css.js +3 -25
  44. package/dist/components/Accordion/AccordionContent.css.js +3 -22
  45. package/dist/components/Accordion/AccordionTrigger.css.js +3 -39
  46. package/dist/components/Box/Box.css.js +2 -16
  47. package/dist/components/Button/Button.css.js +4 -182
  48. package/dist/components/Card/Card.css.js +2 -68
  49. package/dist/components/Card/CardContent.css.js +1 -7
  50. package/dist/components/Card/CardInteraction.css.js +1 -9
  51. package/dist/components/Card/CardThumbnail.css.js +1 -6
  52. package/dist/components/Chip/Chip.css.js +2 -56
  53. package/dist/components/Dialog/Dialog.css.js +1 -20
  54. package/dist/components/Dialog/DialogContent.css.js +1 -13
  55. package/dist/components/Dialog/DialogHeader.css.js +2 -24
  56. package/dist/components/Navigation/NavigationAside.css.js +1 -7
  57. package/dist/components/Navigation/NavigationBar.css.js +3 -32
  58. package/dist/components/Navigation/NavigationContainer.css.js +1 -10
  59. package/dist/components/Navigation/NavigationDrawer.css.js +4 -49
  60. package/dist/components/Navigation/NavigationItem.css.js +2 -35
  61. package/dist/components/Navigation/NavigationLogo.css.js +1 -5
  62. package/dist/components/Navigation/NavigationMenu.css.js +1 -20
  63. package/dist/components/Range/Range.css.js +5 -93
  64. package/dist/components/ScrollArea/ScrollArea.css.js +5 -33
  65. package/dist/components/Select/Select.css.js +2 -20
  66. package/dist/components/Select/SelectOption.css.js +1 -11
  67. package/dist/components/Select/SelectOptionList.css.js +2 -55
  68. package/dist/components/Select/SelectTrigger.css.js +4 -59
  69. package/dist/components/Skeleton/Skeleton.css.js +1 -20
  70. package/dist/components/Table/Table.css.js +2 -8
  71. package/dist/components/Table/TableCell.css.js +1 -33
  72. package/dist/components/Table/TableHead.css.js +1 -9
  73. package/dist/components/Table/TableRow.css.js +1 -3
  74. package/dist/components/Tabs/TabsList.css.js +1 -9
  75. package/dist/components/Tabs/TabsTrigger.css.js +2 -29
  76. package/dist/components/TextField/TextField.css.js +2 -59
  77. package/dist/components/Toast/Toast.css.js +3 -62
  78. package/dist/components/Typography/Typography.css.js +2 -15
  79. package/dist/hooks/useRipple/ripple.css.js +3 -30
  80. package/dist/hooks/useToast/ToastContainer.css.js +1 -11
  81. 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
  82. package/dist/styles/layers.css.js +2 -4
  83. package/dist/styles/overlay.css.js +3 -32
  84. package/dist/styles/sprinkles.css.js +6 -121
  85. package/dist/themes/darkTheme.css.js +1 -30
  86. package/dist/themes/lightTheme.css.js +1 -30
  87. package/dist/themes/theme.css.js +1 -22
  88. package/package.json +2 -1
  89. package/dist/_virtual/cjs.js +0 -5
  90. package/dist/_virtual/cssesc.js +0 -5
  91. package/dist/node_modules/.pnpm/@emotion_hash@0.9.2/node_modules/@emotion/hash/dist/emotion-hash.esm.js +0 -55
  92. 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
  93. 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
  94. 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
  95. 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
  96. 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
  97. 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
  98. 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
  99. package/dist/node_modules/.pnpm/@vanilla-extract_private@1.0.9/node_modules/@vanilla-extract/private/dist/vanilla-extract-private.esm.js +0 -26
  100. 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
  101. 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
  102. package/dist/node_modules/.pnpm/css-what@6.2.2/node_modules/css-what/lib/es/parse.js +0 -423
  103. package/dist/node_modules/.pnpm/css-what@6.2.2/node_modules/css-what/lib/es/types.js +0 -28
  104. package/dist/node_modules/.pnpm/cssesc@3.0.0/node_modules/cssesc/cssesc.js +0 -119
  105. package/dist/node_modules/.pnpm/dedent@1.6.0_babel-plugin-macros@3.1.0/node_modules/dedent/dist/dedent.js +0 -68
  106. package/dist/node_modules/.pnpm/deepmerge@4.3.1/node_modules/deepmerge/dist/cjs.js +0 -142
  107. package/dist/node_modules/.pnpm/lru-cache@10.4.3/node_modules/lru-cache/dist/esm/index.js +0 -1542
  108. package/dist/node_modules/.pnpm/media-query-parser@2.0.2/node_modules/media-query-parser/dist/media-query-parser.esm.js +0 -1378
  109. package/dist/node_modules/.pnpm/modern-ahocorasick@1.1.0/node_modules/modern-ahocorasick/dist/index.js +0 -101
  110. package/dist/tokens/scale/color.js +0 -602
  111. package/dist/tokens/semantic/breakpoint.js +0 -4
  112. package/dist/tokens/semantic/color.js +0 -12
  113. package/dist/tokens/semantic/spacing.js +0 -11
  114. package/dist/tokens/semantic/typography.js +0 -34
  115. package/dist/utils/styleUtils.css.js +0 -64
@@ -0,0 +1,13 @@
1
+ @layer components;
2
+ @layer components {
3
+ .Accordion_layeredBase__18xln001 {
4
+ width: 100%;
5
+ border-bottom: 1px solid rgb(var(--color-border__n6e2fs3));
6
+ }
7
+ .Accordion_styleWithLayer__18xln002 {
8
+ --paddingVar__18xln000: 0.75em;
9
+ }
10
+ .Accordion_styleWithLayer__18xln003 {
11
+ --paddingVar__18xln000: 0.75em 0;
12
+ }
13
+ }
@@ -0,0 +1,17 @@
1
+ @layer components;
2
+ @layer components {
3
+ .AccordionContent_layeredBase__a19wuy0 {
4
+ overflow: hidden;
5
+ transition: height 0.2s ease, opacity 0.2s ease;
6
+ }
7
+ .AccordionContent_styleWithLayer__a19wuy1 {
8
+ opacity: 1;
9
+ }
10
+ .AccordionContent_styleWithLayer__a19wuy2 {
11
+ height: 0;
12
+ opacity: 0;
13
+ }
14
+ .AccordionContent_styleWithLayer__a19wuy6 {
15
+ padding: var(--paddingVar__18xln000);
16
+ }
17
+ }
@@ -0,0 +1,27 @@
1
+ @layer components;
2
+ @layer components {
3
+ .AccordionTrigger_layeredBase__1xaprgb0 {
4
+ display: flex;
5
+ align-items: center;
6
+ gap: 0.25em;
7
+ width: 100%;
8
+ padding: var(--paddingVar__18xln000);
9
+ cursor: pointer;
10
+ }
11
+ .AccordionTrigger_layeredBase__1xaprgb0:hover {
12
+ text-decoration: underline;
13
+ }
14
+ .AccordionTrigger_styleWithLayer__1xaprgb2 {
15
+ justify-content: space-between;
16
+ }
17
+ .AccordionTrigger_layeredBase__1xaprgb6 {
18
+ line-height: 0;
19
+ transition: transform 0.2s ease;
20
+ }
21
+ .AccordionTrigger_styleWithLayer__1xaprgb7 {
22
+ transform: rotate(-180deg);
23
+ }
24
+ .AccordionTrigger_styleWithLayer__1xaprgb8 {
25
+ transform: rotate(0);
26
+ }
27
+ }
@@ -0,0 +1,9 @@
1
+ @layer components;
2
+ @layer components {
3
+ .Box_styleWithLayer__1wsb57c0 {
4
+ display: flex;
5
+ }
6
+ .Box_styleWithLayer__1wsb57c1 {
7
+ border-radius: var(--borderRadius__n6e2fs0);
8
+ }
9
+ }
@@ -0,0 +1,256 @@
1
+ @keyframes Button_pulse__1abigtsw {
2
+ 0% {
3
+ background-position: -300% 0;
4
+ }
5
+ 100% {
6
+ background-position: 300% 0;
7
+ }
8
+ }
9
+ @layer components;
10
+ .Button_icon__1abigts2v {
11
+ line-height: 0;
12
+ }
13
+ .Button_icon__1abigts2v > * {
14
+ width: 1em;
15
+ height: 1em;
16
+ line-height: 0;
17
+ pointer-events: none;
18
+ }
19
+ .Button__1abigts1o svg {
20
+ width: 1em;
21
+ height: 1em;
22
+ }
23
+ @layer components {
24
+ .Button_styleWithLayer__1abigts2 {
25
+ --backgroundVar__1abigts0: var(--color-primary__n6e2fs7);
26
+ --foregroundVar__1abigts1: var(--color-primary-foreground__n6e2fs8);
27
+ }
28
+ .Button_styleWithLayer__1abigts3 {
29
+ --backgroundVar__1abigts0: var(--color-secondary__n6e2fs9);
30
+ --foregroundVar__1abigts1: var(--color-secondary-foreground__n6e2fsa);
31
+ }
32
+ .Button_styleWithLayer__1abigts4 {
33
+ --backgroundVar__1abigts0: var(--color-muted__n6e2fsb);
34
+ --foregroundVar__1abigts1: var(--color-muted-foreground__n6e2fsc);
35
+ }
36
+ .Button_styleWithLayer__1abigts5 {
37
+ --backgroundVar__1abigts0: var(--color-accent__n6e2fsd);
38
+ --foregroundVar__1abigts1: var(--color-accent-foreground__n6e2fse);
39
+ }
40
+ .Button_styleWithLayer__1abigts6 {
41
+ --backgroundVar__1abigts0: var(--color-card__n6e2fsf);
42
+ --foregroundVar__1abigts1: var(--color-card-foreground__n6e2fsg);
43
+ }
44
+ .Button_styleWithLayer__1abigts7 {
45
+ --backgroundVar__1abigts0: var(--color-danger__n6e2fsh);
46
+ --foregroundVar__1abigts1: var(--color-danger-foreground__n6e2fsi);
47
+ }
48
+ .Button_styleWithLayer__1abigts8 {
49
+ --backgroundVar__1abigts0: var(--color-warning__n6e2fsj);
50
+ --foregroundVar__1abigts1: var(--color-warning-foreground__n6e2fsk);
51
+ }
52
+ .Button_styleWithLayer__1abigts9 {
53
+ --backgroundVar__1abigts0: var(--color-success__n6e2fsl);
54
+ --foregroundVar__1abigts1: var(--color-success-foreground__n6e2fsm);
55
+ }
56
+ .Button_styleWithLayer__1abigtsa {
57
+ --backgroundVar__1abigts0: var(--color-red-500__n6e2fss);
58
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
59
+ }
60
+ .Button_styleWithLayer__1abigtsb {
61
+ --backgroundVar__1abigts0: var(--color-orange-500__n6e2fs13);
62
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
63
+ }
64
+ .Button_styleWithLayer__1abigtsc {
65
+ --backgroundVar__1abigts0: var(--color-amber-500__n6e2fs1e);
66
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
67
+ }
68
+ .Button_styleWithLayer__1abigtsd {
69
+ --backgroundVar__1abigts0: var(--color-yellow-500__n6e2fs1p);
70
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
71
+ }
72
+ .Button_styleWithLayer__1abigtse {
73
+ --backgroundVar__1abigts0: var(--color-lime-500__n6e2fs20);
74
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
75
+ }
76
+ .Button_styleWithLayer__1abigtsf {
77
+ --backgroundVar__1abigts0: var(--color-green-500__n6e2fs2b);
78
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
79
+ }
80
+ .Button_styleWithLayer__1abigtsg {
81
+ --backgroundVar__1abigts0: var(--color-emerald-500__n6e2fs2m);
82
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
83
+ }
84
+ .Button_styleWithLayer__1abigtsh {
85
+ --backgroundVar__1abigts0: var(--color-teal-500__n6e2fs2x);
86
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
87
+ }
88
+ .Button_styleWithLayer__1abigtsi {
89
+ --backgroundVar__1abigts0: var(--color-cyan-500__n6e2fs38);
90
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
91
+ }
92
+ .Button_styleWithLayer__1abigtsj {
93
+ --backgroundVar__1abigts0: var(--color-sky-500__n6e2fs3j);
94
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
95
+ }
96
+ .Button_styleWithLayer__1abigtsk {
97
+ --backgroundVar__1abigts0: var(--color-blue-500__n6e2fs3u);
98
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
99
+ }
100
+ .Button_styleWithLayer__1abigtsl {
101
+ --backgroundVar__1abigts0: var(--color-indigo-500__n6e2fs45);
102
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
103
+ }
104
+ .Button_styleWithLayer__1abigtsm {
105
+ --backgroundVar__1abigts0: var(--color-violet-500__n6e2fs4g);
106
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
107
+ }
108
+ .Button_styleWithLayer__1abigtsn {
109
+ --backgroundVar__1abigts0: var(--color-purple-500__n6e2fs4r);
110
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
111
+ }
112
+ .Button_styleWithLayer__1abigtso {
113
+ --backgroundVar__1abigts0: var(--color-fuchsia-500__n6e2fs52);
114
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
115
+ }
116
+ .Button_styleWithLayer__1abigtsp {
117
+ --backgroundVar__1abigts0: var(--color-pink-500__n6e2fs5d);
118
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
119
+ }
120
+ .Button_styleWithLayer__1abigtsq {
121
+ --backgroundVar__1abigts0: var(--color-rose-500__n6e2fs5o);
122
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
123
+ }
124
+ .Button_styleWithLayer__1abigtsr {
125
+ --backgroundVar__1abigts0: var(--color-slate-500__n6e2fs5z);
126
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
127
+ }
128
+ .Button_styleWithLayer__1abigtss {
129
+ --backgroundVar__1abigts0: var(--color-gray-500__n6e2fs6a);
130
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
131
+ }
132
+ .Button_styleWithLayer__1abigtst {
133
+ --backgroundVar__1abigts0: var(--color-zinc-500__n6e2fs6l);
134
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
135
+ }
136
+ .Button_styleWithLayer__1abigtsu {
137
+ --backgroundVar__1abigts0: var(--color-neutral-500__n6e2fs6w);
138
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
139
+ }
140
+ .Button_styleWithLayer__1abigtsv {
141
+ --backgroundVar__1abigts0: var(--color-stone-500__n6e2fs77);
142
+ --foregroundVar__1abigts1: var(--color-background__n6e2fs1);
143
+ }
144
+ .Button_layeredBase__1abigtsx {
145
+ line-height: 0;
146
+ }
147
+ .Button_styleWithLayer__1abigtsy {
148
+ font-size: 0.875em;
149
+ }
150
+ .Button_styleWithLayer__1abigtsz {
151
+ font-size: 1em;
152
+ }
153
+ .Button_styleWithLayer__1abigts10 {
154
+ font-size: 1.125em;
155
+ }
156
+ .Button_styleWithLayer__1abigts11 {
157
+ font-size: 1em;
158
+ }
159
+ .Button_styleWithLayer__1abigts12 {
160
+ font-size: 1.25em;
161
+ }
162
+ .Button_styleWithLayer__1abigts13 {
163
+ font-size: 1.5em;
164
+ }
165
+ .Button_layeredBase__1abigts1b {
166
+ display: inline-flex;
167
+ align-items: center;
168
+ justify-content: center;
169
+ position: relative;
170
+ overflow: hidden;
171
+ border: 0;
172
+ border-radius: var(--borderRadius__n6e2fs0);
173
+ font-size: 1em;
174
+ transition: background-color 0.2s ease, color 0.2s ease;
175
+ cursor: pointer;
176
+ user-select: none;
177
+ }
178
+ .Button_styleWithLayer__1abigts1c {
179
+ gap: 0.5em;
180
+ }
181
+ .Button_styleWithLayer__1abigts1d {
182
+ height: 2.25em;
183
+ padding: 0 0.75em;
184
+ }
185
+ .Button_styleWithLayer__1abigts1e {
186
+ height: 2.5em;
187
+ padding: 0 0.875em;
188
+ }
189
+ .Button_styleWithLayer__1abigts1f {
190
+ height: 2.75em;
191
+ padding: 0 1em;
192
+ }
193
+ .Button_styleWithLayer__1abigts1g {
194
+ width: 2em;
195
+ height: 2em;
196
+ }
197
+ .Button_styleWithLayer__1abigts1h {
198
+ width: 2.5em;
199
+ height: 2.5em;
200
+ }
201
+ .Button_styleWithLayer__1abigts1i {
202
+ width: 2.75em;
203
+ height: 2.75em;
204
+ }
205
+ .Button_styleWithLayer__1abigts1j {
206
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
207
+ background-color: rgb(var(--backgroundVar__1abigts0));
208
+ color: rgb(var(--foregroundVar__1abigts1));
209
+ }
210
+ .Button_styleWithLayer__1abigts1j:disabled {
211
+ background-color: rgb(var(--color-muted__n6e2fsb));
212
+ color: rgb(var(--color-muted-foreground__n6e2fsc));
213
+ cursor: default;
214
+ }
215
+ .Button_styleWithLayer__1abigts1k {
216
+ box-shadow: inset 0 0 0 1px rgb(var(--backgroundVar__1abigts0));
217
+ background-color: rgb(var(--color-background__n6e2fs1));
218
+ color: rgb(var(--color-foreground__n6e2fs2));
219
+ }
220
+ .Button_styleWithLayer__1abigts1k:disabled {
221
+ background-color: rgb(var(--color-muted__n6e2fsb));
222
+ color: rgb(var(--color-muted-foreground__n6e2fsc));
223
+ cursor: default;
224
+ }
225
+ .Button_styleWithLayer__1abigts1l {
226
+ background: transparent;
227
+ color: rgb(var(--color-foreground__n6e2fs2));
228
+ }
229
+ .Button_styleWithLayer__1abigts1l:hover {
230
+ background-color: rgba(var(--backgroundVar__1abigts0), 0.8);
231
+ color: rgb(var(--foregroundVar__1abigts1));
232
+ }
233
+ .Button_styleWithLayer__1abigts1l:disabled {
234
+ color: rgb(var(--color-muted-foreground__n6e2fsc));
235
+ cursor: default;
236
+ }
237
+ .Button_styleWithLayer__1abigts1m {
238
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
239
+ background-color: rgba(var(--backgroundVar__1abigts0), 0.75);
240
+ backdrop-filter: blur(1rem);
241
+ color: rgb(var(--color-foreground__n6e2fs2));
242
+ }
243
+ .Button_styleWithLayer__1abigts1m:disabled {
244
+ background-color: rgb(var(--color-muted__n6e2fsb));
245
+ color: rgb(var(--color-muted-foreground__n6e2fsc));
246
+ cursor: default;
247
+ }
248
+ .Button_styleWithLayer__1abigts1n::after {
249
+ content: "";
250
+ position: absolute;
251
+ inset: 0;
252
+ background: linear-gradient(90deg, transparent 30%, #ffffff33 65%, transparent 100%);
253
+ background-size: 300% 100%;
254
+ animation: Button_pulse__1abigtsw 5s linear 0s infinite;
255
+ }
256
+ }
@@ -0,0 +1,129 @@
1
+ @layer components;
2
+ @layer components {
3
+ .Card_styleWithLayer__1foreks0 {
4
+ background-color: rgb(var(--color-primary__n6e2fs7));
5
+ }
6
+ .Card_styleWithLayer__1foreks1 {
7
+ background-color: rgb(var(--color-secondary__n6e2fs9));
8
+ }
9
+ .Card_styleWithLayer__1foreks2 {
10
+ background-color: rgb(var(--color-muted__n6e2fsb));
11
+ }
12
+ .Card_styleWithLayer__1foreks3 {
13
+ background-color: rgb(var(--color-accent__n6e2fsd));
14
+ }
15
+ .Card_styleWithLayer__1foreks4 {
16
+ background-color: rgb(var(--color-card__n6e2fsf));
17
+ }
18
+ .Card_styleWithLayer__1foreks5 {
19
+ background-color: rgb(var(--color-danger__n6e2fsh));
20
+ }
21
+ .Card_styleWithLayer__1foreks6 {
22
+ background-color: rgb(var(--color-warning__n6e2fsj));
23
+ }
24
+ .Card_styleWithLayer__1foreks7 {
25
+ background-color: rgb(var(--color-success__n6e2fsl));
26
+ }
27
+ .Card_styleWithLayer__1foreks8 {
28
+ background-color: color-mix(in srgb, rgb(var(--color-red-500__n6e2fss)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
29
+ }
30
+ .Card_styleWithLayer__1foreks9 {
31
+ background-color: color-mix(in srgb, rgb(var(--color-orange-500__n6e2fs13)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
32
+ }
33
+ .Card_styleWithLayer__1foreksa {
34
+ background-color: color-mix(in srgb, rgb(var(--color-amber-500__n6e2fs1e)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
35
+ }
36
+ .Card_styleWithLayer__1foreksb {
37
+ background-color: color-mix(in srgb, rgb(var(--color-yellow-500__n6e2fs1p)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
38
+ }
39
+ .Card_styleWithLayer__1foreksc {
40
+ background-color: color-mix(in srgb, rgb(var(--color-lime-500__n6e2fs20)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
41
+ }
42
+ .Card_styleWithLayer__1foreksd {
43
+ background-color: color-mix(in srgb, rgb(var(--color-green-500__n6e2fs2b)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
44
+ }
45
+ .Card_styleWithLayer__1forekse {
46
+ background-color: color-mix(in srgb, rgb(var(--color-emerald-500__n6e2fs2m)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
47
+ }
48
+ .Card_styleWithLayer__1foreksf {
49
+ background-color: color-mix(in srgb, rgb(var(--color-teal-500__n6e2fs2x)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
50
+ }
51
+ .Card_styleWithLayer__1foreksg {
52
+ background-color: color-mix(in srgb, rgb(var(--color-cyan-500__n6e2fs38)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
53
+ }
54
+ .Card_styleWithLayer__1foreksh {
55
+ background-color: color-mix(in srgb, rgb(var(--color-sky-500__n6e2fs3j)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
56
+ }
57
+ .Card_styleWithLayer__1foreksi {
58
+ background-color: color-mix(in srgb, rgb(var(--color-blue-500__n6e2fs3u)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
59
+ }
60
+ .Card_styleWithLayer__1foreksj {
61
+ background-color: color-mix(in srgb, rgb(var(--color-indigo-500__n6e2fs45)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
62
+ }
63
+ .Card_styleWithLayer__1foreksk {
64
+ background-color: color-mix(in srgb, rgb(var(--color-violet-500__n6e2fs4g)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
65
+ }
66
+ .Card_styleWithLayer__1foreksl {
67
+ background-color: color-mix(in srgb, rgb(var(--color-purple-500__n6e2fs4r)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
68
+ }
69
+ .Card_styleWithLayer__1foreksm {
70
+ background-color: color-mix(in srgb, rgb(var(--color-fuchsia-500__n6e2fs52)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
71
+ }
72
+ .Card_styleWithLayer__1foreksn {
73
+ background-color: color-mix(in srgb, rgb(var(--color-pink-500__n6e2fs5d)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
74
+ }
75
+ .Card_styleWithLayer__1forekso {
76
+ background-color: color-mix(in srgb, rgb(var(--color-rose-500__n6e2fs5o)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
77
+ }
78
+ .Card_styleWithLayer__1foreksp {
79
+ background-color: color-mix(in srgb, rgb(var(--color-slate-500__n6e2fs5z)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
80
+ }
81
+ .Card_styleWithLayer__1foreksq {
82
+ background-color: color-mix(in srgb, rgb(var(--color-gray-500__n6e2fs6a)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
83
+ }
84
+ .Card_styleWithLayer__1foreksr {
85
+ background-color: color-mix(in srgb, rgb(var(--color-zinc-500__n6e2fs6l)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
86
+ }
87
+ .Card_styleWithLayer__1forekss {
88
+ background-color: color-mix(in srgb, rgb(var(--color-neutral-500__n6e2fs6w)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
89
+ }
90
+ .Card_styleWithLayer__1forekst {
91
+ background-color: color-mix(in srgb, rgb(var(--color-stone-500__n6e2fs77)) 20%, rgb(var(--color-background__n6e2fs1)) 80%);
92
+ }
93
+ .Card_layeredBase__1foreksu {
94
+ display: flex;
95
+ flex-direction: column;
96
+ overflow: hidden;
97
+ position: relative;
98
+ border-radius: var(--borderRadius__n6e2fs0);
99
+ color: rgb(var(--color-foreground__n6e2fs2));
100
+ transition: border-color 0.2s ease, transform 0.4s ease;
101
+ }
102
+ .Card_layeredBase__1foreksu:has(.CardInteraction_styleWithLayer__3n4sac0:hover) {
103
+ border-color: color-mix(in srgb, rgb(var(--color-primary__n6e2fs7)) 10%, rgb(var(--color-border__n6e2fs3)) 90%);
104
+ }
105
+ .Card_layeredBase__1foreksu:has(.CardInteraction_styleWithLayer__3n4sac0:active) {
106
+ border-color: color-mix(in srgb, rgb(var(--color-primary__n6e2fs7)) 40%, rgb(var(--color-border__n6e2fs3)) 60%);
107
+ }
108
+ .Card_styleWithLayer__1foreksw {
109
+ border: 1px solid;
110
+ border-color: rgb(var(--color-border__n6e2fs3));
111
+ }
112
+ .Card_styleWithLayer__1foreksx {
113
+ border: 1px solid rgb(var(--color-border\.weak__n6e2fs4));
114
+ border-radius: 0.75rem;
115
+ background: linear-gradient(rgba(var(--color-card\.gradient__n6e2fs5), 0.06) 0%, rgba(var(--color-card\.gradient__n6e2fs5), 0.02) 100%);
116
+ backdrop-filter: blur(1rem);
117
+ }
118
+ .Card_styleWithLayer__1foreksx::before {
119
+ content: "";
120
+ position: absolute;
121
+ inset: 0;
122
+ background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
123
+ opacity: 0;
124
+ transition: opacity 0.3s ease;
125
+ }
126
+ .Card_styleWithLayer__1foreksx:hover::before {
127
+ opacity: 1;
128
+ }
129
+ }
@@ -0,0 +1,7 @@
1
+ @layer components;
2
+ @layer components {
3
+ .CardContent_styleWithLayer__1nhygmc0 {
4
+ flex: 1 1 auto;
5
+ padding: 0.5em;
6
+ }
7
+ }
@@ -0,0 +1,10 @@
1
+ @layer components;
2
+ @layer components {
3
+ .CardInteraction_styleWithLayer__3n4sac0 {
4
+ position: relative;
5
+ overflow: hidden;
6
+ height: 100%;
7
+ cursor: pointer;
8
+ user-select: none;
9
+ }
10
+ }
@@ -0,0 +1,7 @@
1
+ @layer components;
2
+ @layer components {
3
+ .CardThumbnail_styleWithLayer__1c08tgo0 {
4
+ width: auto;
5
+ max-width: 100%;
6
+ }
7
+ }
@@ -0,0 +1,144 @@
1
+ @layer components;
2
+ @layer components {
3
+ .Chip_styleWithLayer__1ogf81t2 {
4
+ --backgroundVar__1ogf81t0: var(--color-primary__n6e2fs7);
5
+ --foregroundVar__1ogf81t1: var(--color-primary-foreground__n6e2fs8);
6
+ }
7
+ .Chip_styleWithLayer__1ogf81t3 {
8
+ --backgroundVar__1ogf81t0: var(--color-secondary__n6e2fs9);
9
+ --foregroundVar__1ogf81t1: var(--color-secondary-foreground__n6e2fsa);
10
+ }
11
+ .Chip_styleWithLayer__1ogf81t4 {
12
+ --backgroundVar__1ogf81t0: var(--color-muted__n6e2fsb);
13
+ --foregroundVar__1ogf81t1: var(--color-muted-foreground__n6e2fsc);
14
+ }
15
+ .Chip_styleWithLayer__1ogf81t5 {
16
+ --backgroundVar__1ogf81t0: var(--color-accent__n6e2fsd);
17
+ --foregroundVar__1ogf81t1: var(--color-accent-foreground__n6e2fse);
18
+ }
19
+ .Chip_styleWithLayer__1ogf81t6 {
20
+ --backgroundVar__1ogf81t0: var(--color-card__n6e2fsf);
21
+ --foregroundVar__1ogf81t1: var(--color-card-foreground__n6e2fsg);
22
+ }
23
+ .Chip_styleWithLayer__1ogf81t7 {
24
+ --backgroundVar__1ogf81t0: var(--color-danger__n6e2fsh);
25
+ --foregroundVar__1ogf81t1: var(--color-danger-foreground__n6e2fsi);
26
+ }
27
+ .Chip_styleWithLayer__1ogf81t8 {
28
+ --backgroundVar__1ogf81t0: var(--color-warning__n6e2fsj);
29
+ --foregroundVar__1ogf81t1: var(--color-warning-foreground__n6e2fsk);
30
+ }
31
+ .Chip_styleWithLayer__1ogf81t9 {
32
+ --backgroundVar__1ogf81t0: var(--color-success__n6e2fsl);
33
+ --foregroundVar__1ogf81t1: var(--color-success-foreground__n6e2fsm);
34
+ }
35
+ .Chip_styleWithLayer__1ogf81ta {
36
+ --backgroundVar__1ogf81t0: var(--color-red-500__n6e2fss);
37
+ --foregroundVar__1ogf81t1: var(--color-red-50__n6e2fsn);
38
+ }
39
+ .Chip_styleWithLayer__1ogf81tb {
40
+ --backgroundVar__1ogf81t0: var(--color-orange-500__n6e2fs13);
41
+ --foregroundVar__1ogf81t1: var(--color-orange-50__n6e2fsy);
42
+ }
43
+ .Chip_styleWithLayer__1ogf81tc {
44
+ --backgroundVar__1ogf81t0: var(--color-amber-500__n6e2fs1e);
45
+ --foregroundVar__1ogf81t1: var(--color-amber-50__n6e2fs19);
46
+ }
47
+ .Chip_styleWithLayer__1ogf81td {
48
+ --backgroundVar__1ogf81t0: var(--color-yellow-500__n6e2fs1p);
49
+ --foregroundVar__1ogf81t1: var(--color-yellow-50__n6e2fs1k);
50
+ }
51
+ .Chip_styleWithLayer__1ogf81te {
52
+ --backgroundVar__1ogf81t0: var(--color-lime-500__n6e2fs20);
53
+ --foregroundVar__1ogf81t1: var(--color-lime-50__n6e2fs1v);
54
+ }
55
+ .Chip_styleWithLayer__1ogf81tf {
56
+ --backgroundVar__1ogf81t0: var(--color-green-500__n6e2fs2b);
57
+ --foregroundVar__1ogf81t1: var(--color-green-50__n6e2fs26);
58
+ }
59
+ .Chip_styleWithLayer__1ogf81tg {
60
+ --backgroundVar__1ogf81t0: var(--color-emerald-500__n6e2fs2m);
61
+ --foregroundVar__1ogf81t1: var(--color-emerald-50__n6e2fs2h);
62
+ }
63
+ .Chip_styleWithLayer__1ogf81th {
64
+ --backgroundVar__1ogf81t0: var(--color-teal-500__n6e2fs2x);
65
+ --foregroundVar__1ogf81t1: var(--color-teal-50__n6e2fs2s);
66
+ }
67
+ .Chip_styleWithLayer__1ogf81ti {
68
+ --backgroundVar__1ogf81t0: var(--color-cyan-500__n6e2fs38);
69
+ --foregroundVar__1ogf81t1: var(--color-cyan-50__n6e2fs33);
70
+ }
71
+ .Chip_styleWithLayer__1ogf81tj {
72
+ --backgroundVar__1ogf81t0: var(--color-sky-500__n6e2fs3j);
73
+ --foregroundVar__1ogf81t1: var(--color-sky-50__n6e2fs3e);
74
+ }
75
+ .Chip_styleWithLayer__1ogf81tk {
76
+ --backgroundVar__1ogf81t0: var(--color-blue-500__n6e2fs3u);
77
+ --foregroundVar__1ogf81t1: var(--color-blue-50__n6e2fs3p);
78
+ }
79
+ .Chip_styleWithLayer__1ogf81tl {
80
+ --backgroundVar__1ogf81t0: var(--color-indigo-500__n6e2fs45);
81
+ --foregroundVar__1ogf81t1: var(--color-indigo-50__n6e2fs40);
82
+ }
83
+ .Chip_styleWithLayer__1ogf81tm {
84
+ --backgroundVar__1ogf81t0: var(--color-violet-500__n6e2fs4g);
85
+ --foregroundVar__1ogf81t1: var(--color-violet-50__n6e2fs4b);
86
+ }
87
+ .Chip_styleWithLayer__1ogf81tn {
88
+ --backgroundVar__1ogf81t0: var(--color-purple-500__n6e2fs4r);
89
+ --foregroundVar__1ogf81t1: var(--color-purple-50__n6e2fs4m);
90
+ }
91
+ .Chip_styleWithLayer__1ogf81to {
92
+ --backgroundVar__1ogf81t0: var(--color-fuchsia-500__n6e2fs52);
93
+ --foregroundVar__1ogf81t1: var(--color-fuchsia-50__n6e2fs4x);
94
+ }
95
+ .Chip_styleWithLayer__1ogf81tp {
96
+ --backgroundVar__1ogf81t0: var(--color-pink-500__n6e2fs5d);
97
+ --foregroundVar__1ogf81t1: var(--color-pink-50__n6e2fs58);
98
+ }
99
+ .Chip_styleWithLayer__1ogf81tq {
100
+ --backgroundVar__1ogf81t0: var(--color-rose-500__n6e2fs5o);
101
+ --foregroundVar__1ogf81t1: var(--color-rose-50__n6e2fs5j);
102
+ }
103
+ .Chip_styleWithLayer__1ogf81tr {
104
+ --backgroundVar__1ogf81t0: var(--color-slate-500__n6e2fs5z);
105
+ --foregroundVar__1ogf81t1: var(--color-slate-50__n6e2fs5u);
106
+ }
107
+ .Chip_styleWithLayer__1ogf81ts {
108
+ --backgroundVar__1ogf81t0: var(--color-gray-500__n6e2fs6a);
109
+ --foregroundVar__1ogf81t1: var(--color-gray-50__n6e2fs65);
110
+ }
111
+ .Chip_styleWithLayer__1ogf81tt {
112
+ --backgroundVar__1ogf81t0: var(--color-zinc-500__n6e2fs6l);
113
+ --foregroundVar__1ogf81t1: var(--color-zinc-50__n6e2fs6g);
114
+ }
115
+ .Chip_styleWithLayer__1ogf81tu {
116
+ --backgroundVar__1ogf81t0: var(--color-neutral-500__n6e2fs6w);
117
+ --foregroundVar__1ogf81t1: var(--color-neutral-50__n6e2fs6r);
118
+ }
119
+ .Chip_styleWithLayer__1ogf81tv {
120
+ --backgroundVar__1ogf81t0: var(--color-stone-500__n6e2fs77);
121
+ --foregroundVar__1ogf81t1: var(--color-stone-50__n6e2fs72);
122
+ }
123
+ .Chip_layeredBase__1ogf81tw {
124
+ display: inline-flex;
125
+ align-items: center;
126
+ line-height: 0;
127
+ gap: 0.125em;
128
+ height: 2em;
129
+ padding: 0 0.75em;
130
+ border-radius: var(--borderRadius__n6e2fs0);
131
+ background-color: rgb(var(--backgroundVar__1ogf81t0));
132
+ color: rgb(var(--foregroundVar__1ogf81t1));
133
+ user-select: none;
134
+ }
135
+ .Chip_styleWithLayer__1ogf81tx {
136
+ font-size: 0.75em;
137
+ }
138
+ .Chip_styleWithLayer__1ogf81ty {
139
+ font-size: 0.875em;
140
+ }
141
+ .Chip_styleWithLayer__1ogf81tz {
142
+ font-size: 1em;
143
+ }
144
+ }
@@ -0,0 +1,17 @@
1
+ .Dialog_container__qjtgcx0 {
2
+ display: flex;
3
+ flex-direction: column;
4
+ gap: 1rem;
5
+ overflow-y: auto;
6
+ max-width: calc(100vw - 2rem);
7
+ min-width: min(20rem, calc(100vw - 2rem));
8
+ max-height: calc(100vh - 2rem);
9
+ border-radius: var(--borderRadius__n6e2fs0);
10
+ box-sizing: border-box;
11
+ background-color: rgb(var(--color-background__n6e2fs1));
12
+ }
13
+ .Dialog_message__qjtgcx1 {
14
+ margin-bottom: 1rem;
15
+ line-height: 150%;
16
+ word-break: break-all;
17
+ }
@@ -0,0 +1,10 @@
1
+ @layer components;
2
+ @layer components {
3
+ .DialogContent_styleWithLayer__1v0lk0e0 {
4
+ padding: 0 1.5rem 1.5rem 1.5rem;
5
+ word-break: break-all;
6
+ }
7
+ .DialogHeader_styleWithLayer__jb8ns00 + .DialogContent_styleWithLayer__1v0lk0e0 {
8
+ color: rgb(var(--color-muted-foreground__n6e2fsc));
9
+ }
10
+ }
@@ -0,0 +1,24 @@
1
+ @layer components;
2
+ @layer components {
3
+ .DialogHeader_styleWithLayer__jb8ns00 {
4
+ position: sticky;
5
+ top: 0;
6
+ padding: 1.5rem;
7
+ z-index: 10;
8
+ background-color: rgb(var(--color-background__n6e2fs1));
9
+ }
10
+ .DialogHeader_styleWithLayer__jb8ns01 {
11
+ width: 1.25rem;
12
+ height: 1.25rem;
13
+ padding: 0;
14
+ border: 0;
15
+ background-color: transparent;
16
+ font-size: 1em;
17
+ color: rgb(var(--color-muted-foreground__n6e2fsc));
18
+ cursor: pointer;
19
+ transition: color 0.1s ease;
20
+ }
21
+ .DialogHeader_styleWithLayer__jb8ns01:hover {
22
+ color: rgb(var(--color-foreground__n6e2fs2));
23
+ }
24
+ }
@@ -0,0 +1,8 @@
1
+ @layer components;
2
+ @layer components {
3
+ .NavigationAside_styleWithLayer__alxqst0 {
4
+ display: flex;
5
+ align-items: center;
6
+ gap: 0.5em;
7
+ }
8
+ }