@pandacss/studio 0.4.0 → 0.5.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.
- package/dist/studio.d.mts +13 -0
- package/dist/studio.js +11 -4
- package/dist/studio.mjs +12 -5
- package/package.json +13 -13
- package/styled-system/chunks/src__components__analyzer__category-utilities.css +65 -1
- package/styled-system/chunks/src__components__analyzer__data-combobox.css +29 -0
- package/styled-system/chunks/src__components__analyzer__file-details.css +36 -0
- package/styled-system/chunks/src__components__analyzer__report-item-columns.css +1 -0
- package/styled-system/chunks/src__components__analyzer__report-item-link.css +96 -0
- package/styled-system/chunks/src__components__analyzer__utility-details.css +65 -0
- package/styled-system/chunks/src__components__color-constrast.css +1 -2
- package/styled-system/chunks/src__components__color-wrapper.css +96 -0
- package/styled-system/chunks/src__components__colors.css +2 -2
- package/styled-system/chunks/src__components__font-tokens.css +1 -1
- package/styled-system/chunks/src__components__input.css +62 -0
- package/styled-system/chunks/src__components__layer-styles.css +26 -0
- package/styled-system/chunks/src__components__nav-item.css +72 -0
- package/styled-system/chunks/src__components__overview.css +25 -1
- package/styled-system/chunks/src__components__side-nav-item.css +24 -0
- package/styled-system/chunks/src__components__side-nav.css +2 -2
- package/styled-system/chunks/src__components__theme-toggle.css +12 -0
- package/styled-system/chunks/src__components__token-analyzer.css +149 -1
- package/styled-system/chunks/src__layouts__Sidebar.css +24 -0
- package/styled-system/helpers.mjs +35 -22
- package/styled-system/styles.css +5 -266
- package/styled-system/tokens/index.css +101 -30
- package/styled-system/tokens/index.mjs +322 -38
- package/styled-system/tokens/tokens.d.ts +3 -3
- package/styled-system/types/pattern.d.ts +1 -1
- package/styled-system/types/prop-type.d.ts +1 -1
- package/styled-system/types/system-types.d.ts +1 -1
- package/styled-system/chunks/..__core____tests____atomic-rule.test.css +0 -363
- package/styled-system/chunks/src__components__analyzer__quick-tooltip.css +0 -2
- package/styled-system/chunks/src__components__analyzer__token-search-combobox.css +0 -2
- package/styled-system/chunks/src__layouts__Layout.css +0 -2
- package/styled-system/chunks/src__pages__colors.css +0 -2
- package/styled-system/chunks/src__pages__font-sizes.css +0 -2
- package/styled-system/chunks/src__pages__font-weights.css +0 -2
- package/styled-system/chunks/src__pages__fonts.css +0 -2
- package/styled-system/chunks/src__pages__index.css +0 -2
- package/styled-system/chunks/src__pages__layer-styles.css +0 -2
- package/styled-system/chunks/src__pages__letter-spacings.css +0 -2
- package/styled-system/chunks/src__pages__line-heights.css +0 -2
- package/styled-system/chunks/src__pages__playground__contrast-checker.css +0 -2
- package/styled-system/chunks/src__pages__playground__typography.css +0 -2
- package/styled-system/chunks/src__pages__radii.css +0 -2
- package/styled-system/chunks/src__pages__sizes.css +0 -2
- package/styled-system/chunks/src__pages__spacing.css +0 -2
- package/styled-system/chunks/src__pages__text-styles.css +0 -2
- package/styled-system/chunks/src__pages__token-analyzer__file.css +0 -2
- package/styled-system/chunks/src__pages__token-analyzer__index.css +0 -2
- package/styled-system/chunks/src__pages__token-analyzer__utility.css +0 -2
|
@@ -724,6 +724,10 @@ const tokens = {
|
|
|
724
724
|
value: '#881337',
|
|
725
725
|
variable: 'var(--colors-rose-900)',
|
|
726
726
|
},
|
|
727
|
+
'colors.rose.950': {
|
|
728
|
+
value: '#4c0519',
|
|
729
|
+
variable: 'var(--colors-rose-950)',
|
|
730
|
+
},
|
|
727
731
|
'colors.pink.50': {
|
|
728
732
|
value: '#fdf2f8',
|
|
729
733
|
variable: 'var(--colors-pink-50)',
|
|
@@ -764,6 +768,10 @@ const tokens = {
|
|
|
764
768
|
value: '#831843',
|
|
765
769
|
variable: 'var(--colors-pink-900)',
|
|
766
770
|
},
|
|
771
|
+
'colors.pink.950': {
|
|
772
|
+
value: '#500724',
|
|
773
|
+
variable: 'var(--colors-pink-950)',
|
|
774
|
+
},
|
|
767
775
|
'colors.fuchsia.50': {
|
|
768
776
|
value: '#fdf4ff',
|
|
769
777
|
variable: 'var(--colors-fuchsia-50)',
|
|
@@ -804,46 +812,98 @@ const tokens = {
|
|
|
804
812
|
value: '#701a75',
|
|
805
813
|
variable: 'var(--colors-fuchsia-900)',
|
|
806
814
|
},
|
|
815
|
+
'colors.fuchsia.950': {
|
|
816
|
+
value: '#4a044e',
|
|
817
|
+
variable: 'var(--colors-fuchsia-950)',
|
|
818
|
+
},
|
|
807
819
|
'colors.purple.50': {
|
|
808
|
-
value: '#
|
|
820
|
+
value: '#faf5ff',
|
|
809
821
|
variable: 'var(--colors-purple-50)',
|
|
810
822
|
},
|
|
811
823
|
'colors.purple.100': {
|
|
812
|
-
value: '#
|
|
824
|
+
value: '#f3e8ff',
|
|
813
825
|
variable: 'var(--colors-purple-100)',
|
|
814
826
|
},
|
|
815
827
|
'colors.purple.200': {
|
|
816
|
-
value: '#
|
|
828
|
+
value: '#e9d5ff',
|
|
817
829
|
variable: 'var(--colors-purple-200)',
|
|
818
830
|
},
|
|
819
831
|
'colors.purple.300': {
|
|
820
|
-
value: '#
|
|
832
|
+
value: '#d8b4fe',
|
|
821
833
|
variable: 'var(--colors-purple-300)',
|
|
822
834
|
},
|
|
823
835
|
'colors.purple.400': {
|
|
824
|
-
value: '#
|
|
836
|
+
value: '#c084fc',
|
|
825
837
|
variable: 'var(--colors-purple-400)',
|
|
826
838
|
},
|
|
827
839
|
'colors.purple.500': {
|
|
828
|
-
value: '#
|
|
840
|
+
value: '#a855f7',
|
|
829
841
|
variable: 'var(--colors-purple-500)',
|
|
830
842
|
},
|
|
831
843
|
'colors.purple.600': {
|
|
832
|
-
value: '#
|
|
844
|
+
value: '#9333ea',
|
|
833
845
|
variable: 'var(--colors-purple-600)',
|
|
834
846
|
},
|
|
835
847
|
'colors.purple.700': {
|
|
836
|
-
value: '#
|
|
848
|
+
value: '#7e22ce',
|
|
837
849
|
variable: 'var(--colors-purple-700)',
|
|
838
850
|
},
|
|
839
851
|
'colors.purple.800': {
|
|
840
|
-
value: '#
|
|
852
|
+
value: '#6b21a8',
|
|
841
853
|
variable: 'var(--colors-purple-800)',
|
|
842
854
|
},
|
|
843
855
|
'colors.purple.900': {
|
|
844
|
-
value: '#
|
|
856
|
+
value: '#581c87',
|
|
845
857
|
variable: 'var(--colors-purple-900)',
|
|
846
858
|
},
|
|
859
|
+
'colors.purple.950': {
|
|
860
|
+
value: '#3b0764',
|
|
861
|
+
variable: 'var(--colors-purple-950)',
|
|
862
|
+
},
|
|
863
|
+
'colors.violet.50': {
|
|
864
|
+
value: '#f5f3ff',
|
|
865
|
+
variable: 'var(--colors-violet-50)',
|
|
866
|
+
},
|
|
867
|
+
'colors.violet.100': {
|
|
868
|
+
value: '#ede9fe',
|
|
869
|
+
variable: 'var(--colors-violet-100)',
|
|
870
|
+
},
|
|
871
|
+
'colors.violet.200': {
|
|
872
|
+
value: '#ddd6fe',
|
|
873
|
+
variable: 'var(--colors-violet-200)',
|
|
874
|
+
},
|
|
875
|
+
'colors.violet.300': {
|
|
876
|
+
value: '#c4b5fd',
|
|
877
|
+
variable: 'var(--colors-violet-300)',
|
|
878
|
+
},
|
|
879
|
+
'colors.violet.400': {
|
|
880
|
+
value: '#a78bfa',
|
|
881
|
+
variable: 'var(--colors-violet-400)',
|
|
882
|
+
},
|
|
883
|
+
'colors.violet.500': {
|
|
884
|
+
value: '#8b5cf6',
|
|
885
|
+
variable: 'var(--colors-violet-500)',
|
|
886
|
+
},
|
|
887
|
+
'colors.violet.600': {
|
|
888
|
+
value: '#7c3aed',
|
|
889
|
+
variable: 'var(--colors-violet-600)',
|
|
890
|
+
},
|
|
891
|
+
'colors.violet.700': {
|
|
892
|
+
value: '#6d28d9',
|
|
893
|
+
variable: 'var(--colors-violet-700)',
|
|
894
|
+
},
|
|
895
|
+
'colors.violet.800': {
|
|
896
|
+
value: '#5b21b6',
|
|
897
|
+
variable: 'var(--colors-violet-800)',
|
|
898
|
+
},
|
|
899
|
+
'colors.violet.900': {
|
|
900
|
+
value: '#4c1d95',
|
|
901
|
+
variable: 'var(--colors-violet-900)',
|
|
902
|
+
},
|
|
903
|
+
'colors.violet.950': {
|
|
904
|
+
value: '#2e1065',
|
|
905
|
+
variable: 'var(--colors-violet-950)',
|
|
906
|
+
},
|
|
847
907
|
'colors.indigo.50': {
|
|
848
908
|
value: '#eef2ff',
|
|
849
909
|
variable: 'var(--colors-indigo-50)',
|
|
@@ -884,6 +944,10 @@ const tokens = {
|
|
|
884
944
|
value: '#312e81',
|
|
885
945
|
variable: 'var(--colors-indigo-900)',
|
|
886
946
|
},
|
|
947
|
+
'colors.indigo.950': {
|
|
948
|
+
value: '#1e1b4b',
|
|
949
|
+
variable: 'var(--colors-indigo-950)',
|
|
950
|
+
},
|
|
887
951
|
'colors.blue.50': {
|
|
888
952
|
value: '#eff6ff',
|
|
889
953
|
variable: 'var(--colors-blue-50)',
|
|
@@ -924,6 +988,10 @@ const tokens = {
|
|
|
924
988
|
value: '#1e3a8a',
|
|
925
989
|
variable: 'var(--colors-blue-900)',
|
|
926
990
|
},
|
|
991
|
+
'colors.blue.950': {
|
|
992
|
+
value: '#172554',
|
|
993
|
+
variable: 'var(--colors-blue-950)',
|
|
994
|
+
},
|
|
927
995
|
'colors.sky.50': {
|
|
928
996
|
value: '#f0f9ff',
|
|
929
997
|
variable: 'var(--colors-sky-50)',
|
|
@@ -964,6 +1032,10 @@ const tokens = {
|
|
|
964
1032
|
value: '#0c4a6e',
|
|
965
1033
|
variable: 'var(--colors-sky-900)',
|
|
966
1034
|
},
|
|
1035
|
+
'colors.sky.950': {
|
|
1036
|
+
value: '#082f49',
|
|
1037
|
+
variable: 'var(--colors-sky-950)',
|
|
1038
|
+
},
|
|
967
1039
|
'colors.cyan.50': {
|
|
968
1040
|
value: '#ecfeff',
|
|
969
1041
|
variable: 'var(--colors-cyan-50)',
|
|
@@ -1004,6 +1076,10 @@ const tokens = {
|
|
|
1004
1076
|
value: '#164e63',
|
|
1005
1077
|
variable: 'var(--colors-cyan-900)',
|
|
1006
1078
|
},
|
|
1079
|
+
'colors.cyan.950': {
|
|
1080
|
+
value: '#083344',
|
|
1081
|
+
variable: 'var(--colors-cyan-950)',
|
|
1082
|
+
},
|
|
1007
1083
|
'colors.teal.50': {
|
|
1008
1084
|
value: '#f0fdfa',
|
|
1009
1085
|
variable: 'var(--colors-teal-50)',
|
|
@@ -1044,46 +1120,98 @@ const tokens = {
|
|
|
1044
1120
|
value: '#134e4a',
|
|
1045
1121
|
variable: 'var(--colors-teal-900)',
|
|
1046
1122
|
},
|
|
1047
|
-
'colors.
|
|
1123
|
+
'colors.teal.950': {
|
|
1124
|
+
value: '#042f2e',
|
|
1125
|
+
variable: 'var(--colors-teal-950)',
|
|
1126
|
+
},
|
|
1127
|
+
'colors.emerald.50': {
|
|
1048
1128
|
value: '#ecfdf5',
|
|
1129
|
+
variable: 'var(--colors-emerald-50)',
|
|
1130
|
+
},
|
|
1131
|
+
'colors.emerald.100': {
|
|
1132
|
+
value: '#d1fae5',
|
|
1133
|
+
variable: 'var(--colors-emerald-100)',
|
|
1134
|
+
},
|
|
1135
|
+
'colors.emerald.200': {
|
|
1136
|
+
value: '#a7f3d0',
|
|
1137
|
+
variable: 'var(--colors-emerald-200)',
|
|
1138
|
+
},
|
|
1139
|
+
'colors.emerald.300': {
|
|
1140
|
+
value: '#6ee7b7',
|
|
1141
|
+
variable: 'var(--colors-emerald-300)',
|
|
1142
|
+
},
|
|
1143
|
+
'colors.emerald.400': {
|
|
1144
|
+
value: '#34d399',
|
|
1145
|
+
variable: 'var(--colors-emerald-400)',
|
|
1146
|
+
},
|
|
1147
|
+
'colors.emerald.500': {
|
|
1148
|
+
value: '#10b981',
|
|
1149
|
+
variable: 'var(--colors-emerald-500)',
|
|
1150
|
+
},
|
|
1151
|
+
'colors.emerald.600': {
|
|
1152
|
+
value: '#059669',
|
|
1153
|
+
variable: 'var(--colors-emerald-600)',
|
|
1154
|
+
},
|
|
1155
|
+
'colors.emerald.700': {
|
|
1156
|
+
value: '#047857',
|
|
1157
|
+
variable: 'var(--colors-emerald-700)',
|
|
1158
|
+
},
|
|
1159
|
+
'colors.emerald.800': {
|
|
1160
|
+
value: '#065f46',
|
|
1161
|
+
variable: 'var(--colors-emerald-800)',
|
|
1162
|
+
},
|
|
1163
|
+
'colors.emerald.900': {
|
|
1164
|
+
value: '#064e3b',
|
|
1165
|
+
variable: 'var(--colors-emerald-900)',
|
|
1166
|
+
},
|
|
1167
|
+
'colors.emerald.950': {
|
|
1168
|
+
value: '#022c22',
|
|
1169
|
+
variable: 'var(--colors-emerald-950)',
|
|
1170
|
+
},
|
|
1171
|
+
'colors.green.50': {
|
|
1172
|
+
value: '#f0fdf4',
|
|
1049
1173
|
variable: 'var(--colors-green-50)',
|
|
1050
1174
|
},
|
|
1051
1175
|
'colors.green.100': {
|
|
1052
|
-
value: '#
|
|
1176
|
+
value: '#dcfce7',
|
|
1053
1177
|
variable: 'var(--colors-green-100)',
|
|
1054
1178
|
},
|
|
1055
1179
|
'colors.green.200': {
|
|
1056
|
-
value: '#
|
|
1180
|
+
value: '#bbf7d0',
|
|
1057
1181
|
variable: 'var(--colors-green-200)',
|
|
1058
1182
|
},
|
|
1059
1183
|
'colors.green.300': {
|
|
1060
|
-
value: '#
|
|
1184
|
+
value: '#86efac',
|
|
1061
1185
|
variable: 'var(--colors-green-300)',
|
|
1062
1186
|
},
|
|
1063
1187
|
'colors.green.400': {
|
|
1064
|
-
value: '#
|
|
1188
|
+
value: '#4ade80',
|
|
1065
1189
|
variable: 'var(--colors-green-400)',
|
|
1066
1190
|
},
|
|
1067
1191
|
'colors.green.500': {
|
|
1068
|
-
value: '#
|
|
1192
|
+
value: '#22c55e',
|
|
1069
1193
|
variable: 'var(--colors-green-500)',
|
|
1070
1194
|
},
|
|
1071
1195
|
'colors.green.600': {
|
|
1072
|
-
value: '#
|
|
1196
|
+
value: '#16a34a',
|
|
1073
1197
|
variable: 'var(--colors-green-600)',
|
|
1074
1198
|
},
|
|
1075
1199
|
'colors.green.700': {
|
|
1076
|
-
value: '#
|
|
1200
|
+
value: '#15803d',
|
|
1077
1201
|
variable: 'var(--colors-green-700)',
|
|
1078
1202
|
},
|
|
1079
1203
|
'colors.green.800': {
|
|
1080
|
-
value: '#
|
|
1204
|
+
value: '#166534',
|
|
1081
1205
|
variable: 'var(--colors-green-800)',
|
|
1082
1206
|
},
|
|
1083
1207
|
'colors.green.900': {
|
|
1084
|
-
value: '#
|
|
1208
|
+
value: '#14532d',
|
|
1085
1209
|
variable: 'var(--colors-green-900)',
|
|
1086
1210
|
},
|
|
1211
|
+
'colors.green.950': {
|
|
1212
|
+
value: '#052e16',
|
|
1213
|
+
variable: 'var(--colors-green-950)',
|
|
1214
|
+
},
|
|
1087
1215
|
'colors.lime.50': {
|
|
1088
1216
|
value: '#f7fee7',
|
|
1089
1217
|
variable: 'var(--colors-lime-50)',
|
|
@@ -1124,46 +1252,98 @@ const tokens = {
|
|
|
1124
1252
|
value: '#365314',
|
|
1125
1253
|
variable: 'var(--colors-lime-900)',
|
|
1126
1254
|
},
|
|
1255
|
+
'colors.lime.950': {
|
|
1256
|
+
value: '#1a2e05',
|
|
1257
|
+
variable: 'var(--colors-lime-950)',
|
|
1258
|
+
},
|
|
1127
1259
|
'colors.yellow.50': {
|
|
1128
|
-
value: '#
|
|
1260
|
+
value: '#fefce8',
|
|
1129
1261
|
variable: 'var(--colors-yellow-50)',
|
|
1130
1262
|
},
|
|
1131
1263
|
'colors.yellow.100': {
|
|
1132
|
-
value: '#
|
|
1264
|
+
value: '#fef9c3',
|
|
1133
1265
|
variable: 'var(--colors-yellow-100)',
|
|
1134
1266
|
},
|
|
1135
1267
|
'colors.yellow.200': {
|
|
1136
|
-
value: '#
|
|
1268
|
+
value: '#fef08a',
|
|
1137
1269
|
variable: 'var(--colors-yellow-200)',
|
|
1138
1270
|
},
|
|
1139
1271
|
'colors.yellow.300': {
|
|
1140
|
-
value: '#
|
|
1272
|
+
value: '#fde047',
|
|
1141
1273
|
variable: 'var(--colors-yellow-300)',
|
|
1142
1274
|
},
|
|
1143
1275
|
'colors.yellow.400': {
|
|
1144
|
-
value: '#
|
|
1276
|
+
value: '#facc15',
|
|
1145
1277
|
variable: 'var(--colors-yellow-400)',
|
|
1146
1278
|
},
|
|
1147
1279
|
'colors.yellow.500': {
|
|
1148
|
-
value: '#
|
|
1280
|
+
value: '#eab308',
|
|
1149
1281
|
variable: 'var(--colors-yellow-500)',
|
|
1150
1282
|
},
|
|
1151
1283
|
'colors.yellow.600': {
|
|
1152
|
-
value: '#
|
|
1284
|
+
value: '#ca8a04',
|
|
1153
1285
|
variable: 'var(--colors-yellow-600)',
|
|
1154
1286
|
},
|
|
1155
1287
|
'colors.yellow.700': {
|
|
1156
|
-
value: '#
|
|
1288
|
+
value: '#a16207',
|
|
1157
1289
|
variable: 'var(--colors-yellow-700)',
|
|
1158
1290
|
},
|
|
1159
1291
|
'colors.yellow.800': {
|
|
1160
|
-
value: '#
|
|
1292
|
+
value: '#854d0e',
|
|
1161
1293
|
variable: 'var(--colors-yellow-800)',
|
|
1162
1294
|
},
|
|
1163
1295
|
'colors.yellow.900': {
|
|
1164
|
-
value: '#
|
|
1296
|
+
value: '#713f12',
|
|
1165
1297
|
variable: 'var(--colors-yellow-900)',
|
|
1166
1298
|
},
|
|
1299
|
+
'colors.yellow.950': {
|
|
1300
|
+
value: '#422006',
|
|
1301
|
+
variable: 'var(--colors-yellow-950)',
|
|
1302
|
+
},
|
|
1303
|
+
'colors.amber.50': {
|
|
1304
|
+
value: '#fffbeb',
|
|
1305
|
+
variable: 'var(--colors-amber-50)',
|
|
1306
|
+
},
|
|
1307
|
+
'colors.amber.100': {
|
|
1308
|
+
value: '#fef3c7',
|
|
1309
|
+
variable: 'var(--colors-amber-100)',
|
|
1310
|
+
},
|
|
1311
|
+
'colors.amber.200': {
|
|
1312
|
+
value: '#fde68a',
|
|
1313
|
+
variable: 'var(--colors-amber-200)',
|
|
1314
|
+
},
|
|
1315
|
+
'colors.amber.300': {
|
|
1316
|
+
value: '#fcd34d',
|
|
1317
|
+
variable: 'var(--colors-amber-300)',
|
|
1318
|
+
},
|
|
1319
|
+
'colors.amber.400': {
|
|
1320
|
+
value: '#fbbf24',
|
|
1321
|
+
variable: 'var(--colors-amber-400)',
|
|
1322
|
+
},
|
|
1323
|
+
'colors.amber.500': {
|
|
1324
|
+
value: '#f59e0b',
|
|
1325
|
+
variable: 'var(--colors-amber-500)',
|
|
1326
|
+
},
|
|
1327
|
+
'colors.amber.600': {
|
|
1328
|
+
value: '#d97706',
|
|
1329
|
+
variable: 'var(--colors-amber-600)',
|
|
1330
|
+
},
|
|
1331
|
+
'colors.amber.700': {
|
|
1332
|
+
value: '#b45309',
|
|
1333
|
+
variable: 'var(--colors-amber-700)',
|
|
1334
|
+
},
|
|
1335
|
+
'colors.amber.800': {
|
|
1336
|
+
value: '#92400e',
|
|
1337
|
+
variable: 'var(--colors-amber-800)',
|
|
1338
|
+
},
|
|
1339
|
+
'colors.amber.900': {
|
|
1340
|
+
value: '#78350f',
|
|
1341
|
+
variable: 'var(--colors-amber-900)',
|
|
1342
|
+
},
|
|
1343
|
+
'colors.amber.950': {
|
|
1344
|
+
value: '#451a03',
|
|
1345
|
+
variable: 'var(--colors-amber-950)',
|
|
1346
|
+
},
|
|
1167
1347
|
'colors.orange.50': {
|
|
1168
1348
|
value: '#fff7ed',
|
|
1169
1349
|
variable: 'var(--colors-orange-50)',
|
|
@@ -1204,6 +1384,10 @@ const tokens = {
|
|
|
1204
1384
|
value: '#7c2d12',
|
|
1205
1385
|
variable: 'var(--colors-orange-900)',
|
|
1206
1386
|
},
|
|
1387
|
+
'colors.orange.950': {
|
|
1388
|
+
value: '#431407',
|
|
1389
|
+
variable: 'var(--colors-orange-950)',
|
|
1390
|
+
},
|
|
1207
1391
|
'colors.red.50': {
|
|
1208
1392
|
value: '#fef2f2',
|
|
1209
1393
|
variable: 'var(--colors-red-50)',
|
|
@@ -1244,6 +1428,98 @@ const tokens = {
|
|
|
1244
1428
|
value: '#7f1d1d',
|
|
1245
1429
|
variable: 'var(--colors-red-900)',
|
|
1246
1430
|
},
|
|
1431
|
+
'colors.red.950': {
|
|
1432
|
+
value: '#450a0a',
|
|
1433
|
+
variable: 'var(--colors-red-950)',
|
|
1434
|
+
},
|
|
1435
|
+
'colors.stone.50': {
|
|
1436
|
+
value: '#fafaf9',
|
|
1437
|
+
variable: 'var(--colors-stone-50)',
|
|
1438
|
+
},
|
|
1439
|
+
'colors.stone.100': {
|
|
1440
|
+
value: '#f5f5f4',
|
|
1441
|
+
variable: 'var(--colors-stone-100)',
|
|
1442
|
+
},
|
|
1443
|
+
'colors.stone.200': {
|
|
1444
|
+
value: '#e7e5e4',
|
|
1445
|
+
variable: 'var(--colors-stone-200)',
|
|
1446
|
+
},
|
|
1447
|
+
'colors.stone.300': {
|
|
1448
|
+
value: '#d6d3d1',
|
|
1449
|
+
variable: 'var(--colors-stone-300)',
|
|
1450
|
+
},
|
|
1451
|
+
'colors.stone.400': {
|
|
1452
|
+
value: '#a8a29e',
|
|
1453
|
+
variable: 'var(--colors-stone-400)',
|
|
1454
|
+
},
|
|
1455
|
+
'colors.stone.500': {
|
|
1456
|
+
value: '#78716c',
|
|
1457
|
+
variable: 'var(--colors-stone-500)',
|
|
1458
|
+
},
|
|
1459
|
+
'colors.stone.600': {
|
|
1460
|
+
value: '#57534e',
|
|
1461
|
+
variable: 'var(--colors-stone-600)',
|
|
1462
|
+
},
|
|
1463
|
+
'colors.stone.700': {
|
|
1464
|
+
value: '#44403c',
|
|
1465
|
+
variable: 'var(--colors-stone-700)',
|
|
1466
|
+
},
|
|
1467
|
+
'colors.stone.800': {
|
|
1468
|
+
value: '#292524',
|
|
1469
|
+
variable: 'var(--colors-stone-800)',
|
|
1470
|
+
},
|
|
1471
|
+
'colors.stone.900': {
|
|
1472
|
+
value: '#1c1917',
|
|
1473
|
+
variable: 'var(--colors-stone-900)',
|
|
1474
|
+
},
|
|
1475
|
+
'colors.stone.950': {
|
|
1476
|
+
value: '#0c0a09',
|
|
1477
|
+
variable: 'var(--colors-stone-950)',
|
|
1478
|
+
},
|
|
1479
|
+
'colors.zinc.50': {
|
|
1480
|
+
value: '#fafafa',
|
|
1481
|
+
variable: 'var(--colors-zinc-50)',
|
|
1482
|
+
},
|
|
1483
|
+
'colors.zinc.100': {
|
|
1484
|
+
value: '#f4f4f5',
|
|
1485
|
+
variable: 'var(--colors-zinc-100)',
|
|
1486
|
+
},
|
|
1487
|
+
'colors.zinc.200': {
|
|
1488
|
+
value: '#e4e4e7',
|
|
1489
|
+
variable: 'var(--colors-zinc-200)',
|
|
1490
|
+
},
|
|
1491
|
+
'colors.zinc.300': {
|
|
1492
|
+
value: '#d4d4d8',
|
|
1493
|
+
variable: 'var(--colors-zinc-300)',
|
|
1494
|
+
},
|
|
1495
|
+
'colors.zinc.400': {
|
|
1496
|
+
value: '#a1a1aa',
|
|
1497
|
+
variable: 'var(--colors-zinc-400)',
|
|
1498
|
+
},
|
|
1499
|
+
'colors.zinc.500': {
|
|
1500
|
+
value: '#71717a',
|
|
1501
|
+
variable: 'var(--colors-zinc-500)',
|
|
1502
|
+
},
|
|
1503
|
+
'colors.zinc.600': {
|
|
1504
|
+
value: '#52525b',
|
|
1505
|
+
variable: 'var(--colors-zinc-600)',
|
|
1506
|
+
},
|
|
1507
|
+
'colors.zinc.700': {
|
|
1508
|
+
value: '#3f3f46',
|
|
1509
|
+
variable: 'var(--colors-zinc-700)',
|
|
1510
|
+
},
|
|
1511
|
+
'colors.zinc.800': {
|
|
1512
|
+
value: '#27272a',
|
|
1513
|
+
variable: 'var(--colors-zinc-800)',
|
|
1514
|
+
},
|
|
1515
|
+
'colors.zinc.900': {
|
|
1516
|
+
value: '#18181b',
|
|
1517
|
+
variable: 'var(--colors-zinc-900)',
|
|
1518
|
+
},
|
|
1519
|
+
'colors.zinc.950': {
|
|
1520
|
+
value: '#09090b',
|
|
1521
|
+
variable: 'var(--colors-zinc-950)',
|
|
1522
|
+
},
|
|
1247
1523
|
'colors.gray.50': {
|
|
1248
1524
|
value: '#f9fafb',
|
|
1249
1525
|
variable: 'var(--colors-gray-50)',
|
|
@@ -1284,28 +1560,32 @@ const tokens = {
|
|
|
1284
1560
|
value: '#111827',
|
|
1285
1561
|
variable: 'var(--colors-gray-900)',
|
|
1286
1562
|
},
|
|
1563
|
+
'colors.gray.950': {
|
|
1564
|
+
value: '#030712',
|
|
1565
|
+
variable: 'var(--colors-gray-950)',
|
|
1566
|
+
},
|
|
1287
1567
|
'colors.slate.50': {
|
|
1288
|
-
value: '#
|
|
1568
|
+
value: '#f8fafc',
|
|
1289
1569
|
variable: 'var(--colors-slate-50)',
|
|
1290
1570
|
},
|
|
1291
1571
|
'colors.slate.100': {
|
|
1292
|
-
value: '#
|
|
1572
|
+
value: '#f1f5f9',
|
|
1293
1573
|
variable: 'var(--colors-slate-100)',
|
|
1294
1574
|
},
|
|
1295
1575
|
'colors.slate.200': {
|
|
1296
|
-
value: '#
|
|
1576
|
+
value: '#e2e8f0',
|
|
1297
1577
|
variable: 'var(--colors-slate-200)',
|
|
1298
1578
|
},
|
|
1299
1579
|
'colors.slate.300': {
|
|
1300
|
-
value: '#
|
|
1580
|
+
value: '#cbd5e1',
|
|
1301
1581
|
variable: 'var(--colors-slate-300)',
|
|
1302
1582
|
},
|
|
1303
1583
|
'colors.slate.400': {
|
|
1304
|
-
value: '#
|
|
1584
|
+
value: '#94a3b8',
|
|
1305
1585
|
variable: 'var(--colors-slate-400)',
|
|
1306
1586
|
},
|
|
1307
1587
|
'colors.slate.500': {
|
|
1308
|
-
value: '#
|
|
1588
|
+
value: '#64748b',
|
|
1309
1589
|
variable: 'var(--colors-slate-500)',
|
|
1310
1590
|
},
|
|
1311
1591
|
'colors.slate.600': {
|
|
@@ -1317,13 +1597,17 @@ const tokens = {
|
|
|
1317
1597
|
variable: 'var(--colors-slate-700)',
|
|
1318
1598
|
},
|
|
1319
1599
|
'colors.slate.800': {
|
|
1320
|
-
value: '#
|
|
1600
|
+
value: '#1e293b',
|
|
1321
1601
|
variable: 'var(--colors-slate-800)',
|
|
1322
1602
|
},
|
|
1323
1603
|
'colors.slate.900': {
|
|
1324
|
-
value: '#
|
|
1604
|
+
value: '#0f172a',
|
|
1325
1605
|
variable: 'var(--colors-slate-900)',
|
|
1326
1606
|
},
|
|
1607
|
+
'colors.slate.950': {
|
|
1608
|
+
value: '#020617',
|
|
1609
|
+
variable: 'var(--colors-slate-950)',
|
|
1610
|
+
},
|
|
1327
1611
|
'colors.neutral.50': {
|
|
1328
1612
|
value: '#fafafa',
|
|
1329
1613
|
variable: 'var(--colors-neutral-50)',
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
|
-
export type Token = "borders.none" | "easings.default" | "easings.linear" | "easings.in" | "easings.out" | "easings.in-out" | "durations.fastest" | "durations.faster" | "durations.fast" | "durations.normal" | "durations.slow" | "durations.slower" | "durations.slowest" | "radii.xs" | "radii.sm" | "radii.md" | "radii.lg" | "radii.xl" | "radii.2xl" | "radii.3xl" | "radii.full" | "fontWeights.thin" | "fontWeights.extralight" | "fontWeights.light" | "fontWeights.normal" | "fontWeights.medium" | "fontWeights.semibold" | "fontWeights.bold" | "fontWeights.extrabold" | "fontWeights.black" | "lineHeights.none" | "lineHeights.tight" | "lineHeights.snug" | "lineHeights.normal" | "lineHeights.relaxed" | "lineHeights.loose" | "fonts.sans" | "fonts.serif" | "fonts.mono" | "letterSpacings.tighter" | "letterSpacings.tight" | "letterSpacings.normal" | "letterSpacings.wide" | "letterSpacings.wider" | "letterSpacings.widest" | "fontSizes.2xs" | "fontSizes.xs" | "fontSizes.sm" | "fontSizes.md" | "fontSizes.lg" | "fontSizes.xl" | "fontSizes.2xl" | "fontSizes.3xl" | "fontSizes.4xl" | "fontSizes.5xl" | "fontSizes.6xl" | "fontSizes.7xl" | "fontSizes.8xl" | "fontSizes.9xl" | "shadows.xs" | "shadows.sm" | "shadows.md" | "shadows.lg" | "shadows.xl" | "shadows.2xl" | "shadows.inner" | "blurs.sm" | "blurs.base" | "blurs.md" | "blurs.lg" | "blurs.xl" | "blurs.2xl" | "blurs.3xl" | "spacing.0" | "spacing.1" | "spacing.2" | "spacing.3" | "spacing.4" | "spacing.5" | "spacing.6" | "spacing.7" | "spacing.8" | "spacing.9" | "spacing.10" | "spacing.11" | "spacing.12" | "spacing.14" | "spacing.16" | "spacing.20" | "spacing.24" | "spacing.28" | "spacing.32" | "spacing.36" | "spacing.40" | "spacing.44" | "spacing.48" | "spacing.52" | "spacing.56" | "spacing.60" | "spacing.64" | "spacing.72" | "spacing.80" | "spacing.96" | "spacing.0.5" | "spacing.1.5" | "spacing.2.5" | "spacing.3.5" | "sizes.0" | "sizes.1" | "sizes.2" | "sizes.3" | "sizes.4" | "sizes.5" | "sizes.6" | "sizes.7" | "sizes.8" | "sizes.9" | "sizes.10" | "sizes.11" | "sizes.12" | "sizes.14" | "sizes.16" | "sizes.20" | "sizes.24" | "sizes.28" | "sizes.32" | "sizes.36" | "sizes.40" | "sizes.44" | "sizes.48" | "sizes.52" | "sizes.56" | "sizes.60" | "sizes.64" | "sizes.72" | "sizes.80" | "sizes.96" | "sizes.0.5" | "sizes.1.5" | "sizes.2.5" | "sizes.3.5" | "sizes.xs" | "sizes.sm" | "sizes.md" | "sizes.lg" | "sizes.xl" | "sizes.2xl" | "sizes.3xl" | "sizes.4xl" | "sizes.5xl" | "sizes.6xl" | "sizes.7xl" | "sizes.8xl" | "sizes.prose" | "sizes.full" | "sizes.min" | "sizes.max" | "sizes.fit" | "sizes.breakpoint-sm" | "sizes.breakpoint-md" | "sizes.breakpoint-lg" | "sizes.breakpoint-xl" | "sizes.breakpoint-2xl" | "animations.spin" | "animations.ping" | "animations.pulse" | "animations.bounce" | "colors.current" | "colors.black" | "colors.white" | "colors.transparent" | "colors.rose.50" | "colors.rose.100" | "colors.rose.200" | "colors.rose.300" | "colors.rose.400" | "colors.rose.500" | "colors.rose.600" | "colors.rose.700" | "colors.rose.800" | "colors.rose.900" | "colors.pink.50" | "colors.pink.100" | "colors.pink.200" | "colors.pink.300" | "colors.pink.400" | "colors.pink.500" | "colors.pink.600" | "colors.pink.700" | "colors.pink.800" | "colors.pink.900" | "colors.fuchsia.50" | "colors.fuchsia.100" | "colors.fuchsia.200" | "colors.fuchsia.300" | "colors.fuchsia.400" | "colors.fuchsia.500" | "colors.fuchsia.600" | "colors.fuchsia.700" | "colors.fuchsia.800" | "colors.fuchsia.900" | "colors.purple.50" | "colors.purple.100" | "colors.purple.200" | "colors.purple.300" | "colors.purple.400" | "colors.purple.500" | "colors.purple.600" | "colors.purple.700" | "colors.purple.800" | "colors.purple.900" | "colors.indigo.50" | "colors.indigo.100" | "colors.indigo.200" | "colors.indigo.300" | "colors.indigo.400" | "colors.indigo.500" | "colors.indigo.600" | "colors.indigo.700" | "colors.indigo.800" | "colors.indigo.900" | "colors.blue.50" | "colors.blue.100" | "colors.blue.200" | "colors.blue.300" | "colors.blue.400" | "colors.blue.500" | "colors.blue.600" | "colors.blue.700" | "colors.blue.800" | "colors.blue.900" | "colors.sky.50" | "colors.sky.100" | "colors.sky.200" | "colors.sky.300" | "colors.sky.400" | "colors.sky.500" | "colors.sky.600" | "colors.sky.700" | "colors.sky.800" | "colors.sky.900" | "colors.cyan.50" | "colors.cyan.100" | "colors.cyan.200" | "colors.cyan.300" | "colors.cyan.400" | "colors.cyan.500" | "colors.cyan.600" | "colors.cyan.700" | "colors.cyan.800" | "colors.cyan.900" | "colors.teal.50" | "colors.teal.100" | "colors.teal.200" | "colors.teal.300" | "colors.teal.400" | "colors.teal.500" | "colors.teal.600" | "colors.teal.700" | "colors.teal.800" | "colors.teal.900" | "colors.green.50" | "colors.green.100" | "colors.green.200" | "colors.green.300" | "colors.green.400" | "colors.green.500" | "colors.green.600" | "colors.green.700" | "colors.green.800" | "colors.green.900" | "colors.lime.50" | "colors.lime.100" | "colors.lime.200" | "colors.lime.300" | "colors.lime.400" | "colors.lime.500" | "colors.lime.600" | "colors.lime.700" | "colors.lime.800" | "colors.lime.900" | "colors.yellow.50" | "colors.yellow.100" | "colors.yellow.200" | "colors.yellow.300" | "colors.yellow.400" | "colors.yellow.500" | "colors.yellow.600" | "colors.yellow.700" | "colors.yellow.800" | "colors.yellow.900" | "colors.orange.50" | "colors.orange.100" | "colors.orange.200" | "colors.orange.300" | "colors.orange.400" | "colors.orange.500" | "colors.orange.600" | "colors.orange.700" | "colors.orange.800" | "colors.orange.900" | "colors.red.50" | "colors.red.100" | "colors.red.200" | "colors.red.300" | "colors.red.400" | "colors.red.500" | "colors.red.600" | "colors.red.700" | "colors.red.800" | "colors.red.900" | "colors.gray.50" | "colors.gray.100" | "colors.gray.200" | "colors.gray.300" | "colors.gray.400" | "colors.gray.500" | "colors.gray.600" | "colors.gray.700" | "colors.gray.800" | "colors.gray.900" | "colors.slate.50" | "colors.slate.100" | "colors.slate.200" | "colors.slate.300" | "colors.slate.400" | "colors.slate.500" | "colors.slate.600" | "colors.slate.700" | "colors.slate.800" | "colors.slate.900" | "colors.neutral.50" | "colors.neutral.100" | "colors.neutral.200" | "colors.neutral.300" | "colors.neutral.400" | "colors.neutral.500" | "colors.neutral.600" | "colors.neutral.700" | "colors.neutral.800" | "colors.neutral.900" | "colors.neutral.950" | "assets.check" | "breakpoints.sm" | "breakpoints.md" | "breakpoints.lg" | "breakpoints.xl" | "breakpoints.2xl" | "shadows.inset" | "colors.text" | "colors.bg" | "colors.card" | "colors.border" | "spacing.-1" | "spacing.-2" | "spacing.-3" | "spacing.-4" | "spacing.-5" | "spacing.-6" | "spacing.-7" | "spacing.-8" | "spacing.-9" | "spacing.-10" | "spacing.-11" | "spacing.-12" | "spacing.-14" | "spacing.-16" | "spacing.-20" | "spacing.-24" | "spacing.-28" | "spacing.-32" | "spacing.-36" | "spacing.-40" | "spacing.-44" | "spacing.-48" | "spacing.-52" | "spacing.-56" | "spacing.-60" | "spacing.-64" | "spacing.-72" | "spacing.-80" | "spacing.-96" | "spacing.-0.5" | "spacing.-1.5" | "spacing.-2.5" | "spacing.-3.5" | "colors.colorPalette.50" | "colors.colorPalette.100" | "colors.colorPalette.200" | "colors.colorPalette.300" | "colors.colorPalette.400" | "colors.colorPalette.500" | "colors.colorPalette.600" | "colors.colorPalette.700" | "colors.colorPalette.800" | "colors.colorPalette.900" | "colors.colorPalette.950"
|
|
2
|
+
export type Token = "borders.none" | "easings.default" | "easings.linear" | "easings.in" | "easings.out" | "easings.in-out" | "durations.fastest" | "durations.faster" | "durations.fast" | "durations.normal" | "durations.slow" | "durations.slower" | "durations.slowest" | "radii.xs" | "radii.sm" | "radii.md" | "radii.lg" | "radii.xl" | "radii.2xl" | "radii.3xl" | "radii.full" | "fontWeights.thin" | "fontWeights.extralight" | "fontWeights.light" | "fontWeights.normal" | "fontWeights.medium" | "fontWeights.semibold" | "fontWeights.bold" | "fontWeights.extrabold" | "fontWeights.black" | "lineHeights.none" | "lineHeights.tight" | "lineHeights.snug" | "lineHeights.normal" | "lineHeights.relaxed" | "lineHeights.loose" | "fonts.sans" | "fonts.serif" | "fonts.mono" | "letterSpacings.tighter" | "letterSpacings.tight" | "letterSpacings.normal" | "letterSpacings.wide" | "letterSpacings.wider" | "letterSpacings.widest" | "fontSizes.2xs" | "fontSizes.xs" | "fontSizes.sm" | "fontSizes.md" | "fontSizes.lg" | "fontSizes.xl" | "fontSizes.2xl" | "fontSizes.3xl" | "fontSizes.4xl" | "fontSizes.5xl" | "fontSizes.6xl" | "fontSizes.7xl" | "fontSizes.8xl" | "fontSizes.9xl" | "shadows.xs" | "shadows.sm" | "shadows.md" | "shadows.lg" | "shadows.xl" | "shadows.2xl" | "shadows.inner" | "blurs.sm" | "blurs.base" | "blurs.md" | "blurs.lg" | "blurs.xl" | "blurs.2xl" | "blurs.3xl" | "spacing.0" | "spacing.1" | "spacing.2" | "spacing.3" | "spacing.4" | "spacing.5" | "spacing.6" | "spacing.7" | "spacing.8" | "spacing.9" | "spacing.10" | "spacing.11" | "spacing.12" | "spacing.14" | "spacing.16" | "spacing.20" | "spacing.24" | "spacing.28" | "spacing.32" | "spacing.36" | "spacing.40" | "spacing.44" | "spacing.48" | "spacing.52" | "spacing.56" | "spacing.60" | "spacing.64" | "spacing.72" | "spacing.80" | "spacing.96" | "spacing.0.5" | "spacing.1.5" | "spacing.2.5" | "spacing.3.5" | "sizes.0" | "sizes.1" | "sizes.2" | "sizes.3" | "sizes.4" | "sizes.5" | "sizes.6" | "sizes.7" | "sizes.8" | "sizes.9" | "sizes.10" | "sizes.11" | "sizes.12" | "sizes.14" | "sizes.16" | "sizes.20" | "sizes.24" | "sizes.28" | "sizes.32" | "sizes.36" | "sizes.40" | "sizes.44" | "sizes.48" | "sizes.52" | "sizes.56" | "sizes.60" | "sizes.64" | "sizes.72" | "sizes.80" | "sizes.96" | "sizes.0.5" | "sizes.1.5" | "sizes.2.5" | "sizes.3.5" | "sizes.xs" | "sizes.sm" | "sizes.md" | "sizes.lg" | "sizes.xl" | "sizes.2xl" | "sizes.3xl" | "sizes.4xl" | "sizes.5xl" | "sizes.6xl" | "sizes.7xl" | "sizes.8xl" | "sizes.prose" | "sizes.full" | "sizes.min" | "sizes.max" | "sizes.fit" | "sizes.breakpoint-sm" | "sizes.breakpoint-md" | "sizes.breakpoint-lg" | "sizes.breakpoint-xl" | "sizes.breakpoint-2xl" | "animations.spin" | "animations.ping" | "animations.pulse" | "animations.bounce" | "colors.current" | "colors.black" | "colors.white" | "colors.transparent" | "colors.rose.50" | "colors.rose.100" | "colors.rose.200" | "colors.rose.300" | "colors.rose.400" | "colors.rose.500" | "colors.rose.600" | "colors.rose.700" | "colors.rose.800" | "colors.rose.900" | "colors.rose.950" | "colors.pink.50" | "colors.pink.100" | "colors.pink.200" | "colors.pink.300" | "colors.pink.400" | "colors.pink.500" | "colors.pink.600" | "colors.pink.700" | "colors.pink.800" | "colors.pink.900" | "colors.pink.950" | "colors.fuchsia.50" | "colors.fuchsia.100" | "colors.fuchsia.200" | "colors.fuchsia.300" | "colors.fuchsia.400" | "colors.fuchsia.500" | "colors.fuchsia.600" | "colors.fuchsia.700" | "colors.fuchsia.800" | "colors.fuchsia.900" | "colors.fuchsia.950" | "colors.purple.50" | "colors.purple.100" | "colors.purple.200" | "colors.purple.300" | "colors.purple.400" | "colors.purple.500" | "colors.purple.600" | "colors.purple.700" | "colors.purple.800" | "colors.purple.900" | "colors.purple.950" | "colors.violet.50" | "colors.violet.100" | "colors.violet.200" | "colors.violet.300" | "colors.violet.400" | "colors.violet.500" | "colors.violet.600" | "colors.violet.700" | "colors.violet.800" | "colors.violet.900" | "colors.violet.950" | "colors.indigo.50" | "colors.indigo.100" | "colors.indigo.200" | "colors.indigo.300" | "colors.indigo.400" | "colors.indigo.500" | "colors.indigo.600" | "colors.indigo.700" | "colors.indigo.800" | "colors.indigo.900" | "colors.indigo.950" | "colors.blue.50" | "colors.blue.100" | "colors.blue.200" | "colors.blue.300" | "colors.blue.400" | "colors.blue.500" | "colors.blue.600" | "colors.blue.700" | "colors.blue.800" | "colors.blue.900" | "colors.blue.950" | "colors.sky.50" | "colors.sky.100" | "colors.sky.200" | "colors.sky.300" | "colors.sky.400" | "colors.sky.500" | "colors.sky.600" | "colors.sky.700" | "colors.sky.800" | "colors.sky.900" | "colors.sky.950" | "colors.cyan.50" | "colors.cyan.100" | "colors.cyan.200" | "colors.cyan.300" | "colors.cyan.400" | "colors.cyan.500" | "colors.cyan.600" | "colors.cyan.700" | "colors.cyan.800" | "colors.cyan.900" | "colors.cyan.950" | "colors.teal.50" | "colors.teal.100" | "colors.teal.200" | "colors.teal.300" | "colors.teal.400" | "colors.teal.500" | "colors.teal.600" | "colors.teal.700" | "colors.teal.800" | "colors.teal.900" | "colors.teal.950" | "colors.emerald.50" | "colors.emerald.100" | "colors.emerald.200" | "colors.emerald.300" | "colors.emerald.400" | "colors.emerald.500" | "colors.emerald.600" | "colors.emerald.700" | "colors.emerald.800" | "colors.emerald.900" | "colors.emerald.950" | "colors.green.50" | "colors.green.100" | "colors.green.200" | "colors.green.300" | "colors.green.400" | "colors.green.500" | "colors.green.600" | "colors.green.700" | "colors.green.800" | "colors.green.900" | "colors.green.950" | "colors.lime.50" | "colors.lime.100" | "colors.lime.200" | "colors.lime.300" | "colors.lime.400" | "colors.lime.500" | "colors.lime.600" | "colors.lime.700" | "colors.lime.800" | "colors.lime.900" | "colors.lime.950" | "colors.yellow.50" | "colors.yellow.100" | "colors.yellow.200" | "colors.yellow.300" | "colors.yellow.400" | "colors.yellow.500" | "colors.yellow.600" | "colors.yellow.700" | "colors.yellow.800" | "colors.yellow.900" | "colors.yellow.950" | "colors.amber.50" | "colors.amber.100" | "colors.amber.200" | "colors.amber.300" | "colors.amber.400" | "colors.amber.500" | "colors.amber.600" | "colors.amber.700" | "colors.amber.800" | "colors.amber.900" | "colors.amber.950" | "colors.orange.50" | "colors.orange.100" | "colors.orange.200" | "colors.orange.300" | "colors.orange.400" | "colors.orange.500" | "colors.orange.600" | "colors.orange.700" | "colors.orange.800" | "colors.orange.900" | "colors.orange.950" | "colors.red.50" | "colors.red.100" | "colors.red.200" | "colors.red.300" | "colors.red.400" | "colors.red.500" | "colors.red.600" | "colors.red.700" | "colors.red.800" | "colors.red.900" | "colors.red.950" | "colors.stone.50" | "colors.stone.100" | "colors.stone.200" | "colors.stone.300" | "colors.stone.400" | "colors.stone.500" | "colors.stone.600" | "colors.stone.700" | "colors.stone.800" | "colors.stone.900" | "colors.stone.950" | "colors.zinc.50" | "colors.zinc.100" | "colors.zinc.200" | "colors.zinc.300" | "colors.zinc.400" | "colors.zinc.500" | "colors.zinc.600" | "colors.zinc.700" | "colors.zinc.800" | "colors.zinc.900" | "colors.zinc.950" | "colors.gray.50" | "colors.gray.100" | "colors.gray.200" | "colors.gray.300" | "colors.gray.400" | "colors.gray.500" | "colors.gray.600" | "colors.gray.700" | "colors.gray.800" | "colors.gray.900" | "colors.gray.950" | "colors.slate.50" | "colors.slate.100" | "colors.slate.200" | "colors.slate.300" | "colors.slate.400" | "colors.slate.500" | "colors.slate.600" | "colors.slate.700" | "colors.slate.800" | "colors.slate.900" | "colors.slate.950" | "colors.neutral.50" | "colors.neutral.100" | "colors.neutral.200" | "colors.neutral.300" | "colors.neutral.400" | "colors.neutral.500" | "colors.neutral.600" | "colors.neutral.700" | "colors.neutral.800" | "colors.neutral.900" | "colors.neutral.950" | "assets.check" | "breakpoints.sm" | "breakpoints.md" | "breakpoints.lg" | "breakpoints.xl" | "breakpoints.2xl" | "shadows.inset" | "colors.text" | "colors.bg" | "colors.card" | "colors.border" | "spacing.-1" | "spacing.-2" | "spacing.-3" | "spacing.-4" | "spacing.-5" | "spacing.-6" | "spacing.-7" | "spacing.-8" | "spacing.-9" | "spacing.-10" | "spacing.-11" | "spacing.-12" | "spacing.-14" | "spacing.-16" | "spacing.-20" | "spacing.-24" | "spacing.-28" | "spacing.-32" | "spacing.-36" | "spacing.-40" | "spacing.-44" | "spacing.-48" | "spacing.-52" | "spacing.-56" | "spacing.-60" | "spacing.-64" | "spacing.-72" | "spacing.-80" | "spacing.-96" | "spacing.-0.5" | "spacing.-1.5" | "spacing.-2.5" | "spacing.-3.5" | "colors.colorPalette.50" | "colors.colorPalette.100" | "colors.colorPalette.200" | "colors.colorPalette.300" | "colors.colorPalette.400" | "colors.colorPalette.500" | "colors.colorPalette.600" | "colors.colorPalette.700" | "colors.colorPalette.800" | "colors.colorPalette.900" | "colors.colorPalette.950"
|
|
3
3
|
|
|
4
|
-
export type ColorPalette = "rose" | "pink" | "fuchsia" | "purple" | "indigo" | "blue" | "sky" | "cyan" | "teal" | "green" | "lime" | "yellow" | "orange" | "red" | "gray" | "slate" | "neutral"
|
|
4
|
+
export type ColorPalette = "rose" | "pink" | "fuchsia" | "purple" | "violet" | "indigo" | "blue" | "sky" | "cyan" | "teal" | "emerald" | "green" | "lime" | "yellow" | "amber" | "orange" | "red" | "stone" | "zinc" | "gray" | "slate" | "neutral"
|
|
5
5
|
|
|
6
6
|
export type BorderToken = "none"
|
|
7
7
|
|
|
@@ -31,7 +31,7 @@ export type SizeToken = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9
|
|
|
31
31
|
|
|
32
32
|
export type AnimationToken = "spin" | "ping" | "pulse" | "bounce"
|
|
33
33
|
|
|
34
|
-
export type ColorToken = "current" | "black" | "white" | "transparent" | "rose.50" | "rose.100" | "rose.200" | "rose.300" | "rose.400" | "rose.500" | "rose.600" | "rose.700" | "rose.800" | "rose.900" | "pink.50" | "pink.100" | "pink.200" | "pink.300" | "pink.400" | "pink.500" | "pink.600" | "pink.700" | "pink.800" | "pink.900" | "fuchsia.50" | "fuchsia.100" | "fuchsia.200" | "fuchsia.300" | "fuchsia.400" | "fuchsia.500" | "fuchsia.600" | "fuchsia.700" | "fuchsia.800" | "fuchsia.900" | "purple.50" | "purple.100" | "purple.200" | "purple.300" | "purple.400" | "purple.500" | "purple.600" | "purple.700" | "purple.800" | "purple.900" | "indigo.50" | "indigo.100" | "indigo.200" | "indigo.300" | "indigo.400" | "indigo.500" | "indigo.600" | "indigo.700" | "indigo.800" | "indigo.900" | "blue.50" | "blue.100" | "blue.200" | "blue.300" | "blue.400" | "blue.500" | "blue.600" | "blue.700" | "blue.800" | "blue.900" | "sky.50" | "sky.100" | "sky.200" | "sky.300" | "sky.400" | "sky.500" | "sky.600" | "sky.700" | "sky.800" | "sky.900" | "cyan.50" | "cyan.100" | "cyan.200" | "cyan.300" | "cyan.400" | "cyan.500" | "cyan.600" | "cyan.700" | "cyan.800" | "cyan.900" | "teal.50" | "teal.100" | "teal.200" | "teal.300" | "teal.400" | "teal.500" | "teal.600" | "teal.700" | "teal.800" | "teal.900" | "green.50" | "green.100" | "green.200" | "green.300" | "green.400" | "green.500" | "green.600" | "green.700" | "green.800" | "green.900" | "lime.50" | "lime.100" | "lime.200" | "lime.300" | "lime.400" | "lime.500" | "lime.600" | "lime.700" | "lime.800" | "lime.900" | "yellow.50" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.500" | "yellow.600" | "yellow.700" | "yellow.800" | "yellow.900" | "orange.50" | "orange.100" | "orange.200" | "orange.300" | "orange.400" | "orange.500" | "orange.600" | "orange.700" | "orange.800" | "orange.900" | "red.50" | "red.100" | "red.200" | "red.300" | "red.400" | "red.500" | "red.600" | "red.700" | "red.800" | "red.900" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "slate.50" | "slate.100" | "slate.200" | "slate.300" | "slate.400" | "slate.500" | "slate.600" | "slate.700" | "slate.800" | "slate.900" | "neutral.50" | "neutral.100" | "neutral.200" | "neutral.300" | "neutral.400" | "neutral.500" | "neutral.600" | "neutral.700" | "neutral.800" | "neutral.900" | "neutral.950" | "text" | "bg" | "card" | "border" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950"
|
|
34
|
+
export type ColorToken = "current" | "black" | "white" | "transparent" | "rose.50" | "rose.100" | "rose.200" | "rose.300" | "rose.400" | "rose.500" | "rose.600" | "rose.700" | "rose.800" | "rose.900" | "rose.950" | "pink.50" | "pink.100" | "pink.200" | "pink.300" | "pink.400" | "pink.500" | "pink.600" | "pink.700" | "pink.800" | "pink.900" | "pink.950" | "fuchsia.50" | "fuchsia.100" | "fuchsia.200" | "fuchsia.300" | "fuchsia.400" | "fuchsia.500" | "fuchsia.600" | "fuchsia.700" | "fuchsia.800" | "fuchsia.900" | "fuchsia.950" | "purple.50" | "purple.100" | "purple.200" | "purple.300" | "purple.400" | "purple.500" | "purple.600" | "purple.700" | "purple.800" | "purple.900" | "purple.950" | "violet.50" | "violet.100" | "violet.200" | "violet.300" | "violet.400" | "violet.500" | "violet.600" | "violet.700" | "violet.800" | "violet.900" | "violet.950" | "indigo.50" | "indigo.100" | "indigo.200" | "indigo.300" | "indigo.400" | "indigo.500" | "indigo.600" | "indigo.700" | "indigo.800" | "indigo.900" | "indigo.950" | "blue.50" | "blue.100" | "blue.200" | "blue.300" | "blue.400" | "blue.500" | "blue.600" | "blue.700" | "blue.800" | "blue.900" | "blue.950" | "sky.50" | "sky.100" | "sky.200" | "sky.300" | "sky.400" | "sky.500" | "sky.600" | "sky.700" | "sky.800" | "sky.900" | "sky.950" | "cyan.50" | "cyan.100" | "cyan.200" | "cyan.300" | "cyan.400" | "cyan.500" | "cyan.600" | "cyan.700" | "cyan.800" | "cyan.900" | "cyan.950" | "teal.50" | "teal.100" | "teal.200" | "teal.300" | "teal.400" | "teal.500" | "teal.600" | "teal.700" | "teal.800" | "teal.900" | "teal.950" | "emerald.50" | "emerald.100" | "emerald.200" | "emerald.300" | "emerald.400" | "emerald.500" | "emerald.600" | "emerald.700" | "emerald.800" | "emerald.900" | "emerald.950" | "green.50" | "green.100" | "green.200" | "green.300" | "green.400" | "green.500" | "green.600" | "green.700" | "green.800" | "green.900" | "green.950" | "lime.50" | "lime.100" | "lime.200" | "lime.300" | "lime.400" | "lime.500" | "lime.600" | "lime.700" | "lime.800" | "lime.900" | "lime.950" | "yellow.50" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.500" | "yellow.600" | "yellow.700" | "yellow.800" | "yellow.900" | "yellow.950" | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | "amber.950" | "orange.50" | "orange.100" | "orange.200" | "orange.300" | "orange.400" | "orange.500" | "orange.600" | "orange.700" | "orange.800" | "orange.900" | "orange.950" | "red.50" | "red.100" | "red.200" | "red.300" | "red.400" | "red.500" | "red.600" | "red.700" | "red.800" | "red.900" | "red.950" | "stone.50" | "stone.100" | "stone.200" | "stone.300" | "stone.400" | "stone.500" | "stone.600" | "stone.700" | "stone.800" | "stone.900" | "stone.950" | "zinc.50" | "zinc.100" | "zinc.200" | "zinc.300" | "zinc.400" | "zinc.500" | "zinc.600" | "zinc.700" | "zinc.800" | "zinc.900" | "zinc.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "slate.50" | "slate.100" | "slate.200" | "slate.300" | "slate.400" | "slate.500" | "slate.600" | "slate.700" | "slate.800" | "slate.900" | "slate.950" | "neutral.50" | "neutral.100" | "neutral.200" | "neutral.300" | "neutral.400" | "neutral.500" | "neutral.600" | "neutral.700" | "neutral.800" | "neutral.900" | "neutral.950" | "text" | "bg" | "card" | "border" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950"
|
|
35
35
|
|
|
36
36
|
export type AssetToken = "check"
|
|
37
37
|
|
|
@@ -197,7 +197,7 @@ type PropertyValueTypes = {
|
|
|
197
197
|
stroke: Tokens["colors"];
|
|
198
198
|
srOnly: boolean;
|
|
199
199
|
debug: boolean;
|
|
200
|
-
colorPalette: "rose" | "pink" | "fuchsia" | "purple" | "indigo" | "blue" | "sky" | "cyan" | "teal" | "green" | "lime" | "yellow" | "orange" | "red" | "gray" | "slate" | "neutral";
|
|
200
|
+
colorPalette: "rose" | "pink" | "fuchsia" | "purple" | "violet" | "indigo" | "blue" | "sky" | "cyan" | "teal" | "emerald" | "green" | "lime" | "yellow" | "amber" | "orange" | "red" | "stone" | "zinc" | "gray" | "slate" | "neutral";
|
|
201
201
|
textStyle: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl";
|
|
202
202
|
}
|
|
203
203
|
|