tailwindcss 0.0.0-insiders.eb8d929 → 0.0.0-insiders.ec0049a
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 -6
- package/dist/chunk-AZANAYY2.mjs +1 -0
- package/dist/chunk-CH45MXZF.mjs +10 -0
- package/dist/chunk-V2K3XTS4.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 +1 -0
- package/dist/flatten-color-palette.mjs +1 -0
- package/dist/lib.d.mts +260 -0
- package/dist/lib.d.ts +3 -0
- package/dist/lib.js +33 -0
- package/dist/lib.mjs +24 -0
- package/dist/plugin.d.mts +11 -0
- package/dist/plugin.d.ts +104 -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-B254mqw1.d.mts +98 -0
- package/index.css +863 -3
- package/package.json +73 -102
- package/preflight.css +383 -0
- package/theme.css +453 -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 -381
- 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 -4197
- package/lib/css/LICENSE +0 -25
- package/lib/css/preflight.css +0 -375
- package/lib/featureFlags.js +0 -84
- 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 -314
- package/lib/lib/findAtConfigPath.js +0 -46
- package/lib/lib/generateRules.js +0 -879
- 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 -1245
- package/lib/lib/setupTrackingContext.js +0 -166
- package/lib/lib/sharedState.js +0 -79
- package/lib/lib/substituteScreenAtRules.js +0 -31
- package/lib/plugin.js +0 -116
- 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 -304
- 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 -263
- package/lib/util/getAllConfigs.js +0 -50
- 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 -308
- 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 -229
- package/lib/util/removeAlphaVariables.js +0 -31
- package/lib/util/resolveConfig.js +0 -256
- 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 -457
- 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 -375
- 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 -315
- package/src/lib/findAtConfigPath.js +0 -48
- package/src/lib/generateRules.js +0 -923
- 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 -1318
- 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 -124
- 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 -58
- 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 -292
- 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 -316
- 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 -32
- package/src/util/pseudoElements.js +0 -170
- 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 -1003
- 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 -372
- 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(0.984 0.003 247.858)",100:"oklch(0.968 0.007 247.896)",200:"oklch(0.929 0.013 255.508)",300:"oklch(0.869 0.022 252.894)",400:"oklch(0.704 0.04 256.788)",500:"oklch(0.554 0.046 257.417)",600:"oklch(0.446 0.043 257.281)",700:"oklch(0.372 0.044 257.287)",800:"oklch(0.279 0.041 260.031)",900:"oklch(0.208 0.042 265.755)",950:"oklch(0.129 0.042 264.695)"},gray:{50:"oklch(0.985 0.002 247.839)",100:"oklch(0.967 0.003 264.542)",200:"oklch(0.928 0.006 264.531)",300:"oklch(0.872 0.01 258.338)",400:"oklch(0.707 0.022 261.325)",500:"oklch(0.551 0.027 264.364)",600:"oklch(0.446 0.03 256.802)",700:"oklch(0.373 0.034 259.733)",800:"oklch(0.278 0.033 256.848)",900:"oklch(0.21 0.034 264.665)",950:"oklch(0.13 0.028 261.692)"},zinc:{50:"oklch(0.985 0 0)",100:"oklch(0.967 0.001 286.375)",200:"oklch(0.92 0.004 286.32)",300:"oklch(0.871 0.006 286.286)",400:"oklch(0.705 0.015 286.067)",500:"oklch(0.552 0.016 285.938)",600:"oklch(0.442 0.017 285.786)",700:"oklch(0.37 0.013 285.805)",800:"oklch(0.274 0.006 286.033)",900:"oklch(0.21 0.006 285.885)",950:"oklch(0.141 0.005 285.823)"},neutral:{50:"oklch(0.985 0 0)",100:"oklch(0.97 0 0)",200:"oklch(0.922 0 0)",300:"oklch(0.87 0 0)",400:"oklch(0.708 0 0)",500:"oklch(0.556 0 0)",600:"oklch(0.439 0 0)",700:"oklch(0.371 0 0)",800:"oklch(0.269 0 0)",900:"oklch(0.205 0 0)",950:"oklch(0.145 0 0)"},stone:{50:"oklch(0.985 0.001 106.423)",100:"oklch(0.97 0.001 106.424)",200:"oklch(0.923 0.003 48.717)",300:"oklch(0.869 0.005 56.366)",400:"oklch(0.709 0.01 56.259)",500:"oklch(0.553 0.013 58.071)",600:"oklch(0.444 0.011 73.639)",700:"oklch(0.374 0.01 67.558)",800:"oklch(0.268 0.007 34.298)",900:"oklch(0.216 0.006 56.043)",950:"oklch(0.147 0.004 49.25)"},red:{50:"oklch(0.971 0.013 17.38)",100:"oklch(0.936 0.032 17.717)",200:"oklch(0.885 0.062 18.334)",300:"oklch(0.808 0.114 19.571)",400:"oklch(0.704 0.191 22.216)",500:"oklch(0.637 0.237 25.331)",600:"oklch(0.577 0.245 27.325)",700:"oklch(0.505 0.213 27.518)",800:"oklch(0.444 0.177 26.899)",900:"oklch(0.396 0.141 25.723)",950:"oklch(0.258 0.092 26.042)"},orange:{50:"oklch(0.98 0.016 73.684)",100:"oklch(0.954 0.038 75.164)",200:"oklch(0.901 0.076 70.697)",300:"oklch(0.837 0.128 66.29)",400:"oklch(0.75 0.183 55.934)",500:"oklch(0.705 0.213 47.604)",600:"oklch(0.646 0.222 41.116)",700:"oklch(0.553 0.195 38.402)",800:"oklch(0.47 0.157 37.304)",900:"oklch(0.408 0.123 38.172)",950:"oklch(0.266 0.079 36.259)"},amber:{50:"oklch(0.987 0.022 95.277)",100:"oklch(0.962 0.059 95.617)",200:"oklch(0.924 0.12 95.746)",300:"oklch(0.879 0.169 91.605)",400:"oklch(0.828 0.189 84.429)",500:"oklch(0.769 0.188 70.08)",600:"oklch(0.666 0.179 58.318)",700:"oklch(0.555 0.163 48.998)",800:"oklch(0.473 0.137 46.201)",900:"oklch(0.414 0.112 45.904)",950:"oklch(0.279 0.077 45.635)"},yellow:{50:"oklch(0.987 0.026 102.212)",100:"oklch(0.973 0.071 103.193)",200:"oklch(0.945 0.129 101.54)",300:"oklch(0.905 0.182 98.111)",400:"oklch(0.852 0.199 91.936)",500:"oklch(0.795 0.184 86.047)",600:"oklch(0.681 0.162 75.834)",700:"oklch(0.554 0.135 66.442)",800:"oklch(0.476 0.114 61.907)",900:"oklch(0.421 0.095 57.708)",950:"oklch(0.286 0.066 53.813)"},lime:{50:"oklch(0.986 0.031 120.757)",100:"oklch(0.967 0.067 122.328)",200:"oklch(0.938 0.127 124.321)",300:"oklch(0.897 0.196 126.665)",400:"oklch(0.841 0.238 128.85)",500:"oklch(0.768 0.233 130.85)",600:"oklch(0.648 0.2 131.684)",700:"oklch(0.532 0.157 131.589)",800:"oklch(0.453 0.124 130.933)",900:"oklch(0.405 0.101 131.063)",950:"oklch(0.274 0.072 132.109)"},green:{50:"oklch(0.982 0.018 155.826)",100:"oklch(0.962 0.044 156.743)",200:"oklch(0.925 0.084 155.995)",300:"oklch(0.871 0.15 154.449)",400:"oklch(0.792 0.209 151.711)",500:"oklch(0.723 0.219 149.579)",600:"oklch(0.627 0.194 149.214)",700:"oklch(0.527 0.154 150.069)",800:"oklch(0.448 0.119 151.328)",900:"oklch(0.393 0.095 152.535)",950:"oklch(0.266 0.065 152.934)"},emerald:{50:"oklch(0.979 0.021 166.113)",100:"oklch(0.95 0.052 163.051)",200:"oklch(0.905 0.093 164.15)",300:"oklch(0.845 0.143 164.978)",400:"oklch(0.765 0.177 163.223)",500:"oklch(0.696 0.17 162.48)",600:"oklch(0.596 0.145 163.225)",700:"oklch(0.508 0.118 165.612)",800:"oklch(0.432 0.095 166.913)",900:"oklch(0.378 0.077 168.94)",950:"oklch(0.262 0.051 172.552)"},teal:{50:"oklch(0.984 0.014 180.72)",100:"oklch(0.953 0.051 180.801)",200:"oklch(0.91 0.096 180.426)",300:"oklch(0.855 0.138 181.071)",400:"oklch(0.777 0.152 181.912)",500:"oklch(0.704 0.14 182.503)",600:"oklch(0.6 0.118 184.704)",700:"oklch(0.511 0.096 186.391)",800:"oklch(0.437 0.078 188.216)",900:"oklch(0.386 0.063 188.416)",950:"oklch(0.277 0.046 192.524)"},cyan:{50:"oklch(0.984 0.019 200.873)",100:"oklch(0.956 0.045 203.388)",200:"oklch(0.917 0.08 205.041)",300:"oklch(0.865 0.127 207.078)",400:"oklch(0.789 0.154 211.53)",500:"oklch(0.715 0.143 215.221)",600:"oklch(0.609 0.126 221.723)",700:"oklch(0.52 0.105 223.128)",800:"oklch(0.45 0.085 224.283)",900:"oklch(0.398 0.07 227.392)",950:"oklch(0.302 0.056 229.695)"},sky:{50:"oklch(0.977 0.013 236.62)",100:"oklch(0.951 0.026 236.824)",200:"oklch(0.901 0.058 230.902)",300:"oklch(0.828 0.111 230.318)",400:"oklch(0.746 0.16 232.661)",500:"oklch(0.685 0.169 237.323)",600:"oklch(0.588 0.158 241.966)",700:"oklch(0.5 0.134 242.749)",800:"oklch(0.443 0.11 240.79)",900:"oklch(0.391 0.09 240.876)",950:"oklch(0.293 0.066 243.157)"},blue:{50:"oklch(0.97 0.014 254.604)",100:"oklch(0.932 0.032 255.585)",200:"oklch(0.882 0.059 254.128)",300:"oklch(0.809 0.105 251.813)",400:"oklch(0.707 0.165 254.624)",500:"oklch(0.623 0.214 259.815)",600:"oklch(0.546 0.245 262.881)",700:"oklch(0.488 0.243 264.376)",800:"oklch(0.424 0.199 265.638)",900:"oklch(0.379 0.146 265.522)",950:"oklch(0.282 0.091 267.935)"},indigo:{50:"oklch(0.962 0.018 272.314)",100:"oklch(0.93 0.034 272.788)",200:"oklch(0.87 0.065 274.039)",300:"oklch(0.785 0.115 274.713)",400:"oklch(0.673 0.182 276.935)",500:"oklch(0.585 0.233 277.117)",600:"oklch(0.511 0.262 276.966)",700:"oklch(0.457 0.24 277.023)",800:"oklch(0.398 0.195 277.366)",900:"oklch(0.359 0.144 278.697)",950:"oklch(0.257 0.09 281.288)"},violet:{50:"oklch(0.969 0.016 293.756)",100:"oklch(0.943 0.029 294.588)",200:"oklch(0.894 0.057 293.283)",300:"oklch(0.811 0.111 293.571)",400:"oklch(0.702 0.183 293.541)",500:"oklch(0.606 0.25 292.717)",600:"oklch(0.541 0.281 293.009)",700:"oklch(0.491 0.27 292.581)",800:"oklch(0.432 0.232 292.759)",900:"oklch(0.38 0.189 293.745)",950:"oklch(0.283 0.141 291.089)"},purple:{50:"oklch(0.977 0.014 308.299)",100:"oklch(0.946 0.033 307.174)",200:"oklch(0.902 0.063 306.703)",300:"oklch(0.827 0.119 306.383)",400:"oklch(0.714 0.203 305.504)",500:"oklch(0.627 0.265 303.9)",600:"oklch(0.558 0.288 302.321)",700:"oklch(0.496 0.265 301.924)",800:"oklch(0.438 0.218 303.724)",900:"oklch(0.381 0.176 304.987)",950:"oklch(0.291 0.149 302.717)"},fuchsia:{50:"oklch(0.977 0.017 320.058)",100:"oklch(0.952 0.037 318.852)",200:"oklch(0.903 0.076 319.62)",300:"oklch(0.833 0.145 321.434)",400:"oklch(0.74 0.238 322.16)",500:"oklch(0.667 0.295 322.15)",600:"oklch(0.591 0.293 322.896)",700:"oklch(0.518 0.253 323.949)",800:"oklch(0.452 0.211 324.591)",900:"oklch(0.401 0.17 325.612)",950:"oklch(0.293 0.136 325.661)"},pink:{50:"oklch(0.971 0.014 343.198)",100:"oklch(0.948 0.028 342.258)",200:"oklch(0.899 0.061 343.231)",300:"oklch(0.823 0.12 346.018)",400:"oklch(0.718 0.202 349.761)",500:"oklch(0.656 0.241 354.308)",600:"oklch(0.592 0.249 0.584)",700:"oklch(0.525 0.223 3.958)",800:"oklch(0.459 0.187 3.815)",900:"oklch(0.408 0.153 2.432)",950:"oklch(0.284 0.109 3.907)"},rose:{50:"oklch(0.969 0.015 12.422)",100:"oklch(0.941 0.03 12.58)",200:"oklch(0.892 0.058 10.001)",300:"oklch(0.81 0.117 11.638)",400:"oklch(0.712 0.194 13.428)",500:"oklch(0.645 0.246 16.439)",600:"oklch(0.586 0.253 17.585)",700:"oklch(0.514 0.222 16.935)",800:"oklch(0.455 0.188 13.697)",900:"oklch(0.41 0.159 10.272)",950:"oklch(0.271 0.105 12.094)"}};module.exports=l;
|
package/dist/colors.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a}from"./chunk-AZANAYY2.mjs";export{a as default};
|