@ultraviolet/ui 3.0.0-beta.1 → 3.0.0-beta.11

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 (209) hide show
  1. package/dist/components/ActionBar/index.cjs +5 -30
  2. package/dist/components/ActionBar/index.js +5 -28
  3. package/dist/components/ActionBar/styles.css.cjs +11 -0
  4. package/dist/components/ActionBar/styles.css.d.ts +3 -0
  5. package/dist/components/ActionBar/styles.css.js +11 -0
  6. package/dist/components/Alert/index.cjs +8 -76
  7. package/dist/components/Alert/index.d.ts +1 -2
  8. package/dist/components/Alert/index.js +8 -74
  9. package/dist/components/Alert/styles.css.cjs +14 -0
  10. package/dist/components/Alert/styles.css.d.ts +35 -0
  11. package/dist/components/Alert/styles.css.js +14 -0
  12. package/dist/components/Alert/type.d.ts +2 -0
  13. package/dist/components/Avatar/constants.cjs +0 -9
  14. package/dist/components/Avatar/constants.js +0 -9
  15. package/dist/components/Avatar/index.cjs +42 -117
  16. package/dist/components/Avatar/index.js +43 -116
  17. package/dist/components/Avatar/styles.css.cjs +16 -0
  18. package/dist/components/Avatar/styles.css.d.ts +128 -0
  19. package/dist/components/Avatar/styles.css.js +16 -0
  20. package/dist/components/Avatar/variables.css.cjs +9 -0
  21. package/dist/components/Avatar/variables.css.d.ts +3 -0
  22. package/dist/components/Avatar/variables.css.js +9 -0
  23. package/dist/components/Badge/constant.cjs +8 -0
  24. package/dist/components/Badge/constant.d.ts +14 -0
  25. package/dist/components/Badge/constant.js +8 -0
  26. package/dist/components/Badge/index.cjs +10 -88
  27. package/dist/components/Badge/index.d.ts +2 -20
  28. package/dist/components/Badge/index.js +8 -84
  29. package/dist/components/Badge/styles.css.cjs +6 -0
  30. package/dist/components/Badge/styles.css.d.ts +43 -0
  31. package/dist/components/Badge/styles.css.js +6 -0
  32. package/dist/components/Banner/index.cjs +13 -69
  33. package/dist/components/Banner/index.d.ts +3 -5
  34. package/dist/components/Banner/index.js +9 -63
  35. package/dist/components/Banner/styles.css.cjs +10 -0
  36. package/dist/components/Banner/styles.css.d.ts +18 -0
  37. package/dist/components/Banner/styles.css.js +10 -0
  38. package/dist/components/BarStack/index.cjs +22 -96
  39. package/dist/components/BarStack/index.d.ts +2 -1
  40. package/dist/components/BarStack/index.js +22 -94
  41. package/dist/components/BarStack/styles.css.cjs +10 -0
  42. package/dist/components/BarStack/styles.css.d.ts +3 -0
  43. package/dist/components/BarStack/styles.css.js +10 -0
  44. package/dist/components/BarStack/variables.css.cjs +24 -0
  45. package/dist/components/BarStack/variables.css.d.ts +11 -0
  46. package/dist/components/BarStack/variables.css.js +24 -0
  47. package/dist/components/Button/index.cjs +2 -2
  48. package/dist/components/Button/index.js +2 -2
  49. package/dist/components/Button/styles.css.cjs +0 -2
  50. package/dist/components/Button/styles.css.d.ts +4 -4
  51. package/dist/components/Button/styles.css.js +0 -2
  52. package/dist/components/Chip/ChipContext.d.ts +1 -1
  53. package/dist/components/Chip/ChipIcon.cjs +10 -21
  54. package/dist/components/Chip/ChipIcon.js +10 -19
  55. package/dist/components/Chip/index.cjs +2 -56
  56. package/dist/components/Chip/index.d.ts +1 -1
  57. package/dist/components/Chip/index.js +2 -54
  58. package/dist/components/Chip/styles.css.cjs +7 -0
  59. package/dist/components/Chip/styles.css.d.ts +2 -0
  60. package/dist/components/Chip/styles.css.js +7 -0
  61. package/dist/components/Dialog/index.cjs +2 -2
  62. package/dist/components/Dialog/index.d.ts +1 -1
  63. package/dist/components/Dialog/index.js +2 -2
  64. package/dist/components/ExpandableCard/index.cjs +10 -9
  65. package/dist/components/ExpandableCard/index.d.ts +3 -1
  66. package/dist/components/ExpandableCard/index.js +10 -9
  67. package/dist/components/Key/index.cjs +85 -0
  68. package/dist/components/Key/index.d.ts +23 -0
  69. package/dist/components/Key/index.js +83 -0
  70. package/dist/components/Label/index.cjs +20 -24
  71. package/dist/components/Label/index.js +20 -22
  72. package/dist/components/Label/styles.css.cjs +5 -0
  73. package/dist/components/Label/styles.css.d.ts +1 -0
  74. package/dist/components/Label/styles.css.js +5 -0
  75. package/dist/components/List/index.cjs +2 -2
  76. package/dist/components/List/index.js +2 -2
  77. package/dist/components/Loader/index.cjs +4 -36
  78. package/dist/components/Loader/index.d.ts +0 -4
  79. package/dist/components/Loader/index.js +5 -35
  80. package/dist/components/Loader/styles.css.cjs +7 -0
  81. package/dist/components/Loader/styles.css.d.ts +2 -0
  82. package/dist/components/Loader/styles.css.js +7 -0
  83. package/dist/components/Menu/helpers.d.ts +1 -1
  84. package/dist/components/Meter/index.cjs +6 -37
  85. package/dist/components/Meter/index.js +6 -35
  86. package/dist/components/Meter/styles.css.cjs +11 -0
  87. package/dist/components/Meter/styles.css.d.ts +4 -0
  88. package/dist/components/Meter/styles.css.js +11 -0
  89. package/dist/components/Notice/index.cjs +2 -12
  90. package/dist/components/Notice/index.js +2 -10
  91. package/dist/components/Notice/styles.css.cjs +5 -0
  92. package/dist/components/Notice/styles.css.d.ts +1 -0
  93. package/dist/components/Notice/styles.css.js +5 -0
  94. package/dist/components/NumberInput/index.cjs +12 -9
  95. package/dist/components/NumberInput/index.d.ts +1 -1
  96. package/dist/components/NumberInput/index.js +12 -9
  97. package/dist/components/PasswordCheck/index.cjs +2 -12
  98. package/dist/components/PasswordCheck/index.js +2 -10
  99. package/dist/components/PasswordCheck/styles.css.cjs +5 -0
  100. package/dist/components/PasswordCheck/styles.css.d.ts +1 -0
  101. package/dist/components/PasswordCheck/styles.css.js +5 -0
  102. package/dist/components/Popover/constant.d.ts +5 -0
  103. package/dist/components/Popover/index.cjs +6 -41
  104. package/dist/components/Popover/index.d.ts +1 -5
  105. package/dist/components/Popover/index.js +6 -39
  106. package/dist/components/Popover/styles.css.cjs +8 -0
  107. package/dist/components/Popover/styles.css.d.ts +35 -0
  108. package/dist/components/Popover/styles.css.js +8 -0
  109. package/dist/components/Popup/index.cjs +25 -62
  110. package/dist/components/Popup/index.d.ts +9 -4
  111. package/dist/components/Popup/index.js +27 -62
  112. package/dist/components/Popup/styles.css.cjs +12 -0
  113. package/dist/components/Popup/styles.css.d.ts +45 -0
  114. package/dist/components/Popup/styles.css.js +12 -0
  115. package/dist/components/Popup/variables.css.cjs +19 -0
  116. package/dist/components/Popup/variables.css.d.ts +9 -0
  117. package/dist/components/Popup/variables.css.js +19 -0
  118. package/dist/components/Radio/index.d.ts +29 -12
  119. package/dist/components/Row/index.cjs +28 -38
  120. package/dist/components/Row/index.d.ts +8 -10
  121. package/dist/components/Row/index.js +29 -37
  122. package/dist/components/Row/styles.css.cjs +17 -0
  123. package/dist/components/Row/styles.css.d.ts +460 -0
  124. package/dist/components/Row/styles.css.js +17 -0
  125. package/dist/components/Row/variables.css.cjs +7 -0
  126. package/dist/components/Row/variables.css.d.ts +4 -0
  127. package/dist/components/Row/variables.css.js +7 -0
  128. package/dist/components/SearchInput/KeyGroup.cjs +5 -5
  129. package/dist/components/SearchInput/KeyGroup.d.ts +1 -1
  130. package/dist/components/SearchInput/KeyGroup.js +3 -3
  131. package/dist/components/SelectInput/Dropdown.cjs +11 -11
  132. package/dist/components/SelectInput/Dropdown.js +11 -11
  133. package/dist/components/SelectInput/SelectBar.cjs +15 -22
  134. package/dist/components/SelectInput/SelectBar.js +16 -23
  135. package/dist/components/Separator/index.cjs +26 -39
  136. package/dist/components/Separator/index.d.ts +2 -5
  137. package/dist/components/Separator/index.js +26 -37
  138. package/dist/components/Separator/styles.css.cjs +10 -0
  139. package/dist/components/Separator/styles.css.d.ts +125 -0
  140. package/dist/components/Separator/styles.css.js +10 -0
  141. package/dist/components/Slider/styles.d.ts +30 -13
  142. package/dist/components/Snippet/index.cjs +15 -14
  143. package/dist/components/Snippet/index.js +15 -14
  144. package/dist/components/Stack/index.cjs +69 -44
  145. package/dist/components/Stack/index.d.ts +17 -19
  146. package/dist/components/Stack/index.js +69 -42
  147. package/dist/components/Stack/styles.css.cjs +19 -0
  148. package/dist/components/Stack/styles.css.d.ts +470 -0
  149. package/dist/components/Stack/styles.css.js +19 -0
  150. package/dist/components/Stack/types.d.ts +8 -0
  151. package/dist/components/Stack/variables.css.cjs +11 -0
  152. package/dist/components/Stack/variables.css.d.ts +4 -0
  153. package/dist/components/Stack/variables.css.js +11 -0
  154. package/dist/components/Status/constant.d.ts +1 -0
  155. package/dist/components/Status/index.cjs +10 -66
  156. package/dist/components/Status/index.d.ts +2 -20
  157. package/dist/components/Status/index.js +10 -64
  158. package/dist/components/Status/styles.css.cjs +11 -0
  159. package/dist/components/Status/styles.css.d.ts +23 -0
  160. package/dist/components/Status/styles.css.js +11 -0
  161. package/dist/components/StepList/index.cjs +9 -41
  162. package/dist/components/StepList/index.d.ts +2 -1
  163. package/dist/components/StepList/index.js +9 -39
  164. package/dist/components/StepList/styles.css.cjs +10 -0
  165. package/dist/components/StepList/styles.css.d.ts +23 -0
  166. package/dist/components/StepList/styles.css.js +10 -0
  167. package/dist/components/Table/index.cjs +2 -2
  168. package/dist/components/Table/index.d.ts +1 -1
  169. package/dist/components/Table/index.js +2 -2
  170. package/dist/components/Tabs/index.d.ts +1 -1
  171. package/dist/components/Text/constant.d.ts +6 -0
  172. package/dist/components/Text/index.cjs +22 -60
  173. package/dist/components/Text/index.d.ts +3 -7
  174. package/dist/components/Text/index.js +22 -58
  175. package/dist/components/Text/style.css.cjs +6 -0
  176. package/dist/components/Text/style.css.d.ts +52 -0
  177. package/dist/components/Text/style.css.js +6 -0
  178. package/dist/components/Text/variables.css.cjs +7 -0
  179. package/dist/components/Text/variables.css.d.ts +2 -0
  180. package/dist/components/Text/variables.css.js +7 -0
  181. package/dist/components/TextArea/index.cjs +6 -6
  182. package/dist/components/TextArea/index.js +6 -6
  183. package/dist/components/TextInput/index.d.ts +59 -25
  184. package/dist/components/Tooltip/index.cjs +2 -20
  185. package/dist/components/Tooltip/index.d.ts +1 -1
  186. package/dist/components/Tooltip/index.js +2 -18
  187. package/dist/components/Tooltip/styles.css.cjs +5 -0
  188. package/dist/components/Tooltip/styles.css.d.ts +1 -0
  189. package/dist/components/Tooltip/styles.css.js +5 -0
  190. package/dist/components/index.d.ts +1 -0
  191. package/dist/index.cjs +102 -100
  192. package/dist/index.js +2 -0
  193. package/dist/theme/ThemeProvider.cjs +23 -1
  194. package/dist/theme/ThemeProvider.d.ts +1 -1
  195. package/dist/theme/ThemeProvider.js +25 -3
  196. package/dist/ui.css +1 -1
  197. package/dist/utils/animationVanillaExtract.css.d.ts +2 -0
  198. package/dist/utils/index.d.ts +1 -0
  199. package/package.json +8 -6
  200. package/dist/components/Popup/animations.cjs +0 -25
  201. package/dist/components/Popup/animations.d.ts +0 -21
  202. package/dist/components/Popup/animations.js +0 -25
  203. package/dist/components/SearchInput/Key.cjs +0 -55
  204. package/dist/components/SearchInput/Key.d.ts +0 -21
  205. package/dist/components/SearchInput/Key.js +0 -53
  206. package/dist/themes/dist/vanilla/themes.css.js.vanilla.css.cjs +0 -1
  207. package/dist/themes/dist/vanilla/themes.css.js.vanilla.css.js +0 -1
  208. package/dist/themes/dist/vanilla/themes.css.ts.vanilla.css.js.vanilla.css.cjs +0 -1
  209. package/dist/themes/dist/vanilla/themes.css.ts.vanilla.css.js.vanilla.css.js +0 -1
