@streamplace/components 0.10.6 → 0.10.7
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.
- package/dist/components/chat/chat.js +1 -1
- package/dist/components/chat/mod-view.d.ts.map +1 -1
- package/dist/components/chat/mod-view.js +31 -6
- package/dist/components/chat/mod-view.js.map +1 -1
- package/dist/components/dashboard/moderator-panel.js +7 -1
- package/dist/components/dashboard/moderator-panel.js.map +1 -1
- package/dist/components/mobile-player/props.d.ts +1 -0
- package/dist/components/mobile-player/props.d.ts.map +1 -1
- package/dist/components/mobile-player/rotation-lock.js +2 -2
- package/dist/components/mobile-player/rotation-lock.js.map +1 -1
- package/dist/components/mobile-player/video-async.native.d.ts.map +1 -1
- package/dist/components/mobile-player/video-async.native.js +5 -1
- package/dist/components/mobile-player/video-async.native.js.map +1 -1
- package/dist/components/stream-notification/pin-notification.d.ts +7 -0
- package/dist/components/stream-notification/pin-notification.d.ts.map +1 -0
- package/dist/components/stream-notification/pin-notification.js +63 -0
- package/dist/components/stream-notification/pin-notification.js.map +1 -0
- package/dist/components/ui/dropdown.d.ts.map +1 -1
- package/dist/components/ui/dropdown.js +3 -2
- package/dist/components/ui/dropdown.js.map +1 -1
- package/dist/components/ui/resizeable.js +2 -2
- package/dist/components/ui/resizeable.js.map +1 -1
- package/dist/lib/stream-notifications.d.ts +7 -0
- package/dist/lib/stream-notifications.d.ts.map +1 -1
- package/dist/lib/stream-notifications.js +21 -0
- package/dist/lib/stream-notifications.js.map +1 -1
- package/dist/lib/theme/atoms.d.ts +141 -141
- package/dist/livestream-provider/index.d.ts +1 -0
- package/dist/livestream-provider/index.d.ts.map +1 -1
- package/dist/livestream-provider/index.js +35 -3
- package/dist/livestream-provider/index.js.map +1 -1
- package/dist/livestream-store/chat.d.ts +2 -0
- package/dist/livestream-store/chat.d.ts.map +1 -1
- package/dist/livestream-store/chat.js +80 -1
- package/dist/livestream-store/chat.js.map +1 -1
- package/dist/livestream-store/livestream-state.d.ts +2 -1
- package/dist/livestream-store/livestream-state.d.ts.map +1 -1
- package/dist/livestream-store/livestream-store.d.ts +1 -0
- package/dist/livestream-store/livestream-store.d.ts.map +1 -1
- package/dist/livestream-store/livestream-store.js +4 -1
- package/dist/livestream-store/livestream-store.js.map +1 -1
- package/dist/livestream-store/websocket-consumer.d.ts.map +1 -1
- package/dist/livestream-store/websocket-consumer.js +14 -0
- package/dist/livestream-store/websocket-consumer.js.map +1 -1
- package/dist/streamplace-store/moderation.d.ts +1 -0
- package/dist/streamplace-store/moderation.d.ts.map +1 -1
- package/dist/streamplace-store/moderation.js +1 -0
- package/dist/streamplace-store/moderation.js.map +1 -1
- package/dist/streamplace-store/moderator-management.d.ts +1 -1
- package/dist/streamplace-store/moderator-management.d.ts.map +1 -1
- package/node-compile-cache/v22.15.0-x64-efe9a9df-0/37be0eec +0 -0
- package/package.json +3 -3
- package/src/components/chat/chat.tsx +1 -1
- package/src/components/chat/mod-view.tsx +82 -3
- package/src/components/dashboard/moderator-panel.tsx +13 -2
- package/src/components/mobile-player/props.tsx +1 -0
- package/src/components/mobile-player/rotation-lock.tsx +2 -2
- package/src/components/mobile-player/video-async.native.tsx +5 -0
- package/src/components/stream-notification/pin-notification.tsx +135 -0
- package/src/components/ui/dropdown.tsx +3 -2
- package/src/components/ui/resizeable.tsx +2 -2
- package/src/lib/stream-notifications.ts +28 -0
- package/src/livestream-provider/index.tsx +38 -2
- package/src/livestream-store/chat.tsx +92 -0
- package/src/livestream-store/livestream-state.tsx +2 -0
- package/src/livestream-store/livestream-store.tsx +4 -0
- package/src/livestream-store/websocket-consumer.tsx +15 -0
- package/src/streamplace-store/moderation.tsx +2 -0
- package/src/streamplace-store/moderator-management.tsx +1 -1
|
@@ -1060,20 +1060,20 @@ export declare const borders: {
|
|
|
1060
1060
|
};
|
|
1061
1061
|
};
|
|
1062
1062
|
export declare const spacingAtoms: {
|
|
1063
|
-
margin: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1064
|
-
marginTop: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1065
|
-
marginRight: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1066
|
-
marginBottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1067
|
-
marginLeft: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1068
|
-
marginHorizontal: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1069
|
-
marginVertical: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1070
|
-
padding: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1071
|
-
paddingTop: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1072
|
-
paddingRight: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1073
|
-
paddingBottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1074
|
-
paddingLeft: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1075
|
-
paddingHorizontal: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1076
|
-
paddingVertical: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1063
|
+
margin: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1064
|
+
marginTop: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1065
|
+
marginRight: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1066
|
+
marginBottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1067
|
+
marginLeft: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1068
|
+
marginHorizontal: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1069
|
+
marginVertical: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1070
|
+
padding: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1071
|
+
paddingTop: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1072
|
+
paddingRight: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1073
|
+
paddingBottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1074
|
+
paddingLeft: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1075
|
+
paddingHorizontal: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1076
|
+
paddingVertical: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1077
1077
|
};
|
|
1078
1078
|
export declare const radiusAtoms: {
|
|
1079
1079
|
all: Record<"none" | "full" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md", StyleValue>;
|
|
@@ -1088,7 +1088,7 @@ export declare const backgrounds: Record<"success" | "red" | "green" | "blue" |
|
|
|
1088
1088
|
export declare const textColors: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
|
|
1089
1089
|
export declare const sizes: {
|
|
1090
1090
|
width: {
|
|
1091
|
-
percent: Record<"10" | "100" | "
|
|
1091
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
1092
1092
|
0: StyleValue;
|
|
1093
1093
|
2: StyleValue;
|
|
1094
1094
|
1: StyleValue;
|
|
@@ -1100,6 +1100,7 @@ export declare const sizes: {
|
|
|
1100
1100
|
8: StyleValue;
|
|
1101
1101
|
10: StyleValue;
|
|
1102
1102
|
60: StyleValue;
|
|
1103
|
+
9: StyleValue;
|
|
1103
1104
|
64: StyleValue;
|
|
1104
1105
|
16: StyleValue;
|
|
1105
1106
|
20: StyleValue;
|
|
@@ -1107,7 +1108,6 @@ export declare const sizes: {
|
|
|
1107
1108
|
12: StyleValue;
|
|
1108
1109
|
24: StyleValue;
|
|
1109
1110
|
80: StyleValue;
|
|
1110
|
-
9: StyleValue;
|
|
1111
1111
|
14: StyleValue;
|
|
1112
1112
|
40: StyleValue;
|
|
1113
1113
|
72: StyleValue;
|
|
@@ -1122,7 +1122,7 @@ export declare const sizes: {
|
|
|
1122
1122
|
52: StyleValue;
|
|
1123
1123
|
};
|
|
1124
1124
|
height: {
|
|
1125
|
-
percent: Record<"10" | "100" | "
|
|
1125
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
1126
1126
|
0: StyleValue;
|
|
1127
1127
|
2: StyleValue;
|
|
1128
1128
|
1: StyleValue;
|
|
@@ -1134,6 +1134,7 @@ export declare const sizes: {
|
|
|
1134
1134
|
8: StyleValue;
|
|
1135
1135
|
10: StyleValue;
|
|
1136
1136
|
60: StyleValue;
|
|
1137
|
+
9: StyleValue;
|
|
1137
1138
|
64: StyleValue;
|
|
1138
1139
|
16: StyleValue;
|
|
1139
1140
|
20: StyleValue;
|
|
@@ -1141,7 +1142,6 @@ export declare const sizes: {
|
|
|
1141
1142
|
12: StyleValue;
|
|
1142
1143
|
24: StyleValue;
|
|
1143
1144
|
80: StyleValue;
|
|
1144
|
-
9: StyleValue;
|
|
1145
1145
|
14: StyleValue;
|
|
1146
1146
|
40: StyleValue;
|
|
1147
1147
|
72: StyleValue;
|
|
@@ -1156,7 +1156,7 @@ export declare const sizes: {
|
|
|
1156
1156
|
52: StyleValue;
|
|
1157
1157
|
};
|
|
1158
1158
|
minWidth: {
|
|
1159
|
-
percent: Record<"10" | "100" | "
|
|
1159
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
1160
1160
|
0: StyleValue;
|
|
1161
1161
|
2: StyleValue;
|
|
1162
1162
|
1: StyleValue;
|
|
@@ -1168,6 +1168,7 @@ export declare const sizes: {
|
|
|
1168
1168
|
8: StyleValue;
|
|
1169
1169
|
10: StyleValue;
|
|
1170
1170
|
60: StyleValue;
|
|
1171
|
+
9: StyleValue;
|
|
1171
1172
|
64: StyleValue;
|
|
1172
1173
|
16: StyleValue;
|
|
1173
1174
|
20: StyleValue;
|
|
@@ -1175,7 +1176,6 @@ export declare const sizes: {
|
|
|
1175
1176
|
12: StyleValue;
|
|
1176
1177
|
24: StyleValue;
|
|
1177
1178
|
80: StyleValue;
|
|
1178
|
-
9: StyleValue;
|
|
1179
1179
|
14: StyleValue;
|
|
1180
1180
|
40: StyleValue;
|
|
1181
1181
|
72: StyleValue;
|
|
@@ -1190,7 +1190,7 @@ export declare const sizes: {
|
|
|
1190
1190
|
52: StyleValue;
|
|
1191
1191
|
};
|
|
1192
1192
|
minHeight: {
|
|
1193
|
-
percent: Record<"10" | "100" | "
|
|
1193
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
1194
1194
|
0: StyleValue;
|
|
1195
1195
|
2: StyleValue;
|
|
1196
1196
|
1: StyleValue;
|
|
@@ -1202,6 +1202,7 @@ export declare const sizes: {
|
|
|
1202
1202
|
8: StyleValue;
|
|
1203
1203
|
10: StyleValue;
|
|
1204
1204
|
60: StyleValue;
|
|
1205
|
+
9: StyleValue;
|
|
1205
1206
|
64: StyleValue;
|
|
1206
1207
|
16: StyleValue;
|
|
1207
1208
|
20: StyleValue;
|
|
@@ -1209,7 +1210,6 @@ export declare const sizes: {
|
|
|
1209
1210
|
12: StyleValue;
|
|
1210
1211
|
24: StyleValue;
|
|
1211
1212
|
80: StyleValue;
|
|
1212
|
-
9: StyleValue;
|
|
1213
1213
|
14: StyleValue;
|
|
1214
1214
|
40: StyleValue;
|
|
1215
1215
|
72: StyleValue;
|
|
@@ -1224,7 +1224,7 @@ export declare const sizes: {
|
|
|
1224
1224
|
52: StyleValue;
|
|
1225
1225
|
};
|
|
1226
1226
|
maxWidth: {
|
|
1227
|
-
percent: Record<"10" | "100" | "
|
|
1227
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
1228
1228
|
0: StyleValue;
|
|
1229
1229
|
2: StyleValue;
|
|
1230
1230
|
1: StyleValue;
|
|
@@ -1236,6 +1236,7 @@ export declare const sizes: {
|
|
|
1236
1236
|
8: StyleValue;
|
|
1237
1237
|
10: StyleValue;
|
|
1238
1238
|
60: StyleValue;
|
|
1239
|
+
9: StyleValue;
|
|
1239
1240
|
64: StyleValue;
|
|
1240
1241
|
16: StyleValue;
|
|
1241
1242
|
20: StyleValue;
|
|
@@ -1243,7 +1244,6 @@ export declare const sizes: {
|
|
|
1243
1244
|
12: StyleValue;
|
|
1244
1245
|
24: StyleValue;
|
|
1245
1246
|
80: StyleValue;
|
|
1246
|
-
9: StyleValue;
|
|
1247
1247
|
14: StyleValue;
|
|
1248
1248
|
40: StyleValue;
|
|
1249
1249
|
72: StyleValue;
|
|
@@ -1258,7 +1258,7 @@ export declare const sizes: {
|
|
|
1258
1258
|
52: StyleValue;
|
|
1259
1259
|
};
|
|
1260
1260
|
maxHeight: {
|
|
1261
|
-
percent: Record<"10" | "100" | "
|
|
1261
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
1262
1262
|
0: StyleValue;
|
|
1263
1263
|
2: StyleValue;
|
|
1264
1264
|
1: StyleValue;
|
|
@@ -1270,6 +1270,7 @@ export declare const sizes: {
|
|
|
1270
1270
|
8: StyleValue;
|
|
1271
1271
|
10: StyleValue;
|
|
1272
1272
|
60: StyleValue;
|
|
1273
|
+
9: StyleValue;
|
|
1273
1274
|
64: StyleValue;
|
|
1274
1275
|
16: StyleValue;
|
|
1275
1276
|
20: StyleValue;
|
|
@@ -1277,7 +1278,6 @@ export declare const sizes: {
|
|
|
1277
1278
|
12: StyleValue;
|
|
1278
1279
|
24: StyleValue;
|
|
1279
1280
|
80: StyleValue;
|
|
1280
|
-
9: StyleValue;
|
|
1281
1281
|
14: StyleValue;
|
|
1282
1282
|
40: StyleValue;
|
|
1283
1283
|
72: StyleValue;
|
|
@@ -1302,12 +1302,12 @@ export declare const flex: {
|
|
|
1302
1302
|
};
|
|
1303
1303
|
10: StyleValue;
|
|
1304
1304
|
100: StyleValue;
|
|
1305
|
-
50: StyleValue;
|
|
1306
|
-
30: StyleValue;
|
|
1307
1305
|
20: StyleValue;
|
|
1308
1306
|
25: StyleValue;
|
|
1307
|
+
30: StyleValue;
|
|
1309
1308
|
33: StyleValue;
|
|
1310
1309
|
40: StyleValue;
|
|
1310
|
+
50: StyleValue;
|
|
1311
1311
|
60: StyleValue;
|
|
1312
1312
|
66: StyleValue;
|
|
1313
1313
|
70: StyleValue;
|
|
@@ -1323,12 +1323,12 @@ export declare const flex: {
|
|
|
1323
1323
|
6: StyleValue;
|
|
1324
1324
|
11: StyleValue;
|
|
1325
1325
|
8: StyleValue;
|
|
1326
|
+
9: StyleValue;
|
|
1326
1327
|
64: StyleValue;
|
|
1327
1328
|
16: StyleValue;
|
|
1328
1329
|
7: StyleValue;
|
|
1329
1330
|
12: StyleValue;
|
|
1330
1331
|
24: StyleValue;
|
|
1331
|
-
9: StyleValue;
|
|
1332
1332
|
14: StyleValue;
|
|
1333
1333
|
72: StyleValue;
|
|
1334
1334
|
96: StyleValue;
|
|
@@ -1347,7 +1347,7 @@ export declare const overflow: Record<"visible" | "hidden" | "scroll", StyleValu
|
|
|
1347
1347
|
export declare const textAlign: Record<"center" | "auto" | "left" | "right" | "justify", StyleValue>;
|
|
1348
1348
|
export declare const fontWeight: Record<"bold" | "normal" | "thin" | "light" | "medium" | "semibold" | "black" | "extrabold" | "extralight", StyleValue>;
|
|
1349
1349
|
export declare const fontSize: Record<"base" | "xs" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl", StyleValue>;
|
|
1350
|
-
export declare const lineHeight: Record<3 | 5 | 4 | 6 | 8 | 10 | "none" | 7 |
|
|
1350
|
+
export declare const lineHeight: Record<3 | 5 | 4 | 6 | 8 | 10 | 9 | "none" | 7 | "normal" | "tight" | "snug" | "relaxed" | "loose", StyleValue>;
|
|
1351
1351
|
export declare const letterSpacing: Record<"normal" | "tight" | "tighter" | "wide" | "wider" | "widest", StyleValue>;
|
|
1352
1352
|
export declare const textTransform: Record<"none" | "uppercase" | "lowercase" | "capitalize", StyleValue>;
|
|
1353
1353
|
export declare const textDecoration: Record<"none" | "underline" | "lineThrough" | "underlineLineThrough", StyleValue>;
|
|
@@ -1357,14 +1357,14 @@ export declare const transforms: {
|
|
|
1357
1357
|
scale: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
1358
1358
|
scaleX: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
1359
1359
|
scaleY: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
1360
|
-
translateX: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1361
|
-
translateY: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1360
|
+
translateX: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1361
|
+
translateY: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1362
1362
|
};
|
|
1363
1363
|
export declare const position: {
|
|
1364
|
-
top: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1365
|
-
right: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1366
|
-
bottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1367
|
-
left: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1364
|
+
top: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1365
|
+
right: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1366
|
+
bottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1367
|
+
left: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1368
1368
|
topLeft: (top: number, left: number) => {
|
|
1369
1369
|
position: "absolute";
|
|
1370
1370
|
top: number;
|
|
@@ -1394,9 +1394,9 @@ export declare const position: {
|
|
|
1394
1394
|
};
|
|
1395
1395
|
export declare const aspectRatio: Record<"video" | "wide" | "square" | "photo" | "portrait" | "ultrawide" | "1/1" | "3/2" | "4/3" | "16/9" | "21/9", StyleValue>;
|
|
1396
1396
|
export declare const gap: {
|
|
1397
|
-
row: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1398
|
-
column: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1399
|
-
all: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
1397
|
+
row: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1398
|
+
column: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1399
|
+
all: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
1400
1400
|
};
|
|
1401
1401
|
export declare const layouts: {
|
|
1402
1402
|
fullScreen: {
|
|
@@ -2412,24 +2412,24 @@ export declare const atoms: {
|
|
|
2412
2412
|
backgrounds: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
|
|
2413
2413
|
textColors: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
|
|
2414
2414
|
spacingAtoms: {
|
|
2415
|
-
margin: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2416
|
-
marginTop: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2417
|
-
marginRight: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2418
|
-
marginBottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2419
|
-
marginLeft: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2420
|
-
marginHorizontal: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2421
|
-
marginVertical: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2422
|
-
padding: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2423
|
-
paddingTop: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2424
|
-
paddingRight: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2425
|
-
paddingBottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2426
|
-
paddingLeft: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2427
|
-
paddingHorizontal: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2428
|
-
paddingVertical: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2415
|
+
margin: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2416
|
+
marginTop: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2417
|
+
marginRight: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2418
|
+
marginBottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2419
|
+
marginLeft: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2420
|
+
marginHorizontal: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2421
|
+
marginVertical: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2422
|
+
padding: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2423
|
+
paddingTop: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2424
|
+
paddingRight: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2425
|
+
paddingBottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2426
|
+
paddingLeft: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2427
|
+
paddingHorizontal: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2428
|
+
paddingVertical: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2429
2429
|
};
|
|
2430
2430
|
sizes: {
|
|
2431
2431
|
width: {
|
|
2432
|
-
percent: Record<"10" | "100" | "
|
|
2432
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
2433
2433
|
0: StyleValue;
|
|
2434
2434
|
2: StyleValue;
|
|
2435
2435
|
1: StyleValue;
|
|
@@ -2441,6 +2441,7 @@ export declare const atoms: {
|
|
|
2441
2441
|
8: StyleValue;
|
|
2442
2442
|
10: StyleValue;
|
|
2443
2443
|
60: StyleValue;
|
|
2444
|
+
9: StyleValue;
|
|
2444
2445
|
64: StyleValue;
|
|
2445
2446
|
16: StyleValue;
|
|
2446
2447
|
20: StyleValue;
|
|
@@ -2448,7 +2449,6 @@ export declare const atoms: {
|
|
|
2448
2449
|
12: StyleValue;
|
|
2449
2450
|
24: StyleValue;
|
|
2450
2451
|
80: StyleValue;
|
|
2451
|
-
9: StyleValue;
|
|
2452
2452
|
14: StyleValue;
|
|
2453
2453
|
40: StyleValue;
|
|
2454
2454
|
72: StyleValue;
|
|
@@ -2463,7 +2463,7 @@ export declare const atoms: {
|
|
|
2463
2463
|
52: StyleValue;
|
|
2464
2464
|
};
|
|
2465
2465
|
height: {
|
|
2466
|
-
percent: Record<"10" | "100" | "
|
|
2466
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
2467
2467
|
0: StyleValue;
|
|
2468
2468
|
2: StyleValue;
|
|
2469
2469
|
1: StyleValue;
|
|
@@ -2475,6 +2475,7 @@ export declare const atoms: {
|
|
|
2475
2475
|
8: StyleValue;
|
|
2476
2476
|
10: StyleValue;
|
|
2477
2477
|
60: StyleValue;
|
|
2478
|
+
9: StyleValue;
|
|
2478
2479
|
64: StyleValue;
|
|
2479
2480
|
16: StyleValue;
|
|
2480
2481
|
20: StyleValue;
|
|
@@ -2482,7 +2483,6 @@ export declare const atoms: {
|
|
|
2482
2483
|
12: StyleValue;
|
|
2483
2484
|
24: StyleValue;
|
|
2484
2485
|
80: StyleValue;
|
|
2485
|
-
9: StyleValue;
|
|
2486
2486
|
14: StyleValue;
|
|
2487
2487
|
40: StyleValue;
|
|
2488
2488
|
72: StyleValue;
|
|
@@ -2497,7 +2497,7 @@ export declare const atoms: {
|
|
|
2497
2497
|
52: StyleValue;
|
|
2498
2498
|
};
|
|
2499
2499
|
minWidth: {
|
|
2500
|
-
percent: Record<"10" | "100" | "
|
|
2500
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
2501
2501
|
0: StyleValue;
|
|
2502
2502
|
2: StyleValue;
|
|
2503
2503
|
1: StyleValue;
|
|
@@ -2509,6 +2509,7 @@ export declare const atoms: {
|
|
|
2509
2509
|
8: StyleValue;
|
|
2510
2510
|
10: StyleValue;
|
|
2511
2511
|
60: StyleValue;
|
|
2512
|
+
9: StyleValue;
|
|
2512
2513
|
64: StyleValue;
|
|
2513
2514
|
16: StyleValue;
|
|
2514
2515
|
20: StyleValue;
|
|
@@ -2516,7 +2517,6 @@ export declare const atoms: {
|
|
|
2516
2517
|
12: StyleValue;
|
|
2517
2518
|
24: StyleValue;
|
|
2518
2519
|
80: StyleValue;
|
|
2519
|
-
9: StyleValue;
|
|
2520
2520
|
14: StyleValue;
|
|
2521
2521
|
40: StyleValue;
|
|
2522
2522
|
72: StyleValue;
|
|
@@ -2531,7 +2531,7 @@ export declare const atoms: {
|
|
|
2531
2531
|
52: StyleValue;
|
|
2532
2532
|
};
|
|
2533
2533
|
minHeight: {
|
|
2534
|
-
percent: Record<"10" | "100" | "
|
|
2534
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
2535
2535
|
0: StyleValue;
|
|
2536
2536
|
2: StyleValue;
|
|
2537
2537
|
1: StyleValue;
|
|
@@ -2543,6 +2543,7 @@ export declare const atoms: {
|
|
|
2543
2543
|
8: StyleValue;
|
|
2544
2544
|
10: StyleValue;
|
|
2545
2545
|
60: StyleValue;
|
|
2546
|
+
9: StyleValue;
|
|
2546
2547
|
64: StyleValue;
|
|
2547
2548
|
16: StyleValue;
|
|
2548
2549
|
20: StyleValue;
|
|
@@ -2550,7 +2551,6 @@ export declare const atoms: {
|
|
|
2550
2551
|
12: StyleValue;
|
|
2551
2552
|
24: StyleValue;
|
|
2552
2553
|
80: StyleValue;
|
|
2553
|
-
9: StyleValue;
|
|
2554
2554
|
14: StyleValue;
|
|
2555
2555
|
40: StyleValue;
|
|
2556
2556
|
72: StyleValue;
|
|
@@ -2565,7 +2565,7 @@ export declare const atoms: {
|
|
|
2565
2565
|
52: StyleValue;
|
|
2566
2566
|
};
|
|
2567
2567
|
maxWidth: {
|
|
2568
|
-
percent: Record<"10" | "100" | "
|
|
2568
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
2569
2569
|
0: StyleValue;
|
|
2570
2570
|
2: StyleValue;
|
|
2571
2571
|
1: StyleValue;
|
|
@@ -2577,6 +2577,7 @@ export declare const atoms: {
|
|
|
2577
2577
|
8: StyleValue;
|
|
2578
2578
|
10: StyleValue;
|
|
2579
2579
|
60: StyleValue;
|
|
2580
|
+
9: StyleValue;
|
|
2580
2581
|
64: StyleValue;
|
|
2581
2582
|
16: StyleValue;
|
|
2582
2583
|
20: StyleValue;
|
|
@@ -2584,7 +2585,6 @@ export declare const atoms: {
|
|
|
2584
2585
|
12: StyleValue;
|
|
2585
2586
|
24: StyleValue;
|
|
2586
2587
|
80: StyleValue;
|
|
2587
|
-
9: StyleValue;
|
|
2588
2588
|
14: StyleValue;
|
|
2589
2589
|
40: StyleValue;
|
|
2590
2590
|
72: StyleValue;
|
|
@@ -2599,7 +2599,7 @@ export declare const atoms: {
|
|
|
2599
2599
|
52: StyleValue;
|
|
2600
2600
|
};
|
|
2601
2601
|
maxHeight: {
|
|
2602
|
-
percent: Record<"10" | "100" | "
|
|
2602
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
2603
2603
|
0: StyleValue;
|
|
2604
2604
|
2: StyleValue;
|
|
2605
2605
|
1: StyleValue;
|
|
@@ -2611,6 +2611,7 @@ export declare const atoms: {
|
|
|
2611
2611
|
8: StyleValue;
|
|
2612
2612
|
10: StyleValue;
|
|
2613
2613
|
60: StyleValue;
|
|
2614
|
+
9: StyleValue;
|
|
2614
2615
|
64: StyleValue;
|
|
2615
2616
|
16: StyleValue;
|
|
2616
2617
|
20: StyleValue;
|
|
@@ -2618,7 +2619,6 @@ export declare const atoms: {
|
|
|
2618
2619
|
12: StyleValue;
|
|
2619
2620
|
24: StyleValue;
|
|
2620
2621
|
80: StyleValue;
|
|
2621
|
-
9: StyleValue;
|
|
2622
2622
|
14: StyleValue;
|
|
2623
2623
|
40: StyleValue;
|
|
2624
2624
|
72: StyleValue;
|
|
@@ -2643,12 +2643,12 @@ export declare const atoms: {
|
|
|
2643
2643
|
};
|
|
2644
2644
|
10: StyleValue;
|
|
2645
2645
|
100: StyleValue;
|
|
2646
|
-
50: StyleValue;
|
|
2647
|
-
30: StyleValue;
|
|
2648
2646
|
20: StyleValue;
|
|
2649
2647
|
25: StyleValue;
|
|
2648
|
+
30: StyleValue;
|
|
2650
2649
|
33: StyleValue;
|
|
2651
2650
|
40: StyleValue;
|
|
2651
|
+
50: StyleValue;
|
|
2652
2652
|
60: StyleValue;
|
|
2653
2653
|
66: StyleValue;
|
|
2654
2654
|
70: StyleValue;
|
|
@@ -2664,12 +2664,12 @@ export declare const atoms: {
|
|
|
2664
2664
|
6: StyleValue;
|
|
2665
2665
|
11: StyleValue;
|
|
2666
2666
|
8: StyleValue;
|
|
2667
|
+
9: StyleValue;
|
|
2667
2668
|
64: StyleValue;
|
|
2668
2669
|
16: StyleValue;
|
|
2669
2670
|
7: StyleValue;
|
|
2670
2671
|
12: StyleValue;
|
|
2671
2672
|
24: StyleValue;
|
|
2672
|
-
9: StyleValue;
|
|
2673
2673
|
14: StyleValue;
|
|
2674
2674
|
72: StyleValue;
|
|
2675
2675
|
96: StyleValue;
|
|
@@ -2688,7 +2688,7 @@ export declare const atoms: {
|
|
|
2688
2688
|
textAlign: Record<"center" | "auto" | "left" | "right" | "justify", StyleValue>;
|
|
2689
2689
|
fontWeight: Record<"bold" | "normal" | "thin" | "light" | "medium" | "semibold" | "black" | "extrabold" | "extralight", StyleValue>;
|
|
2690
2690
|
fontSize: Record<"base" | "xs" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl", StyleValue>;
|
|
2691
|
-
lineHeight: Record<3 | 5 | 4 | 6 | 8 | 10 | "none" | 7 |
|
|
2691
|
+
lineHeight: Record<3 | 5 | 4 | 6 | 8 | 10 | 9 | "none" | 7 | "normal" | "tight" | "snug" | "relaxed" | "loose", StyleValue>;
|
|
2692
2692
|
letterSpacing: Record<"normal" | "tight" | "tighter" | "wide" | "wider" | "widest", StyleValue>;
|
|
2693
2693
|
textTransform: Record<"none" | "uppercase" | "lowercase" | "capitalize", StyleValue>;
|
|
2694
2694
|
textDecoration: Record<"none" | "underline" | "lineThrough" | "underlineLineThrough", StyleValue>;
|
|
@@ -2698,14 +2698,14 @@ export declare const atoms: {
|
|
|
2698
2698
|
scale: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
2699
2699
|
scaleX: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
2700
2700
|
scaleY: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
2701
|
-
translateX: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2702
|
-
translateY: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2701
|
+
translateX: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2702
|
+
translateY: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2703
2703
|
};
|
|
2704
2704
|
position: {
|
|
2705
|
-
top: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2706
|
-
right: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2707
|
-
bottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2708
|
-
left: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2705
|
+
top: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2706
|
+
right: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2707
|
+
bottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2708
|
+
left: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2709
2709
|
topLeft: (top: number, left: number) => {
|
|
2710
2710
|
position: "absolute";
|
|
2711
2711
|
top: number;
|
|
@@ -2735,9 +2735,9 @@ export declare const atoms: {
|
|
|
2735
2735
|
};
|
|
2736
2736
|
aspectRatio: Record<"video" | "wide" | "square" | "photo" | "portrait" | "ultrawide" | "1/1" | "3/2" | "4/3" | "16/9" | "21/9", StyleValue>;
|
|
2737
2737
|
gap: {
|
|
2738
|
-
row: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2739
|
-
column: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2740
|
-
all: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
2738
|
+
row: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2739
|
+
column: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2740
|
+
all: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
2741
2741
|
};
|
|
2742
2742
|
layouts: {
|
|
2743
2743
|
fullScreen: {
|
|
@@ -3754,24 +3754,24 @@ export declare const a: {
|
|
|
3754
3754
|
backgrounds: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
|
|
3755
3755
|
textColors: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
|
|
3756
3756
|
spacingAtoms: {
|
|
3757
|
-
margin: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
3758
|
-
marginTop: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
3759
|
-
marginRight: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
3760
|
-
marginBottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
3761
|
-
marginLeft: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
3762
|
-
marginHorizontal: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
3763
|
-
marginVertical: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
3764
|
-
padding: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
3765
|
-
paddingTop: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
3766
|
-
paddingRight: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
3767
|
-
paddingBottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
3768
|
-
paddingLeft: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
3769
|
-
paddingHorizontal: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
3770
|
-
paddingVertical: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
3757
|
+
margin: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
3758
|
+
marginTop: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
3759
|
+
marginRight: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
3760
|
+
marginBottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
3761
|
+
marginLeft: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
3762
|
+
marginHorizontal: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
3763
|
+
marginVertical: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
3764
|
+
padding: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
3765
|
+
paddingTop: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
3766
|
+
paddingRight: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
3767
|
+
paddingBottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
3768
|
+
paddingLeft: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
3769
|
+
paddingHorizontal: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
3770
|
+
paddingVertical: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
3771
3771
|
};
|
|
3772
3772
|
sizes: {
|
|
3773
3773
|
width: {
|
|
3774
|
-
percent: Record<"10" | "100" | "
|
|
3774
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
3775
3775
|
0: StyleValue;
|
|
3776
3776
|
2: StyleValue;
|
|
3777
3777
|
1: StyleValue;
|
|
@@ -3783,6 +3783,7 @@ export declare const a: {
|
|
|
3783
3783
|
8: StyleValue;
|
|
3784
3784
|
10: StyleValue;
|
|
3785
3785
|
60: StyleValue;
|
|
3786
|
+
9: StyleValue;
|
|
3786
3787
|
64: StyleValue;
|
|
3787
3788
|
16: StyleValue;
|
|
3788
3789
|
20: StyleValue;
|
|
@@ -3790,7 +3791,6 @@ export declare const a: {
|
|
|
3790
3791
|
12: StyleValue;
|
|
3791
3792
|
24: StyleValue;
|
|
3792
3793
|
80: StyleValue;
|
|
3793
|
-
9: StyleValue;
|
|
3794
3794
|
14: StyleValue;
|
|
3795
3795
|
40: StyleValue;
|
|
3796
3796
|
72: StyleValue;
|
|
@@ -3805,7 +3805,7 @@ export declare const a: {
|
|
|
3805
3805
|
52: StyleValue;
|
|
3806
3806
|
};
|
|
3807
3807
|
height: {
|
|
3808
|
-
percent: Record<"10" | "100" | "
|
|
3808
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
3809
3809
|
0: StyleValue;
|
|
3810
3810
|
2: StyleValue;
|
|
3811
3811
|
1: StyleValue;
|
|
@@ -3817,6 +3817,7 @@ export declare const a: {
|
|
|
3817
3817
|
8: StyleValue;
|
|
3818
3818
|
10: StyleValue;
|
|
3819
3819
|
60: StyleValue;
|
|
3820
|
+
9: StyleValue;
|
|
3820
3821
|
64: StyleValue;
|
|
3821
3822
|
16: StyleValue;
|
|
3822
3823
|
20: StyleValue;
|
|
@@ -3824,7 +3825,6 @@ export declare const a: {
|
|
|
3824
3825
|
12: StyleValue;
|
|
3825
3826
|
24: StyleValue;
|
|
3826
3827
|
80: StyleValue;
|
|
3827
|
-
9: StyleValue;
|
|
3828
3828
|
14: StyleValue;
|
|
3829
3829
|
40: StyleValue;
|
|
3830
3830
|
72: StyleValue;
|
|
@@ -3839,7 +3839,7 @@ export declare const a: {
|
|
|
3839
3839
|
52: StyleValue;
|
|
3840
3840
|
};
|
|
3841
3841
|
minWidth: {
|
|
3842
|
-
percent: Record<"10" | "100" | "
|
|
3842
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
3843
3843
|
0: StyleValue;
|
|
3844
3844
|
2: StyleValue;
|
|
3845
3845
|
1: StyleValue;
|
|
@@ -3851,6 +3851,7 @@ export declare const a: {
|
|
|
3851
3851
|
8: StyleValue;
|
|
3852
3852
|
10: StyleValue;
|
|
3853
3853
|
60: StyleValue;
|
|
3854
|
+
9: StyleValue;
|
|
3854
3855
|
64: StyleValue;
|
|
3855
3856
|
16: StyleValue;
|
|
3856
3857
|
20: StyleValue;
|
|
@@ -3858,7 +3859,6 @@ export declare const a: {
|
|
|
3858
3859
|
12: StyleValue;
|
|
3859
3860
|
24: StyleValue;
|
|
3860
3861
|
80: StyleValue;
|
|
3861
|
-
9: StyleValue;
|
|
3862
3862
|
14: StyleValue;
|
|
3863
3863
|
40: StyleValue;
|
|
3864
3864
|
72: StyleValue;
|
|
@@ -3873,7 +3873,7 @@ export declare const a: {
|
|
|
3873
3873
|
52: StyleValue;
|
|
3874
3874
|
};
|
|
3875
3875
|
minHeight: {
|
|
3876
|
-
percent: Record<"10" | "100" | "
|
|
3876
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
3877
3877
|
0: StyleValue;
|
|
3878
3878
|
2: StyleValue;
|
|
3879
3879
|
1: StyleValue;
|
|
@@ -3885,6 +3885,7 @@ export declare const a: {
|
|
|
3885
3885
|
8: StyleValue;
|
|
3886
3886
|
10: StyleValue;
|
|
3887
3887
|
60: StyleValue;
|
|
3888
|
+
9: StyleValue;
|
|
3888
3889
|
64: StyleValue;
|
|
3889
3890
|
16: StyleValue;
|
|
3890
3891
|
20: StyleValue;
|
|
@@ -3892,7 +3893,6 @@ export declare const a: {
|
|
|
3892
3893
|
12: StyleValue;
|
|
3893
3894
|
24: StyleValue;
|
|
3894
3895
|
80: StyleValue;
|
|
3895
|
-
9: StyleValue;
|
|
3896
3896
|
14: StyleValue;
|
|
3897
3897
|
40: StyleValue;
|
|
3898
3898
|
72: StyleValue;
|
|
@@ -3907,7 +3907,7 @@ export declare const a: {
|
|
|
3907
3907
|
52: StyleValue;
|
|
3908
3908
|
};
|
|
3909
3909
|
maxWidth: {
|
|
3910
|
-
percent: Record<"10" | "100" | "
|
|
3910
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
3911
3911
|
0: StyleValue;
|
|
3912
3912
|
2: StyleValue;
|
|
3913
3913
|
1: StyleValue;
|
|
@@ -3919,6 +3919,7 @@ export declare const a: {
|
|
|
3919
3919
|
8: StyleValue;
|
|
3920
3920
|
10: StyleValue;
|
|
3921
3921
|
60: StyleValue;
|
|
3922
|
+
9: StyleValue;
|
|
3922
3923
|
64: StyleValue;
|
|
3923
3924
|
16: StyleValue;
|
|
3924
3925
|
20: StyleValue;
|
|
@@ -3926,7 +3927,6 @@ export declare const a: {
|
|
|
3926
3927
|
12: StyleValue;
|
|
3927
3928
|
24: StyleValue;
|
|
3928
3929
|
80: StyleValue;
|
|
3929
|
-
9: StyleValue;
|
|
3930
3930
|
14: StyleValue;
|
|
3931
3931
|
40: StyleValue;
|
|
3932
3932
|
72: StyleValue;
|
|
@@ -3941,7 +3941,7 @@ export declare const a: {
|
|
|
3941
3941
|
52: StyleValue;
|
|
3942
3942
|
};
|
|
3943
3943
|
maxHeight: {
|
|
3944
|
-
percent: Record<"10" | "100" | "
|
|
3944
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
3945
3945
|
0: StyleValue;
|
|
3946
3946
|
2: StyleValue;
|
|
3947
3947
|
1: StyleValue;
|
|
@@ -3953,6 +3953,7 @@ export declare const a: {
|
|
|
3953
3953
|
8: StyleValue;
|
|
3954
3954
|
10: StyleValue;
|
|
3955
3955
|
60: StyleValue;
|
|
3956
|
+
9: StyleValue;
|
|
3956
3957
|
64: StyleValue;
|
|
3957
3958
|
16: StyleValue;
|
|
3958
3959
|
20: StyleValue;
|
|
@@ -3960,7 +3961,6 @@ export declare const a: {
|
|
|
3960
3961
|
12: StyleValue;
|
|
3961
3962
|
24: StyleValue;
|
|
3962
3963
|
80: StyleValue;
|
|
3963
|
-
9: StyleValue;
|
|
3964
3964
|
14: StyleValue;
|
|
3965
3965
|
40: StyleValue;
|
|
3966
3966
|
72: StyleValue;
|
|
@@ -3985,12 +3985,12 @@ export declare const a: {
|
|
|
3985
3985
|
};
|
|
3986
3986
|
10: StyleValue;
|
|
3987
3987
|
100: StyleValue;
|
|
3988
|
-
50: StyleValue;
|
|
3989
|
-
30: StyleValue;
|
|
3990
3988
|
20: StyleValue;
|
|
3991
3989
|
25: StyleValue;
|
|
3990
|
+
30: StyleValue;
|
|
3992
3991
|
33: StyleValue;
|
|
3993
3992
|
40: StyleValue;
|
|
3993
|
+
50: StyleValue;
|
|
3994
3994
|
60: StyleValue;
|
|
3995
3995
|
66: StyleValue;
|
|
3996
3996
|
70: StyleValue;
|
|
@@ -4006,12 +4006,12 @@ export declare const a: {
|
|
|
4006
4006
|
6: StyleValue;
|
|
4007
4007
|
11: StyleValue;
|
|
4008
4008
|
8: StyleValue;
|
|
4009
|
+
9: StyleValue;
|
|
4009
4010
|
64: StyleValue;
|
|
4010
4011
|
16: StyleValue;
|
|
4011
4012
|
7: StyleValue;
|
|
4012
4013
|
12: StyleValue;
|
|
4013
4014
|
24: StyleValue;
|
|
4014
|
-
9: StyleValue;
|
|
4015
4015
|
14: StyleValue;
|
|
4016
4016
|
72: StyleValue;
|
|
4017
4017
|
96: StyleValue;
|
|
@@ -4030,7 +4030,7 @@ export declare const a: {
|
|
|
4030
4030
|
textAlign: Record<"center" | "auto" | "left" | "right" | "justify", StyleValue>;
|
|
4031
4031
|
fontWeight: Record<"bold" | "normal" | "thin" | "light" | "medium" | "semibold" | "black" | "extrabold" | "extralight", StyleValue>;
|
|
4032
4032
|
fontSize: Record<"base" | "xs" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl", StyleValue>;
|
|
4033
|
-
lineHeight: Record<3 | 5 | 4 | 6 | 8 | 10 | "none" | 7 |
|
|
4033
|
+
lineHeight: Record<3 | 5 | 4 | 6 | 8 | 10 | 9 | "none" | 7 | "normal" | "tight" | "snug" | "relaxed" | "loose", StyleValue>;
|
|
4034
4034
|
letterSpacing: Record<"normal" | "tight" | "tighter" | "wide" | "wider" | "widest", StyleValue>;
|
|
4035
4035
|
textTransform: Record<"none" | "uppercase" | "lowercase" | "capitalize", StyleValue>;
|
|
4036
4036
|
textDecoration: Record<"none" | "underline" | "lineThrough" | "underlineLineThrough", StyleValue>;
|
|
@@ -4040,14 +4040,14 @@ export declare const a: {
|
|
|
4040
4040
|
scale: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
4041
4041
|
scaleX: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
4042
4042
|
scaleY: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
4043
|
-
translateX: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4044
|
-
translateY: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4043
|
+
translateX: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4044
|
+
translateY: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4045
4045
|
};
|
|
4046
4046
|
position: {
|
|
4047
|
-
top: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4048
|
-
right: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4049
|
-
bottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4050
|
-
left: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4047
|
+
top: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4048
|
+
right: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4049
|
+
bottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4050
|
+
left: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4051
4051
|
topLeft: (top: number, left: number) => {
|
|
4052
4052
|
position: "absolute";
|
|
4053
4053
|
top: number;
|
|
@@ -4077,9 +4077,9 @@ export declare const a: {
|
|
|
4077
4077
|
};
|
|
4078
4078
|
aspectRatio: Record<"video" | "wide" | "square" | "photo" | "portrait" | "ultrawide" | "1/1" | "3/2" | "4/3" | "16/9" | "21/9", StyleValue>;
|
|
4079
4079
|
gap: {
|
|
4080
|
-
row: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4081
|
-
column: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4082
|
-
all: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4080
|
+
row: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4081
|
+
column: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4082
|
+
all: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4083
4083
|
};
|
|
4084
4084
|
layouts: {
|
|
4085
4085
|
fullScreen: {
|
|
@@ -4132,22 +4132,22 @@ export declare const a: {
|
|
|
4132
4132
|
};
|
|
4133
4133
|
export declare const bg: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
|
|
4134
4134
|
export declare const text: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
|
|
4135
|
-
export declare const m: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4136
|
-
export declare const mt: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4137
|
-
export declare const mr: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4138
|
-
export declare const mb: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4139
|
-
export declare const ml: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4140
|
-
export declare const mx: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4141
|
-
export declare const my: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4142
|
-
export declare const p: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4143
|
-
export declare const pt: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4144
|
-
export declare const pr: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4145
|
-
export declare const pb: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4146
|
-
export declare const pl: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4147
|
-
export declare const px: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4148
|
-
export declare const py: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4135
|
+
export declare const m: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4136
|
+
export declare const mt: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4137
|
+
export declare const mr: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4138
|
+
export declare const mb: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4139
|
+
export declare const ml: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4140
|
+
export declare const mx: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4141
|
+
export declare const my: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4142
|
+
export declare const p: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4143
|
+
export declare const pt: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4144
|
+
export declare const pr: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4145
|
+
export declare const pb: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4146
|
+
export declare const pl: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4147
|
+
export declare const px: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4148
|
+
export declare const py: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4149
4149
|
export declare const w: {
|
|
4150
|
-
percent: Record<"10" | "100" | "
|
|
4150
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
4151
4151
|
0: StyleValue;
|
|
4152
4152
|
2: StyleValue;
|
|
4153
4153
|
1: StyleValue;
|
|
@@ -4159,6 +4159,7 @@ export declare const w: {
|
|
|
4159
4159
|
8: StyleValue;
|
|
4160
4160
|
10: StyleValue;
|
|
4161
4161
|
60: StyleValue;
|
|
4162
|
+
9: StyleValue;
|
|
4162
4163
|
64: StyleValue;
|
|
4163
4164
|
16: StyleValue;
|
|
4164
4165
|
20: StyleValue;
|
|
@@ -4166,7 +4167,6 @@ export declare const w: {
|
|
|
4166
4167
|
12: StyleValue;
|
|
4167
4168
|
24: StyleValue;
|
|
4168
4169
|
80: StyleValue;
|
|
4169
|
-
9: StyleValue;
|
|
4170
4170
|
14: StyleValue;
|
|
4171
4171
|
40: StyleValue;
|
|
4172
4172
|
72: StyleValue;
|
|
@@ -4181,7 +4181,7 @@ export declare const w: {
|
|
|
4181
4181
|
52: StyleValue;
|
|
4182
4182
|
};
|
|
4183
4183
|
export declare const h: {
|
|
4184
|
-
percent: Record<"10" | "100" | "
|
|
4184
|
+
percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
|
|
4185
4185
|
0: StyleValue;
|
|
4186
4186
|
2: StyleValue;
|
|
4187
4187
|
1: StyleValue;
|
|
@@ -4193,6 +4193,7 @@ export declare const h: {
|
|
|
4193
4193
|
8: StyleValue;
|
|
4194
4194
|
10: StyleValue;
|
|
4195
4195
|
60: StyleValue;
|
|
4196
|
+
9: StyleValue;
|
|
4196
4197
|
64: StyleValue;
|
|
4197
4198
|
16: StyleValue;
|
|
4198
4199
|
20: StyleValue;
|
|
@@ -4200,7 +4201,6 @@ export declare const h: {
|
|
|
4200
4201
|
12: StyleValue;
|
|
4201
4202
|
24: StyleValue;
|
|
4202
4203
|
80: StyleValue;
|
|
4203
|
-
9: StyleValue;
|
|
4204
4204
|
14: StyleValue;
|
|
4205
4205
|
40: StyleValue;
|
|
4206
4206
|
72: StyleValue;
|
|
@@ -4215,12 +4215,12 @@ export declare const h: {
|
|
|
4215
4215
|
52: StyleValue;
|
|
4216
4216
|
};
|
|
4217
4217
|
export declare const r: Record<"none" | "full" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md", StyleValue>;
|
|
4218
|
-
export declare const top: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4219
|
-
export declare const right: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4220
|
-
export declare const bottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4221
|
-
export declare const left: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4218
|
+
export declare const top: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4219
|
+
export declare const right: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4220
|
+
export declare const bottom: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4221
|
+
export declare const left: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4222
4222
|
export declare const rotate: Record<0 | 2 | 1 | 3 | 6 | 12 | 180 | 90 | 45 | 270, StyleValue>;
|
|
4223
4223
|
export declare const scale: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
|
|
4224
|
-
export declare const translateX: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4225
|
-
export declare const translateY: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 64 | 16 | 20 | 7 | 12 | 24 | 80 |
|
|
4224
|
+
export declare const translateX: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4225
|
+
export declare const translateY: Record<0 | 2 | 1 | 3 | 5 | 4 | 6 | 11 | 8 | 10 | 60 | 9 | 64 | 16 | 20 | 7 | 12 | 24 | 80 | 14 | 40 | 72 | 96 | 36 | "auto" | 32 | 28 | 44 | 48 | 56 | 52, StyleValue>;
|
|
4226
4226
|
//# sourceMappingURL=atoms.d.ts.map
|