tailwindcss 0.0.0-insiders.ff2c25f → 0.0.0-internal.b2586d4e
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/lib.d.mts +339 -0
- package/dist/lib.d.ts +339 -0
- package/dist/lib.js +17 -0
- package/dist/lib.mjs +17 -0
- package/index.css +5 -0
- package/package.json +36 -107
- package/preflight.css +334 -0
- package/theme.css +463 -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/deps.js +0 -54
- package/lib/cli/build/index.js +0 -48
- package/lib/cli/build/plugin.js +0 -367
- package/lib/cli/build/utils.js +0 -78
- package/lib/cli/build/watching.js +0 -178
- package/lib/cli/help/index.js +0 -71
- package/lib/cli/index.js +0 -239
- package/lib/cli/init/index.js +0 -46
- package/lib/cli-peer-dependencies.js +0 -28
- package/lib/cli.js +0 -7
- package/lib/constants.js +0 -44
- package/lib/corePluginList.js +0 -181
- package/lib/corePlugins.js +0 -4062
- package/lib/css/LICENSE +0 -25
- package/lib/css/preflight.css +0 -367
- package/lib/featureFlags.js +0 -71
- package/lib/index.js +0 -6
- package/lib/lib/cacheInvalidation.js +0 -90
- package/lib/lib/collapseAdjacentRules.js +0 -59
- package/lib/lib/collapseDuplicateDeclarations.js +0 -83
- package/lib/lib/content.js +0 -177
- package/lib/lib/defaultExtractor.js +0 -241
- package/lib/lib/detectNesting.js +0 -43
- package/lib/lib/evaluateTailwindFunctions.js +0 -234
- package/lib/lib/expandApplyAtRules.js +0 -526
- package/lib/lib/expandTailwindAtRules.js +0 -273
- package/lib/lib/findAtConfigPath.js +0 -44
- package/lib/lib/generateRules.js +0 -866
- package/lib/lib/getModuleDependencies.js +0 -51
- package/lib/lib/normalizeTailwindDirectives.js +0 -87
- package/lib/lib/offsets.js +0 -299
- package/lib/lib/partitionApplyAtRules.js +0 -56
- package/lib/lib/regex.js +0 -60
- package/lib/lib/remap-bitfield.js +0 -87
- package/lib/lib/resolveDefaultsAtRules.js +0 -161
- package/lib/lib/setupContextUtils.js +0 -1218
- package/lib/lib/setupTrackingContext.js +0 -163
- package/lib/lib/sharedState.js +0 -78
- package/lib/lib/substituteScreenAtRules.js +0 -29
- package/lib/oxide/cli/build/deps.js +0 -81
- package/lib/oxide/cli/build/index.js +0 -47
- package/lib/oxide/cli/build/plugin.js +0 -364
- package/lib/oxide/cli/build/utils.js +0 -77
- package/lib/oxide/cli/build/watching.js +0 -177
- package/lib/oxide/cli/help/index.js +0 -70
- package/lib/oxide/cli/index.js +0 -220
- package/lib/oxide/cli/init/index.js +0 -35
- package/lib/oxide/cli.js +0 -5
- package/lib/oxide/postcss-plugin.js +0 -2
- package/lib/plugin.js +0 -48
- package/lib/postcss-plugins/nesting/README.md +0 -42
- package/lib/postcss-plugins/nesting/index.js +0 -19
- package/lib/postcss-plugins/nesting/plugin.js +0 -87
- package/lib/processTailwindFeatures.js +0 -62
- package/lib/public/colors.js +0 -331
- package/lib/public/create-plugin.js +0 -15
- package/lib/public/default-config.js +0 -16
- package/lib/public/default-theme.js +0 -16
- package/lib/public/resolve-config.js +0 -22
- package/lib/util/bigSign.js +0 -11
- package/lib/util/buildMediaQuery.js +0 -25
- package/lib/util/cloneDeep.js +0 -20
- package/lib/util/cloneNodes.js +0 -32
- package/lib/util/color.js +0 -98
- package/lib/util/configurePlugins.js +0 -21
- package/lib/util/createPlugin.js +0 -30
- package/lib/util/createUtilityPlugin.js +0 -51
- package/lib/util/dataTypes.js +0 -266
- package/lib/util/defaults.js +0 -25
- package/lib/util/escapeClassName.js +0 -22
- package/lib/util/escapeCommas.js +0 -11
- package/lib/util/flattenColorPalette.js +0 -16
- package/lib/util/formatVariantSelector.js +0 -351
- package/lib/util/getAllConfigs.js +0 -48
- package/lib/util/hashConfig.js +0 -19
- package/lib/util/isKeyframeRule.js +0 -11
- package/lib/util/isPlainObject.js +0 -15
- package/lib/util/isSyntacticallyValidPropertyValue.js +0 -72
- package/lib/util/log.js +0 -57
- package/lib/util/nameClass.js +0 -43
- package/lib/util/negateValue.js +0 -34
- package/lib/util/normalizeConfig.js +0 -281
- package/lib/util/normalizeScreens.js +0 -170
- package/lib/util/parseAnimationValue.js +0 -91
- package/lib/util/parseBoxShadowValue.js +0 -84
- package/lib/util/parseDependency.js +0 -45
- package/lib/util/parseGlob.js +0 -34
- package/lib/util/parseObjectStyles.js +0 -34
- package/lib/util/pluginUtils.js +0 -283
- package/lib/util/prefixSelector.js +0 -37
- package/lib/util/removeAlphaVariables.js +0 -29
- package/lib/util/resolveConfig.js +0 -254
- package/lib/util/resolveConfigPath.js +0 -54
- package/lib/util/responsive.js +0 -22
- package/lib/util/splitAtTopLevelOnly.js +0 -43
- package/lib/util/tap.js +0 -12
- package/lib/util/toColorValue.js +0 -11
- package/lib/util/toPath.js +0 -30
- package/lib/util/transformThemeValue.js +0 -71
- package/lib/util/validateConfig.js +0 -24
- package/lib/util/validateFormalSyntax.js +0 -24
- package/lib/util/withAlphaVariable.js +0 -75
- package/nesting/index.js +0 -2
- package/oxide-node-api-shim/index.js +0 -21
- package/oxide-node-api-shim/package.json +0 -5
- package/peers/index.js +0 -79461
- 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/swap-engines.js +0 -40
- package/scripts/type-utils.js +0 -27
- package/src/cli/build/deps.js +0 -56
- package/src/cli/build/index.js +0 -49
- package/src/cli/build/plugin.js +0 -439
- package/src/cli/build/utils.js +0 -76
- package/src/cli/build/watching.js +0 -227
- package/src/cli/help/index.js +0 -70
- package/src/cli/index.js +0 -234
- package/src/cli/init/index.js +0 -50
- package/src/cli-peer-dependencies.js +0 -15
- package/src/cli.js +0 -7
- package/src/constants.js +0 -17
- package/src/corePluginList.js +0 -1
- package/src/corePlugins.js +0 -2744
- package/src/css/LICENSE +0 -25
- package/src/css/preflight.css +0 -367
- package/src/featureFlags.js +0 -64
- package/src/index.js +0 -5
- 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 -208
- package/src/lib/defaultExtractor.js +0 -217
- package/src/lib/detectNesting.js +0 -47
- package/src/lib/evaluateTailwindFunctions.js +0 -269
- package/src/lib/expandApplyAtRules.js +0 -606
- package/src/lib/expandTailwindAtRules.js +0 -285
- package/src/lib/findAtConfigPath.js +0 -48
- package/src/lib/generateRules.js +0 -899
- package/src/lib/getModuleDependencies.js +0 -39
- package/src/lib/normalizeTailwindDirectives.js +0 -84
- package/src/lib/offsets.js +0 -367
- 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 -1308
- package/src/lib/setupTrackingContext.js +0 -171
- package/src/lib/sharedState.js +0 -67
- package/src/lib/substituteScreenAtRules.js +0 -19
- package/src/oxide/cli/build/deps.ts +0 -91
- package/src/oxide/cli/build/index.ts +0 -47
- package/src/oxide/cli/build/plugin.ts +0 -436
- package/src/oxide/cli/build/utils.ts +0 -74
- package/src/oxide/cli/build/watching.ts +0 -225
- package/src/oxide/cli/help/index.ts +0 -69
- package/src/oxide/cli/index.ts +0 -212
- package/src/oxide/cli/init/index.ts +0 -32
- package/src/oxide/cli.ts +0 -1
- package/src/oxide/postcss-plugin.ts +0 -1
- package/src/plugin.js +0 -47
- 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 -300
- 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/resolve-config.js +0 -7
- 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 -73
- 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 -281
- 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 -412
- 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 -29
- package/src/util/nameClass.js +0 -30
- package/src/util/negateValue.js +0 -24
- package/src/util/normalizeConfig.js +0 -300
- 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 -314
- package/src/util/prefixSelector.js +0 -32
- package/src/util/removeAlphaVariables.js +0 -24
- package/src/util/resolveConfig.js +0 -277
- package/src/util/resolveConfigPath.js +0 -55
- package/src/util/responsive.js +0 -10
- package/src/util/splitAtTopLevelOnly.js +0 -45
- 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 -13
- package/src/util/validateFormalSyntax.js +0 -34
- package/src/util/withAlphaVariable.js +0 -49
- package/stubs/defaultConfig.stub.js +0 -956
- package/stubs/defaultPostCssConfig.stub.js +0 -6
- package/stubs/simpleConfig.stub.js +0 -8
- package/tailwind.css +0 -5
- package/types/config.d.ts +0 -367
- package/types/generated/.gitkeep +0 -0
- package/types/generated/colors.d.ts +0 -276
- package/types/generated/corePluginList.d.ts +0 -1
- package/types/generated/default-theme.d.ts +0 -345
- package/types/index.d.ts +0 -7
- package/variants.css +0 -1
package/src/util/dataTypes.js
DELETED
|
@@ -1,281 +0,0 @@
|
|
|
1
|
-
import { parseColor } from './color'
|
|
2
|
-
import { parseBoxShadowValue } from './parseBoxShadowValue'
|
|
3
|
-
import { splitAtTopLevelOnly } from './splitAtTopLevelOnly'
|
|
4
|
-
|
|
5
|
-
let cssFunctions = ['min', 'max', 'clamp', 'calc']
|
|
6
|
-
|
|
7
|
-
// Ref: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Types
|
|
8
|
-
|
|
9
|
-
function isCSSFunction(value) {
|
|
10
|
-
return cssFunctions.some((fn) => new RegExp(`^${fn}\\(.*\\)`).test(value))
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const placeholder = '--tw-placeholder'
|
|
14
|
-
const placeholderRe = new RegExp(placeholder, 'g')
|
|
15
|
-
|
|
16
|
-
// This is not a data type, but rather a function that can normalize the
|
|
17
|
-
// correct values.
|
|
18
|
-
export function normalize(value, isRoot = true) {
|
|
19
|
-
if (value.startsWith('--')) {
|
|
20
|
-
return `var(${value})`
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
// Keep raw strings if it starts with `url(`
|
|
24
|
-
if (value.includes('url(')) {
|
|
25
|
-
return value
|
|
26
|
-
.split(/(url\(.*?\))/g)
|
|
27
|
-
.filter(Boolean)
|
|
28
|
-
.map((part) => {
|
|
29
|
-
if (/^url\(.*?\)$/.test(part)) {
|
|
30
|
-
return part
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
return normalize(part, false)
|
|
34
|
-
})
|
|
35
|
-
.join('')
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
// Convert `_` to ` `, except for escaped underscores `\_`
|
|
39
|
-
value = value
|
|
40
|
-
.replace(
|
|
41
|
-
/([^\\])_+/g,
|
|
42
|
-
(fullMatch, characterBefore) => characterBefore + ' '.repeat(fullMatch.length - 1)
|
|
43
|
-
)
|
|
44
|
-
.replace(/^_/g, ' ')
|
|
45
|
-
.replace(/\\_/g, '_')
|
|
46
|
-
|
|
47
|
-
// Remove leftover whitespace
|
|
48
|
-
if (isRoot) {
|
|
49
|
-
value = value.trim()
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
// Add spaces around operators inside math functions like calc() that do not follow an operator
|
|
53
|
-
// or '('.
|
|
54
|
-
value = value.replace(/(calc|min|max|clamp)\(.+\)/g, (match) => {
|
|
55
|
-
let vars = []
|
|
56
|
-
return match
|
|
57
|
-
.replace(/var\((--.+?)[,)]/g, (match, g1) => {
|
|
58
|
-
vars.push(g1)
|
|
59
|
-
return match.replace(g1, placeholder)
|
|
60
|
-
})
|
|
61
|
-
.replace(/(-?\d*\.?\d(?!\b-\d.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g, '$1 $2 ')
|
|
62
|
-
.replace(placeholderRe, () => vars.shift())
|
|
63
|
-
})
|
|
64
|
-
|
|
65
|
-
return value
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
export function url(value) {
|
|
69
|
-
return value.startsWith('url(')
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export function number(value) {
|
|
73
|
-
return !isNaN(Number(value)) || isCSSFunction(value)
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
export function percentage(value) {
|
|
77
|
-
return (value.endsWith('%') && number(value.slice(0, -1))) || isCSSFunction(value)
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// Please refer to MDN when updating this list:
|
|
81
|
-
// https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Values_and_units
|
|
82
|
-
// https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries#container_query_length_units
|
|
83
|
-
let lengthUnits = [
|
|
84
|
-
'cm',
|
|
85
|
-
'mm',
|
|
86
|
-
'Q',
|
|
87
|
-
'in',
|
|
88
|
-
'pc',
|
|
89
|
-
'pt',
|
|
90
|
-
'px',
|
|
91
|
-
'em',
|
|
92
|
-
'ex',
|
|
93
|
-
'ch',
|
|
94
|
-
'rem',
|
|
95
|
-
'lh',
|
|
96
|
-
'rlh',
|
|
97
|
-
'vw',
|
|
98
|
-
'vh',
|
|
99
|
-
'vmin',
|
|
100
|
-
'vmax',
|
|
101
|
-
'vb',
|
|
102
|
-
'vi',
|
|
103
|
-
'svw',
|
|
104
|
-
'svh',
|
|
105
|
-
'lvw',
|
|
106
|
-
'lvh',
|
|
107
|
-
'dvw',
|
|
108
|
-
'dvh',
|
|
109
|
-
'cqw',
|
|
110
|
-
'cqh',
|
|
111
|
-
'cqi',
|
|
112
|
-
'cqb',
|
|
113
|
-
'cqmin',
|
|
114
|
-
'cqmax',
|
|
115
|
-
]
|
|
116
|
-
let lengthUnitsPattern = `(?:${lengthUnits.join('|')})`
|
|
117
|
-
export function length(value) {
|
|
118
|
-
return (
|
|
119
|
-
value === '0' ||
|
|
120
|
-
new RegExp(`^[+-]?[0-9]*\.?[0-9]+(?:[eE][+-]?[0-9]+)?${lengthUnitsPattern}$`).test(value) ||
|
|
121
|
-
isCSSFunction(value)
|
|
122
|
-
)
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
let lineWidths = new Set(['thin', 'medium', 'thick'])
|
|
126
|
-
export function lineWidth(value) {
|
|
127
|
-
return lineWidths.has(value)
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
export function shadow(value) {
|
|
131
|
-
let parsedShadows = parseBoxShadowValue(normalize(value))
|
|
132
|
-
|
|
133
|
-
for (let parsedShadow of parsedShadows) {
|
|
134
|
-
if (!parsedShadow.valid) {
|
|
135
|
-
return false
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
return true
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
export function color(value) {
|
|
143
|
-
let colors = 0
|
|
144
|
-
|
|
145
|
-
let result = splitAtTopLevelOnly(value, '_').every((part) => {
|
|
146
|
-
part = normalize(part)
|
|
147
|
-
|
|
148
|
-
if (part.startsWith('var(')) return true
|
|
149
|
-
if (parseColor(part, { loose: true }) !== null) return colors++, true
|
|
150
|
-
|
|
151
|
-
return false
|
|
152
|
-
})
|
|
153
|
-
|
|
154
|
-
if (!result) return false
|
|
155
|
-
return colors > 0
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
export function image(value) {
|
|
159
|
-
let images = 0
|
|
160
|
-
let result = splitAtTopLevelOnly(value, ',').every((part) => {
|
|
161
|
-
part = normalize(part)
|
|
162
|
-
|
|
163
|
-
if (part.startsWith('var(')) return true
|
|
164
|
-
if (
|
|
165
|
-
url(part) ||
|
|
166
|
-
gradient(part) ||
|
|
167
|
-
['element(', 'image(', 'cross-fade(', 'image-set('].some((fn) => part.startsWith(fn))
|
|
168
|
-
) {
|
|
169
|
-
images++
|
|
170
|
-
return true
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
return false
|
|
174
|
-
})
|
|
175
|
-
|
|
176
|
-
if (!result) return false
|
|
177
|
-
return images > 0
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
let gradientTypes = new Set([
|
|
181
|
-
'linear-gradient',
|
|
182
|
-
'radial-gradient',
|
|
183
|
-
'repeating-linear-gradient',
|
|
184
|
-
'repeating-radial-gradient',
|
|
185
|
-
'conic-gradient',
|
|
186
|
-
])
|
|
187
|
-
export function gradient(value) {
|
|
188
|
-
value = normalize(value)
|
|
189
|
-
|
|
190
|
-
for (let type of gradientTypes) {
|
|
191
|
-
if (value.startsWith(`${type}(`)) {
|
|
192
|
-
return true
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
return false
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
let validPositions = new Set(['center', 'top', 'right', 'bottom', 'left'])
|
|
199
|
-
export function position(value) {
|
|
200
|
-
let positions = 0
|
|
201
|
-
let result = splitAtTopLevelOnly(value, '_').every((part) => {
|
|
202
|
-
part = normalize(part)
|
|
203
|
-
|
|
204
|
-
if (part.startsWith('var(')) return true
|
|
205
|
-
if (validPositions.has(part) || length(part) || percentage(part)) {
|
|
206
|
-
positions++
|
|
207
|
-
return true
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
return false
|
|
211
|
-
})
|
|
212
|
-
|
|
213
|
-
if (!result) return false
|
|
214
|
-
return positions > 0
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
export function familyName(value) {
|
|
218
|
-
let fonts = 0
|
|
219
|
-
let result = splitAtTopLevelOnly(value, ',').every((part) => {
|
|
220
|
-
part = normalize(part)
|
|
221
|
-
|
|
222
|
-
if (part.startsWith('var(')) return true
|
|
223
|
-
|
|
224
|
-
// If it contains spaces, then it should be quoted
|
|
225
|
-
if (part.includes(' ')) {
|
|
226
|
-
if (!/(['"])([^"']+)\1/g.test(part)) {
|
|
227
|
-
return false
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
// If it starts with a number, it's invalid
|
|
232
|
-
if (/^\d/g.test(part)) {
|
|
233
|
-
return false
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
fonts++
|
|
237
|
-
|
|
238
|
-
return true
|
|
239
|
-
})
|
|
240
|
-
|
|
241
|
-
if (!result) return false
|
|
242
|
-
return fonts > 0
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
let genericNames = new Set([
|
|
246
|
-
'serif',
|
|
247
|
-
'sans-serif',
|
|
248
|
-
'monospace',
|
|
249
|
-
'cursive',
|
|
250
|
-
'fantasy',
|
|
251
|
-
'system-ui',
|
|
252
|
-
'ui-serif',
|
|
253
|
-
'ui-sans-serif',
|
|
254
|
-
'ui-monospace',
|
|
255
|
-
'ui-rounded',
|
|
256
|
-
'math',
|
|
257
|
-
'emoji',
|
|
258
|
-
'fangsong',
|
|
259
|
-
])
|
|
260
|
-
export function genericName(value) {
|
|
261
|
-
return genericNames.has(value)
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
let absoluteSizes = new Set([
|
|
265
|
-
'xx-small',
|
|
266
|
-
'x-small',
|
|
267
|
-
'small',
|
|
268
|
-
'medium',
|
|
269
|
-
'large',
|
|
270
|
-
'x-large',
|
|
271
|
-
'x-large',
|
|
272
|
-
'xxx-large',
|
|
273
|
-
])
|
|
274
|
-
export function absoluteSize(value) {
|
|
275
|
-
return absoluteSizes.has(value)
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
let relativeSizes = new Set(['larger', 'smaller'])
|
|
279
|
-
export function relativeSize(value) {
|
|
280
|
-
return relativeSizes.has(value)
|
|
281
|
-
}
|
package/src/util/defaults.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export function defaults(target, ...sources) {
|
|
2
|
-
for (let source of sources) {
|
|
3
|
-
for (let k in source) {
|
|
4
|
-
if (!target?.hasOwnProperty?.(k)) {
|
|
5
|
-
target[k] = source[k]
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
for (let k of Object.getOwnPropertySymbols(source)) {
|
|
10
|
-
if (!target?.hasOwnProperty?.(k)) {
|
|
11
|
-
target[k] = source[k]
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
return target
|
|
17
|
-
}
|
package/src/util/escapeCommas.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
const flattenColorPalette = (colors) =>
|
|
2
|
-
Object.assign(
|
|
3
|
-
{},
|
|
4
|
-
...Object.entries(colors ?? {}).flatMap(([color, values]) =>
|
|
5
|
-
typeof values == 'object'
|
|
6
|
-
? Object.entries(flattenColorPalette(values)).map(([number, hex]) => ({
|
|
7
|
-
[color + (number === 'DEFAULT' ? '' : `-${number}`)]: hex,
|
|
8
|
-
}))
|
|
9
|
-
: [{ [`${color}`]: values }]
|
|
10
|
-
)
|
|
11
|
-
)
|
|
12
|
-
|
|
13
|
-
export default flattenColorPalette
|