@gnist/design-system 6.0.0-alpha.3 → 6.0.0

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 (213) hide show
  1. package/CHANGELOG.md +10 -16
  2. package/README.md +11 -8
  3. package/dist/building-blocks/inputs/internal/textBelowInput.css.cjs +2 -2
  4. package/dist/building-blocks/inputs/internal/textBelowInput.css.js +2 -2
  5. package/dist/components/actions/buttons/styles.css.cjs +9 -8
  6. package/dist/components/actions/buttons/styles.css.d.ts.map +1 -1
  7. package/dist/components/actions/buttons/styles.css.js +9 -8
  8. package/dist/components/actions/chips/styles.css.cjs +4 -3
  9. package/dist/components/actions/chips/styles.css.d.ts.map +1 -1
  10. package/dist/components/actions/chips/styles.css.js +4 -3
  11. package/dist/components/actions/selectionControls/checkbox.css.cjs +3 -3
  12. package/dist/components/actions/selectionControls/checkbox.css.js +3 -3
  13. package/dist/components/actions/selectionControls/radiobutton.css.cjs +3 -3
  14. package/dist/components/actions/selectionControls/radiobutton.css.js +3 -3
  15. package/dist/components/actions/selectionControls/radiogroup.css.cjs +4 -3
  16. package/dist/components/actions/selectionControls/radiogroup.css.d.ts.map +1 -1
  17. package/dist/components/actions/selectionControls/radiogroup.css.js +4 -3
  18. package/dist/components/actions/selectionControls/shared.css.cjs +7 -6
  19. package/dist/components/actions/selectionControls/shared.css.d.ts.map +1 -1
  20. package/dist/components/actions/selectionControls/shared.css.js +7 -6
  21. package/dist/components/actions/selectionControls/switch.css.cjs +14 -13
  22. package/dist/components/actions/selectionControls/switch.css.d.ts.map +1 -1
  23. package/dist/components/actions/selectionControls/switch.css.js +14 -13
  24. package/dist/components/feedback/alerts/AlertBanner.css.cjs +8 -7
  25. package/dist/components/feedback/alerts/AlertBanner.css.d.ts.map +1 -1
  26. package/dist/components/feedback/alerts/AlertBanner.css.js +8 -7
  27. package/dist/components/feedback/loaders/loadingBar.css.cjs +2 -3
  28. package/dist/components/feedback/loaders/loadingBar.css.d.ts.map +1 -1
  29. package/dist/components/feedback/loaders/loadingBar.css.js +3 -4
  30. package/dist/components/feedback/loaders/loadingSpinner.css.cjs +1 -2
  31. package/dist/components/feedback/loaders/loadingSpinner.css.d.ts.map +1 -1
  32. package/dist/components/feedback/loaders/loadingSpinner.css.js +2 -3
  33. package/dist/components/feedback/notifications/lozenge.css.cjs +2 -2
  34. package/dist/components/feedback/notifications/lozenge.css.js +2 -2
  35. package/dist/components/feedback/progress/ProgressBar.css.cjs +3 -4
  36. package/dist/components/feedback/progress/ProgressBar.css.d.ts.map +1 -1
  37. package/dist/components/feedback/progress/ProgressBar.css.js +4 -5
  38. package/dist/components/inputs/dropdowns/select.css.cjs +7 -7
  39. package/dist/components/inputs/dropdowns/select.css.js +7 -7
  40. package/dist/components/inputs/pickers/Calendar.css.cjs +8 -8
  41. package/dist/components/inputs/pickers/Calendar.css.d.ts.map +1 -1
  42. package/dist/components/inputs/pickers/Calendar.css.js +9 -9
  43. package/dist/components/inputs/shared-styles/iconButtonOverlay.css.cjs +2 -2
  44. package/dist/components/inputs/shared-styles/iconButtonOverlay.css.js +2 -2
  45. package/dist/components/inputs/shared-styles/inputField.css.cjs +6 -5
  46. package/dist/components/inputs/shared-styles/inputField.css.d.ts.map +1 -1
  47. package/dist/components/inputs/shared-styles/inputField.css.js +6 -5
  48. package/dist/components/inputs/shared-styles/labelStyles.css.cjs +2 -2
  49. package/dist/components/inputs/shared-styles/labelStyles.css.js +2 -2
  50. package/dist/components/inputs/shared-styles/suffixPrefix.css.cjs +3 -3
  51. package/dist/components/inputs/shared-styles/suffixPrefix.css.js +3 -3
  52. package/dist/components/inputs/textFields/textArea.css.cjs +2 -2
  53. package/dist/components/inputs/textFields/textArea.css.js +2 -2
  54. package/dist/components/progress/spinner.css.cjs +1 -2
  55. package/dist/components/progress/spinner.css.d.ts.map +1 -1
  56. package/dist/components/progress/spinner.css.js +2 -3
  57. package/dist/components/surfaces/accordion/accordion.css.cjs +6 -6
  58. package/dist/components/surfaces/accordion/accordion.css.js +7 -7
  59. package/dist/components/surfaces/cards/cards.css.cjs +5 -4
  60. package/dist/components/surfaces/cards/cards.css.d.ts.map +1 -1
  61. package/dist/components/surfaces/cards/cards.css.js +5 -4
  62. package/dist/components/surfaces/cards/checkboxCard.css.cjs +2 -2
  63. package/dist/components/surfaces/cards/checkboxCard.css.js +2 -2
  64. package/dist/components/surfaces/cards/internal/SelectionCard.css.cjs +3 -3
  65. package/dist/components/surfaces/cards/internal/SelectionCard.css.js +3 -3
  66. package/dist/components/surfaces/modal/modal.css.cjs +10 -10
  67. package/dist/components/surfaces/modal/modal.css.js +11 -11
  68. package/dist/fonts/VW/VWHeadWeb-Bold.woff2.cjs +1 -1
  69. package/dist/fonts/VW/VWHeadWeb-Bold.woff2.js +1 -1
  70. package/dist/fonts/VW/VWHeadWeb-ExtraBold.woff2.cjs +1 -1
  71. package/dist/fonts/VW/VWHeadWeb-ExtraBold.woff2.js +1 -1
  72. package/dist/fonts/VW/VWHeadWeb-Regular.woff2.cjs +1 -1
  73. package/dist/fonts/VW/VWHeadWeb-Regular.woff2.js +1 -1
  74. package/dist/fonts/VW/VWTextWeb-Bold.woff2.cjs +1 -1
  75. package/dist/fonts/VW/VWTextWeb-Bold.woff2.js +1 -1
  76. package/dist/fonts/VW/VWTextWeb-Regular.woff2.cjs +1 -1
  77. package/dist/fonts/VW/VWTextWeb-Regular.woff2.js +1 -1
  78. package/dist/fonts/audi/AudiType-Bold_4.03.woff2.cjs +1 -1
  79. package/dist/fonts/audi/AudiType-Bold_4.03.woff2.js +1 -1
  80. package/dist/fonts/audi/AudiType-ExtendedBold_4.03.woff2.cjs +1 -1
  81. package/dist/fonts/audi/AudiType-ExtendedBold_4.03.woff2.js +1 -1
  82. package/dist/fonts/audi/AudiType-ExtendedNormal_4.03.woff2.cjs +1 -1
  83. package/dist/fonts/audi/AudiType-ExtendedNormal_4.03.woff2.js +1 -1
  84. package/dist/fonts/audi/AudiType-Normal_4.03.woff2.cjs +1 -1
  85. package/dist/fonts/audi/AudiType-Normal_4.03.woff2.js +1 -1
  86. package/dist/fonts/autoria/Texgyreheros-Bold.woff2.cjs +1 -1
  87. package/dist/fonts/autoria/Texgyreheros-Bold.woff2.js +1 -1
  88. package/dist/fonts/autoria/Texgyreheros-Regular.woff2.cjs +1 -1
  89. package/dist/fonts/autoria/Texgyreheros-Regular.woff2.js +1 -1
  90. package/dist/fonts/bilhold/GeistVariableVF.woff2.cjs +5 -0
  91. package/dist/fonts/bilhold/GeistVariableVF.woff2.js +5 -0
  92. package/dist/fonts/bilhold/index.cjs +0 -1
  93. package/dist/fonts/bilhold/index.d.ts +0 -1
  94. package/dist/fonts/bilhold/index.d.ts.map +1 -1
  95. package/dist/fonts/bilhold/index.js +0 -1
  96. package/dist/fonts/bilhold/regular.css.cjs +4 -3
  97. package/dist/fonts/bilhold/regular.css.js +4 -3
  98. package/dist/fonts/cupra/Cupra-Bold.woff2.cjs +1 -1
  99. package/dist/fonts/cupra/Cupra-Bold.woff2.js +1 -1
  100. package/dist/fonts/cupra/Cupra-Book.woff2.cjs +1 -1
  101. package/dist/fonts/cupra/Cupra-Book.woff2.js +1 -1
  102. package/dist/fonts/cupra/Cupra-Medium.woff2.cjs +1 -1
  103. package/dist/fonts/cupra/Cupra-Medium.woff2.js +1 -1
  104. package/dist/fonts/cupra/Cupra-Regular.woff2.cjs +1 -1
  105. package/dist/fonts/cupra/Cupra-Regular.woff2.js +1 -1
  106. package/dist/fonts/dahles/SourceSans3-Bold.woff2.cjs +1 -1
  107. package/dist/fonts/dahles/SourceSans3-Bold.woff2.js +1 -1
  108. package/dist/fonts/dahles/SourceSans3-Medium.woff2.cjs +1 -1
  109. package/dist/fonts/dahles/SourceSans3-Medium.woff2.js +1 -1
  110. package/dist/fonts/dahles/SourceSans3-Regular.woff2.cjs +1 -1
  111. package/dist/fonts/dahles/SourceSans3-Regular.woff2.js +1 -1
  112. package/dist/fonts/dahles/SourceSans3-SemiBold.woff2.cjs +1 -1
  113. package/dist/fonts/dahles/SourceSans3-SemiBold.woff2.js +1 -1
  114. package/dist/fonts/gumpen/ES-Build-Bold.woff2.cjs +1 -1
  115. package/dist/fonts/gumpen/ES-Build-Bold.woff2.js +1 -1
  116. package/dist/fonts/gumpen/ES-Build-Medium.woff2.cjs +1 -1
  117. package/dist/fonts/gumpen/ES-Build-Medium.woff2.js +1 -1
  118. package/dist/fonts/gumpen/ES-Build-Regular.woff2.cjs +1 -1
  119. package/dist/fonts/gumpen/ES-Build-Regular.woff2.js +1 -1
  120. package/dist/fonts/gumpen/ES-Build-SemiBold.woff2.cjs +1 -1
  121. package/dist/fonts/gumpen/ES-Build-SemiBold.woff2.js +1 -1
  122. package/dist/fonts/moller/Larken-Bold.woff2.cjs +1 -1
  123. package/dist/fonts/moller/Larken-Bold.woff2.js +1 -1
  124. package/dist/fonts/moller/moller-bold-webfont.woff2.cjs +1 -1
  125. package/dist/fonts/moller/moller-bold-webfont.woff2.js +1 -1
  126. package/dist/fonts/moller/moller-book-webfont.woff2.cjs +1 -1
  127. package/dist/fonts/moller/moller-book-webfont.woff2.js +1 -1
  128. package/dist/fonts/moller/moller-medium-webfont.woff2.cjs +1 -1
  129. package/dist/fonts/moller/moller-medium-webfont.woff2.js +1 -1
  130. package/dist/fonts/moller/moller-regular-webfont.woff2.cjs +1 -1
  131. package/dist/fonts/moller/moller-regular-webfont.woff2.js +1 -1
  132. package/dist/fonts/seat/SEATBCN-Bold.woff2.cjs +1 -1
  133. package/dist/fonts/seat/SEATBCN-Bold.woff2.js +1 -1
  134. package/dist/fonts/seat/SEATBCN-Light.woff2.cjs +1 -1
  135. package/dist/fonts/seat/SEATBCN-Light.woff2.js +1 -1
  136. package/dist/fonts/seat/SEATBCN-Medium.woff2.cjs +1 -1
  137. package/dist/fonts/seat/SEATBCN-Medium.woff2.js +1 -1
  138. package/dist/fonts/seat/SEATBCN-Regular.woff2.cjs +1 -1
  139. package/dist/fonts/seat/SEATBCN-Regular.woff2.js +1 -1
  140. package/dist/fonts/skoda/SKODANextW07-Bold.woff2.cjs +1 -1
  141. package/dist/fonts/skoda/SKODANextW07-Bold.woff2.js +1 -1
  142. package/dist/fonts/skoda/SKODANextW07-Thin.woff2.cjs +1 -1
  143. package/dist/fonts/skoda/SKODANextW07-Thin.woff2.js +1 -1
  144. package/dist/fonts/tools/GeistVariableVF.woff2.cjs +1 -1
  145. package/dist/fonts/tools/GeistVariableVF.woff2.js +1 -1
  146. package/dist/foundation/iconography/Icon.css.cjs +2 -3
  147. package/dist/foundation/iconography/Icon.css.d.ts.map +1 -1
  148. package/dist/foundation/iconography/Icon.css.js +3 -4
  149. package/dist/foundation/iconography/icons.d.ts +1 -1
  150. package/dist/foundation/iconography/icons.d.ts.map +1 -1
  151. package/dist/foundation/iconography/svg/action/index.cjs +0 -22
  152. package/dist/foundation/iconography/svg/action/index.d.ts +0 -52
  153. package/dist/foundation/iconography/svg/action/index.d.ts.map +1 -1
  154. package/dist/foundation/iconography/svg/action/index.js +0 -22
  155. package/dist/foundation/iconography/svg/action/tire-filled.svg.cjs +1 -1
  156. package/dist/foundation/iconography/svg/action/tire-filled.svg.js +1 -1
  157. package/dist/foundation/iconography/svg/action/tire-outlined.svg.cjs +1 -1
  158. package/dist/foundation/iconography/svg/action/tire-outlined.svg.js +1 -1
  159. package/dist/foundation/iconography/svg/action/tire-round.svg.cjs +1 -1
  160. package/dist/foundation/iconography/svg/action/tire-round.svg.js +1 -1
  161. package/dist/foundation/iconography/svg/action/tire-sharp.svg.cjs +1 -1
  162. package/dist/foundation/iconography/svg/action/tire-sharp.svg.js +1 -1
  163. package/dist/foundation/logos/Logo.css.cjs +4 -5
  164. package/dist/foundation/logos/Logo.css.d.ts.map +1 -1
  165. package/dist/foundation/logos/Logo.css.js +5 -6
  166. package/dist/foundation/typography/typography.css.cjs +2 -2
  167. package/dist/foundation/typography/typography.css.js +2 -2
  168. package/dist/styles/animations.css.cjs +2 -2
  169. package/dist/styles/animations.css.js +2 -2
  170. package/dist/styles/states.css.cjs +5 -4
  171. package/dist/styles/states.css.d.ts.map +1 -1
  172. package/dist/styles/states.css.js +5 -4
  173. package/dist/utilities/accessibility/visuallyHidden.css.cjs +2 -2
  174. package/dist/utilities/accessibility/visuallyHidden.css.js +2 -2
  175. package/dist/utilities/layout/styles.css.cjs +3 -3
  176. package/dist/utilities/layout/styles.css.js +3 -3
  177. package/package.json +3 -3
  178. package/dist/fonts/bilhold/Figtree-Bold.woff2.cjs +0 -5
  179. package/dist/fonts/bilhold/Figtree-Bold.woff2.js +0 -5
  180. package/dist/fonts/bilhold/Figtree-Medium.woff2.cjs +0 -5
  181. package/dist/fonts/bilhold/Figtree-Medium.woff2.js +0 -5
  182. package/dist/fonts/bilhold/Figtree-Regular.woff2.cjs +0 -5
  183. package/dist/fonts/bilhold/Figtree-Regular.woff2.js +0 -5
  184. package/dist/fonts/bilhold/Figtree-SemiBold.woff2.cjs +0 -5
  185. package/dist/fonts/bilhold/Figtree-SemiBold.woff2.js +0 -5
  186. package/dist/fonts/bilhold/bold.css.cjs +0 -10
  187. package/dist/fonts/bilhold/bold.css.d.ts +0 -2
  188. package/dist/fonts/bilhold/bold.css.d.ts.map +0 -1
  189. package/dist/fonts/bilhold/bold.css.js +0 -9
  190. package/dist/fonts/bilhold/medium.css.cjs +0 -10
  191. package/dist/fonts/bilhold/medium.css.d.ts +0 -2
  192. package/dist/fonts/bilhold/medium.css.d.ts.map +0 -1
  193. package/dist/fonts/bilhold/medium.css.js +0 -9
  194. package/dist/fonts/bilhold/semibold.css.cjs +0 -10
  195. package/dist/fonts/bilhold/semibold.css.d.ts +0 -2
  196. package/dist/fonts/bilhold/semibold.css.d.ts.map +0 -1
  197. package/dist/fonts/bilhold/semibold.css.js +0 -9
  198. package/dist/foundation/iconography/svg/action/automatic_gear-filled.svg.cjs +0 -28
  199. package/dist/foundation/iconography/svg/action/automatic_gear-filled.svg.js +0 -10
  200. package/dist/foundation/iconography/svg/action/automatic_gear-outlined.svg.cjs +0 -28
  201. package/dist/foundation/iconography/svg/action/automatic_gear-outlined.svg.js +0 -10
  202. package/dist/foundation/iconography/svg/action/automatic_gear-round.svg.cjs +0 -28
  203. package/dist/foundation/iconography/svg/action/automatic_gear-round.svg.js +0 -10
  204. package/dist/foundation/iconography/svg/action/automatic_gear-sharp.svg.cjs +0 -28
  205. package/dist/foundation/iconography/svg/action/automatic_gear-sharp.svg.js +0 -10
  206. package/dist/foundation/iconography/svg/action/binoculars-filled.svg.cjs +0 -28
  207. package/dist/foundation/iconography/svg/action/binoculars-filled.svg.js +0 -10
  208. package/dist/foundation/iconography/svg/action/binoculars-outlined.svg.cjs +0 -28
  209. package/dist/foundation/iconography/svg/action/binoculars-outlined.svg.js +0 -10
  210. package/dist/foundation/iconography/svg/action/binoculars-round.svg.cjs +0 -28
  211. package/dist/foundation/iconography/svg/action/binoculars-round.svg.js +0 -10
  212. package/dist/foundation/iconography/svg/action/binoculars-sharp.svg.cjs +0 -28
  213. package/dist/foundation/iconography/svg/action/binoculars-sharp.svg.js +0 -10
