@nattstack/ui 0.1.0 → 0.1.2

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 (163) hide show
  1. package/README.md +3 -0
  2. package/dist/components/button/button-spinner.js +4 -4
  3. package/dist/components/button/button-spinner.stylex.js +1 -1
  4. package/dist/components/button/button.d.ts +2 -13
  5. package/dist/components/button/button.js +10 -32
  6. package/dist/components/button/button.stylex.js +78 -77
  7. package/dist/components/button-link/button-link.d.ts +1 -1
  8. package/dist/components/button-link/button-link.js +8 -12
  9. package/dist/components/checkbox/checkbox-icon.js +3 -3
  10. package/dist/components/checkbox/checkbox.d.ts +1 -2
  11. package/dist/components/checkbox/checkbox.js +8 -7
  12. package/dist/components/checkbox/checkbox.stylex.js +1 -1
  13. package/dist/components/cn.js +9 -7
  14. package/dist/components/column/column.d.ts +1 -2
  15. package/dist/components/column/column.js +4 -5
  16. package/dist/components/combobox/combobox-content.js +8 -7
  17. package/dist/components/combobox/combobox-empty.d.ts +1 -2
  18. package/dist/components/combobox/combobox-empty.js +6 -5
  19. package/dist/components/combobox/combobox-group-label.js +5 -4
  20. package/dist/components/combobox/combobox-group.js +5 -4
  21. package/dist/components/combobox/combobox-input.d.ts +1 -2
  22. package/dist/components/combobox/combobox-input.js +13 -12
  23. package/dist/components/combobox/combobox-input.stylex.js +37 -27
  24. package/dist/components/combobox/combobox-item.js +9 -8
  25. package/dist/components/combobox/combobox-list.js +5 -4
  26. package/dist/components/combobox/combobox-search.d.ts +1 -2
  27. package/dist/components/combobox/combobox-search.js +10 -9
  28. package/dist/components/combobox/combobox-separator.js +5 -4
  29. package/dist/components/combobox/combobox-trigger.js +8 -7
  30. package/dist/components/combobox/combobox-value.d.ts +1 -2
  31. package/dist/components/combobox/combobox-value.js +6 -5
  32. package/dist/components/combobox/combobox.js +1 -1
  33. package/dist/components/dialog-responsive/dialog-responsive-backdrop.js +5 -4
  34. package/dist/components/dialog-responsive/dialog-responsive-bar.js +5 -4
  35. package/dist/components/dialog-responsive/dialog-responsive-popup.d.ts +1 -2
  36. package/dist/components/dialog-responsive/dialog-responsive-popup.js +6 -5
  37. package/dist/components/dialog-responsive/dialog-responsive-portal.js +5 -4
  38. package/dist/components/dialog-responsive/dialog-responsive-trigger.js +1 -1
  39. package/dist/components/dialog-responsive/dialog-responsive-viewport.js +5 -4
  40. package/dist/components/dialog-responsive/dialog-responsive.js +3 -2
  41. package/dist/components/icon-button/icon-button.d.ts +1 -2
  42. package/dist/components/icon-button/icon-button.js +9 -20
  43. package/dist/components/icon-button/icon-button.stylex.js +17 -6
  44. package/dist/components/index.d.ts +4 -41
  45. package/dist/components/index.js +3 -40
  46. package/dist/components/input/input.d.ts +1 -2
  47. package/dist/components/input/input.js +7 -6
  48. package/dist/components/input/input.stylex.js +49 -36
  49. package/dist/components/label/label.d.ts +1 -2
  50. package/dist/components/label/label.js +4 -5
  51. package/dist/components/menu/menu-checkbox-item.js +9 -8
  52. package/dist/components/menu/menu-content.d.ts +1 -2
  53. package/dist/components/menu/menu-content.js +11 -10
  54. package/dist/components/menu/menu-group-label.js +5 -4
  55. package/dist/components/menu/menu-group.js +5 -4
  56. package/dist/components/menu/menu-item.d.ts +1 -2
  57. package/dist/components/menu/menu-item.js +6 -5
  58. package/dist/components/menu/menu-link-item.js +5 -4
  59. package/dist/components/menu/menu-radio-group.js +5 -4
  60. package/dist/components/menu/menu-radio-item.js +9 -8
  61. package/dist/components/menu/menu-separator.js +5 -4
  62. package/dist/components/menu/menu-submenu-trigger.d.ts +1 -2
  63. package/dist/components/menu/menu-submenu-trigger.js +8 -7
  64. package/dist/components/menu/menu-submenu.js +1 -1
  65. package/dist/components/menu/menu-trigger.js +1 -1
  66. package/dist/components/menu/menu.js +1 -1
  67. package/dist/components/otp-field/otp-field-input.d.ts +1 -2
  68. package/dist/components/otp-field/otp-field-input.js +6 -5
  69. package/dist/components/otp-field/otp-field.d.ts +1 -2
  70. package/dist/components/otp-field/otp-field.js +6 -5
  71. package/dist/components/otp-field/otp-field.stylex.js +1 -1
  72. package/dist/components/picker/picker-trigger.stylex.js +37 -27
  73. package/dist/components/row/row.d.ts +1 -2
  74. package/dist/components/row/row.js +4 -5
  75. package/dist/components/select/select-content.d.ts +1 -2
  76. package/dist/components/select/select-content.js +11 -10
  77. package/dist/components/select/select-group-label.js +5 -4
  78. package/dist/components/select/select-group.d.ts +1 -2
  79. package/dist/components/select/select-group.js +6 -5
  80. package/dist/components/select/select-item.d.ts +1 -2
  81. package/dist/components/select/select-item.js +10 -9
  82. package/dist/components/select/select-separator.d.ts +1 -2
  83. package/dist/components/select/select-separator.js +6 -5
  84. package/dist/components/select/select-trigger.d.ts +1 -2
  85. package/dist/components/select/select-trigger.js +9 -8
  86. package/dist/components/select/select-value.d.ts +1 -2
  87. package/dist/components/select/select-value.js +6 -5
  88. package/dist/components/select/select.js +1 -1
  89. package/dist/components/spacer/spacer.d.ts +1 -2
  90. package/dist/components/spacer/spacer.js +4 -5
  91. package/dist/components/stylex.css +4 -4
  92. package/dist/components/switch/switch.d.ts +1 -2
  93. package/dist/components/switch/switch.js +8 -7
  94. package/dist/components/switch/switch.stylex.js +17 -13
  95. package/dist/components/tabs/tabs-panel.d.ts +1 -2
  96. package/dist/components/tabs/tabs-panel.js +4 -5
  97. package/dist/components/tabs/tabs.d.ts +1 -2
  98. package/dist/components/tabs/tabs.js +4 -5
  99. package/dist/components/tabs-pill/tabs-pill-indicator.js +5 -4
  100. package/dist/components/tabs-pill/tabs-pill-list.d.ts +1 -2
  101. package/dist/components/tabs-pill/tabs-pill-list.js +6 -5
  102. package/dist/components/tabs-pill/tabs-pill-tab.d.ts +1 -2
  103. package/dist/components/tabs-pill/tabs-pill-tab.js +8 -7
  104. package/dist/components/tabs-segmented/tabs-segmented-indicator.js +5 -4
  105. package/dist/components/tabs-segmented/tabs-segmented-list.d.ts +1 -2
  106. package/dist/components/tabs-segmented/tabs-segmented-list.js +6 -5
  107. package/dist/components/tabs-segmented/tabs-segmented-tab.d.ts +1 -2
  108. package/dist/components/tabs-segmented/tabs-segmented-tab.js +6 -5
  109. package/dist/components/tabs-underline/tabs-underline-indicator.js +5 -4
  110. package/dist/components/tabs-underline/tabs-underline-list.d.ts +1 -2
  111. package/dist/components/tabs-underline/tabs-underline-list.js +6 -5
  112. package/dist/components/tabs-underline/tabs-underline-tab.d.ts +1 -2
  113. package/dist/components/tabs-underline/tabs-underline-tab.js +6 -5
  114. package/dist/components/textarea/textarea.d.ts +1 -2
  115. package/dist/components/textarea/textarea.js +7 -6
  116. package/dist/components/toggle-group/toggle-group-item.d.ts +1 -2
  117. package/dist/components/toggle-group/toggle-group-item.js +6 -5
  118. package/dist/components/toggle-group/toggle-group.d.ts +1 -2
  119. package/dist/components/toggle-group/toggle-group.js +6 -5
  120. package/dist/components/tooltip/tooltip-popup.d.ts +1 -2
  121. package/dist/components/tooltip/tooltip-popup.js +8 -7
  122. package/dist/components/tooltip/tooltip-provider.js +1 -1
  123. package/dist/components/tooltip/tooltip-trigger.js +1 -1
  124. package/dist/components/tooltip/tooltip.js +3 -2
  125. package/package.json +2 -1
  126. package/dist/components/button/button.stylex.d.ts +0 -121
  127. package/dist/components/checkbox/checkbox.stylex.d.ts +0 -40
  128. package/dist/components/cn.d.ts +0 -6
  129. package/dist/components/column/column.stylex.d.ts +0 -10
  130. package/dist/components/combobox/combobox-empty.stylex.d.ts +0 -13
  131. package/dist/components/combobox/combobox-input.stylex.d.ts +0 -93
  132. package/dist/components/combobox/combobox-search.stylex.d.ts +0 -45
  133. package/dist/components/combobox/combobox-value.stylex.d.ts +0 -14
  134. package/dist/components/dialog-responsive/dialog-responsive-popup.stylex.d.ts +0 -32
  135. package/dist/components/icon-button/icon-button.stylex.d.ts +0 -21
  136. package/dist/components/input/input.stylex.d.ts +0 -66
  137. package/dist/components/label/label.stylex.d.ts +0 -12
  138. package/dist/components/menu/menu-content.stylex.d.ts +0 -11
  139. package/dist/components/menu/menu-item.stylex.d.ts +0 -11
  140. package/dist/components/menu/menu-submenu-trigger.stylex.d.ts +0 -19
  141. package/dist/components/otp-field/otp-field-input.stylex.d.ts +0 -25
  142. package/dist/components/otp-field/otp-field.stylex.d.ts +0 -16
  143. package/dist/components/picker/picker-group.stylex.d.ts +0 -18
  144. package/dist/components/picker/picker-item.stylex.d.ts +0 -39
  145. package/dist/components/picker/picker-popup.stylex.d.ts +0 -36
  146. package/dist/components/picker/picker-separator.stylex.d.ts +0 -13
  147. package/dist/components/picker/picker-trigger.stylex.d.ts +0 -60
  148. package/dist/components/row/row.stylex.d.ts +0 -10
  149. package/dist/components/select/select-value.stylex.d.ts +0 -14
  150. package/dist/components/spacer/spacer.stylex.d.ts +0 -9
  151. package/dist/components/switch/switch.stylex.d.ts +0 -41
  152. package/dist/components/tabs/tabs-panel.stylex.d.ts +0 -14
  153. package/dist/components/tabs/tabs.stylex.d.ts +0 -10
  154. package/dist/components/tabs-pill/tabs-pill-list.stylex.d.ts +0 -13
  155. package/dist/components/tabs-pill/tabs-pill-tab.stylex.d.ts +0 -44
  156. package/dist/components/tabs-segmented/tabs-segmented-list.stylex.d.ts +0 -17
  157. package/dist/components/tabs-segmented/tabs-segmented-tab.stylex.d.ts +0 -28
  158. package/dist/components/tabs-underline/tabs-underline-list.stylex.d.ts +0 -14
  159. package/dist/components/tabs-underline/tabs-underline-tab.stylex.d.ts +0 -27
  160. package/dist/components/textarea/textarea.stylex.d.ts +0 -13
  161. package/dist/components/toggle-group/toggle-group-item.stylex.d.ts +0 -33
  162. package/dist/components/toggle-group/toggle-group.stylex.d.ts +0 -11
  163. package/dist/components/tooltip/tooltip-popup.stylex.d.ts +0 -30
