@nattstack/ui 0.1.0 → 0.1.1

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 (162) hide show
  1. package/dist/components/button/button-spinner.js +4 -4
  2. package/dist/components/button/button-spinner.stylex.js +1 -1
  3. package/dist/components/button/button.d.ts +2 -13
  4. package/dist/components/button/button.js +10 -32
  5. package/dist/components/button/button.stylex.js +78 -77
  6. package/dist/components/button-link/button-link.d.ts +1 -1
  7. package/dist/components/button-link/button-link.js +8 -12
  8. package/dist/components/checkbox/checkbox-icon.js +3 -3
  9. package/dist/components/checkbox/checkbox.d.ts +1 -2
  10. package/dist/components/checkbox/checkbox.js +8 -7
  11. package/dist/components/checkbox/checkbox.stylex.js +1 -1
  12. package/dist/components/cn.js +9 -7
  13. package/dist/components/column/column.d.ts +1 -2
  14. package/dist/components/column/column.js +4 -5
  15. package/dist/components/combobox/combobox-content.js +8 -7
  16. package/dist/components/combobox/combobox-empty.d.ts +1 -2
  17. package/dist/components/combobox/combobox-empty.js +6 -5
  18. package/dist/components/combobox/combobox-group-label.js +5 -4
  19. package/dist/components/combobox/combobox-group.js +5 -4
  20. package/dist/components/combobox/combobox-input.d.ts +1 -2
  21. package/dist/components/combobox/combobox-input.js +13 -12
  22. package/dist/components/combobox/combobox-input.stylex.js +37 -27
  23. package/dist/components/combobox/combobox-item.js +9 -8
  24. package/dist/components/combobox/combobox-list.js +5 -4
  25. package/dist/components/combobox/combobox-search.d.ts +1 -2
  26. package/dist/components/combobox/combobox-search.js +10 -9
  27. package/dist/components/combobox/combobox-separator.js +5 -4
  28. package/dist/components/combobox/combobox-trigger.js +8 -7
  29. package/dist/components/combobox/combobox-value.d.ts +1 -2
  30. package/dist/components/combobox/combobox-value.js +6 -5
  31. package/dist/components/combobox/combobox.js +1 -1
  32. package/dist/components/dialog-responsive/dialog-responsive-backdrop.js +5 -4
  33. package/dist/components/dialog-responsive/dialog-responsive-bar.js +5 -4
  34. package/dist/components/dialog-responsive/dialog-responsive-popup.d.ts +1 -2
  35. package/dist/components/dialog-responsive/dialog-responsive-popup.js +6 -5
  36. package/dist/components/dialog-responsive/dialog-responsive-portal.js +5 -4
  37. package/dist/components/dialog-responsive/dialog-responsive-trigger.js +1 -1
  38. package/dist/components/dialog-responsive/dialog-responsive-viewport.js +5 -4
  39. package/dist/components/dialog-responsive/dialog-responsive.js +3 -2
  40. package/dist/components/icon-button/icon-button.d.ts +1 -2
  41. package/dist/components/icon-button/icon-button.js +9 -20
  42. package/dist/components/icon-button/icon-button.stylex.js +17 -6
  43. package/dist/components/index.d.ts +4 -41
  44. package/dist/components/index.js +2 -39
  45. package/dist/components/input/input.d.ts +1 -2
  46. package/dist/components/input/input.js +7 -6
  47. package/dist/components/input/input.stylex.js +49 -36
  48. package/dist/components/label/label.d.ts +1 -2
  49. package/dist/components/label/label.js +4 -5
  50. package/dist/components/menu/menu-checkbox-item.js +9 -8
  51. package/dist/components/menu/menu-content.d.ts +1 -2
  52. package/dist/components/menu/menu-content.js +11 -10
  53. package/dist/components/menu/menu-group-label.js +5 -4
  54. package/dist/components/menu/menu-group.js +5 -4
  55. package/dist/components/menu/menu-item.d.ts +1 -2
  56. package/dist/components/menu/menu-item.js +6 -5
  57. package/dist/components/menu/menu-link-item.js +5 -4
  58. package/dist/components/menu/menu-radio-group.js +5 -4
  59. package/dist/components/menu/menu-radio-item.js +9 -8
  60. package/dist/components/menu/menu-separator.js +5 -4
  61. package/dist/components/menu/menu-submenu-trigger.d.ts +1 -2
  62. package/dist/components/menu/menu-submenu-trigger.js +8 -7
  63. package/dist/components/menu/menu-submenu.js +1 -1
  64. package/dist/components/menu/menu-trigger.js +1 -1
  65. package/dist/components/menu/menu.js +1 -1
  66. package/dist/components/otp-field/otp-field-input.d.ts +1 -2
  67. package/dist/components/otp-field/otp-field-input.js +6 -5
  68. package/dist/components/otp-field/otp-field.d.ts +1 -2
  69. package/dist/components/otp-field/otp-field.js +6 -5
  70. package/dist/components/otp-field/otp-field.stylex.js +1 -1
  71. package/dist/components/picker/picker-trigger.stylex.js +37 -27
  72. package/dist/components/row/row.d.ts +1 -2
  73. package/dist/components/row/row.js +4 -5
  74. package/dist/components/select/select-content.d.ts +1 -2
  75. package/dist/components/select/select-content.js +11 -10
  76. package/dist/components/select/select-group-label.js +5 -4
  77. package/dist/components/select/select-group.d.ts +1 -2
  78. package/dist/components/select/select-group.js +6 -5
  79. package/dist/components/select/select-item.d.ts +1 -2
  80. package/dist/components/select/select-item.js +10 -9
  81. package/dist/components/select/select-separator.d.ts +1 -2
  82. package/dist/components/select/select-separator.js +6 -5
  83. package/dist/components/select/select-trigger.d.ts +1 -2
  84. package/dist/components/select/select-trigger.js +9 -8
  85. package/dist/components/select/select-value.d.ts +1 -2
  86. package/dist/components/select/select-value.js +6 -5
  87. package/dist/components/select/select.js +1 -1
  88. package/dist/components/spacer/spacer.d.ts +1 -2
  89. package/dist/components/spacer/spacer.js +4 -5
  90. package/dist/components/stylex.css +4 -4
  91. package/dist/components/switch/switch.d.ts +1 -2
  92. package/dist/components/switch/switch.js +8 -7
  93. package/dist/components/switch/switch.stylex.js +17 -13
  94. package/dist/components/tabs/tabs-panel.d.ts +1 -2
  95. package/dist/components/tabs/tabs-panel.js +4 -5
  96. package/dist/components/tabs/tabs.d.ts +1 -2
  97. package/dist/components/tabs/tabs.js +4 -5
  98. package/dist/components/tabs-pill/tabs-pill-indicator.js +5 -4
  99. package/dist/components/tabs-pill/tabs-pill-list.d.ts +1 -2
  100. package/dist/components/tabs-pill/tabs-pill-list.js +6 -5
  101. package/dist/components/tabs-pill/tabs-pill-tab.d.ts +1 -2
  102. package/dist/components/tabs-pill/tabs-pill-tab.js +8 -7
  103. package/dist/components/tabs-segmented/tabs-segmented-indicator.js +5 -4
  104. package/dist/components/tabs-segmented/tabs-segmented-list.d.ts +1 -2
  105. package/dist/components/tabs-segmented/tabs-segmented-list.js +6 -5
  106. package/dist/components/tabs-segmented/tabs-segmented-tab.d.ts +1 -2
  107. package/dist/components/tabs-segmented/tabs-segmented-tab.js +6 -5
  108. package/dist/components/tabs-underline/tabs-underline-indicator.js +5 -4
  109. package/dist/components/tabs-underline/tabs-underline-list.d.ts +1 -2
  110. package/dist/components/tabs-underline/tabs-underline-list.js +6 -5
  111. package/dist/components/tabs-underline/tabs-underline-tab.d.ts +1 -2
  112. package/dist/components/tabs-underline/tabs-underline-tab.js +6 -5
  113. package/dist/components/textarea/textarea.d.ts +1 -2
  114. package/dist/components/textarea/textarea.js +7 -6
  115. package/dist/components/toggle-group/toggle-group-item.d.ts +1 -2
  116. package/dist/components/toggle-group/toggle-group-item.js +6 -5
  117. package/dist/components/toggle-group/toggle-group.d.ts +1 -2
  118. package/dist/components/toggle-group/toggle-group.js +6 -5
  119. package/dist/components/tooltip/tooltip-popup.d.ts +1 -2
  120. package/dist/components/tooltip/tooltip-popup.js +8 -7
  121. package/dist/components/tooltip/tooltip-provider.js +1 -1
  122. package/dist/components/tooltip/tooltip-trigger.js +1 -1
  123. package/dist/components/tooltip/tooltip.js +3 -2
  124. package/package.json +3 -2
  125. package/dist/components/button/button.stylex.d.ts +0 -121
  126. package/dist/components/checkbox/checkbox.stylex.d.ts +0 -40
  127. package/dist/components/cn.d.ts +0 -6
  128. package/dist/components/column/column.stylex.d.ts +0 -10
  129. package/dist/components/combobox/combobox-empty.stylex.d.ts +0 -13
  130. package/dist/components/combobox/combobox-input.stylex.d.ts +0 -93
  131. package/dist/components/combobox/combobox-search.stylex.d.ts +0 -45
  132. package/dist/components/combobox/combobox-value.stylex.d.ts +0 -14
  133. package/dist/components/dialog-responsive/dialog-responsive-popup.stylex.d.ts +0 -32
  134. package/dist/components/icon-button/icon-button.stylex.d.ts +0 -21
  135. package/dist/components/input/input.stylex.d.ts +0 -66
  136. package/dist/components/label/label.stylex.d.ts +0 -12
  137. package/dist/components/menu/menu-content.stylex.d.ts +0 -11
  138. package/dist/components/menu/menu-item.stylex.d.ts +0 -11
  139. package/dist/components/menu/menu-submenu-trigger.stylex.d.ts +0 -19
  140. package/dist/components/otp-field/otp-field-input.stylex.d.ts +0 -25
  141. package/dist/components/otp-field/otp-field.stylex.d.ts +0 -16
  142. package/dist/components/picker/picker-group.stylex.d.ts +0 -18
  143. package/dist/components/picker/picker-item.stylex.d.ts +0 -39
  144. package/dist/components/picker/picker-popup.stylex.d.ts +0 -36
  145. package/dist/components/picker/picker-separator.stylex.d.ts +0 -13
  146. package/dist/components/picker/picker-trigger.stylex.d.ts +0 -60
  147. package/dist/components/row/row.stylex.d.ts +0 -10
  148. package/dist/components/select/select-value.stylex.d.ts +0 -14
  149. package/dist/components/spacer/spacer.stylex.d.ts +0 -9
  150. package/dist/components/switch/switch.stylex.d.ts +0 -41
  151. package/dist/components/tabs/tabs-panel.stylex.d.ts +0 -14
  152. package/dist/components/tabs/tabs.stylex.d.ts +0 -10
  153. package/dist/components/tabs-pill/tabs-pill-list.stylex.d.ts +0 -13
  154. package/dist/components/tabs-pill/tabs-pill-tab.stylex.d.ts +0 -44
  155. package/dist/components/tabs-segmented/tabs-segmented-list.stylex.d.ts +0 -17
  156. package/dist/components/tabs-segmented/tabs-segmented-tab.stylex.d.ts +0 -28
  157. package/dist/components/tabs-underline/tabs-underline-list.stylex.d.ts +0 -14
  158. package/dist/components/tabs-underline/tabs-underline-tab.stylex.d.ts +0 -27
  159. package/dist/components/textarea/textarea.stylex.d.ts +0 -13
  160. package/dist/components/toggle-group/toggle-group-item.stylex.d.ts +0 -33
  161. package/dist/components/toggle-group/toggle-group.stylex.d.ts +0 -11
  162. package/dist/components/tooltip/tooltip-popup.stylex.d.ts +0 -30