@@ -1,19 +1,17 @@
1
1
  import type { CSSProperties, ReactNode } from 'react';
2
2
  import type { UltravioletUITheme } from '../../theme';
3
- type StyledRowProps = Pick<RowProps, 'gap' | 'templateColumns' | 'alignItems' | 'justifyContent' | 'padding'>;
4
- export declare const StyledRow: import("@emotion/styled").StyledComponent<{
5
- theme?: import("@emotion/react").Theme;
6
- as?: React.ElementType;
7
- } & StyledRowProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
+ import type { AlignItemsType, JustifyContentType } from './styles.css';
4
+ type ResponsiveProp<T> = T | Partial<Record<keyof UltravioletUITheme['breakpoints'], T>>;
5
+ type ToNumber<T extends string> = T extends `${infer N extends number}` ? N : never;
8
6
  type RowProps = {
9
7
  className?: string;
10
8
  'data-testid'?: string;
11
9
  children: ReactNode;
12
- templateColumns: string | Partial<Record<keyof UltravioletUITheme['breakpoints'], string>>;
13
- gap?: keyof UltravioletUITheme['space'] | number | Partial<Record<keyof UltravioletUITheme['breakpoints'], keyof UltravioletUITheme['space'] | number>>;
14
- alignItems?: CSSProperties['alignItems'] | Partial<Record<keyof UltravioletUITheme['breakpoints'], CSSProperties['alignItems']>>;
15
- justifyContent?: CSSProperties['justifyContent'] | Partial<Record<keyof UltravioletUITheme['breakpoints'], CSSProperties['justifyContent']>>;
16
- padding?: CSSProperties['padding'] | Partial<Record<keyof UltravioletUITheme['breakpoints'], CSSProperties['padding']>>;
10
+ templateColumns: ResponsiveProp<string>;
11
+ gap?: ResponsiveProp<keyof UltravioletUITheme['space'] | ToNumber<keyof UltravioletUITheme['space']>>;
12
+ alignItems?: ResponsiveProp<AlignItemsType>;
13
+ justifyContent?: ResponsiveProp<JustifyContentType>;
14
+ padding?: ResponsiveProp<CSSProperties['padding']>;
17
15
  };