@@ -4,7 +4,7 @@ import { Tooltip } from "@base-ui/react";
4
4
  function TooltipProvider(props) {
5
5
  const { ...rest } = props;
6
6
  return /* @__PURE__ */ jsx(Tooltip.Provider, {
7
- "data-slot": "tooltip-provider",
7
+ "data-component": "tooltip-provider",
8
8
  ...rest
9
9
  });
10
10
  }
@@ -4,7 +4,7 @@ import { Tooltip } from "@base-ui/react";
4
4
  function TooltipTrigger(props) {
5
5
  const { ...rest } = props;
6
6
  return /* @__PURE__ */ jsx(Tooltip.Trigger, {
7
- "data-slot": "tooltip-trigger",
7
+ "data-component": "tooltip-trigger",
8
8
  ...rest
9
9
  });
10
10
  }
@@ -2,10 +2,11 @@ import { jsx } from "react/jsx-runtime";
2
2
  import { Tooltip } from "@base-ui/react";
3
3
  //#region src/components/tooltip/tooltip.tsx
4
4
  function Tooltip$1(props) {
5
+ const { ...rest } = props;
5
6
  return /* @__PURE__ */ jsx(Tooltip.Root, {
6
- "data-slot": "tooltip",
7
+ "data-component": "tooltip",
7
8
  disableHoverablePopup: true,
8
- ...props
9
+ ...rest
9
10
  });
10
11
  }