@@ -1,18 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/picker/picker-group.stylex.d.ts
3
- declare const pickerGroupStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
6
- readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
7
- readonly rowGap: stylex.StyleXClassNameFor<"rowGap", 2>;
8
- }>;
9
- readonly label: Readonly<{
10
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-text-secondary)">;
11
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 12>;
12
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 450>;
13
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", "6px 4px">;
14
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 12>;
15
- }>;
16
- }>;
17
- //#endregion
18
- export { pickerGroupStyles };
@@ -1,39 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/picker/picker-item.stylex.d.ts
3
- declare const pickerItemStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
6
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent" | "var(--color-gray-3)">;
7
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 8>;
8
- readonly columnGap: stylex.StyleXClassNameFor<"columnGap", 8>;
9
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer" | "not-allowed">;
10
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
11
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
12
- readonly height: stylex.StyleXClassNameFor<"height", 36>;
13
- readonly opacity: stylex.StyleXClassNameFor<"opacity", 1 | 0.5>;
14
- readonly outline: stylex.StyleXClassNameFor<"outline", "none">;
15
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
16
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 12>;
17
- readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "none">;
18
- }>;
19
- readonly indicator: Readonly<{
20
- readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
21
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-primary-9)">;
22
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
23
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
24
- readonly height: stylex.StyleXClassNameFor<"height", 16>;
25
- readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
26
- readonly marginLeft: stylex.StyleXClassNameFor<"marginLeft", "auto">;
27
- readonly width: stylex.StyleXClassNameFor<"width", 16>;
28
- }>;
29
- readonly label: Readonly<{
30
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-text-primary)">;
31
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 14>;
32
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 450>;
33
- readonly overflowX: stylex.StyleXClassNameFor<"overflowX", "hidden">;
34
- readonly textOverflow: stylex.StyleXClassNameFor<"textOverflow", "ellipsis">;
35
- readonly whiteSpace: stylex.StyleXClassNameFor<"whiteSpace", "nowrap">;
36
- }>;
37
- }>;
38
- //#endregion
39
- export { pickerItemStyles };
@@ -1,36 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/picker/picker-popup.stylex.d.ts
3
- declare const pickerPopupStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "var(--color-bg-shell-inner)">;
6
- readonly borderColor: stylex.StyleXClassNameFor<"borderColor", "var(--color-border)">;
7
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 12>;
8
- readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
9
- readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 1>;
10
- readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "0 0.5px 0 color-mix(in oklab, black 3%, transparent), 0 36px 15px -4px color-mix(in oklab, black 1%, transparent), 0 20px 12px -3px color-mix(in oklab, black 3%, transparent), 0 9px 9px -2px color-mix(in oklab, black 4%, transparent), 0 2px 5px -1px color-mix(in oklab, black 5%, transparent)">;
11
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-text-primary)">;
12
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
13
- readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
14
- readonly maxHeight: stylex.StyleXClassNameFor<"maxHeight", "min(var(--available-height), 480px)">;
15
- readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "var(--available-width)">;
16
- readonly minWidth: stylex.StyleXClassNameFor<"minWidth", "max(var(--anchor-width), 240px)">;
17
- readonly opacity: stylex.StyleXClassNameFor<"opacity", 0 | 1>;
18
- readonly outlineColor: stylex.StyleXClassNameFor<"outlineColor", "var(--color-primary-9)">;
19
- readonly outlineOffset: stylex.StyleXClassNameFor<"outlineOffset", -2>;
20
- readonly outlineStyle: stylex.StyleXClassNameFor<"outlineStyle", "solid">;
21
- readonly outlineWidth: stylex.StyleXClassNameFor<"outlineWidth", 0 | 2>;
22
- readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
23
- readonly transform: stylex.StyleXClassNameFor<"transform", "none" | "scale(0.975)" | "scale(0.975) translateY(-4px)" | "scale(0.975) translateX(-4px)" | "scale(0.975) translateX(4px)" | "scale(0.975) translateY(4px)">;
24
- readonly transformOrigin: stylex.StyleXClassNameFor<"transformOrigin", "var(--transform-origin)">;
25
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
26
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "opacity, transform">;
27
- readonly width: stylex.StyleXClassNameFor<"width", "var(--anchor-width)">;
28
- readonly willChange: stylex.StyleXClassNameFor<"willChange", "opacity, transform">;
29
- }>;
30
- readonly positioner: Readonly<{
31
- readonly isolation: stylex.StyleXClassNameFor<"isolation", "isolate">;
32
- readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 50>;
33
- }>;
34
- }>;
35
- //#endregion
36
- export { pickerPopupStyles };
@@ -1,13 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/picker/picker-separator.stylex.d.ts
3
- declare const pickerSeparatorStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "var(--color-border)">;
6
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
7
- readonly height: stylex.StyleXClassNameFor<"height", 1>;
8
- readonly marginBlock: stylex.StyleXClassNameFor<"marginBlock", 2>;
9
- readonly marginInline: stylex.StyleXClassNameFor<"marginInline", 8>;
10
- }>;
11
- }>;
12
- //#endregion
13
- export { pickerSeparatorStyles };
@@ -1,60 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/picker/picker-trigger.stylex.d.ts
3
- declare const pickerTriggerStyles: 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)" | "inset 0 0 0 1px transparent">;
28
- readonly columnGap: stylex.StyleXClassNameFor<"columnGap", 8>;
29
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer" | "not-allowed">;
30
- readonly display: stylex.StyleXClassNameFor<"display", "inline-flex">;
31
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
32
- readonly opacity: stylex.StyleXClassNameFor<"opacity", 1 | "var(--opacity-picker-disabled)">;
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 marginLeft: stylex.StyleXClassNameFor<"marginLeft", "auto">;
50
- readonly rotate: stylex.StyleXClassNameFor<"rotate", "0deg" | "180deg">;
51
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
52
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "rotate">;
53
- readonly width: stylex.StyleXClassNameFor<"width", 16>;
54
- }>;
55
- readonly roundedFull: Readonly<{
56
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 9999>;
57
- }>;
58
- }>;
59
- //#endregion
60
- export { pickerTriggerStyles };
@@ -1,10 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/row/row.stylex.d.ts
3
- declare const rowStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
6
- readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "row">;
7
- }>;
8
- }>;
9
- //#endregion
10
- export { rowStyles };
@@ -1,14 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/select/select-value.stylex.d.ts
3
- declare const selectValueStyles: 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 { selectValueStyles };
@@ -1,9 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/spacer/spacer.stylex.d.ts
3
- declare const spacerStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
6
- }>;
7
- }>;
8
- //#endregion
9
- export { spacerStyles };
@@ -1,41 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/switch/switch.stylex.d.ts
3
- declare const switchStyles: Readonly<{
4
- readonly 18: Readonly<{
5
- readonly "--translateX": stylex.StyleXClassNameFor<"--translateX", "12px">;
6
- readonly height: stylex.StyleXClassNameFor<"height", 18>;
7
- readonly width: stylex.StyleXClassNameFor<"width", 30>;
8
- }>;
9
- readonly 24: Readonly<{
10
- readonly "--translateX": stylex.StyleXClassNameFor<"--translateX", "16px">;
11
- readonly height: stylex.StyleXClassNameFor<"height", 24>;
12
- readonly width: stylex.StyleXClassNameFor<"width", 40>;
13
- }>;
14
- readonly base: Readonly<{
15
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "var(--color-gray-6)" | "var(--color-primary-9)">;
16
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 9999>;
17
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer" | "not-allowed">;
18
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
19
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
20
- readonly opacity: stylex.StyleXClassNameFor<"opacity", 1 | 0.5>;
21
- readonly outlineColor: stylex.StyleXClassNameFor<"outlineColor", "var(--color-primary-9)">;
22
- readonly outlineOffset: stylex.StyleXClassNameFor<"outlineOffset", 2>;
23
- readonly outlineStyle: stylex.StyleXClassNameFor<"outlineStyle", "solid">;
24
- readonly outlineWidth: stylex.StyleXClassNameFor<"outlineWidth", 0 | 2>;
25
- readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
26
- readonly padding: stylex.StyleXClassNameFor<"padding", 2>;
27
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
28
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "background-color">;
29
- }>;
30
- readonly thumb: Readonly<{
31
- readonly aspectRatio: stylex.StyleXClassNameFor<"aspectRatio", "1 / 1">;
32
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "white">;
33
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 9999>;
34
- readonly height: stylex.StyleXClassNameFor<"height", "100%">;
35
- readonly transform: stylex.StyleXClassNameFor<"transform", "none" | "translateX(var(--translateX))">;
36
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
37
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "transform">;
38
- }>;
39
- }>;
40
- //#endregion
41
- export { switchStyles };
@@ -1,14 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/tabs/tabs-panel.stylex.d.ts
3
- declare const tabsPanelStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
6
- readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
7
- readonly outlineColor: stylex.StyleXClassNameFor<"outlineColor", "transparent" | "var(--color-primary-9)">;
8
- readonly outlineOffset: stylex.StyleXClassNameFor<"outlineOffset", -2>;
9
- readonly outlineStyle: stylex.StyleXClassNameFor<"outlineStyle", "solid">;
10
- readonly outlineWidth: stylex.StyleXClassNameFor<"outlineWidth", 0 | 2>;
11
- }>;
12
- }>;
13
- //#endregion
14
- export { tabsPanelStyles };
@@ -1,10 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/tabs/tabs.stylex.d.ts
3
- declare const tabsStyles: 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 { tabsStyles };
@@ -1,13 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/tabs-pill/tabs-pill-list.stylex.d.ts
3
- declare const tabsPillListStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly columnGap: stylex.StyleXClassNameFor<"columnGap", 8>;
6
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
7
- readonly isolation: stylex.StyleXClassNameFor<"isolation", "isolate">;
8
- readonly overflowX: stylex.StyleXClassNameFor<"overflowX", "auto">;
9
- readonly position: stylex.StyleXClassNameFor<"position", "relative">;
10
- }>;
11
- }>;
12
- //#endregion
13
- export { tabsPillListStyles };
@@ -1,44 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/tabs-pill/tabs-pill-tab.stylex.d.ts
3
- declare const tabsPillTabStyles: Readonly<{
4
- readonly background: Readonly<{
5
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "var(--color-gray-3)">;
6
- readonly inset: stylex.StyleXClassNameFor<"inset", 0>;
7
- readonly position: stylex.StyleXClassNameFor<"position", "absolute">;
8
- readonly zIndex: stylex.StyleXClassNameFor<"zIndex", -2>;
9
- }>;
10
- readonly base: Readonly<{
11
- readonly "--border-radius": stylex.StyleXClassNameFor<"--border-radius", "12px">;
12
- readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
13
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent" | "var(--color-gray-4)">;
14
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "var(--border-radius)">;
15
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-gray-12)" | "var(--color-gray-1)">;
16
- readonly columnGap: stylex.StyleXClassNameFor<"columnGap", 8>;
17
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">;
18
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
19
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
20
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 14>;
21
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 450>;
22
- readonly height: stylex.StyleXClassNameFor<"height", 40>;
23
- readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
24
- readonly outlineColor: stylex.StyleXClassNameFor<"outlineColor", "var(--color-primary-9)">;
25
- readonly outlineOffset: stylex.StyleXClassNameFor<"outlineOffset", -4>;
26
- readonly outlineStyle: stylex.StyleXClassNameFor<"outlineStyle", "solid">;
27
- readonly outlineWidth: stylex.StyleXClassNameFor<"outlineWidth", 0 | 2>;
28
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
29
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 14>;
30
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
31
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "background-color, color">;
32
- readonly whiteSpace: stylex.StyleXClassNameFor<"whiteSpace", "nowrap">;
33
- }>;
34
- readonly wrapper: Readonly<{
35
- readonly "--border-radius": stylex.StyleXClassNameFor<"--border-radius", "12px">;
36
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "var(--border-radius)">;
37
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
38
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
39
- readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
40
- readonly position: stylex.StyleXClassNameFor<"position", "relative">;
41
- }>;
42
- }>;
43
- //#endregion
44
- export { tabsPillTabStyles };
@@ -1,17 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/tabs-segmented/tabs-segmented-list.stylex.d.ts
3
- declare const tabsSegmentedListStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "var(--color-gray-3)">;
6
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 12>;
7
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
8
- readonly height: stylex.StyleXClassNameFor<"height", 40>;
9
- readonly isolation: stylex.StyleXClassNameFor<"isolation", "isolate">;
10
- readonly overflowX: stylex.StyleXClassNameFor<"overflowX", "auto">;
11
- readonly padding: stylex.StyleXClassNameFor<"padding", 2>;
12
- readonly position: stylex.StyleXClassNameFor<"position", "relative">;
13
- readonly width: stylex.StyleXClassNameFor<"width", "fit-content">;
14
- }>;
15
- }>;
16
- //#endregion
17
- export { tabsSegmentedListStyles };
@@ -1,28 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/tabs-segmented/tabs-segmented-tab.stylex.d.ts
3
- declare const tabsSegmentedTabStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
6
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 10>;
7
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-gray-12)" | "var(--color-gray-11)">;
8
- readonly columnGap: stylex.StyleXClassNameFor<"columnGap", 8>;
9
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">;
10
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
11
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
12
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 14>;
13
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 450>;
14
- readonly height: stylex.StyleXClassNameFor<"height", "100%">;
15
- readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
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 paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
21
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 14>;
22
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
23
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "color">;
24
- readonly whiteSpace: stylex.StyleXClassNameFor<"whiteSpace", "nowrap">;
25
- }>;
26
- }>;
27
- //#endregion
28
- export { tabsSegmentedTabStyles };
@@ -1,14 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/tabs-underline/tabs-underline-list.stylex.d.ts
3
- declare const tabsUnderlineListStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly borderBottomColor: stylex.StyleXClassNameFor<"borderBottomColor", "var(--color-gray-4)">;
6
- readonly borderBottomStyle: stylex.StyleXClassNameFor<"borderBottomStyle", "solid">;
7
- readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", 1>;
8
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
9
- readonly overflowX: stylex.StyleXClassNameFor<"overflowX", "auto">;
10
- readonly position: stylex.StyleXClassNameFor<"position", "relative">;
11
- }>;
12
- }>;
13
- //#endregion
14
- export { tabsUnderlineListStyles };
@@ -1,27 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/tabs-underline/tabs-underline-tab.stylex.d.ts
3
- declare const tabsUnderlineTabStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
6
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 8>;
7
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-gray-12)" | "var(--color-gray-11)">;
8
- readonly columnGap: stylex.StyleXClassNameFor<"columnGap", 8>;
9
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">;
10
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
11
- readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
12
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 14>;
13
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 450>;
14
- readonly marginBottom: stylex.StyleXClassNameFor<"marginBottom", 6>;
15
- readonly outlineColor: stylex.StyleXClassNameFor<"outlineColor", "var(--color-primary-9)">;
16
- readonly outlineOffset: stylex.StyleXClassNameFor<"outlineOffset", -2>;
17
- readonly outlineStyle: stylex.StyleXClassNameFor<"outlineStyle", "solid">;
18
- readonly outlineWidth: stylex.StyleXClassNameFor<"outlineWidth", 0 | 2>;
19
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 6>;
20
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 12>;
21
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
22
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "color">;
23
- readonly whiteSpace: stylex.StyleXClassNameFor<"whiteSpace", "nowrap">;
24
- }>;
25
- }>;
26
- //#endregion
27
- export { tabsUnderlineTabStyles };
@@ -1,13 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/textarea/textarea.stylex.d.ts
3
- declare const textareaStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly height: stylex.StyleXClassNameFor<"height", "auto">;
6
- readonly maxHeight: stylex.StyleXClassNameFor<"maxHeight", "none">;
7
- readonly minHeight: stylex.StyleXClassNameFor<"minHeight", 66>;
8
- readonly padding: stylex.StyleXClassNameFor<"padding", 12>;
9
- readonly resize: stylex.StyleXClassNameFor<"resize", "vertical">;
10
- }>;
11
- }>;
12
- //#endregion
13
- export { textareaStyles };
@@ -1,33 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/toggle-group/toggle-group-item.stylex.d.ts
3
- declare const toggleGroupItemStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
6
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent" | "var(--color-gray-4)" | "var(--color-gray-3)">;
7
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 10>;
8
- readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none" | "inset 0 0 0 1px var(--color-primary)">;
9
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-text-primary)" | "var(--color-text-secondary)">;
10
- readonly columnGap: stylex.StyleXClassNameFor<"columnGap", 8>;
11
- readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer" | "not-allowed">;
12
- readonly display: stylex.StyleXClassNameFor<"display", "flex">;
13
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 14>;
14
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 450>;
15
- readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
16
- readonly opacity: stylex.StyleXClassNameFor<"opacity", 1 | 0.5>;
17
- readonly outlineColor: stylex.StyleXClassNameFor<"outlineColor", "var(--color-outline)">;
18
- readonly outlineOffset: stylex.StyleXClassNameFor<"outlineOffset", 2>;
19
- readonly outlineStyle: stylex.StyleXClassNameFor<"outlineStyle", "solid">;
20
- readonly outlineWidth: stylex.StyleXClassNameFor<"outlineWidth", 0 | 2>;
21
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 8>;
22
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 12>;
23
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms">;
24
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "background-color, box-shadow, color">;
25
- readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "none">;
26
- }>;
27
- readonly icon: Readonly<{
28
- readonly height: stylex.StyleXClassNameFor<"height", 16>;
29
- readonly width: stylex.StyleXClassNameFor<"width", 16>;
30
- }>;
31
- }>;
32
- //#endregion
33
- export { toggleGroupItemStyles };
@@ -1,11 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/toggle-group/toggle-group.stylex.d.ts
3
- declare const toggleGroupStyles: 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
- }>;
9
- }>;
10
- //#endregion
11
- export { toggleGroupStyles };
@@ -1,30 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- //#region src/components/tooltip/tooltip-popup.stylex.d.ts
3
- declare const tooltipPopupStyles: Readonly<{
4
- readonly base: Readonly<{
5
- readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "var(--color-tooltip-bg)">;
6
- readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 8>;
7
- readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)">;
8
- readonly color: stylex.StyleXClassNameFor<"color", "var(--color-tooltip)">;
9
- readonly fontSize: stylex.StyleXClassNameFor<"fontSize", 13>;
10
- readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 450>;
11
- readonly opacity: stylex.StyleXClassNameFor<"opacity", 0 | 1>;
12
- readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 4>;
13
- readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", 8>;
14
- readonly scale: stylex.StyleXClassNameFor<"scale", 1 | 0.975>;
15
- readonly transformOrigin: stylex.StyleXClassNameFor<"transformOrigin", "var(--transform-origin)">;
16
- readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "150ms" | "0ms">;
17
- readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "none" | "opacity, scale">;
18
- }>;
19
- readonly portal: Readonly<{
20
- readonly isolation: stylex.StyleXClassNameFor<"isolation", "isolate">;
21
- readonly position: stylex.StyleXClassNameFor<"position", "relative">;
22
- readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 50>;
23
- }>;
24
- readonly positioner: Readonly<{
25
- readonly isolation: stylex.StyleXClassNameFor<"isolation", "isolate">;
26
- readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 50>;
27
- }>;
28
- }>;
29
- //#endregion
30
- export { tooltipPopupStyles };