tailwindcss 0.0.0-insiders.d58d5b2 → 0.0.0-insiders.d593a21
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/README.md +5 -10
- package/dist/chunk-FTZ4NPTT.mjs +37 -0
- package/dist/chunk-G32FJCSR.mjs +1 -0
- package/dist/chunk-HTB5LLOP.mjs +1 -0
- package/dist/colors-b_6i0Oi7.d.ts +295 -0
- package/dist/colors.d.mts +295 -0
- package/dist/colors.d.ts +5 -0
- package/dist/colors.js +1 -0
- package/dist/colors.mjs +1 -0
- package/dist/default-theme.d.mts +1147 -0
- package/dist/default-theme.d.ts +1147 -0
- package/dist/default-theme.js +1 -0
- package/dist/default-theme.mjs +1 -0
- package/dist/flatten-color-palette.d.mts +6 -0
- package/dist/flatten-color-palette.d.ts +6 -0
- package/dist/flatten-color-palette.js +3 -0
- package/dist/flatten-color-palette.mjs +1 -0
- package/dist/lib.d.mts +352 -0
- package/dist/lib.d.ts +3 -0
- package/dist/lib.js +37 -0
- package/dist/lib.mjs +1 -0
- package/dist/plugin.d.mts +11 -0
- package/dist/plugin.d.ts +131 -0
- package/dist/plugin.js +1 -0
- package/dist/plugin.mjs +1 -0
- package/dist/resolve-config-BIFUA2FY.d.ts +29 -0
- package/dist/resolve-config-QUZ9b-Gn.d.mts +190 -0
- package/dist/types-WlZgYgM8.d.mts +125 -0
- package/index.css +894 -3
- package/package.json +76 -100
- package/preflight.css +393 -0
- package/theme.css +462 -0
- package/base.css +0 -1
- package/colors.d.ts +0 -3
- package/colors.js +0 -2
- package/components.css +0 -1
- package/defaultConfig.d.ts +0 -3
- package/defaultConfig.js +0 -2
- package/defaultTheme.d.ts +0 -4
- package/defaultTheme.js +0 -2
- package/lib/cli/build/index.js +0 -57
- package/lib/cli/build/plugin.js +0 -431
- package/lib/cli/build/utils.js +0 -88
- package/lib/cli/build/watching.js +0 -182
- package/lib/cli/help/index.js +0 -73
- package/lib/cli/index.js +0 -231
- package/lib/cli/init/index.js +0 -63
- package/lib/cli.js +0 -3
- package/lib/corePluginList.js +0 -188
- package/lib/corePlugins.js +0 -4195
- package/lib/css/LICENSE +0 -25
- package/lib/css/preflight.css +0 -379
- package/lib/featureFlags.js +0 -85
- package/lib/index.js +0 -2
- package/lib/lib/cacheInvalidation.js +0 -92
- package/lib/lib/collapseAdjacentRules.js +0 -61
- package/lib/lib/collapseDuplicateDeclarations.js +0 -85
- package/lib/lib/content.js +0 -207
- package/lib/lib/defaultExtractor.js +0 -243
- package/lib/lib/detectNesting.js +0 -45
- package/lib/lib/evaluateTailwindFunctions.js +0 -238
- package/lib/lib/expandApplyAtRules.js +0 -534
- package/lib/lib/expandTailwindAtRules.js +0 -315
- package/lib/lib/findAtConfigPath.js +0 -46
- package/lib/lib/generateRules.js +0 -887
- package/lib/lib/getModuleDependencies.js +0 -99
- package/lib/lib/handleImportAtRules.js +0 -50
- package/lib/lib/load-config.js +0 -42
- package/lib/lib/normalizeTailwindDirectives.js +0 -74
- package/lib/lib/offsets.js +0 -306
- package/lib/lib/partitionApplyAtRules.js +0 -58
- package/lib/lib/regex.js +0 -74
- package/lib/lib/remap-bitfield.js +0 -89
- package/lib/lib/resolveDefaultsAtRules.js +0 -165
- package/lib/lib/setupContextUtils.js +0 -1270
- package/lib/lib/setupTrackingContext.js +0 -167
- package/lib/lib/sharedState.js +0 -79
- package/lib/lib/substituteScreenAtRules.js +0 -31
- package/lib/plugin.js +0 -164
- package/lib/postcss-plugins/nesting/README.md +0 -42
- package/lib/postcss-plugins/nesting/index.js +0 -21
- package/lib/postcss-plugins/nesting/plugin.js +0 -89
- package/lib/processTailwindFeatures.js +0 -64
- package/lib/public/colors.js +0 -355
- package/lib/public/create-plugin.js +0 -17
- package/lib/public/default-config.js +0 -18
- package/lib/public/default-theme.js +0 -18
- package/lib/public/load-config.js +0 -12
- package/lib/public/resolve-config.js +0 -24
- package/lib/util/applyImportantSelector.js +0 -36
- package/lib/util/bigSign.js +0 -13
- package/lib/util/buildMediaQuery.js +0 -27
- package/lib/util/cloneDeep.js +0 -22
- package/lib/util/cloneNodes.js +0 -34
- package/lib/util/color.js +0 -116
- package/lib/util/colorNames.js +0 -752
- package/lib/util/configurePlugins.js +0 -23
- package/lib/util/createPlugin.js +0 -32
- package/lib/util/createUtilityPlugin.js +0 -53
- package/lib/util/dataTypes.js +0 -358
- package/lib/util/defaults.js +0 -27
- package/lib/util/escapeClassName.js +0 -24
- package/lib/util/escapeCommas.js +0 -13
- package/lib/util/flattenColorPalette.js +0 -18
- package/lib/util/formatVariantSelector.js +0 -265
- package/lib/util/getAllConfigs.js +0 -51
- package/lib/util/hashConfig.js +0 -21
- package/lib/util/isKeyframeRule.js +0 -13
- package/lib/util/isPlainObject.js +0 -17
- package/lib/util/isSyntacticallyValidPropertyValue.js +0 -74
- package/lib/util/log.js +0 -78
- package/lib/util/nameClass.js +0 -49
- package/lib/util/negateValue.js +0 -36
- package/lib/util/normalizeConfig.js +0 -313
- package/lib/util/normalizeScreens.js +0 -178
- package/lib/util/parseAnimationValue.js +0 -93
- package/lib/util/parseBoxShadowValue.js +0 -88
- package/lib/util/parseDependency.js +0 -47
- package/lib/util/parseGlob.js +0 -36
- package/lib/util/parseObjectStyles.js +0 -36
- package/lib/util/pluginUtils.js +0 -274
- package/lib/util/prefixSelector.js +0 -39
- package/lib/util/pseudoElements.js +0 -209
- package/lib/util/removeAlphaVariables.js +0 -31
- package/lib/util/resolveConfig.js +0 -260
- package/lib/util/resolveConfigPath.js +0 -70
- package/lib/util/responsive.js +0 -24
- package/lib/util/splitAtTopLevelOnly.js +0 -51
- package/lib/util/tap.js +0 -14
- package/lib/util/toColorValue.js +0 -13
- package/lib/util/toPath.js +0 -32
- package/lib/util/transformThemeValue.js +0 -73
- package/lib/util/validateConfig.js +0 -48
- package/lib/util/validateFormalSyntax.js +0 -26
- package/lib/util/withAlphaVariable.js +0 -79
- package/lib/value-parser/LICENSE +0 -22
- package/lib/value-parser/README.md +0 -3
- package/lib/value-parser/index.d.js +0 -2
- package/lib/value-parser/index.js +0 -22
- package/lib/value-parser/parse.js +0 -259
- package/lib/value-parser/stringify.js +0 -38
- package/lib/value-parser/unit.js +0 -86
- package/lib/value-parser/walk.js +0 -16
- package/loadConfig.d.ts +0 -4
- package/loadConfig.js +0 -2
- package/nesting/index.js +0 -2
- package/plugin.d.ts +0 -11
- package/plugin.js +0 -2
- package/prettier.config.js +0 -19
- package/resolveConfig.d.ts +0 -12
- package/resolveConfig.js +0 -2
- package/screens.css +0 -1
- package/scripts/create-plugin-list.js +0 -10
- package/scripts/generate-types.js +0 -105
- package/scripts/release-channel.js +0 -18
- package/scripts/release-notes.js +0 -21
- package/scripts/type-utils.js +0 -27
- package/src/cli/build/index.js +0 -53
- package/src/cli/build/plugin.js +0 -469
- package/src/cli/build/utils.js +0 -76
- package/src/cli/build/watching.js +0 -229
- package/src/cli/help/index.js +0 -70
- package/src/cli/index.js +0 -217
- package/src/cli/init/index.js +0 -79
- package/src/cli.js +0 -3
- package/src/corePluginList.js +0 -1
- package/src/corePlugins.js +0 -2877
- package/src/css/LICENSE +0 -25
- package/src/css/preflight.css +0 -379
- package/src/featureFlags.js +0 -68
- package/src/index.js +0 -1
- package/src/lib/cacheInvalidation.js +0 -52
- package/src/lib/collapseAdjacentRules.js +0 -58
- package/src/lib/collapseDuplicateDeclarations.js +0 -93
- package/src/lib/content.js +0 -240
- package/src/lib/defaultExtractor.js +0 -217
- package/src/lib/detectNesting.js +0 -47
- package/src/lib/evaluateTailwindFunctions.js +0 -272
- package/src/lib/expandApplyAtRules.js +0 -613
- package/src/lib/expandTailwindAtRules.js +0 -319
- package/src/lib/findAtConfigPath.js +0 -48
- package/src/lib/generateRules.js +0 -930
- package/src/lib/getModuleDependencies.js +0 -79
- package/src/lib/handleImportAtRules.js +0 -34
- package/src/lib/load-config.ts +0 -31
- package/src/lib/normalizeTailwindDirectives.js +0 -57
- package/src/lib/offsets.js +0 -373
- package/src/lib/partitionApplyAtRules.js +0 -52
- package/src/lib/regex.js +0 -74
- package/src/lib/remap-bitfield.js +0 -82
- package/src/lib/resolveDefaultsAtRules.js +0 -163
- package/src/lib/setupContextUtils.js +0 -1331
- package/src/lib/setupTrackingContext.js +0 -169
- package/src/lib/sharedState.js +0 -57
- package/src/lib/substituteScreenAtRules.js +0 -19
- package/src/plugin.js +0 -133
- package/src/postcss-plugins/nesting/README.md +0 -42
- package/src/postcss-plugins/nesting/index.js +0 -13
- package/src/postcss-plugins/nesting/plugin.js +0 -80
- package/src/processTailwindFeatures.js +0 -59
- package/src/public/colors.js +0 -322
- package/src/public/create-plugin.js +0 -2
- package/src/public/default-config.js +0 -4
- package/src/public/default-theme.js +0 -4
- package/src/public/load-config.js +0 -2
- package/src/public/resolve-config.js +0 -7
- package/src/util/applyImportantSelector.js +0 -27
- package/src/util/bigSign.js +0 -3
- package/src/util/buildMediaQuery.js +0 -22
- package/src/util/cloneDeep.js +0 -11
- package/src/util/cloneNodes.js +0 -28
- package/src/util/color.js +0 -88
- package/src/util/colorNames.js +0 -150
- package/src/util/configurePlugins.js +0 -23
- package/src/util/createPlugin.js +0 -27
- package/src/util/createUtilityPlugin.js +0 -37
- package/src/util/dataTypes.js +0 -340
- package/src/util/defaults.js +0 -17
- package/src/util/escapeClassName.js +0 -8
- package/src/util/escapeCommas.js +0 -3
- package/src/util/flattenColorPalette.js +0 -13
- package/src/util/formatVariantSelector.js +0 -317
- package/src/util/getAllConfigs.js +0 -38
- package/src/util/hashConfig.js +0 -5
- package/src/util/isKeyframeRule.js +0 -3
- package/src/util/isPlainObject.js +0 -8
- package/src/util/isSyntacticallyValidPropertyValue.js +0 -61
- package/src/util/log.js +0 -53
- package/src/util/nameClass.js +0 -30
- package/src/util/negateValue.js +0 -24
- package/src/util/normalizeConfig.js +0 -328
- package/src/util/normalizeScreens.js +0 -140
- package/src/util/parseAnimationValue.js +0 -68
- package/src/util/parseBoxShadowValue.js +0 -72
- package/src/util/parseDependency.js +0 -44
- package/src/util/parseGlob.js +0 -24
- package/src/util/parseObjectStyles.js +0 -19
- package/src/util/pluginUtils.js +0 -287
- package/src/util/prefixSelector.js +0 -33
- package/src/util/pseudoElements.js +0 -167
- package/src/util/removeAlphaVariables.js +0 -24
- package/src/util/resolveConfig.js +0 -277
- package/src/util/resolveConfigPath.js +0 -66
- package/src/util/responsive.js +0 -10
- package/src/util/splitAtTopLevelOnly.js +0 -52
- package/src/util/tap.js +0 -4
- package/src/util/toColorValue.js +0 -3
- package/src/util/toPath.js +0 -26
- package/src/util/transformThemeValue.js +0 -62
- package/src/util/validateConfig.js +0 -36
- package/src/util/validateFormalSyntax.js +0 -34
- package/src/util/withAlphaVariable.js +0 -49
- package/src/value-parser/LICENSE +0 -22
- package/src/value-parser/README.md +0 -3
- package/src/value-parser/index.d.ts +0 -177
- package/src/value-parser/index.js +0 -28
- package/src/value-parser/parse.js +0 -303
- package/src/value-parser/stringify.js +0 -41
- package/src/value-parser/unit.js +0 -118
- package/src/value-parser/walk.js +0 -18
- package/stubs/.gitignore +0 -1
- package/stubs/.prettierrc.json +0 -6
- package/stubs/config.full.js +0 -1002
- package/stubs/config.simple.js +0 -7
- package/stubs/postcss.config.cjs +0 -5
- package/stubs/postcss.config.js +0 -5
- package/stubs/tailwind.config.cjs +0 -2
- package/stubs/tailwind.config.js +0 -2
- package/stubs/tailwind.config.ts +0 -3
- package/tailwind.css +0 -5
- package/types/config.d.ts +0 -369
- package/types/generated/.gitkeep +0 -0
- package/types/generated/colors.d.ts +0 -298
- package/types/generated/corePluginList.d.ts +0 -1
- package/types/generated/default-theme.d.ts +0 -378
- package/types/index.d.ts +0 -7
- package/variants.css +0 -1
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
inherit: string;
|
|
3
|
+
current: string;
|
|
4
|
+
transparent: string;
|
|
5
|
+
black: string;
|
|
6
|
+
white: string;
|
|
7
|
+
slate: {
|
|
8
|
+
'50': string;
|
|
9
|
+
'100': string;
|
|
10
|
+
'200': string;
|
|
11
|
+
'300': string;
|
|
12
|
+
'400': string;
|
|
13
|
+
'500': string;
|
|
14
|
+
'600': string;
|
|
15
|
+
'700': string;
|
|
16
|
+
'800': string;
|
|
17
|
+
'900': string;
|
|
18
|
+
'950': string;
|
|
19
|
+
};
|
|
20
|
+
gray: {
|
|
21
|
+
'50': string;
|
|
22
|
+
'100': string;
|
|
23
|
+
'200': string;
|
|
24
|
+
'300': string;
|
|
25
|
+
'400': string;
|
|
26
|
+
'500': string;
|
|
27
|
+
'600': string;
|
|
28
|
+
'700': string;
|
|
29
|
+
'800': string;
|
|
30
|
+
'900': string;
|
|
31
|
+
'950': string;
|
|
32
|
+
};
|
|
33
|
+
zinc: {
|
|
34
|
+
'50': string;
|
|
35
|
+
'100': string;
|
|
36
|
+
'200': string;
|
|
37
|
+
'300': string;
|
|
38
|
+
'400': string;
|
|
39
|
+
'500': string;
|
|
40
|
+
'600': string;
|
|
41
|
+
'700': string;
|
|
42
|
+
'800': string;
|
|
43
|
+
'900': string;
|
|
44
|
+
'950': string;
|
|
45
|
+
};
|
|
46
|
+
neutral: {
|
|
47
|
+
'50': string;
|
|
48
|
+
'100': string;
|
|
49
|
+
'200': string;
|
|
50
|
+
'300': string;
|
|
51
|
+
'400': string;
|
|
52
|
+
'500': string;
|
|
53
|
+
'600': string;
|
|
54
|
+
'700': string;
|
|
55
|
+
'800': string;
|
|
56
|
+
'900': string;
|
|
57
|
+
'950': string;
|
|
58
|
+
};
|
|
59
|
+
stone: {
|
|
60
|
+
'50': string;
|
|
61
|
+
'100': string;
|
|
62
|
+
'200': string;
|
|
63
|
+
'300': string;
|
|
64
|
+
'400': string;
|
|
65
|
+
'500': string;
|
|
66
|
+
'600': string;
|
|
67
|
+
'700': string;
|
|
68
|
+
'800': string;
|
|
69
|
+
'900': string;
|
|
70
|
+
'950': string;
|
|
71
|
+
};
|
|
72
|
+
red: {
|
|
73
|
+
'50': string;
|
|
74
|
+
'100': string;
|
|
75
|
+
'200': string;
|
|
76
|
+
'300': string;
|
|
77
|
+
'400': string;
|
|
78
|
+
'500': string;
|
|
79
|
+
'600': string;
|
|
80
|
+
'700': string;
|
|
81
|
+
'800': string;
|
|
82
|
+
'900': string;
|
|
83
|
+
'950': string;
|
|
84
|
+
};
|
|
85
|
+
orange: {
|
|
86
|
+
'50': string;
|
|
87
|
+
'100': string;
|
|
88
|
+
'200': string;
|
|
89
|
+
'300': string;
|
|
90
|
+
'400': string;
|
|
91
|
+
'500': string;
|
|
92
|
+
'600': string;
|
|
93
|
+
'700': string;
|
|
94
|
+
'800': string;
|
|
95
|
+
'900': string;
|
|
96
|
+
'950': string;
|
|
97
|
+
};
|
|
98
|
+
amber: {
|
|
99
|
+
'50': string;
|
|
100
|
+
'100': string;
|
|
101
|
+
'200': string;
|
|
102
|
+
'300': string;
|
|
103
|
+
'400': string;
|
|
104
|
+
'500': string;
|
|
105
|
+
'600': string;
|
|
106
|
+
'700': string;
|
|
107
|
+
'800': string;
|
|
108
|
+
'900': string;
|
|
109
|
+
'950': string;
|
|
110
|
+
};
|
|
111
|
+
yellow: {
|
|
112
|
+
'50': string;
|
|
113
|
+
'100': string;
|
|
114
|
+
'200': string;
|
|
115
|
+
'300': string;
|
|
116
|
+
'400': string;
|
|
117
|
+
'500': string;
|
|
118
|
+
'600': string;
|
|
119
|
+
'700': string;
|
|
120
|
+
'800': string;
|
|
121
|
+
'900': string;
|
|
122
|
+
'950': string;
|
|
123
|
+
};
|
|
124
|
+
lime: {
|
|
125
|
+
'50': string;
|
|
126
|
+
'100': string;
|
|
127
|
+
'200': string;
|
|
128
|
+
'300': string;
|
|
129
|
+
'400': string;
|
|
130
|
+
'500': string;
|
|
131
|
+
'600': string;
|
|
132
|
+
'700': string;
|
|
133
|
+
'800': string;
|
|
134
|
+
'900': string;
|
|
135
|
+
'950': string;
|
|
136
|
+
};
|
|
137
|
+
green: {
|
|
138
|
+
'50': string;
|
|
139
|
+
'100': string;
|
|
140
|
+
'200': string;
|
|
141
|
+
'300': string;
|
|
142
|
+
'400': string;
|
|
143
|
+
'500': string;
|
|
144
|
+
'600': string;
|
|
145
|
+
'700': string;
|
|
146
|
+
'800': string;
|
|
147
|
+
'900': string;
|
|
148
|
+
'950': string;
|
|
149
|
+
};
|
|
150
|
+
emerald: {
|
|
151
|
+
'50': string;
|
|
152
|
+
'100': string;
|
|
153
|
+
'200': string;
|
|
154
|
+
'300': string;
|
|
155
|
+
'400': string;
|
|
156
|
+
'500': string;
|
|
157
|
+
'600': string;
|
|
158
|
+
'700': string;
|
|
159
|
+
'800': string;
|
|
160
|
+
'900': string;
|
|
161
|
+
'950': string;
|
|
162
|
+
};
|
|
163
|
+
teal: {
|
|
164
|
+
'50': string;
|
|
165
|
+
'100': string;
|
|
166
|
+
'200': string;
|
|
167
|
+
'300': string;
|
|
168
|
+
'400': string;
|
|
169
|
+
'500': string;
|
|
170
|
+
'600': string;
|
|
171
|
+
'700': string;
|
|
172
|
+
'800': string;
|
|
173
|
+
'900': string;
|
|
174
|
+
'950': string;
|
|
175
|
+
};
|
|
176
|
+
cyan: {
|
|
177
|
+
'50': string;
|
|
178
|
+
'100': string;
|
|
179
|
+
'200': string;
|
|
180
|
+
'300': string;
|
|
181
|
+
'400': string;
|
|
182
|
+
'500': string;
|
|
183
|
+
'600': string;
|
|
184
|
+
'700': string;
|
|
185
|
+
'800': string;
|
|
186
|
+
'900': string;
|
|
187
|
+
'950': string;
|
|
188
|
+
};
|
|
189
|
+
sky: {
|
|
190
|
+
'50': string;
|
|
191
|
+
'100': string;
|
|
192
|
+
'200': string;
|
|
193
|
+
'300': string;
|
|
194
|
+
'400': string;
|
|
195
|
+
'500': string;
|
|
196
|
+
'600': string;
|
|
197
|
+
'700': string;
|
|
198
|
+
'800': string;
|
|
199
|
+
'900': string;
|
|
200
|
+
'950': string;
|
|
201
|
+
};
|
|
202
|
+
blue: {
|
|
203
|
+
'50': string;
|
|
204
|
+
'100': string;
|
|
205
|
+
'200': string;
|
|
206
|
+
'300': string;
|
|
207
|
+
'400': string;
|
|
208
|
+
'500': string;
|
|
209
|
+
'600': string;
|
|
210
|
+
'700': string;
|
|
211
|
+
'800': string;
|
|
212
|
+
'900': string;
|
|
213
|
+
'950': string;
|
|
214
|
+
};
|
|
215
|
+
indigo: {
|
|
216
|
+
'50': string;
|
|
217
|
+
'100': string;
|
|
218
|
+
'200': string;
|
|
219
|
+
'300': string;
|
|
220
|
+
'400': string;
|
|
221
|
+
'500': string;
|
|
222
|
+
'600': string;
|
|
223
|
+
'700': string;
|
|
224
|
+
'800': string;
|
|
225
|
+
'900': string;
|
|
226
|
+
'950': string;
|
|
227
|
+
};
|
|
228
|
+
violet: {
|
|
229
|
+
'50': string;
|
|
230
|
+
'100': string;
|
|
231
|
+
'200': string;
|
|
232
|
+
'300': string;
|
|
233
|
+
'400': string;
|
|
234
|
+
'500': string;
|
|
235
|
+
'600': string;
|
|
236
|
+
'700': string;
|
|
237
|
+
'800': string;
|
|
238
|
+
'900': string;
|
|
239
|
+
'950': string;
|
|
240
|
+
};
|
|
241
|
+
purple: {
|
|
242
|
+
'50': string;
|
|
243
|
+
'100': string;
|
|
244
|
+
'200': string;
|
|
245
|
+
'300': string;
|
|
246
|
+
'400': string;
|
|
247
|
+
'500': string;
|
|
248
|
+
'600': string;
|
|
249
|
+
'700': string;
|
|
250
|
+
'800': string;
|
|
251
|
+
'900': string;
|
|
252
|
+
'950': string;
|
|
253
|
+
};
|
|
254
|
+
fuchsia: {
|
|
255
|
+
'50': string;
|
|
256
|
+
'100': string;
|
|
257
|
+
'200': string;
|
|
258
|
+
'300': string;
|
|
259
|
+
'400': string;
|
|
260
|
+
'500': string;
|
|
261
|
+
'600': string;
|
|
262
|
+
'700': string;
|
|
263
|
+
'800': string;
|
|
264
|
+
'900': string;
|
|
265
|
+
'950': string;
|
|
266
|
+
};
|
|
267
|
+
pink: {
|
|
268
|
+
'50': string;
|
|
269
|
+
'100': string;
|
|
270
|
+
'200': string;
|
|
271
|
+
'300': string;
|
|
272
|
+
'400': string;
|
|
273
|
+
'500': string;
|
|
274
|
+
'600': string;
|
|
275
|
+
'700': string;
|
|
276
|
+
'800': string;
|
|
277
|
+
'900': string;
|
|
278
|
+
'950': string;
|
|
279
|
+
};
|
|
280
|
+
rose: {
|
|
281
|
+
'50': string;
|
|
282
|
+
'100': string;
|
|
283
|
+
'200': string;
|
|
284
|
+
'300': string;
|
|
285
|
+
'400': string;
|
|
286
|
+
'500': string;
|
|
287
|
+
'600': string;
|
|
288
|
+
'700': string;
|
|
289
|
+
'800': string;
|
|
290
|
+
'900': string;
|
|
291
|
+
'950': string;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
294
|
+
|
|
295
|
+
export { _default as default };
|
package/dist/colors.d.ts
ADDED
package/dist/colors.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var l={inherit:"inherit",current:"currentcolor",transparent:"transparent",black:"#000",white:"#fff",slate:{50:"oklch(98.4% 0.003 247.858)",100:"oklch(96.8% 0.007 247.896)",200:"oklch(92.9% 0.013 255.508)",300:"oklch(86.9% 0.022 252.894)",400:"oklch(70.4% 0.04 256.788)",500:"oklch(55.4% 0.046 257.417)",600:"oklch(44.6% 0.043 257.281)",700:"oklch(37.2% 0.044 257.287)",800:"oklch(27.9% 0.041 260.031)",900:"oklch(20.8% 0.042 265.755)",950:"oklch(12.9% 0.042 264.695)"},gray:{50:"oklch(98.5% 0.002 247.839)",100:"oklch(96.7% 0.003 264.542)",200:"oklch(92.8% 0.006 264.531)",300:"oklch(87.2% 0.01 258.338)",400:"oklch(70.7% 0.022 261.325)",500:"oklch(55.1% 0.027 264.364)",600:"oklch(44.6% 0.03 256.802)",700:"oklch(37.3% 0.034 259.733)",800:"oklch(27.8% 0.033 256.848)",900:"oklch(21% 0.034 264.665)",950:"oklch(13% 0.028 261.692)"},zinc:{50:"oklch(98.5% 0 0)",100:"oklch(96.7% 0.001 286.375)",200:"oklch(92% 0.004 286.32)",300:"oklch(87.1% 0.006 286.286)",400:"oklch(70.5% 0.015 286.067)",500:"oklch(55.2% 0.016 285.938)",600:"oklch(44.2% 0.017 285.786)",700:"oklch(37% 0.013 285.805)",800:"oklch(27.4% 0.006 286.033)",900:"oklch(21% 0.006 285.885)",950:"oklch(14.1% 0.005 285.823)"},neutral:{50:"oklch(98.5% 0 0)",100:"oklch(97% 0 0)",200:"oklch(92.2% 0 0)",300:"oklch(87% 0 0)",400:"oklch(70.8% 0 0)",500:"oklch(55.6% 0 0)",600:"oklch(43.9% 0 0)",700:"oklch(37.1% 0 0)",800:"oklch(26.9% 0 0)",900:"oklch(20.5% 0 0)",950:"oklch(14.5% 0 0)"},stone:{50:"oklch(98.5% 0.001 106.423)",100:"oklch(97% 0.001 106.424)",200:"oklch(92.3% 0.003 48.717)",300:"oklch(86.9% 0.005 56.366)",400:"oklch(70.9% 0.01 56.259)",500:"oklch(55.3% 0.013 58.071)",600:"oklch(44.4% 0.011 73.639)",700:"oklch(37.4% 0.01 67.558)",800:"oklch(26.8% 0.007 34.298)",900:"oklch(21.6% 0.006 56.043)",950:"oklch(14.7% 0.004 49.25)"},red:{50:"oklch(97.1% 0.013 17.38)",100:"oklch(93.6% 0.032 17.717)",200:"oklch(88.5% 0.062 18.334)",300:"oklch(80.8% 0.114 19.571)",400:"oklch(70.4% 0.191 22.216)",500:"oklch(63.7% 0.237 25.331)",600:"oklch(57.7% 0.245 27.325)",700:"oklch(50.5% 0.213 27.518)",800:"oklch(44.4% 0.177 26.899)",900:"oklch(39.6% 0.141 25.723)",950:"oklch(25.8% 0.092 26.042)"},orange:{50:"oklch(98% 0.016 73.684)",100:"oklch(95.4% 0.038 75.164)",200:"oklch(90.1% 0.076 70.697)",300:"oklch(83.7% 0.128 66.29)",400:"oklch(75% 0.183 55.934)",500:"oklch(70.5% 0.213 47.604)",600:"oklch(64.6% 0.222 41.116)",700:"oklch(55.3% 0.195 38.402)",800:"oklch(47% 0.157 37.304)",900:"oklch(40.8% 0.123 38.172)",950:"oklch(26.6% 0.079 36.259)"},amber:{50:"oklch(98.7% 0.022 95.277)",100:"oklch(96.2% 0.059 95.617)",200:"oklch(92.4% 0.12 95.746)",300:"oklch(87.9% 0.169 91.605)",400:"oklch(82.8% 0.189 84.429)",500:"oklch(76.9% 0.188 70.08)",600:"oklch(66.6% 0.179 58.318)",700:"oklch(55.5% 0.163 48.998)",800:"oklch(47.3% 0.137 46.201)",900:"oklch(41.4% 0.112 45.904)",950:"oklch(27.9% 0.077 45.635)"},yellow:{50:"oklch(98.7% 0.026 102.212)",100:"oklch(97.3% 0.071 103.193)",200:"oklch(94.5% 0.129 101.54)",300:"oklch(90.5% 0.182 98.111)",400:"oklch(85.2% 0.199 91.936)",500:"oklch(79.5% 0.184 86.047)",600:"oklch(68.1% 0.162 75.834)",700:"oklch(55.4% 0.135 66.442)",800:"oklch(47.6% 0.114 61.907)",900:"oklch(42.1% 0.095 57.708)",950:"oklch(28.6% 0.066 53.813)"},lime:{50:"oklch(98.6% 0.031 120.757)",100:"oklch(96.7% 0.067 122.328)",200:"oklch(93.8% 0.127 124.321)",300:"oklch(89.7% 0.196 126.665)",400:"oklch(84.1% 0.238 128.85)",500:"oklch(76.8% 0.233 130.85)",600:"oklch(64.8% 0.2 131.684)",700:"oklch(53.2% 0.157 131.589)",800:"oklch(45.3% 0.124 130.933)",900:"oklch(40.5% 0.101 131.063)",950:"oklch(27.4% 0.072 132.109)"},green:{50:"oklch(98.2% 0.018 155.826)",100:"oklch(96.2% 0.044 156.743)",200:"oklch(92.5% 0.084 155.995)",300:"oklch(87.1% 0.15 154.449)",400:"oklch(79.2% 0.209 151.711)",500:"oklch(72.3% 0.219 149.579)",600:"oklch(62.7% 0.194 149.214)",700:"oklch(52.7% 0.154 150.069)",800:"oklch(44.8% 0.119 151.328)",900:"oklch(39.3% 0.095 152.535)",950:"oklch(26.6% 0.065 152.934)"},emerald:{50:"oklch(97.9% 0.021 166.113)",100:"oklch(95% 0.052 163.051)",200:"oklch(90.5% 0.093 164.15)",300:"oklch(84.5% 0.143 164.978)",400:"oklch(76.5% 0.177 163.223)",500:"oklch(69.6% 0.17 162.48)",600:"oklch(59.6% 0.145 163.225)",700:"oklch(50.8% 0.118 165.612)",800:"oklch(43.2% 0.095 166.913)",900:"oklch(37.8% 0.077 168.94)",950:"oklch(26.2% 0.051 172.552)"},teal:{50:"oklch(98.4% 0.014 180.72)",100:"oklch(95.3% 0.051 180.801)",200:"oklch(91% 0.096 180.426)",300:"oklch(85.5% 0.138 181.071)",400:"oklch(77.7% 0.152 181.912)",500:"oklch(70.4% 0.14 182.503)",600:"oklch(60% 0.118 184.704)",700:"oklch(51.1% 0.096 186.391)",800:"oklch(43.7% 0.078 188.216)",900:"oklch(38.6% 0.063 188.416)",950:"oklch(27.7% 0.046 192.524)"},cyan:{50:"oklch(98.4% 0.019 200.873)",100:"oklch(95.6% 0.045 203.388)",200:"oklch(91.7% 0.08 205.041)",300:"oklch(86.5% 0.127 207.078)",400:"oklch(78.9% 0.154 211.53)",500:"oklch(71.5% 0.143 215.221)",600:"oklch(60.9% 0.126 221.723)",700:"oklch(52% 0.105 223.128)",800:"oklch(45% 0.085 224.283)",900:"oklch(39.8% 0.07 227.392)",950:"oklch(30.2% 0.056 229.695)"},sky:{50:"oklch(97.7% 0.013 236.62)",100:"oklch(95.1% 0.026 236.824)",200:"oklch(90.1% 0.058 230.902)",300:"oklch(82.8% 0.111 230.318)",400:"oklch(74.6% 0.16 232.661)",500:"oklch(68.5% 0.169 237.323)",600:"oklch(58.8% 0.158 241.966)",700:"oklch(50% 0.134 242.749)",800:"oklch(44.3% 0.11 240.79)",900:"oklch(39.1% 0.09 240.876)",950:"oklch(29.3% 0.066 243.157)"},blue:{50:"oklch(97% 0.014 254.604)",100:"oklch(93.2% 0.032 255.585)",200:"oklch(88.2% 0.059 254.128)",300:"oklch(80.9% 0.105 251.813)",400:"oklch(70.7% 0.165 254.624)",500:"oklch(62.3% 0.214 259.815)",600:"oklch(54.6% 0.245 262.881)",700:"oklch(48.8% 0.243 264.376)",800:"oklch(42.4% 0.199 265.638)",900:"oklch(37.9% 0.146 265.522)",950:"oklch(28.2% 0.091 267.935)"},indigo:{50:"oklch(96.2% 0.018 272.314)",100:"oklch(93% 0.034 272.788)",200:"oklch(87% 0.065 274.039)",300:"oklch(78.5% 0.115 274.713)",400:"oklch(67.3% 0.182 276.935)",500:"oklch(58.5% 0.233 277.117)",600:"oklch(51.1% 0.262 276.966)",700:"oklch(45.7% 0.24 277.023)",800:"oklch(39.8% 0.195 277.366)",900:"oklch(35.9% 0.144 278.697)",950:"oklch(25.7% 0.09 281.288)"},violet:{50:"oklch(96.9% 0.016 293.756)",100:"oklch(94.3% 0.029 294.588)",200:"oklch(89.4% 0.057 293.283)",300:"oklch(81.1% 0.111 293.571)",400:"oklch(70.2% 0.183 293.541)",500:"oklch(60.6% 0.25 292.717)",600:"oklch(54.1% 0.281 293.009)",700:"oklch(49.1% 0.27 292.581)",800:"oklch(43.2% 0.232 292.759)",900:"oklch(38% 0.189 293.745)",950:"oklch(28.3% 0.141 291.089)"},purple:{50:"oklch(97.7% 0.014 308.299)",100:"oklch(94.6% 0.033 307.174)",200:"oklch(90.2% 0.063 306.703)",300:"oklch(82.7% 0.119 306.383)",400:"oklch(71.4% 0.203 305.504)",500:"oklch(62.7% 0.265 303.9)",600:"oklch(55.8% 0.288 302.321)",700:"oklch(49.6% 0.265 301.924)",800:"oklch(43.8% 0.218 303.724)",900:"oklch(38.1% 0.176 304.987)",950:"oklch(29.1% 0.149 302.717)"},fuchsia:{50:"oklch(97.7% 0.017 320.058)",100:"oklch(95.2% 0.037 318.852)",200:"oklch(90.3% 0.076 319.62)",300:"oklch(83.3% 0.145 321.434)",400:"oklch(74% 0.238 322.16)",500:"oklch(66.7% 0.295 322.15)",600:"oklch(59.1% 0.293 322.896)",700:"oklch(51.8% 0.253 323.949)",800:"oklch(45.2% 0.211 324.591)",900:"oklch(40.1% 0.17 325.612)",950:"oklch(29.3% 0.136 325.661)"},pink:{50:"oklch(97.1% 0.014 343.198)",100:"oklch(94.8% 0.028 342.258)",200:"oklch(89.9% 0.061 343.231)",300:"oklch(82.3% 0.12 346.018)",400:"oklch(71.8% 0.202 349.761)",500:"oklch(65.6% 0.241 354.308)",600:"oklch(59.2% 0.249 0.584)",700:"oklch(52.5% 0.223 3.958)",800:"oklch(45.9% 0.187 3.815)",900:"oklch(40.8% 0.153 2.432)",950:"oklch(28.4% 0.109 3.907)"},rose:{50:"oklch(96.9% 0.015 12.422)",100:"oklch(94.1% 0.03 12.58)",200:"oklch(89.2% 0.058 10.001)",300:"oklch(81% 0.117 11.638)",400:"oklch(71.2% 0.194 13.428)",500:"oklch(64.5% 0.246 16.439)",600:"oklch(58.6% 0.253 17.585)",700:"oklch(51.4% 0.222 16.935)",800:"oklch(45.5% 0.188 13.697)",900:"oklch(41% 0.159 10.272)",950:"oklch(27.1% 0.105 12.094)"}};module.exports=l;
|
package/dist/colors.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a}from"./chunk-HTB5LLOP.mjs";export{a as default};
|