@telepix-lab/telepix-ui 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/README.md +4 -3
  2. package/dist/cjs/button/index.d.ts +3 -3
  3. package/dist/cjs/button/types.d.ts +12 -0
  4. package/dist/cjs/client.d.ts +16 -0
  5. package/dist/cjs/client.js +13010 -0
  6. package/dist/cjs/dialog/index.d.ts +3 -3
  7. package/dist/cjs/horizontal-tab/index.d.ts +2 -2
  8. package/dist/cjs/horizontal-tab/types.d.ts +5 -0
  9. package/dist/cjs/index.d.ts +0 -44
  10. package/dist/cjs/index.js +3662 -13682
  11. package/dist/cjs/input/index.d.ts +2 -2
  12. package/dist/cjs/input/types.d.ts +5 -0
  13. package/dist/cjs/lib/twMerge.d.ts +2 -0
  14. package/dist/cjs/lib/utils.d.ts +2 -0
  15. package/dist/cjs/multiple-select/index.d.ts +2 -2
  16. package/dist/cjs/multiple-select/types.d.ts +5 -0
  17. package/dist/cjs/pagination/index.d.ts +8 -8
  18. package/dist/cjs/radio-group/index.d.ts +2 -1
  19. package/dist/cjs/radio-group/types.d.ts +5 -0
  20. package/dist/cjs/select/index.d.ts +3 -3
  21. package/dist/cjs/select/types.d.ts +10 -0
  22. package/dist/cjs/styles.css +1 -1691
  23. package/dist/cjs/tag/index.d.ts +1 -1
  24. package/dist/cjs/tag/types.d.ts +10 -0
  25. package/dist/cjs/text/index.d.ts +5 -5
  26. package/dist/cjs/text/types.d.ts +74 -0
  27. package/dist/cjs/tooltip/index.d.ts +3 -3
  28. package/dist/cjs/tooltip/types.d.ts +10 -0
  29. package/dist/cjs/vertical-menu/index.d.ts +3 -3
  30. package/dist/cjs/vertical-menu/types.d.ts +10 -0
  31. package/dist/client.d.ts +398 -0
  32. package/dist/esm/button/index.d.ts +3 -3
  33. package/dist/esm/button/types.d.ts +12 -0
  34. package/dist/esm/client.d.ts +16 -0
  35. package/dist/esm/client.js +12927 -0
  36. package/dist/esm/dialog/index.d.ts +3 -3
  37. package/dist/esm/horizontal-tab/index.d.ts +2 -2
  38. package/dist/esm/horizontal-tab/types.d.ts +5 -0
  39. package/dist/esm/index.d.ts +0 -44
  40. package/dist/esm/index.js +3676 -13548
  41. package/dist/esm/input/index.d.ts +2 -2
  42. package/dist/esm/input/types.d.ts +5 -0
  43. package/dist/esm/lib/twMerge.d.ts +2 -0
  44. package/dist/esm/lib/utils.d.ts +2 -0
  45. package/dist/esm/multiple-select/index.d.ts +2 -2
  46. package/dist/esm/multiple-select/types.d.ts +5 -0
  47. package/dist/esm/pagination/index.d.ts +8 -8
  48. package/dist/esm/radio-group/index.d.ts +2 -1
  49. package/dist/esm/radio-group/types.d.ts +5 -0
  50. package/dist/esm/select/index.d.ts +3 -3
  51. package/dist/esm/select/types.d.ts +10 -0
  52. package/dist/esm/styles.css +1 -1691
  53. package/dist/esm/tag/index.d.ts +1 -1
  54. package/dist/esm/tag/types.d.ts +10 -0
  55. package/dist/esm/text/index.d.ts +5 -5
  56. package/dist/esm/text/types.d.ts +74 -0
  57. package/dist/esm/tooltip/index.d.ts +3 -3
  58. package/dist/esm/tooltip/types.d.ts +10 -0
  59. package/dist/esm/vertical-menu/index.d.ts +3 -3
  60. package/dist/esm/vertical-menu/types.d.ts +10 -0
  61. package/dist/index.d.ts +116 -2395
  62. package/package.json +14 -8
  63. package/dist/cjs/autocomplete/styles.d.ts +0 -49
  64. package/dist/cjs/button/styles.d.ts +0 -95
  65. package/dist/cjs/calendar/styles.d.ts +0 -103
  66. package/dist/cjs/card/styles.d.ts +0 -28
  67. package/dist/cjs/checkbox/styles.d.ts +0 -43
  68. package/dist/cjs/context-menu/styleVariable.stylex.d.ts +0 -4
  69. package/dist/cjs/context-menu/styles.d.ts +0 -103
  70. package/dist/cjs/date-picker/styles.d.ts +0 -5
  71. package/dist/cjs/dialog/styles.d.ts +0 -23
  72. package/dist/cjs/hooks/usePreferColors.d.ts +0 -13
  73. package/dist/cjs/horizontal-tab/styles.d.ts +0 -74
  74. package/dist/cjs/index.css +0 -1
  75. package/dist/cjs/index.js.map +0 -1
  76. package/dist/cjs/input/styles.d.ts +0 -75
  77. package/dist/cjs/interactive-list-item/styles.d.ts +0 -49
  78. package/dist/cjs/mode-tab/styles.d.ts +0 -49
  79. package/dist/cjs/multiple-select/styles.d.ts +0 -138
  80. package/dist/cjs/pagination/styles.d.ts +0 -47
  81. package/dist/cjs/radio-group/styles.d.ts +0 -47
  82. package/dist/cjs/select/styles.d.ts +0 -107
  83. package/dist/cjs/styles/common.d.ts +0 -7
  84. package/dist/cjs/styles/layout.stylex.d.ts +0 -19
  85. package/dist/cjs/styles/primitiveColors.stylex.d.ts +0 -175
  86. package/dist/cjs/styles/semanticColors.stylex.d.ts +0 -148
  87. package/dist/cjs/styles/shadow.stylex.d.ts +0 -11
  88. package/dist/cjs/styles/transitions.stylex.d.ts +0 -6
  89. package/dist/cjs/styles/typography.stylex.d.ts +0 -43
  90. package/dist/cjs/table/styles.d.ts +0 -45
  91. package/dist/cjs/tag/styles.d.ts +0 -91
  92. package/dist/cjs/text/styles.d.ts +0 -290
  93. package/dist/cjs/textarea/styles.d.ts +0 -30
  94. package/dist/cjs/tooltip/styles.d.ts +0 -59
  95. package/dist/cjs/vertical-menu/styles.d.ts +0 -84
  96. package/dist/esm/autocomplete/styles.d.ts +0 -49
  97. package/dist/esm/button/styles.d.ts +0 -95
  98. package/dist/esm/calendar/styles.d.ts +0 -103
  99. package/dist/esm/card/styles.d.ts +0 -28
  100. package/dist/esm/checkbox/styles.d.ts +0 -43
  101. package/dist/esm/context-menu/styleVariable.stylex.d.ts +0 -4
  102. package/dist/esm/context-menu/styles.d.ts +0 -103
  103. package/dist/esm/date-picker/styles.d.ts +0 -5
  104. package/dist/esm/dialog/styles.d.ts +0 -23
  105. package/dist/esm/hooks/usePreferColors.d.ts +0 -13
  106. package/dist/esm/horizontal-tab/styles.d.ts +0 -74
  107. package/dist/esm/index.css +0 -1
  108. package/dist/esm/index.js.map +0 -1
  109. package/dist/esm/input/styles.d.ts +0 -75
  110. package/dist/esm/interactive-list-item/styles.d.ts +0 -49
  111. package/dist/esm/mode-tab/styles.d.ts +0 -49
  112. package/dist/esm/multiple-select/styles.d.ts +0 -138
  113. package/dist/esm/pagination/styles.d.ts +0 -47
  114. package/dist/esm/radio-group/styles.d.ts +0 -47
  115. package/dist/esm/select/styles.d.ts +0 -107
  116. package/dist/esm/styles/common.d.ts +0 -7
  117. package/dist/esm/styles/layout.stylex.d.ts +0 -19
  118. package/dist/esm/styles/primitiveColors.stylex.d.ts +0 -175
  119. package/dist/esm/styles/semanticColors.stylex.d.ts +0 -148
  120. package/dist/esm/styles/shadow.stylex.d.ts +0 -11
  121. package/dist/esm/styles/transitions.stylex.d.ts +0 -6
  122. package/dist/esm/styles/typography.stylex.d.ts +0 -43
  123. package/dist/esm/table/styles.d.ts +0 -45
  124. package/dist/esm/tag/styles.d.ts +0 -91
  125. package/dist/esm/text/styles.d.ts +0 -290
  126. package/dist/esm/textarea/styles.d.ts +0 -30
  127. package/dist/esm/tooltip/styles.d.ts +0 -59
  128. package/dist/esm/vertical-menu/styles.d.ts +0 -84