18
16
  /**
19
17
  * Row component is a wrapper for grid layout.
@@ -1,39 +1,13 @@
1
1
  "use client";
2
2
  import { jsx } from "@emotion/react/jsx-runtime";
3
- import _styled from "@emotion/styled/base";
4
- const StyledRow = /* @__PURE__ */ _styled("div", process.env.NODE_ENV === "production" ? {
5
- shouldForwardProp: (prop) => !["templateColumns", "gap", "alignItems", "justifyContent", "padding"].includes(prop),
6
- target: "e3f5lzv0"
7
- } : {
8
- shouldForwardProp: (prop) => !["templateColumns", "gap", "alignItems", "justifyContent", "padding"].includes(prop),
9
- target: "e3f5lzv0",
10
- label: "StyledRow"
11
- })("display:grid;", ({
12
- theme,
13
- gap,
14
- alignItems = "normal",
15
- templateColumns,
16
- justifyContent = "normal",
17
- padding
18
- }) => `
19
-
20
- ${typeof templateColumns === "object" ? Object.entries(templateColumns).map(([breakpoint, value]) => `@media (min-width: ${theme.breakpoints[breakpoint]}) {
21
- grid-template-columns: ${value};
22
- }`).join(" ") : `${templateColumns ? `grid-template-columns: ${templateColumns};` : ""}`}
23
-
24
- ${gap && typeof gap === "object" ? Object.entries(gap).map(([breakpoint, value]) => `@media (min-width: ${theme.breakpoints[breakpoint]}) {
25
- gap: ${theme.space[value.toString()]};
26
- }`).join(" ") : `${gap ? `gap: ${theme.space[gap]};` : ""}`}
27
- ${alignItems && typeof alignItems === "object" ? Object.entries(alignItems).map(([breakpoint, value]) => `@media (min-width: ${theme.breakpoints[breakpoint]}) {
28
- align-items: ${value};
29
- }`).join(" ") : `${alignItems ? `align-items: ${alignItems};` : ""}`}
30
- ${justifyContent && typeof justifyContent === "object" ? Object.entries(justifyContent).map(([breakpoint, value]) => `@media (min-width: ${theme.breakpoints[breakpoint]}) {
31
- justify-content: ${value};
32
- }`).join(" ") : `${justifyContent ? `justify-content: ${justifyContent};` : ""}`}
33
- ${padding && typeof padding === "object" ? Object.entries(padding).map(([breakpoint, value]) => `@media (min-width: ${theme.breakpoints[breakpoint]}) {
34
- padding: ${value};
35
- }`).join(" ") : `${padding ? `padding: ${padding};` : ""}`}
36
- `, ";" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3VsdHJhdmlvbGV0L3VsdHJhdmlvbGV0L3BhY2thZ2VzL3VpL3NyYy9jb21wb25lbnRzL1Jvdy9pbmRleC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBb0JrQiIsImZpbGUiOiIvaG9tZS9ydW5uZXIvd29yay91bHRyYXZpb2xldC91bHRyYXZpb2xldC9wYWNrYWdlcy91aS9zcmMvY29tcG9uZW50cy9Sb3cvaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiJ3VzZSBjbGllbnQnXG5cbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJ1xuaW1wb3J0IHR5cGUgeyBDU1NQcm9wZXJ0aWVzLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCdcbmltcG9ydCB0eXBlIHsgVWx0cmF2aW9sZXRVSVRoZW1lIH0gZnJvbSAnLi4vLi4vdGhlbWUnXG5cbnR5cGUgU3R5bGVkUm93UHJvcHMgPSBQaWNrPFxuICBSb3dQcm9wcyxcbiAgJ2dhcCcgfCAndGVtcGxhdGVDb2x1bW5zJyB8ICdhbGlnbkl0ZW1zJyB8ICdqdXN0aWZ5Q29udGVudCcgfCAncGFkZGluZydcbj5cblxuZXhwb3J0IGNvbnN0IFN0eWxlZFJvdyA9IHN0eWxlZCgnZGl2Jywge1xuICBzaG91bGRGb3J3YXJkUHJvcDogcHJvcCA9PlxuICAgICFbXG4gICAgICAndGVtcGxhdGVDb2x1bW5zJyxcbiAgICAgICdnYXAnLFxuICAgICAgJ2FsaWduSXRlbXMnLFxuICAgICAgJ2p1c3RpZnlDb250ZW50JyxcbiAgICAgICdwYWRkaW5nJyxcbiAgICBdLmluY2x1ZGVzKHByb3ApLFxufSk8U3R5bGVkUm93UHJvcHM+YFxuICBkaXNwbGF5OiBncmlkO1xuICAkeyh7XG4gICAgdGhlbWUsXG4gICAgZ2FwLFxuICAgIGFsaWduSXRlbXMgPSAnbm9ybWFsJyxcbiAgICB0ZW1wbGF0ZUNvbHVtbnMsXG4gICAganVzdGlmeUNvbnRlbnQgPSAnbm9ybWFsJyxcbiAgICBwYWRkaW5nLFxuICB9KSA9PiBgXG5cbiAgICAke1xuICAgICAgdHlwZW9mIHRlbXBsYXRlQ29sdW1ucyA9PT0gJ29iamVjdCdcbiAgICAgICAgPyBPYmplY3QuZW50cmllcyh0ZW1wbGF0ZUNvbHVtbnMpXG4gICAgICAgICAgICAubWFwKFxuICAgICAgICAgICAgICAoW2JyZWFrcG9pbnQsIHZhbHVlXSkgPT5cbiAgICAgICAgICAgICAgICBgQG1lZGlhIChtaW4td2lkdGg6ICR7dGhlbWUuYnJlYWtwb2ludHNbYnJlYWtwb2ludCBhcyBrZXlvZiBVbHRyYXZpb2xldFVJVGhlbWVbJ2JyZWFrcG9pbnRzJ11dfSkge1xuICAgICAgICAgICAgICAgICAgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAke3ZhbHVlfTtcbiAgICAgICAgICAgICAgICB9YCxcbiAgICAgICAgICAgIClcbiAgICAgICAgICAgIC5qb2luKCcgJylcbiAgICAgICAgOiBgJHt0ZW1wbGF0ZUNvbHVtbnMgPyBgZ3JpZC10ZW1wbGF0ZS1jb2x1bW5zOiAke3RlbXBsYXRlQ29sdW1uc307YCA6ICcnfWBcbiAgICB9XG5cbiAgICAke1xuICAgICAgZ2FwICYmIHR5cGVvZiBnYXAgPT09ICdvYmplY3QnXG4gICAgICAgID8gT2JqZWN0LmVudHJpZXMoZ2FwKVxuICAgICAgICAgICAgLm1hcChcbiAgICAgICAgICAgICAgKFticmVha3BvaW50LCB2YWx1ZV0pID0+XG4gICAgICAgICAgICAgICAgYEBtZWRpYSAobWluLXdpZHRoOiAke3RoZW1lLmJyZWFrcG9pbnRzW2JyZWFrcG9pbnQgYXMga2V5b2YgVWx0cmF2aW9sZXRVSVRoZW1lWydicmVha3BvaW50cyddXX0pIHtcbiAgICAgICAgICAgICAgICBnYXA6ICR7dGhlbWUuc3BhY2VbdmFsdWUudG9TdHJpbmcoKSBhcyBrZXlvZiBVbHRyYXZpb2xldFVJVGhlbWVbJ3NwYWNlJ11dfTtcbiAgICAgICAgICAgICAgfWAsXG4gICAgICAgICAgICApXG4gICAgICAgICAgICAuam9pbignICcpXG4gICAgICAgIDogYCR7Z2FwID8gYGdhcDogJHt0aGVtZS5zcGFjZVtnYXAgYXMga2V5b2YgVWx0cmF2aW9sZXRVSVRoZW1lWydzcGFjZSddXX07YCA6ICcnfWBcbiAgICB9XG4gICAgJHtcbiAgICAgIGFsaWduSXRlbXMgJiYgdHlwZW9mIGFsaWduSXRlbXMgPT09ICdvYmplY3QnXG4gICAgICAgID8gT2JqZWN0LmVudHJpZXMoYWxpZ25JdGVtcylcbiAgICAgICAgICAgIC5tYXAoXG4gICAgICAgICAgICAgIChbYnJlYWtwb2ludCwgdmFsdWVdKSA9PlxuICAgICAgICAgICAgICAgIGBAbWVkaWEgKG1pbi13aWR0aDogJHt0aGVtZS5icmVha3BvaW50c1ticmVha3BvaW50IGFzIGtleW9mIFVsdHJhdmlvbGV0VUlUaGVtZVsnYnJlYWtwb2ludHMnXV19KSB7XG4gICAgICAgICAgICAgICAgYWxpZ24taXRlbXM6ICR7dmFsdWV9O1xuICAgICAgICAgICAgICB9YCxcbiAgICAgICAgICAgIClcbiAgICAgICAgICAgIC5qb2luKCcgJylcbiAgICAgICAgOiBgJHthbGlnbkl0ZW1zID8gYGFsaWduLWl0ZW1zOiAke2FsaWduSXRlbXN9O2AgOiAnJ31gXG4gICAgfVxuICAgICR7XG4gICAgICBqdXN0aWZ5Q29udGVudCAmJiB0eXBlb2YganVzdGlmeUNvbnRlbnQgPT09ICdvYmplY3QnXG4gICAgICAgID8gT2JqZWN0LmVudHJpZXMoanVzdGlmeUNvbnRlbnQpXG4gICAgICAgICAgICAubWFwKFxuICAgICAgICAgICAgICAoW2JyZWFrcG9pbnQsIHZhbHVlXSkgPT5cbiAgICAgICAgICAgICAgICBgQG1lZGlhIChtaW4td2lkdGg6ICR7dGhlbWUuYnJlYWtwb2ludHNbYnJlYWtwb2ludCBhcyBrZXlvZiBVbHRyYXZpb2xldFVJVGhlbWVbJ2JyZWFrcG9pbnRzJ11dfSkge1xuICAgICAgICAgICAgICAgIGp1c3RpZnktY29udGVudDogJHt2YWx1ZX07XG4gICAgICAgICAgICAgIH1gLFxuICAgICAgICAgICAgKVxuICAgICAgICAgICAgLmpvaW4oJyAnKVxuICAgICAgICA6IGAke2p1c3RpZnlDb250ZW50ID8gYGp1c3RpZnktY29udGVudDogJHtqdXN0aWZ5Q29udGVudH07YCA6ICcnfWBcbiAgICB9XG4gICAgJHtcbiAgICAgIHBhZGRpbmcgJiYgdHlwZW9mIHBhZGRpbmcgPT09ICdvYmplY3QnXG4gICAgICAgID8gT2JqZWN0LmVudHJpZXMocGFkZGluZylcbiAgICAgICAgICAgIC5tYXAoXG4gICAgICAgICAgICAgIChbYnJlYWtwb2ludCwgdmFsdWVdKSA9PlxuICAgICAgICAgICAgICAgIGBAbWVkaWEgKG1pbi13aWR0aDogJHt0aGVtZS5icmVha3BvaW50c1ticmVha3BvaW50IGFzIGtleW9mIFVsdHJhdmlvbGV0VUlUaGVtZVsnYnJlYWtwb2ludHMnXV19KSB7XG4gICAgICAgICAgICAgICAgcGFkZGluZzogJHt2YWx1ZX07XG4gICAgICAgICAgICAgIH1gLFxuICAgICAgICAgICAgKVxuICAgICAgICAgICAgLmpvaW4oJyAnKVxuICAgICAgICA6IGAke3BhZGRpbmcgPyBgcGFkZGluZzogJHtwYWRkaW5nfTtgIDogJyd9YFxuICAgIH1cbiAgYH1cbmBcblxudHlwZSBSb3dQcm9wcyA9IHtcbiAgY2xhc3NOYW1lPzogc3RyaW5nXG4gICdkYXRhLXRlc3RpZCc/OiBzdHJpbmdcbiAgY2hpbGRyZW46IFJlYWN0Tm9kZVxuICB0ZW1wbGF0ZUNvbHVtbnM6XG4gICAgfCBzdHJpbmdcbiAgICB8IFBhcnRpYWw8UmVjb3JkPGtleW9mIFVsdHJhdmlvbGV0VUlUaGVtZVsnYnJlYWtwb2ludHMnXSwgc3RyaW5nPj5cbiAgZ2FwPzpcbiAgICB8IGtleW9mIFVsdHJhdmlvbGV0VUlUaGVtZVsnc3BhY2UnXVxuICAgIHwgbnVtYmVyXG4gICAgfCBQYXJ0aWFsPFxuICAgICAgICBSZWNvcmQ8XG4gICAgICAgICAga2V5b2YgVWx0cmF2aW9sZXRVSVRoZW1lWydicmVha3BvaW50cyddLFxuICAgICAgICAgIGtleW9mIFVsdHJhdmlvbGV0VUlUaGVtZVsnc3BhY2UnXSB8IG51bWJlclxuICAgICAgICA+XG4gICAgICA+XG4gIGFsaWduSXRlbXM/OlxuICAgIHwgQ1NTUHJvcGVydGllc1snYWxpZ25JdGVtcyddXG4gICAgfCBQYXJ0aWFsPFxuICAgICAgICBSZWNvcmQ8XG4gICAgICAgICAga2V5b2YgVWx0cmF2aW9sZXRVSVRoZW1lWydicmVha3BvaW50cyddLFxuICAgICAgICAgIENTU1Byb3BlcnRpZXNbJ2FsaWduSXRlbXMnXVxuICAgICAgICA+XG4gICAgICA+XG4gIGp1c3RpZnlDb250ZW50PzpcbiAgICB8IENTU1Byb3BlcnRpZXNbJ2p1c3RpZnlDb250ZW50J11cbiAgICB8IFBhcnRpYWw8XG4gICAgICAgIFJlY29yZDxcbiAgICAgICAgICBrZXlvZiBVbHRyYXZpb2xldFVJVGhlbWVbJ2JyZWFrcG9pbnRzJ10sXG4gICAgICAgICAgQ1NTUHJvcGVydGllc1snanVzdGlmeUNvbnRlbnQnXVxuICAgICAgICA+XG4gICAgICA+XG4gIHBhZGRpbmc/OlxuICAgIHwgQ1NTUHJvcGVydGllc1sncGFkZGluZyddXG4gICAgfCBQYXJ0aWFsPFxuICAgICAgICBSZWNvcmQ8XG4gICAgICAgICAga2V5b2YgVWx0cmF2aW9sZXRVSVRoZW1lWydicmVha3BvaW50cyddLFxuICAgICAgICAgIENTU1Byb3BlcnRpZXNbJ3BhZGRpbmcnXVxuICAgICAgICA+XG4gICAgICA+XG59XG5cbi8qKlxuICogUm93IGNvbXBvbmVudCBpcyBhIHdyYXBwZXIgZm9yIGdyaWQgbGF5b3V0LlxuICovXG5leHBvcnQgY29uc3QgUm93ID0gKHtcbiAgY2xhc3NOYW1lLFxuICAnZGF0YS10ZXN0aWQnOiBkYXRhVGVzdElkLFxuICBjaGlsZHJlbixcbiAgdGVtcGxhdGVDb2x1bW5zLFxuICBhbGlnbkl0ZW1zLFxuICBqdXN0aWZ5Q29udGVudCxcbiAgZ2FwLFxuICBwYWRkaW5nLFxufTogUm93UHJvcHMpID0+IChcbiAgPFN0eWxlZFJvd1xuICAgIGFsaWduSXRlbXM9e2FsaWduSXRlbXN9XG4gICAgY2xhc3NOYW1lPXtjbGFzc05hbWV9XG4gICAgZGF0YS10ZXN0aWQ9e2RhdGFUZXN0SWR9XG4gICAgZ2FwPXtnYXB9XG4gICAganVzdGlmeUNvbnRlbnQ9e2p1c3RpZnlDb250ZW50fVxuICAgIHBhZGRpbmc9e3BhZGRpbmd9XG4gICAgdGVtcGxhdGVDb2x1bW5zPXt0ZW1wbGF0ZUNvbHVtbnN9XG4gID5cbiAgICB7Y2hpbGRyZW59XG4gIDwvU3R5bGVkUm93PlxuKVxuIl19 */"));
3
+ import { consoleLightTheme } from "@ultraviolet/themes";
4
+ import { assignInlineVars } from "@vanilla-extract/dynamic";
5
+ import { row, sprinkles } from "./styles.css.js";
6
+ import { paddings, templateColumn } from "./variables.css.js";
7
+ const mapRepsonsiveGap = (object) => object ? Object.keys(object).reduce((acc, key) => ({
8
+ ...acc,
9
+ [key]: consoleLightTheme.space[object[key]]
10
+ }), {}) : {};
37
11
  const Row = ({
38
12
  className,
39
13
  "data-testid": dataTestId,
@@ -43,8 +17,26 @@ const Row = ({
43
17
  justifyContent,
44
18
  gap,
45
19
  padding
46
- }) => /* @__PURE__ */ jsx(StyledRow, { alignItems, className, "data-testid": dataTestId, gap, justifyContent, padding, templateColumns, children });
20
+ }) => /* @__PURE__ */ jsx("div", { className: `${className ? `${className} ` : ""}${row} ${sprinkles({
21
+ alignItems: typeof alignItems === "object" ? alignItems : {
22
+ xxsmall: alignItems
23
+ },
24
+ gap: typeof gap === "object" ? mapRepsonsiveGap(gap) : {
25
+ xxsmall: gap ? consoleLightTheme.space[gap] : void 0
26
+ },
27
+ justifyContent: typeof justifyContent === "object" ? justifyContent : {
28
+ xxsmall: justifyContent
29
+ }
30
+ })}`, "data-testid": dataTestId, style: assignInlineVars({
31
+ ...Object.keys(templateColumn).reduce((acc, column) => ({
32
+ ...acc,
33
+ [templateColumn[column]]: typeof templateColumns === "object" ? templateColumns[column] || "" : templateColumns
34
+ }), {}),
35
+ ...Object.keys(paddings).reduce((acc, localPadding) => ({
36
+ ...acc,
37
+ [paddings[localPadding]]: typeof padding === "object" ? padding[localPadding] || "" : padding
38
+ }), {})
39
+ }), children });
47
40
  export {
48
- Row,
49
- StyledRow
41
+ Row
50
42
  };
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ ;/* empty css */
4
+ ;/* empty css */
5
+ const createRuntimeSprinkles = require("@vanilla-extract/sprinkles/createRuntimeSprinkles");
6
+ var row = "uv_x6hyh50";
7
+ var responsiveProperties = function() {
8
+ var x = { conditions: { defaultCondition: "xxsmall", conditionNames: ["xxsmall", "xsmall", "small", "medium", "large", "xlarge"], responsiveArray: ["xxsmall", "xsmall", "small", "medium", "large"] }, styles: { gap: { values: { "0rem": { conditions: { xxsmall: "uv_x6hyh51", xsmall: "uv_x6hyh52", small: "uv_x6hyh53", medium: "uv_x6hyh54", large: "uv_x6hyh55", xlarge: "uv_x6hyh56" }, defaultClass: "uv_x6hyh51" }, "0.5rem": { conditions: { xxsmall: "uv_x6hyh57", xsmall: "uv_x6hyh58", small: "uv_x6hyh59", medium: "uv_x6hyh5a", large: "uv_x6hyh5b", xlarge: "uv_x6hyh5c" }, defaultClass: "uv_x6hyh57" }, "1rem": { conditions: { xxsmall: "uv_x6hyh5d", xsmall: "uv_x6hyh5e", small: "uv_x6hyh5f", medium: "uv_x6hyh5g", large: "uv_x6hyh5h", xlarge: "uv_x6hyh5i" }, defaultClass: "uv_x6hyh5d" }, "1.5rem": { conditions: { xxsmall: "uv_x6hyh5j", xsmall: "uv_x6hyh5k", small: "uv_x6hyh5l", medium: "uv_x6hyh5m", large: "uv_x6hyh5n", xlarge: "uv_x6hyh5o" }, defaultClass: "uv_x6hyh5j" }, "2rem": { conditions: { xxsmall: "uv_x6hyh5p", xsmall: "uv_x6hyh5q", small: "uv_x6hyh5r", medium: "uv_x6hyh5s", large: "uv_x6hyh5t", xlarge: "uv_x6hyh5u" }, defaultClass: "uv_x6hyh5p" }, "2.5rem": { conditions: { xxsmall: "uv_x6hyh5v", xsmall: "uv_x6hyh5w", small: "uv_x6hyh5x", medium: "uv_x6hyh5y", large: "uv_x6hyh5z", xlarge: "uv_x6hyh510" }, defaultClass: "uv_x6hyh5v" }, "3rem": { conditions: { xxsmall: "uv_x6hyh511", xsmall: "uv_x6hyh512", small: "uv_x6hyh513", medium: "uv_x6hyh514", large: "uv_x6hyh515", xlarge: "uv_x6hyh516" }, defaultClass: "uv_x6hyh511" }, "3.5rem": { conditions: { xxsmall: "uv_x6hyh517", xsmall: "uv_x6hyh518", small: "uv_x6hyh519", medium: "uv_x6hyh51a", large: "uv_x6hyh51b", xlarge: "uv_x6hyh51c" }, defaultClass: "uv_x6hyh517" }, "4rem": { conditions: { xxsmall: "uv_x6hyh51d", xsmall: "uv_x6hyh51e", small: "uv_x6hyh51f", medium: "uv_x6hyh51g", large: "uv_x6hyh51h", xlarge: "uv_x6hyh51i" }, defaultClass: "uv_x6hyh51d" }, "4.5rem": { conditions: { xxsmall: "uv_x6hyh51j", xsmall: "uv_x6hyh51k", small: "uv_x6hyh51l", medium: "uv_x6hyh51m", large: "uv_x6hyh51n", xlarge: "uv_x6hyh51o" }, defaultClass: "uv_x6hyh51j" }, "5rem": { conditions: { xxsmall: "uv_x6hyh51p", xsmall: "uv_x6hyh51q", small: "uv_x6hyh51r", medium: "uv_x6hyh51s", large: "uv_x6hyh51t", xlarge: "uv_x6hyh51u" }, defaultClass: "uv_x6hyh51p" }, "0.25rem": { conditions: { xxsmall: "uv_x6hyh51v", xsmall: "uv_x6hyh51w", small: "uv_x6hyh51x", medium: "uv_x6hyh51y", large: "uv_x6hyh51z", xlarge: "uv_x6hyh520" }, defaultClass: "uv_x6hyh51v" }, "0.125rem": { conditions: { xxsmall: "uv_x6hyh521", xsmall: "uv_x6hyh522", small: "uv_x6hyh523", medium: "uv_x6hyh524", large: "uv_x6hyh525", xlarge: "uv_x6hyh526" }, defaultClass: "uv_x6hyh521" }, "0.75rem": { conditions: { xxsmall: "uv_x6hyh527", xsmall: "uv_x6hyh528", small: "uv_x6hyh529", medium: "uv_x6hyh52a", large: "uv_x6hyh52b", xlarge: "uv_x6hyh52c" }, defaultClass: "uv_x6hyh527" } }, responsiveArray: void 0 }, alignItems: { values: { normal: { conditions: { xxsmall: "uv_x6hyh52d", xsmall: "uv_x6hyh52e", small: "uv_x6hyh52f", medium: "uv_x6hyh52g", large: "uv_x6hyh52h", xlarge: "uv_x6hyh52i" }, defaultClass: "uv_x6hyh52d" }, stretch: { conditions: { xxsmall: "uv_x6hyh52j", xsmall: "uv_x6hyh52k", small: "uv_x6hyh52l", medium: "uv_x6hyh52m", large: "uv_x6hyh52n", xlarge: "uv_x6hyh52o" }, defaultClass: "uv_x6hyh52j" }, center: { conditions: { xxsmall: "uv_x6hyh52p", xsmall: "uv_x6hyh52q", small: "uv_x6hyh52r", medium: "uv_x6hyh52s", large: "uv_x6hyh52t", xlarge: "uv_x6hyh52u" }, defaultClass: "uv_x6hyh52p" }, start: { conditions: { xxsmall: "uv_x6hyh52v", xsmall: "uv_x6hyh52w", small: "uv_x6hyh52x", medium: "uv_x6hyh52y", large: "uv_x6hyh52z", xlarge: "uv_x6hyh530" }, defaultClass: "uv_x6hyh52v" }, end: { conditions: { xxsmall: "uv_x6hyh531", xsmall: "uv_x6hyh532", small: "uv_x6hyh533", medium: "uv_x6hyh534", large: "uv_x6hyh535", xlarge: "uv_x6hyh536" }, defaultClass: "uv_x6hyh531" }, "flex-start": { conditions: { xxsmall: "uv_x6hyh537", xsmall: "uv_x6hyh538", small: "uv_x6hyh539", medium: "uv_x6hyh53a", large: "uv_x6hyh53b", xlarge: "uv_x6hyh53c" }, defaultClass: "uv_x6hyh537" }, "flex-end": { conditions: { xxsmall: "uv_x6hyh53d", xsmall: "uv_x6hyh53e", small: "uv_x6hyh53f", medium: "uv_x6hyh53g", large: "uv_x6hyh53h", xlarge: "uv_x6hyh53i" }, defaultClass: "uv_x6hyh53d" }, "self-start": { conditions: { xxsmall: "uv_x6hyh53j", xsmall: "uv_x6hyh53k", small: "uv_x6hyh53l", medium: "uv_x6hyh53m", large: "uv_x6hyh53n", xlarge: "uv_x6hyh53o" }, defaultClass: "uv_x6hyh53j" }, "self-end": { conditions: { xxsmall: "uv_x6hyh53p", xsmall: "uv_x6hyh53q", small: "uv_x6hyh53r", medium: "uv_x6hyh53s", large: "uv_x6hyh53t", xlarge: "uv_x6hyh53u" }, defaultClass: "uv_x6hyh53p" }, baseline: { conditions: { xxsmall: "uv_x6hyh53v", xsmall: "uv_x6hyh53w", small: "uv_x6hyh53x", medium: "uv_x6hyh53y", large: "uv_x6hyh53z", xlarge: "uv_x6hyh540" }, defaultClass: "uv_x6hyh53v" }, "first baseline": { conditions: { xxsmall: "uv_x6hyh541", xsmall: "uv_x6hyh542", small: "uv_x6hyh543", medium: "uv_x6hyh544", large: "uv_x6hyh545", xlarge: "uv_x6hyh546" }, defaultClass: "uv_x6hyh541" }, "last baseline": { conditions: { xxsmall: "uv_x6hyh547", xsmall: "uv_x6hyh548", small: "uv_x6hyh549", medium: "uv_x6hyh54a", large: "uv_x6hyh54b", xlarge: "uv_x6hyh54c" }, defaultClass: "uv_x6hyh547" }, "safe center": { conditions: { xxsmall: "uv_x6hyh54d", xsmall: "uv_x6hyh54e", small: "uv_x6hyh54f", medium: "uv_x6hyh54g", large: "uv_x6hyh54h", xlarge: "uv_x6hyh54i" }, defaultClass: "uv_x6hyh54d" }, "unsafe center": { conditions: { xxsmall: "uv_x6hyh54j", xsmall: "uv_x6hyh54k", small: "uv_x6hyh54l", medium: "uv_x6hyh54m", large: "uv_x6hyh54n", xlarge: "uv_x6hyh54o" }, defaultClass: "uv_x6hyh54j" } }, responsiveArray: void 0 }, justifyContent: { values: { normal: { conditions: { xxsmall: "uv_x6hyh54p", xsmall: "uv_x6hyh54q", small: "uv_x6hyh54r", medium: "uv_x6hyh54s", large: "uv_x6hyh54t", xlarge: "uv_x6hyh54u" }, defaultClass: "uv_x6hyh54p" }, center: { conditions: { xxsmall: "uv_x6hyh54v", xsmall: "uv_x6hyh54w", small: "uv_x6hyh54x", medium: "uv_x6hyh54y", large: "uv_x6hyh54z", xlarge: "uv_x6hyh550" }, defaultClass: "uv_x6hyh54v" }, start: { conditions: { xxsmall: "uv_x6hyh551", xsmall: "uv_x6hyh552", small: "uv_x6hyh553", medium: "uv_x6hyh554", large: "uv_x6hyh555", xlarge: "uv_x6hyh556" }, defaultClass: "uv_x6hyh551" }, end: { conditions: { xxsmall: "uv_x6hyh557", xsmall: "uv_x6hyh558", small: "uv_x6hyh559", medium: "uv_x6hyh55a", large: "uv_x6hyh55b", xlarge: "uv_x6hyh55c" }, defaultClass: "uv_x6hyh557" }, "flex-start": { conditions: { xxsmall: "uv_x6hyh55d", xsmall: "uv_x6hyh55e", small: "uv_x6hyh55f", medium: "uv_x6hyh55g", large: "uv_x6hyh55h", xlarge: "uv_x6hyh55i" }, defaultClass: "uv_x6hyh55d" }, "flex-end": { conditions: { xxsmall: "uv_x6hyh55j", xsmall: "uv_x6hyh55k", small: "uv_x6hyh55l", medium: "uv_x6hyh55m", large: "uv_x6hyh55n", xlarge: "uv_x6hyh55o" }, defaultClass: "uv_x6hyh55j" }, left: { conditions: { xxsmall: "uv_x6hyh55p", xsmall: "uv_x6hyh55q", small: "uv_x6hyh55r", medium: "uv_x6hyh55s", large: "uv_x6hyh55t", xlarge: "uv_x6hyh55u" }, defaultClass: "uv_x6hyh55p" }, right: { conditions: { xxsmall: "uv_x6hyh55v", xsmall: "uv_x6hyh55w", small: "uv_x6hyh55x", medium: "uv_x6hyh55y", large: "uv_x6hyh55z", xlarge: "uv_x6hyh560" }, defaultClass: "uv_x6hyh55v" }, "space-between": { conditions: { xxsmall: "uv_x6hyh561", xsmall: "uv_x6hyh562", small: "uv_x6hyh563", medium: "uv_x6hyh564", large: "uv_x6hyh565", xlarge: "uv_x6hyh566" }, defaultClass: "uv_x6hyh561" }, "space-around": { conditions: { xxsmall: "uv_x6hyh567", xsmall: "uv_x6hyh568", small: "uv_x6hyh569", medium: "uv_x6hyh56a", large: "uv_x6hyh56b", xlarge: "uv_x6hyh56c" }, defaultClass: "uv_x6hyh567" }, "space-evenly": { conditions: { xxsmall: "uv_x6hyh56d", xsmall: "uv_x6hyh56e", small: "uv_x6hyh56f", medium: "uv_x6hyh56g", large: "uv_x6hyh56h", xlarge: "uv_x6hyh56i" }, defaultClass: "uv_x6hyh56d" }, stretch: { conditions: { xxsmall: "uv_x6hyh56j", xsmall: "uv_x6hyh56k", small: "uv_x6hyh56l", medium: "uv_x6hyh56m", large: "uv_x6hyh56n", xlarge: "uv_x6hyh56o" }, defaultClass: "uv_x6hyh56j" } }, responsiveArray: void 0 } } };
9
+ x.styles.gap.responsiveArray = x.conditions.responsiveArray;
10
+ x.styles.alignItems.responsiveArray = x.conditions.responsiveArray;
11
+ x.styles.justifyContent.responsiveArray = x.conditions.responsiveArray;
12
+ return x;
13
+ }();
14
+ var sprinkles = createRuntimeSprinkles.createSprinkles(responsiveProperties);
15
+ exports.responsiveProperties = responsiveProperties;
16
+ exports.row = row;
17
+ exports.sprinkles = sprinkles;
@@ -0,0 +1,460 @@
1
+ import type { CSSProperties } from 'react';
2
+ export declare const row: string;
3
+ declare const alignItemsValues: CSSProperties['alignItems'][];
4
+ export type AlignItemsType = (typeof alignItemsValues)[number];
5
+ declare const justifyContentValues: CSSProperties['justifyContent'][];
6
+ export type JustifyContentType = (typeof justifyContentValues)[number];
7
+ export declare const responsiveProperties: {
8
+ conditions: {
9
+ defaultCondition: "xxsmall";
10
+ conditionNames: ("small" | "large" | "medium" | "xlarge" | "xsmall" | "xxsmall")[];
11
+ responsiveArray: ("small" | "large" | "medium" | "xlarge" | "xsmall" | "xxsmall")[] & {
12
+ length: 5;
13
+ };
14
+ };
15
+ styles: {
16
+ gap: {
17
+ responsiveArray: ("small" | "large" | "medium" | "xlarge" | "xsmall" | "xxsmall")[] & {
18
+ length: 5;
19
+ };
20
+ values: {
21
+ [x: string]: {
22
+ defaultClass: string;
23
+ conditions: {
24
+ small: string;
25
+ large: string;
26
+ medium: string;
27
+ xlarge: string;
28
+ xsmall: string;
29
+ xxsmall: string;
30
+ };
31
+ };
32
+ };
33
+ };
34
+ alignItems: {
35
+ responsiveArray: ("small" | "large" | "medium" | "xlarge" | "xsmall" | "xxsmall")[] & {
36
+ length: 5;
37
+ };
38
+ values: {
39
+ [x: string & {}]: {
40
+ defaultClass: string;
41
+ conditions: {
42
+ small: string;
43
+ large: string;
44
+ medium: string;
45
+ xlarge: string;
46
+ xsmall: string;
47
+ xxsmall: string;
48
+ };
49
+ };
50
+ "-moz-initial": {
51
+ defaultClass: string;
52
+ conditions: {
53
+ small: string;
54
+ large: string;
55
+ medium: string;
56
+ xlarge: string;
57
+ xsmall: string;
58
+ xxsmall: string;
59
+ };
60
+ };
61
+ inherit: {
62
+ defaultClass: string;
63
+ conditions: {
64
+ small: string;
65
+ large: string;
66
+ medium: string;
67
+ xlarge: string;
68
+ xsmall: string;
69
+ xxsmall: string;
70
+ };
71
+ };
72
+ initial: {
73
+ defaultClass: string;
74
+ conditions: {
75
+ small: string;
76
+ large: string;
77
+ medium: string;
78
+ xlarge: string;
79
+ xsmall: string;
80
+ xxsmall: string;
81
+ };
82
+ };
83
+ revert: {
84
+ defaultClass: string;
85
+ conditions: {
86
+ small: string;
87
+ large: string;
88
+ medium: string;
89
+ xlarge: string;
90
+ xsmall: string;
91
+ xxsmall: string;
92
+ };
93
+ };
94
+ "revert-layer": {
95
+ defaultClass: string;
96
+ conditions: {
97
+ small: string;
98
+ large: string;
99
+ medium: string;
100
+ xlarge: string;
101
+ xsmall: string;
102
+ xxsmall: string;
103
+ };
104
+ };
105
+ unset: {
106
+ defaultClass: string;
107
+ conditions: {
108
+ small: string;
109
+ large: string;
110
+ medium: string;
111
+ xlarge: string;
112
+ xsmall: string;
113
+ xxsmall: string;
114
+ };
115
+ };
116
+ normal: {
117
+ defaultClass: string;
118
+ conditions: {
119
+ small: string;
120
+ large: string;
121
+ medium: string;
122
+ xlarge: string;
123
+ xsmall: string;
124
+ xxsmall: string;
125
+ };
126
+ };
127
+ stretch: {
128
+ defaultClass: string;
129
+ conditions: {
130
+ small: string;
131
+ large: string;
132
+ medium: string;
133
+ xlarge: string;
134
+ xsmall: string;
135
+ xxsmall: string;
136
+ };
137
+ };
138
+ center: {
139
+ defaultClass: string;
140
+ conditions: {
141
+ small: string;
142
+ large: string;
143
+ medium: string;
144
+ xlarge: string;
145
+ xsmall: string;
146
+ xxsmall: string;
147
+ };
148
+ };
149
+ end: {
150
+ defaultClass: string;
151
+ conditions: {
152
+ small: string;
153
+ large: string;
154
+ medium: string;
155
+ xlarge: string;
156
+ xsmall: string;
157
+ xxsmall: string;
158
+ };
159
+ };
160
+ "flex-end": {
161
+ defaultClass: string;
162
+ conditions: {
163
+ small: string;
164
+ large: string;
165
+ medium: string;
166
+ xlarge: string;
167
+ xsmall: string;
168
+ xxsmall: string;
169
+ };
170
+ };
171
+ "flex-start": {
172
+ defaultClass: string;
173
+ conditions: {
174
+ small: string;
175
+ large: string;
176
+ medium: string;
177
+ xlarge: string;
178
+ xsmall: string;
179
+ xxsmall: string;
180
+ };
181
+ };
182
+ start: {
183
+ defaultClass: string;
184
+ conditions: {
185
+ small: string;
186
+ large: string;
187
+ medium: string;
188
+ xlarge: string;
189
+ xsmall: string;
190
+ xxsmall: string;
191
+ };
192
+ };
193
+ baseline: {
194
+ defaultClass: string;
195
+ conditions: {
196
+ small: string;
197
+ large: string;
198
+ medium: string;
199
+ xlarge: string;
200
+ xsmall: string;
201
+ xxsmall: string;
202
+ };
203
+ };
204
+ "self-end": {
205
+ defaultClass: string;
206
+ conditions: {
207
+ small: string;
208
+ large: string;
209
+ medium: string;
210
+ xlarge: string;
211
+ xsmall: string;
212
+ xxsmall: string;
213
+ };
214
+ };
215
+ "self-start": {
216
+ defaultClass: string;
217
+ conditions: {
218
+ small: string;
219
+ large: string;
220
+ medium: string;
221
+ xlarge: string;
222
+ xsmall: string;
223
+ xxsmall: string;
224
+ };
225
+ };
226
+ };
227
+ };
228
+ justifyContent: {
229
+ responsiveArray: ("small" | "large" | "medium" | "xlarge" | "xsmall" | "xxsmall")[] & {
230
+ length: 5;
231
+ };
232
+ values: {
233
+ [x: string & {}]: {
234
+ defaultClass: string;
235
+ conditions: {
236
+ small: string;
237
+ large: string;
238
+ medium: string;
239
+ xlarge: string;
240
+ xsmall: string;
241
+ xxsmall: string;
242
+ };
243
+ };
244
+ "-moz-initial": {
245
+ defaultClass: string;
246
+ conditions: {
247
+ small: string;
248
+ large: string;
249
+ medium: string;
250
+ xlarge: string;
251
+ xsmall: string;
252
+ xxsmall: string;
253
+ };
254
+ };
255
+ inherit: {
256
+ defaultClass: string;
257
+ conditions: {
258
+ small: string;
259
+ large: string;
260
+ medium: string;
261
+ xlarge: string;
262
+ xsmall: string;
263
+ xxsmall: string;
264
+ };
265
+ };
266
+ initial: {
267
+ defaultClass: string;
268
+ conditions: {
269
+ small: string;
270
+ large: string;
271
+ medium: string;
272
+ xlarge: string;
273
+ xsmall: string;
274
+ xxsmall: string;
275
+ };
276
+ };
277
+ revert: {
278
+ defaultClass: string;
279
+ conditions: {
280
+ small: string;
281
+ large: string;
282
+ medium: string;
283
+ xlarge: string;
284
+ xsmall: string;
285
+ xxsmall: string;
286
+ };
287
+ };
288
+ "revert-layer": {
289
+ defaultClass: string;
290
+ conditions: {
291
+ small: string;
292
+ large: string;
293
+ medium: string;
294
+ xlarge: string;
295
+ xsmall: string;
296
+ xxsmall: string;
297
+ };
298
+ };
299
+ unset: {
300
+ defaultClass: string;
301
+ conditions: {
302
+ small: string;
303
+ large: string;
304
+ medium: string;
305
+ xlarge: string;
306
+ xsmall: string;
307
+ xxsmall: string;
308
+ };
309
+ };
310
+ normal: {
311
+ defaultClass: string;
312
+ conditions: {
313
+ small: string;
314
+ large: string;
315
+ medium: string;
316
+ xlarge: string;
317
+ xsmall: string;
318
+ xxsmall: string;
319
+ };
320
+ };
321
+ left: {
322
+ defaultClass: string;
323
+ conditions: {
324
+ small: string;
325
+ large: string;
326
+ medium: string;
327
+ xlarge: string;
328
+ xsmall: string;
329
+ xxsmall: string;
330
+ };
331
+ };
332
+ right: {
333
+ defaultClass: string;
334
+ conditions: {
335
+ small: string;
336
+ large: string;
337
+ medium: string;
338
+ xlarge: string;
339
+ xsmall: string;
340
+ xxsmall: string;
341
+ };
342
+ };
343
+ "space-around": {
344
+ defaultClass: string;
345
+ conditions: {
346
+ small: string;
347
+ large: string;
348
+ medium: string;
349
+ xlarge: string;
350
+ xsmall: string;
351
+ xxsmall: string;
352
+ };
353
+ };
354
+ "space-between": {
355
+ defaultClass: string;
356
+ conditions: {
357
+ small: string;
358
+ large: string;
359
+ medium: string;
360
+ xlarge: string;
361
+ xsmall: string;
362
+ xxsmall: string;
363
+ };
364
+ };
365
+ "space-evenly": {
366
+ defaultClass: string;
367
+ conditions: {
368
+ small: string;
369
+ large: string;
370
+ medium: string;
371
+ xlarge: string;
372
+ xsmall: string;
373
+ xxsmall: string;
374
+ };
375
+ };
376
+ stretch: {
377
+ defaultClass: string;
378
+ conditions: {
379
+ small: string;
380
+ large: string;
381
+ medium: string;
382
+ xlarge: string;
383
+ xsmall: string;
384
+ xxsmall: string;
385
+ };
386
+ };
387
+ center: {
388
+ defaultClass: string;
389
+ conditions: {
390
+ small: string;
391
+ large: string;
392
+ medium: string;
393
+ xlarge: string;
394
+ xsmall: string;
395
+ xxsmall: string;
396
+ };
397
+ };
398
+ end: {
399
+ defaultClass: string;
400
+ conditions: {
401
+ small: string;
402
+ large: string;
403
+ medium: string;
404
+ xlarge: string;
405
+ xsmall: string;
406
+ xxsmall: string;
407
+ };
408
+ };
409
+ "flex-end": {
410
+ defaultClass: string;
411
+ conditions: {
412
+ small: string;
413
+ large: string;
414
+ medium: string;
415
+ xlarge: string;
416
+ xsmall: string;
417
+ xxsmall: string;
418
+ };
419
+ };
420
+ "flex-start": {
421
+ defaultClass: string;
422
+ conditions: {
423
+ small: string;
424
+ large: string;
425
+ medium: string;
426
+ xlarge: string;
427
+ xsmall: string;
428
+ xxsmall: string;
429
+ };
430
+ };
431
+ start: {
432
+ defaultClass: string;
433
+ conditions: {
434
+ small: string;
435
+ large: string;
436
+ medium: string;
437
+ xlarge: string;
438
+ xsmall: string;
439
+ xxsmall: string;
440
+ };
441
+ };
442
+ };
443
+ };
444
+ };
445
+ };
446
+ export declare const sprinkles: ((props: {
447
+ gap?: import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4 | 5, string | null> | (string | {
448
+ small?: string | undefined;
449
+ large?: string | undefined;
450
+ medium?: string | undefined;
451
+ xlarge?: string | undefined;
452
+ xsmall?: string | undefined;
453
+ xxsmall?: string | undefined;
454
+ } | undefined);
455
+ alignItems?: ({} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4 | 5, import("csstype").Property.AlignItems | null | undefined>;
456
+ justifyContent?: ({} | undefined) | import("@vanilla-extract/sprinkles").ResponsiveArray<2 | 1 | 3 | 4 | 5, import("csstype").Property.JustifyContent | null | undefined>;
457
+ }) => string) & {
458
+ properties: Set<"alignItems" | "justifyContent" | "gap">;
459
+ };
460
+ export {};
@@ -0,0 +1,17 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ import { createSprinkles } from "@vanilla-extract/sprinkles/createRuntimeSprinkles";
4
+ var row = "uv_x6hyh50";
5
+ var responsiveProperties = function() {
6
+ var x = { conditions: { defaultCondition: "xxsmall", conditionNames: ["xxsmall", "xsmall", "small", "medium", "large", "xlarge"], responsiveArray: ["xxsmall", "xsmall", "small", "medium", "large"] }, styles: { gap: { values: { "0rem": { conditions: { xxsmall: "uv_x6hyh51", xsmall: "uv_x6hyh52", small: "uv_x6hyh53", medium: "uv_x6hyh54", large: "uv_x6hyh55", xlarge: "uv_x6hyh56" }, defaultClass: "uv_x6hyh51" }, "0.5rem": { conditions: { xxsmall: "uv_x6hyh57", xsmall: "uv_x6hyh58", small: "uv_x6hyh59", medium: "uv_x6hyh5a", large: "uv_x6hyh5b", xlarge: "uv_x6hyh5c" }, defaultClass: "uv_x6hyh57" }, "1rem": { conditions: { xxsmall: "uv_x6hyh5d", xsmall: "uv_x6hyh5e", small: "uv_x6hyh5f", medium: "uv_x6hyh5g", large: "uv_x6hyh5h", xlarge: "uv_x6hyh5i" }, defaultClass: "uv_x6hyh5d" }, "1.5rem": { conditions: { xxsmall: "uv_x6hyh5j", xsmall: "uv_x6hyh5k", small: "uv_x6hyh5l", medium: "uv_x6hyh5m", large: "uv_x6hyh5n", xlarge: "uv_x6hyh5o" }, defaultClass: "uv_x6hyh5j" }, "2rem": { conditions: { xxsmall: "uv_x6hyh5p", xsmall: "uv_x6hyh5q", small: "uv_x6hyh5r", medium: "uv_x6hyh5s", large: "uv_x6hyh5t", xlarge: "uv_x6hyh5u" }, defaultClass: "uv_x6hyh5p" }, "2.5rem": { conditions: { xxsmall: "uv_x6hyh5v", xsmall: "uv_x6hyh5w", small: "uv_x6hyh5x", medium: "uv_x6hyh5y", large: "uv_x6hyh5z", xlarge: "uv_x6hyh510" }, defaultClass: "uv_x6hyh5v" }, "3rem": { conditions: { xxsmall: "uv_x6hyh511", xsmall: "uv_x6hyh512", small: "uv_x6hyh513", medium: "uv_x6hyh514", large: "uv_x6hyh515", xlarge: "uv_x6hyh516" }, defaultClass: "uv_x6hyh511" }, "3.5rem": { conditions: { xxsmall: "uv_x6hyh517", xsmall: "uv_x6hyh518", small: "uv_x6hyh519", medium: "uv_x6hyh51a", large: "uv_x6hyh51b", xlarge: "uv_x6hyh51c" }, defaultClass: "uv_x6hyh517" }, "4rem": { conditions: { xxsmall: "uv_x6hyh51d", xsmall: "uv_x6hyh51e", small: "uv_x6hyh51f", medium: "uv_x6hyh51g", large: "uv_x6hyh51h", xlarge: "uv_x6hyh51i" }, defaultClass: "uv_x6hyh51d" }, "4.5rem": { conditions: { xxsmall: "uv_x6hyh51j", xsmall: "uv_x6hyh51k", small: "uv_x6hyh51l", medium: "uv_x6hyh51m", large: "uv_x6hyh51n", xlarge: "uv_x6hyh51o" }, defaultClass: "uv_x6hyh51j" }, "5rem": { conditions: { xxsmall: "uv_x6hyh51p", xsmall: "uv_x6hyh51q", small: "uv_x6hyh51r", medium: "uv_x6hyh51s", large: "uv_x6hyh51t", xlarge: "uv_x6hyh51u" }, defaultClass: "uv_x6hyh51p" }, "0.25rem": { conditions: { xxsmall: "uv_x6hyh51v", xsmall: "uv_x6hyh51w", small: "uv_x6hyh51x", medium: "uv_x6hyh51y", large: "uv_x6hyh51z", xlarge: "uv_x6hyh520" }, defaultClass: "uv_x6hyh51v" }, "0.125rem": { conditions: { xxsmall: "uv_x6hyh521", xsmall: "uv_x6hyh522", small: "uv_x6hyh523", medium: "uv_x6hyh524", large: "uv_x6hyh525", xlarge: "uv_x6hyh526" }, defaultClass: "uv_x6hyh521" }, "0.75rem": { conditions: { xxsmall: "uv_x6hyh527", xsmall: "uv_x6hyh528", small: "uv_x6hyh529", medium: "uv_x6hyh52a", large: "uv_x6hyh52b", xlarge: "uv_x6hyh52c" }, defaultClass: "uv_x6hyh527" } }, responsiveArray: void 0 }, alignItems: { values: { normal: { conditions: { xxsmall: "uv_x6hyh52d", xsmall: "uv_x6hyh52e", small: "uv_x6hyh52f", medium: "uv_x6hyh52g", large: "uv_x6hyh52h", xlarge: "uv_x6hyh52i" }, defaultClass: "uv_x6hyh52d" }, stretch: { conditions: { xxsmall: "uv_x6hyh52j", xsmall: "uv_x6hyh52k", small: "uv_x6hyh52l", medium: "uv_x6hyh52m", large: "uv_x6hyh52n", xlarge: "uv_x6hyh52o" }, defaultClass: "uv_x6hyh52j" }, center: { conditions: { xxsmall: "uv_x6hyh52p", xsmall: "uv_x6hyh52q", small: "uv_x6hyh52r", medium: "uv_x6hyh52s", large: "uv_x6hyh52t", xlarge: "uv_x6hyh52u" }, defaultClass: "uv_x6hyh52p" }, start: { conditions: { xxsmall: "uv_x6hyh52v", xsmall: "uv_x6hyh52w", small: "uv_x6hyh52x", medium: "uv_x6hyh52y", large: "uv_x6hyh52z", xlarge: "uv_x6hyh530" }, defaultClass: "uv_x6hyh52v" }, end: { conditions: { xxsmall: "uv_x6hyh531", xsmall: "uv_x6hyh532", small: "uv_x6hyh533", medium: "uv_x6hyh534", large: "uv_x6hyh535", xlarge: "uv_x6hyh536" }, defaultClass: "uv_x6hyh531" }, "flex-start": { conditions: { xxsmall: "uv_x6hyh537", xsmall: "uv_x6hyh538", small: "uv_x6hyh539", medium: "uv_x6hyh53a", large: "uv_x6hyh53b", xlarge: "uv_x6hyh53c" }, defaultClass: "uv_x6hyh537" }, "flex-end": { conditions: { xxsmall: "uv_x6hyh53d", xsmall: "uv_x6hyh53e", small: "uv_x6hyh53f", medium: "uv_x6hyh53g", large: "uv_x6hyh53h", xlarge: "uv_x6hyh53i" }, defaultClass: "uv_x6hyh53d" }, "self-start": { conditions: { xxsmall: "uv_x6hyh53j", xsmall: "uv_x6hyh53k", small: "uv_x6hyh53l", medium: "uv_x6hyh53m", large: "uv_x6hyh53n", xlarge: "uv_x6hyh53o" }, defaultClass: "uv_x6hyh53j" }, "self-end": { conditions: { xxsmall: "uv_x6hyh53p", xsmall: "uv_x6hyh53q", small: "uv_x6hyh53r", medium: "uv_x6hyh53s", large: "uv_x6hyh53t", xlarge: "uv_x6hyh53u" }, defaultClass: "uv_x6hyh53p" }, baseline: { conditions: { xxsmall: "uv_x6hyh53v", xsmall: "uv_x6hyh53w", small: "uv_x6hyh53x", medium: "uv_x6hyh53y", large: "uv_x6hyh53z", xlarge: "uv_x6hyh540" }, defaultClass: "uv_x6hyh53v" }, "first baseline": { conditions: { xxsmall: "uv_x6hyh541", xsmall: "uv_x6hyh542", small: "uv_x6hyh543", medium: "uv_x6hyh544", large: "uv_x6hyh545", xlarge: "uv_x6hyh546" }, defaultClass: "uv_x6hyh541" }, "last baseline": { conditions: { xxsmall: "uv_x6hyh547", xsmall: "uv_x6hyh548", small: "uv_x6hyh549", medium: "uv_x6hyh54a", large: "uv_x6hyh54b", xlarge: "uv_x6hyh54c" }, defaultClass: "uv_x6hyh547" }, "safe center": { conditions: { xxsmall: "uv_x6hyh54d", xsmall: "uv_x6hyh54e", small: "uv_x6hyh54f", medium: "uv_x6hyh54g", large: "uv_x6hyh54h", xlarge: "uv_x6hyh54i" }, defaultClass: "uv_x6hyh54d" }, "unsafe center": { conditions: { xxsmall: "uv_x6hyh54j", xsmall: "uv_x6hyh54k", small: "uv_x6hyh54l", medium: "uv_x6hyh54m", large: "uv_x6hyh54n", xlarge: "uv_x6hyh54o" }, defaultClass: "uv_x6hyh54j" } }, responsiveArray: void 0 }, justifyContent: { values: { normal: { conditions: { xxsmall: "uv_x6hyh54p", xsmall: "uv_x6hyh54q", small: "uv_x6hyh54r", medium: "uv_x6hyh54s", large: "uv_x6hyh54t", xlarge: "uv_x6hyh54u" }, defaultClass: "uv_x6hyh54p" }, center: { conditions: { xxsmall: "uv_x6hyh54v", xsmall: "uv_x6hyh54w", small: "uv_x6hyh54x", medium: "uv_x6hyh54y", large: "uv_x6hyh54z", xlarge: "uv_x6hyh550" }, defaultClass: "uv_x6hyh54v" }, start: { conditions: { xxsmall: "uv_x6hyh551", xsmall: "uv_x6hyh552", small: "uv_x6hyh553", medium: "uv_x6hyh554", large: "uv_x6hyh555", xlarge: "uv_x6hyh556" }, defaultClass: "uv_x6hyh551" }, end: { conditions: { xxsmall: "uv_x6hyh557", xsmall: "uv_x6hyh558", small: "uv_x6hyh559", medium: "uv_x6hyh55a", large: "uv_x6hyh55b", xlarge: "uv_x6hyh55c" }, defaultClass: "uv_x6hyh557" }, "flex-start": { conditions: { xxsmall: "uv_x6hyh55d", xsmall: "uv_x6hyh55e", small: "uv_x6hyh55f", medium: "uv_x6hyh55g", large: "uv_x6hyh55h", xlarge: "uv_x6hyh55i" }, defaultClass: "uv_x6hyh55d" }, "flex-end": { conditions: { xxsmall: "uv_x6hyh55j", xsmall: "uv_x6hyh55k", small: "uv_x6hyh55l", medium: "uv_x6hyh55m", large: "uv_x6hyh55n", xlarge: "uv_x6hyh55o" }, defaultClass: "uv_x6hyh55j" }, left: { conditions: { xxsmall: "uv_x6hyh55p", xsmall: "uv_x6hyh55q", small: "uv_x6hyh55r", medium: "uv_x6hyh55s", large: "uv_x6hyh55t", xlarge: "uv_x6hyh55u" }, defaultClass: "uv_x6hyh55p" }, right: { conditions: { xxsmall: "uv_x6hyh55v", xsmall: "uv_x6hyh55w", small: "uv_x6hyh55x", medium: "uv_x6hyh55y", large: "uv_x6hyh55z", xlarge: "uv_x6hyh560" }, defaultClass: "uv_x6hyh55v" }, "space-between": { conditions: { xxsmall: "uv_x6hyh561", xsmall: "uv_x6hyh562", small: "uv_x6hyh563", medium: "uv_x6hyh564", large: "uv_x6hyh565", xlarge: "uv_x6hyh566" }, defaultClass: "uv_x6hyh561" }, "space-around": { conditions: { xxsmall: "uv_x6hyh567", xsmall: "uv_x6hyh568", small: "uv_x6hyh569", medium: "uv_x6hyh56a", large: "uv_x6hyh56b", xlarge: "uv_x6hyh56c" }, defaultClass: "uv_x6hyh567" }, "space-evenly": { conditions: { xxsmall: "uv_x6hyh56d", xsmall: "uv_x6hyh56e", small: "uv_x6hyh56f", medium: "uv_x6hyh56g", large: "uv_x6hyh56h", xlarge: "uv_x6hyh56i" }, defaultClass: "uv_x6hyh56d" }, stretch: { conditions: { xxsmall: "uv_x6hyh56j", xsmall: "uv_x6hyh56k", small: "uv_x6hyh56l", medium: "uv_x6hyh56m", large: "uv_x6hyh56n", xlarge: "uv_x6hyh56o" }, defaultClass: "uv_x6hyh56j" } }, responsiveArray: void 0 } } };
7
+ x.styles.gap.responsiveArray = x.conditions.responsiveArray;
8
+ x.styles.alignItems.responsiveArray = x.conditions.responsiveArray;
9
+ x.styles.justifyContent.responsiveArray = x.conditions.responsiveArray;
10
+ return x;
11
+ }();
12
+ var sprinkles = createSprinkles(responsiveProperties);
13
+ export {
14
+ responsiveProperties,
15
+ row,
16
+ sprinkles
17
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ ;/* empty css */
4
+ var templateColumn = { large: "var(--uv_3mg8xe0)", xlarge: "var(--uv_3mg8xe1)", medium: "var(--uv_3mg8xe2)", small: "var(--uv_3mg8xe3)", xsmall: "var(--uv_3mg8xe4)", xxsmall: "var(--uv_3mg8xe5)" };
5
+ var paddings = { large: "var(--uv_3mg8xe6)", xlarge: "var(--uv_3mg8xe7)", medium: "var(--uv_3mg8xe8)", small: "var(--uv_3mg8xe9)", xsmall: "var(--uv_3mg8xea)", xxsmall: "var(--uv_3mg8xeb)" };
6
+ exports.paddings = paddings;
7
+ exports.templateColumn = templateColumn;