@@ -1,31 +1,32 @@
1
1
  "use client";
2
2
  import { atoms } from "@gnist/themes/atoms.css.js";
3
- import { gnistStyle, gnistRecipe } from "@gnist/themes/layers.css.js";
4
3
  import { tokens } from "@gnist/themes/tokens.css.js";
5
4
  import { calc } from "@vanilla-extract/css-utils";
6
- const focusContainer = gnistStyle({
5
+ import { recipe } from "@vanilla-extract/recipes";
6
+ import { style } from "@vanilla-extract/css";
7
+ const focusContainer = style({
7
8
  display: "inline-flex",
8
9
  alignItems: "center",
9
10
  position: "relative",
10
11
  flexShrink: 0
11
12
  });
12
- const switchField = gnistStyle({
13
+ const switchField = style({
13
14
  display: "inline-flex",
14
15
  flexDirection: "column",
15
16
  gap: tokens.spacing.base
16
17
  });
17
- const switchRow = gnistStyle({
18
+ const switchRow = style({
18
19
  display: "inline-flex",
19
20
  alignItems: "center",
20
21
  gap: tokens.spacing.xxs
21
22
  });
22
- const switchLabelContent = gnistStyle({
23
+ const switchLabelContent = style({
23
24
  display: "inline-flex",
24
25
  flexDirection: "column",
25
26
  gap: tokens.spacing.base,
26
27
  minWidth: 0
27
28
  });
28
- const switchContainer = gnistStyle([
29
+ const switchContainer = style([
29
30
  {
30
31
  position: "relative",
31
32
  display: "inline-flex",
@@ -41,7 +42,7 @@ const switchContainer = gnistStyle([
41
42
  height: "m"
42
43
  })
43
44
  ]);
44
- const SwitchRecipe = gnistRecipe({
45
+ const SwitchRecipe = recipe({
45
46
  base: [
46
47
  switchContainer,
47
48
  {
@@ -104,7 +105,7 @@ const SwitchRecipe = gnistRecipe({
104
105
  }
105
106
  ]
106
107
  });
107
- const switchThumb = gnistStyle({
108
+ const switchThumb = style({
108
109
  position: "absolute",
109
110
  top: "50%",
110
111
  transform: "translateY(-50%)",
@@ -120,7 +121,7 @@ const switchThumb = gnistStyle({
120
121
  }
121
122
  }
122
123
  });
123
- const SwitchThumbRecipe = gnistRecipe({
124
+ const SwitchThumbRecipe = recipe({
124
125
  base: [
125
126
  switchThumb,
126
127
  atoms({
@@ -176,7 +177,7 @@ const SwitchThumbRecipe = gnistRecipe({
176
177
  }
177
178
  ]
178
179
  });
179
- const switchThumbIcon = gnistStyle([
180
+ const switchThumbIcon = style([
180
181
  {
181
182
  display: "inline-flex",
182
183
  alignItems: "center",
@@ -188,7 +189,7 @@ const switchThumbIcon = gnistStyle([
188
189
  color: "on-surface"
189
190
  })
190
191
  ]);
191
- const switchLabel = gnistStyle([
192
+ const switchLabel = style([
192
193
  {
193
194
  userSelect: "none",
194
195
  fontSize: tokens.type.small.body.fontSize,
@@ -198,7 +199,7 @@ const switchLabel = gnistStyle([
198
199
  color: "on-surface"
199
200
  })
200
201
  ]);
201
- const SwitchLabelRecipe = gnistRecipe({
202
+ const SwitchLabelRecipe = recipe({
202
203
  base: [switchLabel],
203
204
  variants: {
204
205
  disabled: {
@@ -211,7 +212,7 @@ const SwitchLabelRecipe = gnistRecipe({
211
212
  }
212
213
  }
213
214
  });
214
- const switchDescription = gnistStyle([
215
+ const switchDescription = style([
215
216
  atoms({
216
217
  color: "text-variant"
217
218
  })
@@ -2,13 +2,14 @@
2
2
  "use strict";
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
4
  const atoms_css_js = require("@gnist/themes/atoms.css.js");
5
- const layers_css_js = require("@gnist/themes/layers.css.js");
5
+ const css = require("@vanilla-extract/css");
6
+ const recipes = require("@vanilla-extract/recipes");
6
7
  const boxColors = (colorName) => atoms_css_js.atoms({
7
8
  backgroundColor: `${colorName}-container`,
8
9
  color: `on-${colorName}-container`,
9
10
  borderColor: `on-${colorName}-container`
10
11
  });
11
- const banner = layers_css_js.gnistRecipe({
12
+ const banner = recipes.recipe({
12
13
  base: [
13
14
  {
14
15
  borderStyle: "solid"
@@ -32,7 +33,7 @@ const banner = layers_css_js.gnistRecipe({
32
33
  }
33
34
  }
34
35
  });
35
- const icon = layers_css_js.gnistRecipe({
36
+ const icon = recipes.recipe({
36
37
  variants: {
37
38
  type: {
38
39
  success: atoms_css_js.atoms({ color: "on-success-container" }),
@@ -42,7 +43,7 @@ const icon = layers_css_js.gnistRecipe({
42
43
  }
43
44
  }
44
45
  });
45
- const mainContentContainer = layers_css_js.gnistRecipe({
46
+ const mainContentContainer = recipes.recipe({
46
47
  base: [
47
48
  {
48
49
  flex: 1
@@ -55,12 +56,12 @@ const mainContentContainer = layers_css_js.gnistRecipe({
55
56
  }
56
57
  }
57
58
  });
58
- const bannerHeading = layers_css_js.gnistStyle([
59
+ const bannerHeading = css.style([
59
60
  { float: "left" },
60
61
  atoms_css_js.atoms({ margin: "none", typography: "heading3-small" })
61
62
  ]);
62
- const closeButton = layers_css_js.gnistStyle({ float: "right" });
63
- const messageContainer = layers_css_js.gnistStyle({ clear: "left" });
63
+ const closeButton = css.style({ float: "right" });
64
+ const messageContainer = css.style({ clear: "left" });
64
65
  const actionButton = atoms_css_js.atoms({ marginTop: "xs" });
65
66
  exports.actionButton = actionButton;
66
67
  exports.banner = banner;
@@ -1 +1 @@
1
- {"version":3,"file":"AlertBanner.css.d.ts","sourceRoot":"","sources":["../../../../src/components/feedback/alerts/AlertBanner.css.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,MAAM;;;;;;;;;;;EAuBjB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;EASf,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;EAY/B,CAAC;AAEH,eAAO,MAAM,aAAa,QAGxB,CAAC;AAEH,eAAO,MAAM,WAAW,QAAiC,CAAC;AAE1D,eAAO,MAAM,gBAAgB,QAAgC,CAAC;AAE9D,eAAO,MAAM,YAAY,QAA6B,CAAC"}
1
+ {"version":3,"file":"AlertBanner.css.d.ts","sourceRoot":"","sources":["../../../../src/components/feedback/alerts/AlertBanner.css.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,MAAM;;;;;;;;;;;EAuBjB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;EASf,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;EAY/B,CAAC;AAEH,eAAO,MAAM,aAAa,QAGxB,CAAC;AAEH,eAAO,MAAM,WAAW,QAA4B,CAAC;AAErD,eAAO,MAAM,gBAAgB,QAA2B,CAAC;AAEzD,eAAO,MAAM,YAAY,QAA6B,CAAC"}
@@ -1,12 +1,13 @@
1
1
  "use client";
2
2
  import { atoms } from "@gnist/themes/atoms.css.js";
3
- import { gnistRecipe, gnistStyle } from "@gnist/themes/layers.css.js";
3
+ import { style } from "@vanilla-extract/css";
4
+ import { recipe } from "@vanilla-extract/recipes";
4
5
  const boxColors = (colorName) => atoms({
5
6
  backgroundColor: `${colorName}-container`,
6
7
  color: `on-${colorName}-container`,
7
8
  borderColor: `on-${colorName}-container`
8
9
  });
9
- const banner = gnistRecipe({
10
+ const banner = recipe({
10
11
  base: [
11
12
  {
12
13
  borderStyle: "solid"
@@ -30,7 +31,7 @@ const banner = gnistRecipe({
30
31
  }
31
32
  }
32
33
  });
33
- const icon = gnistRecipe({
34
+ const icon = recipe({
34
35
  variants: {
35
36
  type: {
36
37
  success: atoms({ color: "on-success-container" }),
@@ -40,7 +41,7 @@ const icon = gnistRecipe({
40
41
  }
41
42
  }
42
43
  });
43
- const mainContentContainer = gnistRecipe({
44
+ const mainContentContainer = recipe({
44
45
  base: [
45
46
  {
46
47
  flex: 1
@@ -53,12 +54,12 @@ const mainContentContainer = gnistRecipe({
53
54
  }
54
55
  }
55
56
  });
56
- const bannerHeading = gnistStyle([
57
+ const bannerHeading = style([
57
58
  { float: "left" },
58
59
  atoms({ margin: "none", typography: "heading3-small" })
59
60
  ]);
60
- const closeButton = gnistStyle({ float: "right" });
61
- const messageContainer = gnistStyle({ clear: "left" });
61
+ const closeButton = style({ float: "right" });
62
+ const messageContainer = style({ clear: "left" });
62
63
  const actionButton = atoms({ marginTop: "xs" });
63
64
  export {
64
65
  actionButton,
@@ -2,10 +2,9 @@
2
2
  "use strict";
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
4
  const atoms_css_js = require("@gnist/themes/atoms.css.js");
5
- const layers_css_js = require("@gnist/themes/layers.css.js");
6
5
  const tokens_css_js = require("@gnist/themes/tokens.css.js");
7
6
  const css = require("@vanilla-extract/css");
8
- const loadingBarStyles = layers_css_js.gnistStyle([
7
+ const loadingBarStyles = css.style([
9
8
  {
10
9
  overflow: "hidden",
11
10
  display: "flex",
@@ -24,7 +23,7 @@ const loadingAnimation = css.keyframes({
24
23
  width: "100%"
25
24
  }
26
25
  });
27
- const loadingBar = layers_css_js.gnistStyle([
26
+ const loadingBar = css.style([
28
27
  {
29
28
  backgroundColor: tokens_css_js.tokens.palette.tertiary[40],
30
29
  animation: `${loadingAnimation} 20s cubic-bezier(0.17, 0.68, 0.36, 0.91) forwards`
@@ -1 +1 @@
1
- {"version":3,"file":"loadingBar.css.d.ts","sourceRoot":"","sources":["../../../../src/components/feedback/loaders/loadingBar.css.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB,QAU3B,CAAC;AAWH,eAAO,MAAM,UAAU,QAQrB,CAAC"}
1
+ {"version":3,"file":"loadingBar.css.d.ts","sourceRoot":"","sources":["../../../../src/components/feedback/loaders/loadingBar.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB,QAU3B,CAAC;AAWH,eAAO,MAAM,UAAU,QAQrB,CAAC"}
@@ -1,9 +1,8 @@
1
1
  "use client";
2
2
  import { atoms } from "@gnist/themes/atoms.css.js";
3
- import { gnistStyle } from "@gnist/themes/layers.css.js";
4
3
  import { tokens } from "@gnist/themes/tokens.css.js";
5
- import { keyframes } from "@vanilla-extract/css";
6
- const loadingBarStyles = gnistStyle([
4
+ import { style, keyframes } from "@vanilla-extract/css";
5
+ const loadingBarStyles = style([
7
6
  {
8
7
  overflow: "hidden",
9
8
  display: "flex",
@@ -22,7 +21,7 @@ const loadingAnimation = keyframes({
22
21
  width: "100%"
23
22
  }
24
23
  });
25
- const loadingBar = gnistStyle([
24
+ const loadingBar = style([
26
25
  {
27
26
  backgroundColor: tokens.palette.tertiary[40],
28
27
  animation: `${loadingAnimation} 20s cubic-bezier(0.17, 0.68, 0.36, 0.91) forwards`
@@ -2,14 +2,13 @@
2
2
  "use strict";
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
4
  const atoms_css_js = require("@gnist/themes/atoms.css.js");
5
- const layers_css_js = require("@gnist/themes/layers.css.js");
6
5
  const tokens_css_js = require("@gnist/themes/tokens.css.js");
7
6
  const css = require("@vanilla-extract/css");
8
7
  const rotate360 = css.keyframes({
9
8
  "0%": { transform: "rotate(0deg)" },
10
9
  "100%": { transform: "rotate(360deg)" }
11
10
  });
12
- const loadingSpinnerStyle = layers_css_js.gnistStyle([
11
+ const loadingSpinnerStyle = css.style([
13
12
  atoms_css_js.atoms({
14
13
  borderRadius: "full",
15
14
  width: "xxl",
@@ -1 +1 @@
1
- {"version":3,"file":"loadingSpinner.css.d.ts","sourceRoot":"","sources":["../../../../src/components/feedback/loaders/loadingSpinner.css.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,mBAAmB,QAW9B,CAAC"}
1
+ {"version":3,"file":"loadingSpinner.css.d.ts","sourceRoot":"","sources":["../../../../src/components/feedback/loaders/loadingSpinner.css.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,mBAAmB,QAW9B,CAAC"}
@@ -1,13 +1,12 @@
1
1
  "use client";
2
2
  import { atoms } from "@gnist/themes/atoms.css.js";
3
- import { gnistStyle } from "@gnist/themes/layers.css.js";
4
3
  import { tokens } from "@gnist/themes/tokens.css.js";
5
- import { keyframes } from "@vanilla-extract/css";
4
+ import { keyframes, style } from "@vanilla-extract/css";
6
5
  const rotate360 = keyframes({
7
6
  "0%": { transform: "rotate(0deg)" },
8
7
  "100%": { transform: "rotate(360deg)" }
9
8
  });
10
- const loadingSpinnerStyle = gnistStyle([
9
+ const loadingSpinnerStyle = style([
11
10
  atoms({
12
11
  borderRadius: "full",
13
12
  width: "xxl",
@@ -2,10 +2,10 @@
2
2
  "use strict";
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
4
  const atoms_css_js = require("@gnist/themes/atoms.css.js");
5
- const layers_css_js = require("@gnist/themes/layers.css.js");
6
5
  const tokens_css_js = require("@gnist/themes/tokens.css.js");
7
6
  const css = require("@vanilla-extract/css");
8
7
  const cssUtils = require("@vanilla-extract/css-utils");
8
+ const recipes = require("@vanilla-extract/recipes");
9
9
  const getColors = (variant) => {
10
10
  if (variant === "neutral") {
11
11
  return atoms_css_js.atoms({
@@ -21,7 +21,7 @@ const getColors = (variant) => {
21
21
  });
22
22
  };
23
23
  const largeBody = tokens_css_js.tokens.type.large.body;
24
- const lozengeRecipe = layers_css_js.gnistRecipe({
24
+ const lozengeRecipe = recipes.recipe({
25
25
  base: [
26
26
  atoms_css_js.atoms({
27
27
  display: "inline-flex",
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import { atoms } from "@gnist/themes/atoms.css.js";
3
- import { gnistRecipe } from "@gnist/themes/layers.css.js";
4
3
  import { tokens } from "@gnist/themes/tokens.css.js";
5
4
  import { globalStyle } from "@vanilla-extract/css";
6
5
  import { calc } from "@vanilla-extract/css-utils";
6
+ import { recipe } from "@vanilla-extract/recipes";
7
7
  const getColors = (variant) => {
8
8
  if (variant === "neutral") {
9
9
  return atoms({
@@ -19,7 +19,7 @@ const getColors = (variant) => {
19
19
  });
20
20
  };
21
21
  const largeBody = tokens.type.large.body;
22
- const lozengeRecipe = gnistRecipe({
22
+ const lozengeRecipe = recipe({
23
23
  base: [
24
24
  atoms({
25
25
  display: "inline-flex",
@@ -1,16 +1,15 @@
1
1
  "use client";
2
2
  "use strict";
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
- const layers_css_js = require("@gnist/themes/layers.css.js");
5
4
  const tokens_css_js = require("@gnist/themes/tokens.css.js");
6
5
  const css = require("@vanilla-extract/css");
7
- const progressBarStyles = layers_css_js.gnistStyle({
6
+ const progressBarStyles = css.style({
8
7
  overflow: "hidden",
9
8
  display: "flex",
10
9
  backgroundColor: tokens_css_js.tokens.color.outline,
11
10
  width: "100%"
12
11
  });
13
- const progressBar = layers_css_js.gnistStyle({
12
+ const progressBar = css.style({
14
13
  transition: "width 0.5s ease-in-out"
15
14
  });
16
15
  const progressPercentage = css.createVar();
@@ -18,7 +17,7 @@ const progress = css.keyframes({
18
17
  from: { width: "0%" },
19
18
  to: { width: progressPercentage }
20
19
  });
21
- const progressAnimation = layers_css_js.gnistStyle({
20
+ const progressAnimation = css.style({
22
21
  animationName: progress,
23
22
  animationDuration: "1s",
24
23
  animationTimingFunction: "ease-in-out",
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressBar.css.d.ts","sourceRoot":"","sources":["../../../../src/components/feedback/progress/ProgressBar.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB,QAK5B,CAAC;AAEH,eAAO,MAAM,WAAW,QAEtB,CAAC;AAEH,eAAO,MAAM,kBAAkB,oBAAc,CAAC;AAO9C,eAAO,MAAM,iBAAiB,QAK5B,CAAC"}
1
+ {"version":3,"file":"ProgressBar.css.d.ts","sourceRoot":"","sources":["../../../../src/components/feedback/progress/ProgressBar.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,QAK5B,CAAC;AAEH,eAAO,MAAM,WAAW,QAEtB,CAAC;AAEH,eAAO,MAAM,kBAAkB,oBAAc,CAAC;AAO9C,eAAO,MAAM,iBAAiB,QAK5B,CAAC"}
@@ -1,14 +1,13 @@
1
1
  "use client";
2
- import { gnistStyle } from "@gnist/themes/layers.css.js";
3
2
  import { tokens } from "@gnist/themes/tokens.css.js";
4
- import { createVar, keyframes } from "@vanilla-extract/css";
5
- const progressBarStyles = gnistStyle({
3
+ import { style, createVar, keyframes } from "@vanilla-extract/css";
4
+ const progressBarStyles = style({
6
5
  overflow: "hidden",
7
6
  display: "flex",
8
7
  backgroundColor: tokens.color.outline,
9
8
  width: "100%"
10
9
  });
11
- const progressBar = gnistStyle({
10
+ const progressBar = style({
12
11
  transition: "width 0.5s ease-in-out"
13
12
  });
14
13
  const progressPercentage = createVar();
@@ -16,7 +15,7 @@ const progress = keyframes({
16
15
  from: { width: "0%" },
17
16
  to: { width: progressPercentage }
18
17
  });
19
- const progressAnimation = gnistStyle({
18
+ const progressAnimation = style({
20
19
  animationName: progress,
21
20
  animationDuration: "1s",
22
21
  animationTimingFunction: "ease-in-out",
@@ -2,10 +2,10 @@
2
2
  "use strict";
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
4
  const atoms_css_js = require("@gnist/themes/atoms.css.js");
5
- const layers_css_js = require("@gnist/themes/layers.css.js");
6
5
  const tokens_css_js = require("@gnist/themes/tokens.css.js");
6
+ const css = require("@vanilla-extract/css");
7
7
  const inputField_css = require("../shared-styles/inputField.css.cjs");
8
- const listBoxStyle = layers_css_js.gnistStyle([
8
+ const listBoxStyle = css.style([
9
9
  atoms_css_js.atoms({
10
10
  marginTop: "xxs",
11
11
  display: "flex",
@@ -24,12 +24,12 @@ const listBoxStyle = layers_css_js.gnistStyle([
24
24
  overflow: "auto"
25
25
  }
26
26
  ]);
27
- const popUpStyle = layers_css_js.gnistStyle({
27
+ const popUpStyle = css.style({
28
28
  zIndex: 1400,
29
29
  minWidth: "280px",
30
30
  maxWidth: "100%"
31
31
  });
32
- const selectStyle = layers_css_js.gnistStyle([
32
+ const selectStyle = css.style([
33
33
  inputField_css.inputFieldStyle,
34
34
  {
35
35
  overflow: "hidden",
@@ -44,7 +44,7 @@ const selectStyle = layers_css_js.gnistStyle([
44
44
  boxSizing: "border-box"
45
45
  }
46
46
  ]);
47
- const optionStyle = layers_css_js.gnistStyle([
47
+ const optionStyle = css.style([
48
48
  atoms_css_js.atoms({
49
49
  display: "flex",
50
50
  position: "relative",
@@ -63,7 +63,7 @@ const optionStyle = layers_css_js.gnistStyle([
63
63
  }
64
64
  }
65
65
  ]);
66
- const singleOptionStyle = layers_css_js.gnistStyle([
66
+ const singleOptionStyle = css.style([
67
67
  atoms_css_js.atoms({
68
68
  display: "flex",
69
69
  alignItems: "center",
@@ -71,7 +71,7 @@ const singleOptionStyle = layers_css_js.gnistStyle([
71
71
  }),
72
72
  { width: "100%" }
73
73
  ]);
74
- const optionBackground = layers_css_js.gnistStyle([
74
+ const optionBackground = css.style([
75
75
  atoms_css_js.atoms({
76
76
  display: "flex",
77
77
  position: "absolute",
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import { atoms } from "@gnist/themes/atoms.css.js";
3
- import { gnistStyle } from "@gnist/themes/layers.css.js";
4
3
  import { tokens } from "@gnist/themes/tokens.css.js";
4
+ import { style } from "@vanilla-extract/css";
5
5
  import { inputFieldStyle } from "../shared-styles/inputField.css.js";
6
- const listBoxStyle = gnistStyle([
6
+ const listBoxStyle = style([
7
7
  atoms({
8
8
  marginTop: "xxs",
9
9
  display: "flex",
@@ -22,12 +22,12 @@ const listBoxStyle = gnistStyle([
22
22
  overflow: "auto"
23
23
  }
24
24
  ]);
25
- const popUpStyle = gnistStyle({
25
+ const popUpStyle = style({
26
26
  zIndex: 1400,
27
27
  minWidth: "280px",
28
28
  maxWidth: "100%"
29
29
  });
30
- const selectStyle = gnistStyle([
30
+ const selectStyle = style([
31
31
  inputFieldStyle,
32
32
  {
33
33
  overflow: "hidden",
@@ -42,7 +42,7 @@ const selectStyle = gnistStyle([
42
42
  boxSizing: "border-box"
43
43
  }
44
44
  ]);
45
- const optionStyle = gnistStyle([
45
+ const optionStyle = style([
46
46
  atoms({
47
47
  display: "flex",
48
48
  position: "relative",
@@ -61,7 +61,7 @@ const optionStyle = gnistStyle([
61
61
  }
62
62
  }
63
63
  ]);
64
- const singleOptionStyle = gnistStyle([
64
+ const singleOptionStyle = style([
65
65
  atoms({
66
66
  display: "flex",
67
67
  alignItems: "center",
@@ -69,7 +69,7 @@ const singleOptionStyle = gnistStyle([
69
69
  }),
70
70
  { width: "100%" }
71
71
  ]);
72
- const optionBackground = gnistStyle([
72
+ const optionBackground = style([
73
73
  atoms({
74
74
  display: "flex",
75
75
  position: "absolute",
@@ -3,11 +3,11 @@
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
4
  const states_css = require("../../../styles/states.css.cjs");
5
5
  const atoms_css_js = require("@gnist/themes/atoms.css.js");
6
- const layers_css_js = require("@gnist/themes/layers.css.js");
7
6
  const tokens_css_js = require("@gnist/themes/tokens.css.js");
8
7
  const css = require("@vanilla-extract/css");
9
8
  const cssUtils = require("@vanilla-extract/css-utils");
10
- const containerStyle = layers_css_js.gnistStyle([
9
+ const recipes = require("@vanilla-extract/recipes");
10
+ const containerStyle = css.style([
11
11
  atoms_css_js.atoms({
12
12
  display: "flex",
13
13
  flexDirection: "column",
@@ -21,7 +21,7 @@ const containerStyle = layers_css_js.gnistStyle([
21
21
  width: "fit-content"
22
22
  }
23
23
  ]);
24
- const gridStyle = layers_css_js.gnistStyle([
24
+ const gridStyle = css.style([
25
25
  atoms_css_js.atoms({
26
26
  display: "flex",
27
27
  flexDirection: "column",
@@ -31,7 +31,7 @@ const gridStyle = layers_css_js.gnistStyle([
31
31
  width: "fit-content"
32
32
  }
33
33
  ]);
34
- const rowStyle = layers_css_js.gnistStyle([
34
+ const rowStyle = css.style([
35
35
  atoms_css_js.atoms({
36
36
  gap: "base",
37
37
  height: "xl"
@@ -50,11 +50,11 @@ const selectMonthRow = atoms_css_js.atoms({
50
50
  justifyContent: "space-between",
51
51
  typography: "body-medium"
52
52
  });
53
- const headerCell = layers_css_js.gnistStyle([
53
+ const headerCell = css.style([
54
54
  { textAlign: "center" },
55
55
  atoms_css_js.atoms({ typography: "detail-large" })
56
56
  ]);
57
- const cellRecipe = layers_css_js.gnistRecipe({
57
+ const cellRecipe = recipes.recipe({
58
58
  base: [
59
59
  atoms_css_js.atoms({
60
60
  typography: "body-large",
@@ -130,8 +130,8 @@ const buttonRow = atoms_css_js.atoms({
130
130
  display: "flex",
131
131
  gap: "base"
132
132
  });
133
- const arrowButton = layers_css_js.gnistStyle([atoms_css_js.atoms({ color: "on-background" })]);
134
- const cellSkeletonStyle = layers_css_js.gnistStyle([
133
+ const arrowButton = css.style([atoms_css_js.atoms({ color: "on-background" })]);
134
+ const cellSkeletonStyle = css.style([
135
135
  atoms_css_js.atoms({
136
136
  padding: "base",
137
137
  borderRadius: "picker"
@@ -1 +1 @@
1
- {"version":3,"file":"Calendar.css.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/pickers/Calendar.css.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,cAAc,QAazB,CAAC;AAEH,eAAO,MAAM,SAAS,QASpB,CAAC;AAEH,eAAO,MAAM,QAAQ,QASnB,CAAC;AAEH,eAAO,MAAM,QAAQ,oBAAc,CAAC;AAMpC,eAAO,MAAM,cAAc,QAIzB,CAAC;AAEH,eAAO,MAAM,UAAU,QAGrB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuErB,CAAC;AAEH,eAAO,MAAM,SAAS,QAGpB,CAAC;AAEH,eAAO,MAAM,WAAW,QAAkD,CAAC;AAE3E,eAAO,MAAM,iBAAiB,QAQ5B,CAAC"}
1
+ {"version":3,"file":"Calendar.css.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/pickers/Calendar.css.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,cAAc,QAazB,CAAC;AAEH,eAAO,MAAM,SAAS,QASpB,CAAC;AAEH,eAAO,MAAM,QAAQ,QASnB,CAAC;AAEH,eAAO,MAAM,QAAQ,oBAAc,CAAC;AAMpC,eAAO,MAAM,cAAc,QAIzB,CAAC;AAEH,eAAO,MAAM,UAAU,QAGrB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;EAuErB,CAAC;AAEH,eAAO,MAAM,SAAS,QAGpB,CAAC;AAEH,eAAO,MAAM,WAAW,QAA6C,CAAC;AAEtE,eAAO,MAAM,iBAAiB,QAQ5B,CAAC"}
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import { focusStyle, stateLayers } from "../../../styles/states.css.js";
3
3
  import { atoms } from "@gnist/themes/atoms.css.js";
4
- import { gnistStyle, gnistRecipe } from "@gnist/themes/layers.css.js";
5
4
  import { tokens } from "@gnist/themes/tokens.css.js";
6
- import { createVar, globalStyle } from "@vanilla-extract/css";
5
+ import { style, createVar, globalStyle } from "@vanilla-extract/css";
7
6
  import { calc } from "@vanilla-extract/css-utils";
8
- const containerStyle = gnistStyle([
7
+ import { recipe } from "@vanilla-extract/recipes";
8
+ const containerStyle = style([
9
9
  atoms({
10
10
  display: "flex",
11
11
  flexDirection: "column",
@@ -19,7 +19,7 @@ const containerStyle = gnistStyle([
19
19
  width: "fit-content"
20
20
  }
21
21
  ]);
22
- const gridStyle = gnistStyle([
22
+ const gridStyle = style([
23
23
  atoms({
24
24
  display: "flex",
25
25
  flexDirection: "column",
@@ -29,7 +29,7 @@ const gridStyle = gnistStyle([
29
29
  width: "fit-content"
30
30
  }
31
31
  ]);
32
- const rowStyle = gnistStyle([
32
+ const rowStyle = style([
33
33
  atoms({
34
34
  gap: "base",
35
35
  height: "xl"
@@ -48,11 +48,11 @@ const selectMonthRow = atoms({
48
48
  justifyContent: "space-between",
49
49
  typography: "body-medium"
50
50
  });
51
- const headerCell = gnistStyle([
51
+ const headerCell = style([
52
52
  { textAlign: "center" },
53
53
  atoms({ typography: "detail-large" })
54
54
  ]);
55
- const cellRecipe = gnistRecipe({
55
+ const cellRecipe = recipe({
56
56
  base: [
57
57
  atoms({
58
58
  typography: "body-large",
@@ -128,8 +128,8 @@ const buttonRow = atoms({
128
128
  display: "flex",
129
129
  gap: "base"
130
130
  });
131
- const arrowButton = gnistStyle([atoms({ color: "on-background" })]);
132
- const cellSkeletonStyle = gnistStyle([
131
+ const arrowButton = style([atoms({ color: "on-background" })]);
132
+ const cellSkeletonStyle = style([
133
133
  atoms({
134
134
  padding: "base",
135
135
  borderRadius: "picker"
@@ -2,9 +2,9 @@
2
2
  "use strict";
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
4
  const atoms_css_js = require("@gnist/themes/atoms.css.js");
5
- const layers_css_js = require("@gnist/themes/layers.css.js");
6
5
  const tokens_css_js = require("@gnist/themes/tokens.css.js");
7
- const iconButtonOverlayRecipe = layers_css_js.gnistRecipe({
6
+ const recipes = require("@vanilla-extract/recipes");
7
+ const iconButtonOverlayRecipe = recipes.recipe({
8
8
  base: [
9
9
  atoms_css_js.atoms({
10
10
  width: "l",
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
  import { atoms } from "@gnist/themes/atoms.css.js";
3
- import { gnistRecipe } from "@gnist/themes/layers.css.js";
4
3
  import { tokens } from "@gnist/themes/tokens.css.js";
5
- const iconButtonOverlayRecipe = gnistRecipe({
4
+ import { recipe } from "@vanilla-extract/recipes";
5
+ const iconButtonOverlayRecipe = recipe({
6
6
  base: [
7
7
  atoms({
8
8
  width: "l",