11
12
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A collection of reusable React components built with Base UI and StyleX",
5
5
  "keywords": [
6
6
  "base-ui",
@@ -33,6 +33,7 @@
33
33
  },
34
34
  "./baseline": "./dist/baseline/index.css",
35
35
  "./colors": "./dist/colors/index.css",
36
+ "./components": "./dist/components/stylex.css",
36
37
  "./tailwind-colors": "./dist/tailwind-colors/index.css",
37
38
  "./tailwind-tokenless-10": "./dist/tailwind-tokenless/10/index.css",
38
39
  "./tailwind-tokenless-16": "./dist/tailwind-tokenless/16/index.css"
@@ -1,121 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/button/button.stylex.d.ts
3
- declare const buttonStyles: Readonly<{
4
- readonly 32: Readonly<{
5
- readonly height: stylex.StyleXClassNameFor<"height", 32>;
6
- }>;
7
- readonly 36: Readonly<{
8
- readonly height: stylex.StyleXClassNameFor<"height", 36>;
9
- }>;
10
- readonly 40: Readonly<{
11
- readonly height: stylex.StyleXClassNameFor<"height", 40>;
12
- }>;
13
- readonly 44: Readonly<{
14
- readonly height: stylex.StyleXClassNameFor<"height", 44>;
15
- }>;
16
- readonly 48: Readonly<{
17
- readonly height: stylex.StyleXClassNameFor<"height", 48>;
18
- }>;
19
- readonly base: Readonly<{
20
- readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
21
- readonly columnGap: stylex.StyleXClassNameFor<"columnGap", 8>;
22
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">;
23
- readonly display: stylex.StyleXClassNameFor<"display", "inline-flex">;
24
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 14>;
25
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 450>;
26
- readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
27
- readonly outlineColor: stylex.StyleXClassNameFor<"outlineColor", "var(--color-outline)" | "transparent">;
28
- readonly outlineOffset: stylex.StyleXClassNameFor<"outlineOffset", 2>;
29
- readonly outlineStyle: stylex.StyleXClassNameFor<"outlineStyle", "solid">;
30
- readonly outlineWidth: stylex.StyleXClassNameFor<"outlineWidth", 2>;
31
- readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
32
- readonly position: stylex.StyleXClassNameFor<"position", "relative">;
33
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
34
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "background-color, box-shadow, translate">;
35
- readonly translate: stylex.StyleXClassNameFor<"translate", "0 1px" | "0 0">;
36
- readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "none">;
37
- }>;
38
- readonly disabled: Readonly<{
39
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "not-allowed">;
40
- readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.5>;
41
- }>;
42
- readonly ghost: Readonly<{
43
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent" | "var(--color-gray-4)">;
44
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-gray-12)">;
45
- }>;
46
- readonly loading: Readonly<{
47
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "not-allowed">;
48
- readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.5>;
49
- }>;
50
- readonly loadingContent: Readonly<{
51
- readonly color: stylex.StyleXClassNameFor<"color", "transparent">;
52
- readonly textShadow: stylex.StyleXClassNameFor<"textShadow", "none">;
53
- }>;
54
- readonly primary: Readonly<{
55
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "var(--color-gray-12)" | "color-mix(in oklab, var(--color-gray-12) 100%, var(--color-gray-1) 25%)">;
56
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-gray-1)">;
57
- }>;
58
- readonly roundedBase32: Readonly<{
59
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 8>;
60
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
61
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 12>;
62
- }>;
63
- readonly roundedBase36: Readonly<{
64
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 9>;
65
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
66
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 14>;
67
- }>;
68
- readonly roundedBase40: Readonly<{
69
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 10>;
70
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
71
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 16>;
72
- }>;
73
- readonly roundedBase44: Readonly<{
74
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 11>;
75
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
76
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 18>;
77
- }>;
78
- readonly roundedBase48: Readonly<{
79
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 12>;
80
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
81
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 20>;
82
- }>;
83
- readonly roundedFull32: Readonly<{
84
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 16>;
85
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
86
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 12>;
87
- }>;
88
- readonly roundedFull36: Readonly<{
89
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 18>;
90
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
91
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 17>;
92
- }>;
93
- readonly roundedFull40: Readonly<{
94
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 20>;
95
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
96
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 20>;
97
- }>;
98
- readonly roundedFull44: Readonly<{
99
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 22>;
100
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
101
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 23>;
102
- }>;
103
- readonly roundedFull48: Readonly<{
104
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 24>;
105
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
106
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 28>;
107
- }>;
108
- readonly secondary: Readonly<{
109
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "var(--color-gray-4)" | "var(--color-bg-shell-inner)">;
110
- readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none" | "inset 0 0 0 1px var(--color-border)">;
111
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-gray-12)">;
112
- }>;
113
- readonly widthBase: Readonly<{
114
- readonly width: stylex.StyleXClassNameFor<"width", "fit-content">;
115
- }>;
116
- readonly widthFull: Readonly<{
117
- readonly width: stylex.StyleXClassNameFor<"width", "stretch">;
118
- }>;
119
- }>;
120
- //#endregion
121
- export { buttonStyles };
@@ -1,40 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/checkbox/checkbox.stylex.d.ts
3
- declare const checkboxStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly "--size": stylex.StyleXClassNameFor<"--size", "16px">;
6
- readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
7
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "var(--color-bg-shell-inner)" | "var(--color-gray-3)" | "var(--color-primary)">;
8
- readonly borderColor: stylex.StyleXClassNameFor<"borderColor", "transparent" | "var(--color-gray-6)" | "var(--color-border)">;
9
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 4>;
10
- readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
11
- readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 1>;
12
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">;
13
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
14
- readonly height: stylex.StyleXClassNameFor<"height", "var(--size)">;
15
- readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
16
- readonly outlineColor: stylex.StyleXClassNameFor<"outlineColor", "var(--color-primary)">;
17
- readonly outlineOffset: stylex.StyleXClassNameFor<"outlineOffset", 2>;
18
- readonly outlineStyle: stylex.StyleXClassNameFor<"outlineStyle", "solid">;
19
- readonly outlineWidth: stylex.StyleXClassNameFor<"outlineWidth", 0 | 2>;
20
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
21
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "background-color, border-color">;
22
- readonly width: stylex.StyleXClassNameFor<"width", "var(--size)">;
23
- }>;
24
- readonly icon: Readonly<{
25
- readonly "--size": stylex.StyleXClassNameFor<"--size", "12px">;
26
- readonly height: stylex.StyleXClassNameFor<"height", "var(--size)">;
27
- readonly width: stylex.StyleXClassNameFor<"width", "var(--size)">;
28
- }>;
29
- readonly iconPath: Readonly<{
30
- readonly stroke: stylex.StyleXClassNameFor<"stroke", "white">;
31
- readonly strokeWidth: stylex.StyleXClassNameFor<"strokeWidth", 3>;
32
- }>;
33
- readonly indicator: Readonly<{
34
- readonly opacity: stylex.StyleXClassNameFor<"opacity", 0 | 1>;
35
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
36
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "opacity">;
37
- }>;
38
- }>;
39
- //#endregion
40
- export { checkboxStyles };
@@ -1,6 +0,0 @@
1
- import { CompiledStyles, InlineStyles, StyleXArray } from "@stylexjs/stylex";
2
- //#region src/components/cn.d.ts
3
- type StylexStyle = StyleXArray<boolean | CompiledStyles | false | null | Readonly<[CompiledStyles, InlineStyles]> | undefined>;
4
- declare function sx(...styles: StylexStyle[]): string;
5
- //#endregion
6
- export { sx };
@@ -1,10 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/column/column.stylex.d.ts
3
- declare const columnStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
6
- readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
7
- }>;
8
- }>;
9
- //#endregion
10
- export { columnStyles };
@@ -1,13 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/combobox/combobox-empty.stylex.d.ts
3
- declare const comboboxEmptyStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly color: stylex.StyleXClassNameFor<"color", "transparent" | "var(--color-text-secondary)">;
6
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 0 | 14>;
7
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 400 | 450>;
8
- readonly padding: stylex.StyleXClassNameFor<"padding", 0 | "8px 12px">;
9
- readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "center">;
10
- }>;
11
- }>;
12
- //#endregion
13
- export { comboboxEmptyStyles };
@@ -1,93 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/combobox/combobox-input.stylex.d.ts
3
- declare const comboboxInputStyles: Readonly<{
4
- readonly 32: Readonly<{
5
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 8>;
6
- readonly height: stylex.StyleXClassNameFor<"height", 32>;
7
- }>;
8
- readonly 36: Readonly<{
9
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 9>;
10
- readonly height: stylex.StyleXClassNameFor<"height", 36>;
11
- }>;
12
- readonly 40: Readonly<{
13
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 10>;
14
- readonly height: stylex.StyleXClassNameFor<"height", 40>;
15
- }>;
16
- readonly 44: Readonly<{
17
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 11>;
18
- readonly height: stylex.StyleXClassNameFor<"height", 44>;
19
- }>;
20
- readonly 48: Readonly<{
21
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 12>;
22
- readonly height: stylex.StyleXClassNameFor<"height", 48>;
23
- }>;
24
- readonly base: Readonly<{
25
- readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
26
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "var(--color-bg-shell-inner)" | "var(--color-gray-3)">;
27
- readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "inset 0 0 0 1px var(--color-border)" | "inset 0 0 0 1px var(--color-gray-6)">;
28
- readonly columnGap: stylex.StyleXClassNameFor<"columnGap", 8>;
29
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "text" | "not-allowed">;
30
- readonly display: stylex.StyleXClassNameFor<"display", "inline-flex">;
31
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
32
- readonly opacity: stylex.StyleXClassNameFor<"opacity", 1 | 0.5>;
33
- readonly outlineColor: stylex.StyleXClassNameFor<"outlineColor", "transparent" | "var(--color-primary)">;
34
- readonly outlineOffset: stylex.StyleXClassNameFor<"outlineOffset", 2>;
35
- readonly outlineStyle: stylex.StyleXClassNameFor<"outlineStyle", "solid">;
36
- readonly outlineWidth: stylex.StyleXClassNameFor<"outlineWidth", 2>;
37
- readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
38
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
39
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 16>;
40
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
41
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "background-color, box-shadow">;
42
- readonly width: stylex.StyleXClassNameFor<"width", "stretch">;
43
- }>;
44
- readonly icon: Readonly<{
45
- readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
46
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
47
- readonly height: stylex.StyleXClassNameFor<"height", 16>;
48
- readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
49
- readonly rotate: stylex.StyleXClassNameFor<"rotate", "0deg" | "180deg">;
50
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
51
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "rotate">;
52
- readonly width: stylex.StyleXClassNameFor<"width", 16>;
53
- }>;
54
- readonly input: Readonly<{
55
- readonly "::placeholder": stylex.StyleXClassNameFor<"::placeholder", {
56
- readonly color: "var(--color-gray-9)";
57
- readonly userSelect: "none";
58
- }>;
59
- readonly appearance: stylex.StyleXClassNameFor<"appearance", "none">;
60
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">;
61
- readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
62
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-text-primary)">;
63
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "text" | "not-allowed">;
64
- readonly flexBasis: stylex.StyleXClassNameFor<"flexBasis", 0>;
65
- readonly flexGrow: stylex.StyleXClassNameFor<"flexGrow", 1>;
66
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 1>;
67
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 14>;
68
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 450>;
69
- readonly height: stylex.StyleXClassNameFor<"height", "100%">;
70
- readonly minWidth: stylex.StyleXClassNameFor<"minWidth", 0>;
71
- readonly outline: stylex.StyleXClassNameFor<"outline", "none">;
72
- readonly padding: stylex.StyleXClassNameFor<"padding", 0>;
73
- }>;
74
- readonly roundedFull: Readonly<{
75
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 9999>;
76
- }>;
77
- readonly trigger: Readonly<{
78
- readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
79
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">;
80
- readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
81
- readonly color: stylex.StyleXClassNameFor<"color", "inherit">;
82
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer" | "not-allowed">;
83
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
84
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
85
- readonly height: stylex.StyleXClassNameFor<"height", "100%">;
86
- readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
87
- readonly marginLeft: stylex.StyleXClassNameFor<"marginLeft", "auto">;
88
- readonly padding: stylex.StyleXClassNameFor<"padding", 0>;
89
- readonly width: stylex.StyleXClassNameFor<"width", 16>;
90
- }>;
91
- }>;
92
- //#endregion
93
- export { comboboxInputStyles };
@@ -1,45 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/combobox/combobox-search.stylex.d.ts
3
- declare const comboboxSearchStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
6
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "var(--color-bg-shell-inner)">;
7
- readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "inset 0 -1px 0 var(--color-border)">;
8
- readonly columnGap: stylex.StyleXClassNameFor<"columnGap", 8>;
9
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
10
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
11
- readonly height: stylex.StyleXClassNameFor<"height", 40>;
12
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
13
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 16>;
14
- }>;
15
- readonly icon: Readonly<{
16
- readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
17
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-gray-9)">;
18
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
19
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
20
- readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
21
- }>;
22
- readonly input: Readonly<{
23
- readonly "::placeholder": stylex.StyleXClassNameFor<"::placeholder", {
24
- readonly color: "var(--color-gray-9)";
25
- readonly userSelect: "none";
26
- }>;
27
- readonly appearance: stylex.StyleXClassNameFor<"appearance", "none">;
28
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">;
29
- readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
30
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-text-primary)">;
31
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "text" | "not-allowed">;
32
- readonly flexBasis: stylex.StyleXClassNameFor<"flexBasis", 0>;
33
- readonly flexGrow: stylex.StyleXClassNameFor<"flexGrow", 1>;
34
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 1>;
35
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 14>;
36
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 400>;
37
- readonly height: stylex.StyleXClassNameFor<"height", "100%">;
38
- readonly minWidth: stylex.StyleXClassNameFor<"minWidth", 0>;
39
- readonly opacity: stylex.StyleXClassNameFor<"opacity", 1 | 0.5>;
40
- readonly outline: stylex.StyleXClassNameFor<"outline", "none">;
41
- readonly padding: stylex.StyleXClassNameFor<"padding", 0>;
42
- }>;
43
- }>;
44
- //#endregion
45
- export { comboboxSearchStyles };
@@ -1,14 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/combobox/combobox-value.stylex.d.ts
3
- declare const comboboxValueStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-text-primary)" | "var(--color-gray-9)">;
6
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 14>;
7
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 450>;
8
- readonly overflowX: stylex.StyleXClassNameFor<"overflowX", "hidden">;
9
- readonly textOverflow: stylex.StyleXClassNameFor<"textOverflow", "ellipsis">;
10
- readonly whiteSpace: stylex.StyleXClassNameFor<"whiteSpace", "nowrap">;
11
- }>;
12
- }>;
13
- //#endregion
14
- export { comboboxValueStyles };
@@ -1,32 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/dialog-responsive/dialog-responsive-popup.stylex.d.ts
3
- declare const dialogResponsivePopupStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly "--radius-mobile": stylex.StyleXClassNameFor<"--radius-mobile", "16px" | "24px">;
6
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "var(--color-gray-1)">;
7
- readonly borderBottomLeftRadius: stylex.StyleXClassNameFor<"borderBottomLeftRadius", 0 | 16>;
8
- readonly borderBottomRightRadius: stylex.StyleXClassNameFor<"borderBottomRightRadius", 0 | 16>;
9
- readonly borderTopLeftRadius: stylex.StyleXClassNameFor<"borderTopLeftRadius", 16 | "var(--radius-mobile)">;
10
- readonly borderTopRightRadius: stylex.StyleXClassNameFor<"borderTopRightRadius", 16 | "var(--radius-mobile)">;
11
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "auto">;
12
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
13
- readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
14
- readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", 640>;
15
- readonly opacity: stylex.StyleXClassNameFor<"opacity", 0 | 1>;
16
- readonly outlineColor: stylex.StyleXClassNameFor<"outlineColor", "var(--color-primary-9)">;
17
- readonly outlineOffset: stylex.StyleXClassNameFor<"outlineOffset", -4>;
18
- readonly outlineStyle: stylex.StyleXClassNameFor<"outlineStyle", "solid">;
19
- readonly outlineWidth: stylex.StyleXClassNameFor<"outlineWidth", 0 | 2>;
20
- readonly padding: stylex.StyleXClassNameFor<"padding", 16>;
21
- readonly paddingTop: stylex.StyleXClassNameFor<"paddingTop", 0 | 16>;
22
- readonly transform: stylex.StyleXClassNameFor<"transform", "none" | "scale(0.975)" | "scale(1) translateY(100%)" | "translateY(var(--drawer-swipe-movement-y))">;
23
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms" | "calc(var(--drawer-swipe-strength) * 300ms)" | "450ms">;
24
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "transform" | "opacity, transform">;
25
- readonly transitionTimingFunction: stylex.StyleXClassNameFor<"transitionTimingFunction", "ease" | "cubic-bezier(0.32, 0.72, 0, 1)">;
26
- readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "auto" | "none">;
27
- readonly width: stylex.StyleXClassNameFor<"width", "100%">;
28
- readonly willChange: stylex.StyleXClassNameFor<"willChange", "opacity, transform">;
29
- }>;
30
- }>;
31
- //#endregion
32
- export { dialogResponsivePopupStyles };
@@ -1,21 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/icon-button/icon-button.stylex.d.ts
3
- declare const iconButtonStyles: Readonly<{
4
- readonly 32: Readonly<{
5
- readonly width: stylex.StyleXClassNameFor<"width", 32>;
6
- }>;
7
- readonly 36: Readonly<{
8
- readonly width: stylex.StyleXClassNameFor<"width", 36>;
9
- }>;
10
- readonly 40: Readonly<{
11
- readonly width: stylex.StyleXClassNameFor<"width", 40>;
12
- }>;
13
- readonly 44: Readonly<{
14
- readonly width: stylex.StyleXClassNameFor<"width", 44>;
15
- }>;
16
- readonly 48: Readonly<{
17
- readonly width: stylex.StyleXClassNameFor<"width", 48>;
18
- }>;
19
- }>;
20
- //#endregion
21
- export { iconButtonStyles };
@@ -1,66 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/input/input.stylex.d.ts
3
- declare const inputStyles: Readonly<{
4
- readonly 32: Readonly<{
5
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 8>;
6
- readonly minHeight: stylex.StyleXClassNameFor<"minHeight", 32>;
7
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
8
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 8>;
9
- }>;
10
- readonly 36: Readonly<{
11
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 9>;
12
- readonly minHeight: stylex.StyleXClassNameFor<"minHeight", 36>;
13
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
14
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 10>;
15
- }>;
16
- readonly 40: Readonly<{
17
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 10>;
18
- readonly minHeight: stylex.StyleXClassNameFor<"minHeight", 40>;
19
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
20
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 12>;
21
- }>;
22
- readonly 44: Readonly<{
23
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 11>;
24
- readonly minHeight: stylex.StyleXClassNameFor<"minHeight", 44>;
25
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
26
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 14>;
27
- }>;
28
- readonly 48: Readonly<{
29
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 12>;
30
- readonly minHeight: stylex.StyleXClassNameFor<"minHeight", 48>;
31
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
32
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 16>;
33
- }>;
34
- readonly base: Readonly<{
35
- readonly "::placeholder": stylex.StyleXClassNameFor<"::placeholder", {
36
- readonly color: "var(--color-gray-9)";
37
- readonly userSelect: "none";
38
- }>;
39
- readonly appearance: stylex.StyleXClassNameFor<"appearance", "none">;
40
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "var(--color-bg-shell-inner)">;
41
- readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
42
- readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "inset 0 0 0 1px var(--color-border)" | "inset 0 0 0 1px var(--color-gray-6)">;
43
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-text-primary)">;
44
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "text" | "not-allowed">;
45
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 14>;
46
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 400>;
47
- readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", 1.5>;
48
- readonly opacity: stylex.StyleXClassNameFor<"opacity", 1 | 0.5>;
49
- readonly outlineColor: stylex.StyleXClassNameFor<"outlineColor", "var(--color-outline)" | "transparent" | "#e5484d" | "#30a46c">;
50
- readonly outlineOffset: stylex.StyleXClassNameFor<"outlineOffset", -2>;
51
- readonly outlineStyle: stylex.StyleXClassNameFor<"outlineStyle", "solid">;
52
- readonly outlineWidth: stylex.StyleXClassNameFor<"outlineWidth", 2>;
53
- readonly textDecoration: stylex.StyleXClassNameFor<"textDecoration", "none">;
54
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
55
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "box-shadow, opacity">;
56
- readonly width: stylex.StyleXClassNameFor<"width", "100%">;
57
- }>;
58
- readonly roundedBase: Readonly<{
59
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 12>;
60
- }>;
61
- readonly roundedFull: Readonly<{
62
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 9999>;
63
- }>;
64
- }>;
65
- //#endregion
66
- export { inputStyles };
@@ -1,12 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/label/label.stylex.d.ts
3
- declare const labelStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-text-secondary)">;
6
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 13>;
7
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 450>;
8
- readonly width: stylex.StyleXClassNameFor<"width", "fit-content">;
9
- }>;
10
- }>;
11
- //#endregion
12
- export { labelStyles };
@@ -1,11 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/menu/menu-content.stylex.d.ts
3
- declare const menuContentStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "min(var(--available-width), 320px)">;
6
- readonly minWidth: stylex.StyleXClassNameFor<"minWidth", 180>;
7
- readonly width: stylex.StyleXClassNameFor<"width", "max-content">;
8
- }>;
9
- }>;
10
- //#endregion
11
- export { menuContentStyles };
@@ -1,11 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/menu/menu-item.stylex.d.ts
3
- declare const menuItemStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-text-primary)">;
6
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 14>;
7
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 450>;
8
- }>;
9
- }>;
10
- //#endregion
11
- export { menuItemStyles };
@@ -1,19 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/menu/menu-submenu-trigger.stylex.d.ts
3
- declare const menuSubmenuTriggerStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent" | "var(--color-gray-3)">;
6
- }>;
7
- readonly icon: Readonly<{
8
- readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
9
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-text-secondary)">;
10
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
11
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
12
- readonly height: stylex.StyleXClassNameFor<"height", 16>;
13
- readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
14
- readonly marginLeft: stylex.StyleXClassNameFor<"marginLeft", "auto">;
15
- readonly width: stylex.StyleXClassNameFor<"width", 16>;
16
- }>;
17
- }>;
18
- //#endregion
19
- export { menuSubmenuTriggerStyles };
@@ -1,25 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/otp-field/otp-field-input.stylex.d.ts
3
- declare const otpFieldInputStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "var(--color-gray-3)">;
6
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 14>;
7
- readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "inset 0 0 0 1px var(--color-border)" | "inset 0 0 0 1px var(--color-gray-6)">;
8
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-text-primary)">;
9
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "text" | "not-allowed">;
10
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 14>;
11
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 450>;
12
- readonly height: stylex.StyleXClassNameFor<"height", 48>;
13
- readonly opacity: stylex.StyleXClassNameFor<"opacity", 1 | 0.5>;
14
- readonly outlineColor: stylex.StyleXClassNameFor<"outlineColor", "var(--color-outline)">;
15
- readonly outlineOffset: stylex.StyleXClassNameFor<"outlineOffset", -2>;
16
- readonly outlineStyle: stylex.StyleXClassNameFor<"outlineStyle", "solid">;
17
- readonly outlineWidth: stylex.StyleXClassNameFor<"outlineWidth", 0 | 2>;
18
- readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "center">;
19
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
20
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "box-shadow">;
21
- readonly width: stylex.StyleXClassNameFor<"width", 40>;
22
- }>;
23
- }>;
24
- //#endregion
25
- export { otpFieldInputStyles };
@@ -1,16 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/otp-field/otp-field.stylex.d.ts
3
- declare const otpFieldStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
6
- readonly flexWrap: stylex.StyleXClassNameFor<"flexWrap", "wrap">;
7
- readonly gap: stylex.StyleXClassNameFor<"gap", 8>;
8
- readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
9
- readonly width: stylex.StyleXClassNameFor<"width", "fit-content">;
10
- }>;
11
- readonly maskedInput: Readonly<{
12
- readonly fontFamily: stylex.StyleXClassNameFor<"fontFamily", "inherit" | "var(--font-code)">;
13
- }>;
14
- }>;
15
- //#endregion
16
- export { otpFieldStyles };