@@ -1,175 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- export declare const primitiveColors: stylex.VarGroup<Readonly<{
3
- blue100: string;
4
- blue200: string;
5
- blue300: string;
6
- blue400: string;
7
- blue500: string;
8
- blue600: string;
9
- blue700: string;
10
- blue800: string;
11
- blue900: string;
12
- cyan100: string;
13
- cyan200: string;
14
- cyan300: string;
15
- cyan400: string;
16
- cyan500: string;
17
- cyan600: string;
18
- cyan700: string;
19
- cyan800: string;
20
- cyan900: string;
21
- darkOpacity25: string;
22
- darkOpacity50: string;
23
- darkOpacity100: string;
24
- darkOpacity150: string;
25
- darkOpacity200: string;
26
- darkOpacity250: string;
27
- darkOpacity300: string;
28
- darkOpacity350: string;
29
- darkOpacity400: string;
30
- darkOpacity450: string;
31
- darkOpacity500: string;
32
- darkOpacity550: string;
33
- darkOpacity600: string;
34
- darkOpacity650: string;
35
- darkOpacity700: string;
36
- darkOpacity750: string;
37
- darkOpacity800: string;
38
- darkOpacity850: string;
39
- darkOpacity900: string;
40
- green100: string;
41
- green200: string;
42
- green300: string;
43
- green400: string;
44
- green500: string;
45
- green600: string;
46
- green700: string;
47
- green800: string;
48
- green900: string;
49
- lightOpacity25: string;
50
- lightOpacity50: string;
51
- lightOpacity100: string;
52
- lightOpacity150: string;
53
- lightOpacity200: string;
54
- lightOpacity250: string;
55
- lightOpacity300: string;
56
- lightOpacity350: string;
57
- lightOpacity400: string;
58
- lightOpacity450: string;
59
- lightOpacity500: string;
60
- lightOpacity550: string;
61
- lightOpacity600: string;
62
- lightOpacity650: string;
63
- lightOpacity700: string;
64
- lightOpacity750: string;
65
- lightOpacity800: string;
66
- lightOpacity850: string;
67
- lightOpacity900: string;
68
- magenta100: string;
69
- magenta200: string;
70
- magenta300: string;
71
- magenta400: string;
72
- magenta500: string;
73
- magenta600: string;
74
- magenta700: string;
75
- magenta800: string;
76
- magenta900: string;
77
- neutral25: string;
78
- neutral50: string;
79
- neutral100: string;
80
- neutral150: string;
81
- neutral200: string;
82
- neutral250: string;
83
- neutral300: string;
84
- neutral350: string;
85
- neutral400: string;
86
- neutral450: string;
87
- neutral500: string;
88
- neutral550: string;
89
- neutral600: string;
90
- neutral650: string;
91
- neutral700: string;
92
- neutral750: string;
93
- neutral800: string;
94
- neutral850: string;
95
- neutral900: string;
96
- neutral950: string;
97
- orange100: string;
98
- orange200: string;
99
- orange300: string;
100
- orange400: string;
101
- orange500: string;
102
- orange600: string;
103
- orange700: string;
104
- orange800: string;
105
- orange900: string;
106
- pink100: string;
107
- pink200: string;
108
- pink300: string;
109
- pink400: string;
110
- pink500: string;
111
- pink600: string;
112
- pink700: string;
113
- pink800: string;
114
- pink900: string;
115
- pureBlack: string;
116
- pureBlack50: string;
117
- pureBlack75: string;
118
- pureTransparent: string;
119
- pureWhite: string;
120
- pureWhite50: string;
121
- purple100: string;
122
- purple200: string;
123
- purple300: string;
124
- purple400: string;
125
- purple500: string;
126
- purple600: string;
127
- purple700: string;
128
- purple800: string;
129
- purple900: string;
130
- red100: string;
131
- red200: string;
132
- red300: string;
133
- red400: string;
134
- red500: string;
135
- red600: string;
136
- red700: string;
137
- red800: string;
138
- red900: string;
139
- teal100: string;
140
- teal200: string;
141
- teal300: string;
142
- teal400: string;
143
- teal500: string;
144
- teal600: string;
145
- teal700: string;
146
- teal800: string;
147
- teal900: string;
148
- telepixRed100: string;
149
- telepixRed200: string;
150
- telepixRed300: string;
151
- telepixRed400: string;
152
- telepixRed500: string;
153
- telepixRed600: string;
154
- telepixRed700: string;
155
- telepixRed800: string;
156
- telepixRed900: string;
157
- violet100: string;
158
- violet200: string;
159
- violet300: string;
160
- violet400: string;
161
- violet500: string;
162
- violet600: string;
163
- violet700: string;
164
- violet800: string;
165
- violet900: string;
166
- yellow100: string;
167
- yellow200: string;
168
- yellow300: string;
169
- yellow400: string;
170
- yellow500: string;
171
- yellow600: string;
172
- yellow700: string;
173
- yellow800: string;
174
- yellow900: string;
175
- }>, symbol>;
@@ -1,148 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- export declare const semanticColors: stylex.VarGroup<Readonly<{
3
- borderBound: string;
4
- borderDivider: string;
5
- borderFocused: string;
6
- borderOverlay: string;
7
- borderSelected: string;
8
- compDisabled: string;
9
- compAccentDefault: string;
10
- compAccentHovered: string;
11
- compAccentPressed: string;
12
- compAccentSelected: string;
13
- compChromaError: string;
14
- compChromaPositive: string;
15
- compChromaWarning: string;
16
- compMonoDefault: string;
17
- compMonoHovered: string;
18
- compMonoPressed: string;
19
- compMonoSelected: string;
20
- compMonoSubtleDefault: string;
21
- compMonoSubtleHovered: string;
22
- compMonoSubtlePressed: string;
23
- compMonoSubtleSelected: string;
24
- fillDisabled: string;
25
- fillAccentDefault: string;
26
- fillAccentHovered: string;
27
- fillAccentPressed: string;
28
- fillAccentSelected: string;
29
- fillChromaError: string;
30
- fillChromaPositive: string;
31
- fillChromaWarning: string;
32
- fillMonoDefault: string;
33
- fillMonoHovered: string;
34
- fillMonoPressed: string;
35
- fillMonoSelected: string;
36
- fillMonoSubtleDefault: string;
37
- fillMonoSubtleHovered: string;
38
- fillMonoSubtlePressed: string;
39
- fillMonoSubtleSelected: string;
40
- pageAccent: string;
41
- pageFade: string;
42
- pageL0: string;
43
- pageL1: string;
44
- pageL2: string;
45
- pageL3: string;
46
- pageL4: string;
47
- black: string;
48
- white: string;
49
- transparent: string;
50
- }>, symbol>;
51
- export declare const lightMode: stylex.Theme<stylex.VarGroup<Readonly<{
52
- borderBound: string;
53
- borderDivider: string;
54
- borderFocused: string;
55
- borderOverlay: string;
56
- borderSelected: string;
57
- compDisabled: string;
58
- compAccentDefault: string;
59
- compAccentHovered: string;
60
- compAccentPressed: string;
61
- compAccentSelected: string;
62
- compChromaError: string;
63
- compChromaPositive: string;
64
- compChromaWarning: string;
65
- compMonoDefault: string;
66
- compMonoHovered: string;
67
- compMonoPressed: string;
68
- compMonoSelected: string;
69
- compMonoSubtleDefault: string;
70
- compMonoSubtleHovered: string;
71
- compMonoSubtlePressed: string;
72
- compMonoSubtleSelected: string;
73
- fillDisabled: string;
74
- fillAccentDefault: string;
75
- fillAccentHovered: string;
76
- fillAccentPressed: string;
77
- fillAccentSelected: string;
78
- fillChromaError: string;
79
- fillChromaPositive: string;
80
- fillChromaWarning: string;
81
- fillMonoDefault: string;
82
- fillMonoHovered: string;
83
- fillMonoPressed: string;
84
- fillMonoSelected: string;
85
- fillMonoSubtleDefault: string;
86
- fillMonoSubtleHovered: string;
87
- fillMonoSubtlePressed: string;
88
- fillMonoSubtleSelected: string;
89
- pageAccent: string;
90
- pageFade: string;
91
- pageL0: string;
92
- pageL1: string;
93
- pageL2: string;
94
- pageL3: string;
95
- pageL4: string;
96
- black: string;
97
- white: string;
98
- transparent: string;
99
- }>, symbol>, symbol>;
100
- export declare const darkMode: stylex.Theme<stylex.VarGroup<Readonly<{
101
- borderBound: string;
102
- borderDivider: string;
103
- borderFocused: string;
104
- borderOverlay: string;
105
- borderSelected: string;
106
- compDisabled: string;
107
- compAccentDefault: string;
108
- compAccentHovered: string;
109
- compAccentPressed: string;
110
- compAccentSelected: string;
111
- compChromaError: string;
112
- compChromaPositive: string;
113
- compChromaWarning: string;
114
- compMonoDefault: string;
115
- compMonoHovered: string;
116
- compMonoPressed: string;
117
- compMonoSelected: string;
118
- compMonoSubtleDefault: string;
119
- compMonoSubtleHovered: string;
120
- compMonoSubtlePressed: string;
121
- compMonoSubtleSelected: string;
122
- fillDisabled: string;
123
- fillAccentDefault: string;
124
- fillAccentHovered: string;
125
- fillAccentPressed: string;
126
- fillAccentSelected: string;
127
- fillChromaError: string;
128
- fillChromaPositive: string;
129
- fillChromaWarning: string;
130
- fillMonoDefault: string;
131
- fillMonoHovered: string;
132
- fillMonoPressed: string;
133
- fillMonoSelected: string;
134
- fillMonoSubtleDefault: string;
135
- fillMonoSubtleHovered: string;
136
- fillMonoSubtlePressed: string;
137
- fillMonoSubtleSelected: string;
138
- pageAccent: string;
139
- pageFade: string;
140
- pageL0: string;
141
- pageL1: string;
142
- pageL2: string;
143
- pageL3: string;
144
- pageL4: string;
145
- black: string;
146
- white: string;
147
- transparent: string;
148
- }>, symbol>, symbol>;
@@ -1,11 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- export declare const shadow: stylex.VarGroup<Readonly<{
3
- small: string;
4
- basic: string;
5
- medium: string;
6
- large: string;
7
- xl: string;
8
- xxl: string;
9
- inner: string;
10
- none: string;
11
- }>, symbol>;
@@ -1,6 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- export declare const transitions: stylex.VarGroup<Readonly<{
3
- fast: string;
4
- normal: string;
5
- slow: string;
6
- }>, symbol>;
@@ -1,43 +0,0 @@
1
- import * as stylex from "@stylexjs/stylex";
2
- export declare const fontFamily: stylex.VarGroup<Readonly<{
3
- sans: string;
4
- mono: string;
5
- }>, symbol>;
6
- export declare const fontSize: stylex.VarGroup<Readonly<{
7
- xsmall: string;
8
- label: string;
9
- body: string;
10
- base: string;
11
- large: string;
12
- xl: string;
13
- xxl: string;
14
- xxxl: string;
15
- xxxxl: string;
16
- }>, symbol>;
17
- export declare const fontWeight: stylex.VarGroup<Readonly<{
18
- thin: string;
19
- extralight: string;
20
- light: string;
21
- normal: string;
22
- medium: string;
23
- semibold: string;
24
- bold: string;
25
- extrabold: string;
26
- black: string;
27
- }>, symbol>;
28
- export declare const lineHeight: stylex.VarGroup<Readonly<{
29
- xxxl: string;
30
- xxlCompact: string;
31
- xxl: string;
32
- xlCompact: string;
33
- xl: string;
34
- largeCompact: string;
35
- large: string;
36
- baseCompact: string;
37
- base: string;
38
- bodyCompact: string;
39
- body: string;
40
- labelCompact: string;
41
- label: string;
42
- xsmall: string;
43
- }>, symbol>;
@@ -1,45 +0,0 @@
1
- export declare const tableStyles: Readonly<{
2
- readonly table: Readonly<{
3
- readonly width: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"width", "100%">;
4
- readonly position: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"position", "relative">;
5
- readonly borderCollapse: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"borderCollapse", "collapse">;
6
- }>;
7
- readonly theadTR: Readonly<{
8
- readonly borderBottom: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"borderBottom", `1px solid ${import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>}`>;
9
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"backgroundColor", string>;
10
- }>;
11
- readonly tr: Readonly<{
12
- readonly borderBottom: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"borderBottom", `1px solid ${import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>}`>;
13
- readonly ":hover:not([data-selected='true'])": import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<":hover:not([data-selected='true'])", {
14
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
15
- }>;
16
- readonly ":is([data-selected='true'])": import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<":is([data-selected='true'])", {
17
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
18
- }>;
19
- readonly ":is([data-last-border='false']):last-child": import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<":is([data-last-border='false']):last-child", {
20
- readonly borderBottom: "none";
21
- }>;
22
- }>;
23
- readonly cell: Readonly<{
24
- readonly fontSize: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"fontSize", string>;
25
- readonly lineHeight: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"lineHeight", string>;
26
- readonly fontWeight: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"fontWeight", string>;
27
- readonly padding: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"padding", "20px 0px 20px 36px">;
28
- readonly ":last-child": import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<":last-child", {
29
- readonly paddingRight: "36px";
30
- }>;
31
- readonly verticalAlign: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"verticalAlign", "middle">;
32
- }>;
33
- readonly th: Readonly<{
34
- readonly color: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"color", string>;
35
- readonly textAlign: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"textAlign", "left">;
36
- }>;
37
- readonly td: Readonly<{
38
- readonly color: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"color", string>;
39
- }>;
40
- readonly content: Readonly<{
41
- readonly overflow: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"overflow", "hidden">;
42
- readonly textOverflow: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"textOverflow", "ellipsis">;
43
- readonly whiteSpace: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"whiteSpace", "nowrap">;
44
- }>;
45
- }>;
@@ -1,91 +0,0 @@
1
- export declare const tagStyles: Readonly<{
2
- readonly base: Readonly<{
3
- readonly display: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"display", "flex">;
4
- readonly alignItems: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"alignItems", "center">;
5
- readonly justifyContent: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"justifyContent", "center">;
6
- readonly borderRadius: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"borderRadius", "4px">;
7
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"backgroundColor", string>;
8
- }>;
9
- readonly filled: Readonly<{
10
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"backgroundColor", string>;
11
- readonly color: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"color", string>;
12
- readonly border: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"border", `1px solid ${import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>}`>;
13
- readonly ":hover:not(:is([data-selected='true'])):not(:disabled)": import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<":hover:not(:is([data-selected='true'])):not(:disabled)", {
14
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
15
- readonly color: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
16
- readonly border: `1px solid ${import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>}`;
17
- }>;
18
- readonly ":active:not(:is([data-selected='true'])):not(:disabled)": import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<":active:not(:is([data-selected='true'])):not(:disabled)", {
19
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
20
- readonly color: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
21
- readonly border: `1px solid ${import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>}`;
22
- }>;
23
- readonly ":is([data-selected='true'])": import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<":is([data-selected='true'])", {
24
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
25
- readonly color: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
26
- readonly border: `1px solid ${import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>}`;
27
- }>;
28
- readonly ":disabled": import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<":disabled", {
29
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
30
- readonly color: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
31
- readonly border: `1px solid ${import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>}`;
32
- }>;
33
- }>;
34
- readonly accent: Readonly<{
35
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"backgroundColor", string>;
36
- readonly color: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"color", string>;
37
- readonly ":hover:not(:is([data-selected='true'])):not(:disabled)": import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<":hover:not(:is([data-selected='true'])):not(:disabled)", {
38
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
39
- readonly color: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
40
- }>;
41
- readonly ":active:not(:is([data-selected='true'])):not(:disabled)": import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<":active:not(:is([data-selected='true'])):not(:disabled)", {
42
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
43
- readonly color: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
44
- }>;
45
- readonly ":is([data-selected='true'])": import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<":is([data-selected='true'])", {
46
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
47
- readonly color: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
48
- }>;
49
- readonly ":disabled": import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<":disabled", {
50
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
51
- readonly color: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXVar<string>;
52
- }>;
53
- }>;
54
- readonly regular: Readonly<{
55
- readonly fontSize: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"fontSize", string>;
56
- readonly fontWeight: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"fontWeight", string>;
57
- readonly lineHeight: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"lineHeight", string>;
58
- readonly padding: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"padding", "2px 4px">;
59
- readonly gap: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"gap", "8px">;
60
- }>;
61
- readonly small: Readonly<{
62
- readonly fontSize: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"fontSize", string>;
63
- readonly fontWeight: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"fontWeight", string>;
64
- readonly lineHeight: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"lineHeight", string>;
65
- readonly padding: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"padding", "2px">;
66
- readonly gap: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"gap", "6px">;
67
- }>;
68
- readonly icon: Readonly<{
69
- readonly display: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"display", "flex">;
70
- readonly alignItems: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"alignItems", "center">;
71
- readonly justifyContent: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"justifyContent", "center">;
72
- readonly width: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"width", "16px">;
73
- readonly height: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"height", "16px">;
74
- readonly border: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"border", "none">;
75
- readonly backgroundColor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"backgroundColor", string>;
76
- readonly outline: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"outline", "none">;
77
- readonly padding: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"padding", "0">;
78
- readonly cursor: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"cursor", "pointer">;
79
- }>;
80
- readonly text: Readonly<{
81
- readonly flex: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"flex", "1">;
82
- readonly whiteSpace: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"whiteSpace", "nowrap">;
83
- readonly overflow: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"overflow", "hidden">;
84
- readonly textOverflow: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"textOverflow", "ellipsis">;
85
- readonly color: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"color", "inherit">;
86
- readonly fontSize: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"fontSize", "inherit">;
87
- readonly lineHeight: import("node_modules/@stylexjs/stylex/lib/cjs/types/StyleXTypes").StyleXClassNameFor<"lineHeight", "inherit">;
88
- }>;
89
- }>;
90
- export type TagVariant = Extract<keyof typeof tagStyles, "filled" | "accent">;
91
- export type TagSize = Extract<keyof typeof tagStyles, "regular" | "small">;