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.
Files changed (248) hide show
  1. package/README.md +5 -6
  2. package/dist/lib.d.mts +339 -0
  3. package/dist/lib.d.ts +339 -0
  4. package/dist/lib.js +17 -0
  5. package/dist/lib.mjs +17 -0
  6. package/index.css +5 -0
  7. package/package.json +36 -107
  8. package/preflight.css +334 -0
  9. package/theme.css +463 -0
  10. package/base.css +0 -1
  11. package/colors.d.ts +0 -3
  12. package/colors.js +0 -2
  13. package/components.css +0 -1
  14. package/defaultConfig.d.ts +0 -3
  15. package/defaultConfig.js +0 -2
  16. package/defaultTheme.d.ts +0 -4
  17. package/defaultTheme.js +0 -2
  18. package/lib/cli/build/deps.js +0 -54
  19. package/lib/cli/build/index.js +0 -48
  20. package/lib/cli/build/plugin.js +0 -367
  21. package/lib/cli/build/utils.js +0 -78
  22. package/lib/cli/build/watching.js +0 -178
  23. package/lib/cli/help/index.js +0 -71
  24. package/lib/cli/index.js +0 -239
  25. package/lib/cli/init/index.js +0 -46
  26. package/lib/cli-peer-dependencies.js +0 -28
  27. package/lib/cli.js +0 -7
  28. package/lib/constants.js +0 -44
  29. package/lib/corePluginList.js +0 -181
  30. package/lib/corePlugins.js +0 -4062
  31. package/lib/css/LICENSE +0 -25
  32. package/lib/css/preflight.css +0 -367
  33. package/lib/featureFlags.js +0 -71
  34. package/lib/index.js +0 -6
  35. package/lib/lib/cacheInvalidation.js +0 -90
  36. package/lib/lib/collapseAdjacentRules.js +0 -59
  37. package/lib/lib/collapseDuplicateDeclarations.js +0 -83
  38. package/lib/lib/content.js +0 -177
  39. package/lib/lib/defaultExtractor.js +0 -241
  40. package/lib/lib/detectNesting.js +0 -43
  41. package/lib/lib/evaluateTailwindFunctions.js +0 -234
  42. package/lib/lib/expandApplyAtRules.js +0 -526
  43. package/lib/lib/expandTailwindAtRules.js +0 -273
  44. package/lib/lib/findAtConfigPath.js +0 -44
  45. package/lib/lib/generateRules.js +0 -866
  46. package/lib/lib/getModuleDependencies.js +0 -51
  47. package/lib/lib/normalizeTailwindDirectives.js +0 -87
  48. package/lib/lib/offsets.js +0 -299
  49. package/lib/lib/partitionApplyAtRules.js +0 -56
  50. package/lib/lib/regex.js +0 -60
  51. package/lib/lib/remap-bitfield.js +0 -87
  52. package/lib/lib/resolveDefaultsAtRules.js +0 -161
  53. package/lib/lib/setupContextUtils.js +0 -1218
  54. package/lib/lib/setupTrackingContext.js +0 -163
  55. package/lib/lib/sharedState.js +0 -78
  56. package/lib/lib/substituteScreenAtRules.js +0 -29
  57. package/lib/oxide/cli/build/deps.js +0 -81
  58. package/lib/oxide/cli/build/index.js +0 -47
  59. package/lib/oxide/cli/build/plugin.js +0 -364
  60. package/lib/oxide/cli/build/utils.js +0 -77
  61. package/lib/oxide/cli/build/watching.js +0 -177
  62. package/lib/oxide/cli/help/index.js +0 -70
  63. package/lib/oxide/cli/index.js +0 -220
  64. package/lib/oxide/cli/init/index.js +0 -35
  65. package/lib/oxide/cli.js +0 -5
  66. package/lib/oxide/postcss-plugin.js +0 -2
  67. package/lib/plugin.js +0 -48
  68. package/lib/postcss-plugins/nesting/README.md +0 -42
  69. package/lib/postcss-plugins/nesting/index.js +0 -19
  70. package/lib/postcss-plugins/nesting/plugin.js +0 -87
  71. package/lib/processTailwindFeatures.js +0 -62
  72. package/lib/public/colors.js +0 -331
  73. package/lib/public/create-plugin.js +0 -15
  74. package/lib/public/default-config.js +0 -16
  75. package/lib/public/default-theme.js +0 -16
  76. package/lib/public/resolve-config.js +0 -22
  77. package/lib/util/bigSign.js +0 -11
  78. package/lib/util/buildMediaQuery.js +0 -25
  79. package/lib/util/cloneDeep.js +0 -20
  80. package/lib/util/cloneNodes.js +0 -32
  81. package/lib/util/color.js +0 -98
  82. package/lib/util/configurePlugins.js +0 -21
  83. package/lib/util/createPlugin.js +0 -30
  84. package/lib/util/createUtilityPlugin.js +0 -51
  85. package/lib/util/dataTypes.js +0 -266
  86. package/lib/util/defaults.js +0 -25
  87. package/lib/util/escapeClassName.js +0 -22
  88. package/lib/util/escapeCommas.js +0 -11
  89. package/lib/util/flattenColorPalette.js +0 -16
  90. package/lib/util/formatVariantSelector.js +0 -351
  91. package/lib/util/getAllConfigs.js +0 -48
  92. package/lib/util/hashConfig.js +0 -19
  93. package/lib/util/isKeyframeRule.js +0 -11
  94. package/lib/util/isPlainObject.js +0 -15
  95. package/lib/util/isSyntacticallyValidPropertyValue.js +0 -72
  96. package/lib/util/log.js +0 -57
  97. package/lib/util/nameClass.js +0 -43
  98. package/lib/util/negateValue.js +0 -34
  99. package/lib/util/normalizeConfig.js +0 -281
  100. package/lib/util/normalizeScreens.js +0 -170
  101. package/lib/util/parseAnimationValue.js +0 -91
  102. package/lib/util/parseBoxShadowValue.js +0 -84
  103. package/lib/util/parseDependency.js +0 -45
  104. package/lib/util/parseGlob.js +0 -34
  105. package/lib/util/parseObjectStyles.js +0 -34
  106. package/lib/util/pluginUtils.js +0 -283
  107. package/lib/util/prefixSelector.js +0 -37
  108. package/lib/util/removeAlphaVariables.js +0 -29
  109. package/lib/util/resolveConfig.js +0 -254
  110. package/lib/util/resolveConfigPath.js +0 -54
  111. package/lib/util/responsive.js +0 -22
  112. package/lib/util/splitAtTopLevelOnly.js +0 -43
  113. package/lib/util/tap.js +0 -12
  114. package/lib/util/toColorValue.js +0 -11
  115. package/lib/util/toPath.js +0 -30
  116. package/lib/util/transformThemeValue.js +0 -71
  117. package/lib/util/validateConfig.js +0 -24
  118. package/lib/util/validateFormalSyntax.js +0 -24
  119. package/lib/util/withAlphaVariable.js +0 -75
  120. package/nesting/index.js +0 -2
  121. package/oxide-node-api-shim/index.js +0 -21
  122. package/oxide-node-api-shim/package.json +0 -5
  123. package/peers/index.js +0 -79461
  124. package/plugin.d.ts +0 -11
  125. package/plugin.js +0 -2
  126. package/prettier.config.js +0 -19
  127. package/resolveConfig.d.ts +0 -12
  128. package/resolveConfig.js +0 -2
  129. package/screens.css +0 -1
  130. package/scripts/create-plugin-list.js +0 -10
  131. package/scripts/generate-types.js +0 -105
  132. package/scripts/release-channel.js +0 -18
  133. package/scripts/release-notes.js +0 -21
  134. package/scripts/swap-engines.js +0 -40
  135. package/scripts/type-utils.js +0 -27
  136. package/src/cli/build/deps.js +0 -56
  137. package/src/cli/build/index.js +0 -49
  138. package/src/cli/build/plugin.js +0 -439
  139. package/src/cli/build/utils.js +0 -76
  140. package/src/cli/build/watching.js +0 -227
  141. package/src/cli/help/index.js +0 -70
  142. package/src/cli/index.js +0 -234
  143. package/src/cli/init/index.js +0 -50
  144. package/src/cli-peer-dependencies.js +0 -15
  145. package/src/cli.js +0 -7
  146. package/src/constants.js +0 -17
  147. package/src/corePluginList.js +0 -1
  148. package/src/corePlugins.js +0 -2744
  149. package/src/css/LICENSE +0 -25
  150. package/src/css/preflight.css +0 -367
  151. package/src/featureFlags.js +0 -64
  152. package/src/index.js +0 -5
  153. package/src/lib/cacheInvalidation.js +0 -52
  154. package/src/lib/collapseAdjacentRules.js +0 -58
  155. package/src/lib/collapseDuplicateDeclarations.js +0 -93
  156. package/src/lib/content.js +0 -208
  157. package/src/lib/defaultExtractor.js +0 -217
  158. package/src/lib/detectNesting.js +0 -47
  159. package/src/lib/evaluateTailwindFunctions.js +0 -269
  160. package/src/lib/expandApplyAtRules.js +0 -606
  161. package/src/lib/expandTailwindAtRules.js +0 -285
  162. package/src/lib/findAtConfigPath.js +0 -48
  163. package/src/lib/generateRules.js +0 -899
  164. package/src/lib/getModuleDependencies.js +0 -39
  165. package/src/lib/normalizeTailwindDirectives.js +0 -84
  166. package/src/lib/offsets.js +0 -367
  167. package/src/lib/partitionApplyAtRules.js +0 -52
  168. package/src/lib/regex.js +0 -74
  169. package/src/lib/remap-bitfield.js +0 -82
  170. package/src/lib/resolveDefaultsAtRules.js +0 -163
  171. package/src/lib/setupContextUtils.js +0 -1308
  172. package/src/lib/setupTrackingContext.js +0 -171
  173. package/src/lib/sharedState.js +0 -67
  174. package/src/lib/substituteScreenAtRules.js +0 -19
  175. package/src/oxide/cli/build/deps.ts +0 -91
  176. package/src/oxide/cli/build/index.ts +0 -47
  177. package/src/oxide/cli/build/plugin.ts +0 -436
  178. package/src/oxide/cli/build/utils.ts +0 -74
  179. package/src/oxide/cli/build/watching.ts +0 -225
  180. package/src/oxide/cli/help/index.ts +0 -69
  181. package/src/oxide/cli/index.ts +0 -212
  182. package/src/oxide/cli/init/index.ts +0 -32
  183. package/src/oxide/cli.ts +0 -1
  184. package/src/oxide/postcss-plugin.ts +0 -1
  185. package/src/plugin.js +0 -47
  186. package/src/postcss-plugins/nesting/README.md +0 -42
  187. package/src/postcss-plugins/nesting/index.js +0 -13
  188. package/src/postcss-plugins/nesting/plugin.js +0 -80
  189. package/src/processTailwindFeatures.js +0 -58
  190. package/src/public/colors.js +0 -300
  191. package/src/public/create-plugin.js +0 -2
  192. package/src/public/default-config.js +0 -4
  193. package/src/public/default-theme.js +0 -4
  194. package/src/public/resolve-config.js +0 -7
  195. package/src/util/bigSign.js +0 -3
  196. package/src/util/buildMediaQuery.js +0 -22
  197. package/src/util/cloneDeep.js +0 -11
  198. package/src/util/cloneNodes.js +0 -28
  199. package/src/util/color.js +0 -73
  200. package/src/util/configurePlugins.js +0 -23
  201. package/src/util/createPlugin.js +0 -27
  202. package/src/util/createUtilityPlugin.js +0 -37
  203. package/src/util/dataTypes.js +0 -281
  204. package/src/util/defaults.js +0 -17
  205. package/src/util/escapeClassName.js +0 -8
  206. package/src/util/escapeCommas.js +0 -3
  207. package/src/util/flattenColorPalette.js +0 -13
  208. package/src/util/formatVariantSelector.js +0 -412
  209. package/src/util/getAllConfigs.js +0 -38
  210. package/src/util/hashConfig.js +0 -5
  211. package/src/util/isKeyframeRule.js +0 -3
  212. package/src/util/isPlainObject.js +0 -8
  213. package/src/util/isSyntacticallyValidPropertyValue.js +0 -61
  214. package/src/util/log.js +0 -29
  215. package/src/util/nameClass.js +0 -30
  216. package/src/util/negateValue.js +0 -24
  217. package/src/util/normalizeConfig.js +0 -300
  218. package/src/util/normalizeScreens.js +0 -140
  219. package/src/util/parseAnimationValue.js +0 -68
  220. package/src/util/parseBoxShadowValue.js +0 -72
  221. package/src/util/parseDependency.js +0 -44
  222. package/src/util/parseGlob.js +0 -24
  223. package/src/util/parseObjectStyles.js +0 -19
  224. package/src/util/pluginUtils.js +0 -314
  225. package/src/util/prefixSelector.js +0 -32
  226. package/src/util/removeAlphaVariables.js +0 -24
  227. package/src/util/resolveConfig.js +0 -277
  228. package/src/util/resolveConfigPath.js +0 -55
  229. package/src/util/responsive.js +0 -10
  230. package/src/util/splitAtTopLevelOnly.js +0 -45
  231. package/src/util/tap.js +0 -4
  232. package/src/util/toColorValue.js +0 -3
  233. package/src/util/toPath.js +0 -26
  234. package/src/util/transformThemeValue.js +0 -62
  235. package/src/util/validateConfig.js +0 -13
  236. package/src/util/validateFormalSyntax.js +0 -34
  237. package/src/util/withAlphaVariable.js +0 -49
  238. package/stubs/defaultConfig.stub.js +0 -956
  239. package/stubs/defaultPostCssConfig.stub.js +0 -6
  240. package/stubs/simpleConfig.stub.js +0 -8
  241. package/tailwind.css +0 -5
  242. package/types/config.d.ts +0 -367
  243. package/types/generated/.gitkeep +0 -0
  244. package/types/generated/colors.d.ts +0 -276
  245. package/types/generated/corePluginList.d.ts +0 -1
  246. package/types/generated/default-theme.d.ts +0 -345
  247. package/types/index.d.ts +0 -7
  248. package/variants.css +0 -1
@@ -1,80 +0,0 @@
1
- import postcss from 'postcss'
2
- import postcssNested from 'postcss-nested'
3
-
4
- export function nesting(opts = postcssNested) {
5
- return (root, result) => {
6
- root.walkAtRules('screen', (rule) => {
7
- rule.name = 'media'
8
- rule.params = `screen(${rule.params})`
9
- })
10
-
11
- root.walkAtRules('apply', (rule) => {
12
- rule.before(postcss.decl({ prop: '__apply', value: rule.params, source: rule.source }))
13
- rule.remove()
14
- })
15
-
16
- let plugin = (() => {
17
- if (
18
- typeof opts === 'function' ||
19
- (typeof opts === 'object' && opts?.hasOwnProperty?.('postcssPlugin'))
20
- ) {
21
- return opts
22
- }
23
-
24
- if (typeof opts === 'string') {
25
- return require(opts)
26
- }
27
-
28
- if (Object.keys(opts).length <= 0) {
29
- return postcssNested
30
- }
31
-
32
- throw new Error('tailwindcss/nesting should be loaded with a nesting plugin.')
33
- })()
34
-
35
- postcss([plugin]).process(root, result.opts).sync()
36
-
37
- root.walkDecls('__apply', (decl) => {
38
- decl.before(postcss.atRule({ name: 'apply', params: decl.value, source: decl.source }))
39
- decl.remove()
40
- })
41
-
42
- /**
43
- * Use a private PostCSS API to remove the "clean" flag from the entire AST.
44
- * This is done because running process() on the AST will set the "clean"
45
- * flag on all nodes, which we don't want.
46
- *
47
- * This causes downstream plugins using the visitor API to be skipped.
48
- *
49
- * This is guarded because the PostCSS API is not public
50
- * and may change in future versions of PostCSS.
51
- *
52
- * See https://github.com/postcss/postcss/issues/1712 for more details
53
- *
54
- * @param {import('postcss').Node} node
55
- */
56
- function markDirty(node) {
57
- if (!('markDirty' in node)) {
58
- return
59
- }
60
-
61
- // Traverse the tree down to the leaf nodes
62
- if (node.nodes) {
63
- node.nodes.forEach((n) => markDirty(n))
64
- }
65
-
66
- // If it's a leaf node mark it as dirty
67
- // We do this here because marking a node as dirty
68
- // will walk up the tree and mark all parents as dirty
69
- // resulting in a lot of unnecessary work if we did this
70
- // for every single node
71
- if (!node.nodes) {
72
- node.markDirty()
73
- }
74
- }
75
-
76
- markDirty(root)
77
-
78
- return root
79
- }
80
- }
@@ -1,58 +0,0 @@
1
- import normalizeTailwindDirectives from './lib/normalizeTailwindDirectives'
2
- import expandTailwindAtRules from './lib/expandTailwindAtRules'
3
- import expandApplyAtRules from './lib/expandApplyAtRules'
4
- import evaluateTailwindFunctions from './lib/evaluateTailwindFunctions'
5
- import substituteScreenAtRules from './lib/substituteScreenAtRules'
6
- import resolveDefaultsAtRules from './lib/resolveDefaultsAtRules'
7
- import collapseAdjacentRules from './lib/collapseAdjacentRules'
8
- import collapseDuplicateDeclarations from './lib/collapseDuplicateDeclarations'
9
- import partitionApplyAtRules from './lib/partitionApplyAtRules'
10
- import detectNesting from './lib/detectNesting'
11
- import { createContext } from './lib/setupContextUtils'
12
- import { issueFlagNotices } from './featureFlags'
13
-
14
- export default function processTailwindFeatures(setupContext) {
15
- return function (root, result) {
16
- let { tailwindDirectives, applyDirectives } = normalizeTailwindDirectives(root)
17
-
18
- detectNesting()(root, result)
19
-
20
- // Partition apply rules that are found in the css
21
- // itself.
22
- partitionApplyAtRules()(root, result)
23
-
24
- let context = setupContext({
25
- tailwindDirectives,
26
- applyDirectives,
27
- registerDependency(dependency) {
28
- result.messages.push({
29
- plugin: 'tailwindcss',
30
- parent: result.opts.from,
31
- ...dependency,
32
- })
33
- },
34
- createContext(tailwindConfig, changedContent) {
35
- return createContext(tailwindConfig, changedContent, root)
36
- },
37
- })(root, result)
38
-
39
- if (context.tailwindConfig.separator === '-') {
40
- throw new Error(
41
- "The '-' character cannot be used as a custom separator in JIT mode due to parsing ambiguity. Please use another character like '_' instead."
42
- )
43
- }
44
-
45
- issueFlagNotices(context.tailwindConfig)
46
-
47
- expandTailwindAtRules(context)(root, result)
48
- // Partition apply rules that are generated by
49
- // addComponents, addUtilities and so on.
50
- partitionApplyAtRules()(root, result)
51
- expandApplyAtRules(context)(root, result)
52
- evaluateTailwindFunctions(context)(root, result)
53
- substituteScreenAtRules(context)(root, result)
54
- resolveDefaultsAtRules(context)(root, result)
55
- collapseAdjacentRules(context)(root, result)
56
- collapseDuplicateDeclarations(context)(root, result)
57
- }
58
- }
@@ -1,300 +0,0 @@
1
- import log from '../util/log'
2
-
3
- function warn({ version, from, to }) {
4
- log.warn(`${from}-color-renamed`, [
5
- `As of Tailwind CSS ${version}, \`${from}\` has been renamed to \`${to}\`.`,
6
- 'Update your configuration file to silence this warning.',
7
- ])
8
- }
9
-
10
- export default {
11
- inherit: 'inherit',
12
- current: 'currentColor',
13
- transparent: 'transparent',
14
- black: '#000',
15
- white: '#fff',
16
- slate: {
17
- 50: '#f8fafc',
18
- 100: '#f1f5f9',
19
- 200: '#e2e8f0',
20
- 300: '#cbd5e1',
21
- 400: '#94a3b8',
22
- 500: '#64748b',
23
- 600: '#475569',
24
- 700: '#334155',
25
- 800: '#1e293b',
26
- 900: '#0f172a',
27
- },
28
- gray: {
29
- 50: '#f9fafb',
30
- 100: '#f3f4f6',
31
- 200: '#e5e7eb',
32
- 300: '#d1d5db',
33
- 400: '#9ca3af',
34
- 500: '#6b7280',
35
- 600: '#4b5563',
36
- 700: '#374151',
37
- 800: '#1f2937',
38
- 900: '#111827',
39
- },
40
- zinc: {
41
- 50: '#fafafa',
42
- 100: '#f4f4f5',
43
- 200: '#e4e4e7',
44
- 300: '#d4d4d8',
45
- 400: '#a1a1aa',
46
- 500: '#71717a',
47
- 600: '#52525b',
48
- 700: '#3f3f46',
49
- 800: '#27272a',
50
- 900: '#18181b',
51
- },
52
- neutral: {
53
- 50: '#fafafa',
54
- 100: '#f5f5f5',
55
- 200: '#e5e5e5',
56
- 300: '#d4d4d4',
57
- 400: '#a3a3a3',
58
- 500: '#737373',
59
- 600: '#525252',
60
- 700: '#404040',
61
- 800: '#262626',
62
- 900: '#171717',
63
- },
64
- stone: {
65
- 50: '#fafaf9',
66
- 100: '#f5f5f4',
67
- 200: '#e7e5e4',
68
- 300: '#d6d3d1',
69
- 400: '#a8a29e',
70
- 500: '#78716c',
71
- 600: '#57534e',
72
- 700: '#44403c',
73
- 800: '#292524',
74
- 900: '#1c1917',
75
- },
76
- red: {
77
- 50: '#fef2f2',
78
- 100: '#fee2e2',
79
- 200: '#fecaca',
80
- 300: '#fca5a5',
81
- 400: '#f87171',
82
- 500: '#ef4444',
83
- 600: '#dc2626',
84
- 700: '#b91c1c',
85
- 800: '#991b1b',
86
- 900: '#7f1d1d',
87
- },
88
- orange: {
89
- 50: '#fff7ed',
90
- 100: '#ffedd5',
91
- 200: '#fed7aa',
92
- 300: '#fdba74',
93
- 400: '#fb923c',
94
- 500: '#f97316',
95
- 600: '#ea580c',
96
- 700: '#c2410c',
97
- 800: '#9a3412',
98
- 900: '#7c2d12',
99
- },
100
- amber: {
101
- 50: '#fffbeb',
102
- 100: '#fef3c7',
103
- 200: '#fde68a',
104
- 300: '#fcd34d',
105
- 400: '#fbbf24',
106
- 500: '#f59e0b',
107
- 600: '#d97706',
108
- 700: '#b45309',
109
- 800: '#92400e',
110
- 900: '#78350f',
111
- },
112
- yellow: {
113
- 50: '#fefce8',
114
- 100: '#fef9c3',
115
- 200: '#fef08a',
116
- 300: '#fde047',
117
- 400: '#facc15',
118
- 500: '#eab308',
119
- 600: '#ca8a04',
120
- 700: '#a16207',
121
- 800: '#854d0e',
122
- 900: '#713f12',
123
- },
124
- lime: {
125
- 50: '#f7fee7',
126
- 100: '#ecfccb',
127
- 200: '#d9f99d',
128
- 300: '#bef264',
129
- 400: '#a3e635',
130
- 500: '#84cc16',
131
- 600: '#65a30d',
132
- 700: '#4d7c0f',
133
- 800: '#3f6212',
134
- 900: '#365314',
135
- },
136
- green: {
137
- 50: '#f0fdf4',
138
- 100: '#dcfce7',
139
- 200: '#bbf7d0',
140
- 300: '#86efac',
141
- 400: '#4ade80',
142
- 500: '#22c55e',
143
- 600: '#16a34a',
144
- 700: '#15803d',
145
- 800: '#166534',
146
- 900: '#14532d',
147
- },
148
- emerald: {
149
- 50: '#ecfdf5',
150
- 100: '#d1fae5',
151
- 200: '#a7f3d0',
152
- 300: '#6ee7b7',
153
- 400: '#34d399',
154
- 500: '#10b981',
155
- 600: '#059669',
156
- 700: '#047857',
157
- 800: '#065f46',
158
- 900: '#064e3b',
159
- },
160
- teal: {
161
- 50: '#f0fdfa',
162
- 100: '#ccfbf1',
163
- 200: '#99f6e4',
164
- 300: '#5eead4',
165
- 400: '#2dd4bf',
166
- 500: '#14b8a6',
167
- 600: '#0d9488',
168
- 700: '#0f766e',
169
- 800: '#115e59',
170
- 900: '#134e4a',
171
- },
172
- cyan: {
173
- 50: '#ecfeff',
174
- 100: '#cffafe',
175
- 200: '#a5f3fc',
176
- 300: '#67e8f9',
177
- 400: '#22d3ee',
178
- 500: '#06b6d4',
179
- 600: '#0891b2',
180
- 700: '#0e7490',
181
- 800: '#155e75',
182
- 900: '#164e63',
183
- },
184
- sky: {
185
- 50: '#f0f9ff',
186
- 100: '#e0f2fe',
187
- 200: '#bae6fd',
188
- 300: '#7dd3fc',
189
- 400: '#38bdf8',
190
- 500: '#0ea5e9',
191
- 600: '#0284c7',
192
- 700: '#0369a1',
193
- 800: '#075985',
194
- 900: '#0c4a6e',
195
- },
196
- blue: {
197
- 50: '#eff6ff',
198
- 100: '#dbeafe',
199
- 200: '#bfdbfe',
200
- 300: '#93c5fd',
201
- 400: '#60a5fa',
202
- 500: '#3b82f6',
203
- 600: '#2563eb',
204
- 700: '#1d4ed8',
205
- 800: '#1e40af',
206
- 900: '#1e3a8a',
207
- },
208
- indigo: {
209
- 50: '#eef2ff',
210
- 100: '#e0e7ff',
211
- 200: '#c7d2fe',
212
- 300: '#a5b4fc',
213
- 400: '#818cf8',
214
- 500: '#6366f1',
215
- 600: '#4f46e5',
216
- 700: '#4338ca',
217
- 800: '#3730a3',
218
- 900: '#312e81',
219
- },
220
- violet: {
221
- 50: '#f5f3ff',
222
- 100: '#ede9fe',
223
- 200: '#ddd6fe',
224
- 300: '#c4b5fd',
225
- 400: '#a78bfa',
226
- 500: '#8b5cf6',
227
- 600: '#7c3aed',
228
- 700: '#6d28d9',
229
- 800: '#5b21b6',
230
- 900: '#4c1d95',
231
- },
232
- purple: {
233
- 50: '#faf5ff',
234
- 100: '#f3e8ff',
235
- 200: '#e9d5ff',
236
- 300: '#d8b4fe',
237
- 400: '#c084fc',
238
- 500: '#a855f7',
239
- 600: '#9333ea',
240
- 700: '#7e22ce',
241
- 800: '#6b21a8',
242
- 900: '#581c87',
243
- },
244
- fuchsia: {
245
- 50: '#fdf4ff',
246
- 100: '#fae8ff',
247
- 200: '#f5d0fe',
248
- 300: '#f0abfc',
249
- 400: '#e879f9',
250
- 500: '#d946ef',
251
- 600: '#c026d3',
252
- 700: '#a21caf',
253
- 800: '#86198f',
254
- 900: '#701a75',
255
- },
256
- pink: {
257
- 50: '#fdf2f8',
258
- 100: '#fce7f3',
259
- 200: '#fbcfe8',
260
- 300: '#f9a8d4',
261
- 400: '#f472b6',
262
- 500: '#ec4899',
263
- 600: '#db2777',
264
- 700: '#be185d',
265
- 800: '#9d174d',
266
- 900: '#831843',
267
- },
268
- rose: {
269
- 50: '#fff1f2',
270
- 100: '#ffe4e6',
271
- 200: '#fecdd3',
272
- 300: '#fda4af',
273
- 400: '#fb7185',
274
- 500: '#f43f5e',
275
- 600: '#e11d48',
276
- 700: '#be123c',
277
- 800: '#9f1239',
278
- 900: '#881337',
279
- },
280
- get lightBlue() {
281
- warn({ version: 'v2.2', from: 'lightBlue', to: 'sky' })
282
- return this.sky
283
- },
284
- get warmGray() {
285
- warn({ version: 'v3.0', from: 'warmGray', to: 'stone' })
286
- return this.stone
287
- },
288
- get trueGray() {
289
- warn({ version: 'v3.0', from: 'trueGray', to: 'neutral' })
290
- return this.neutral
291
- },
292
- get coolGray() {
293
- warn({ version: 'v3.0', from: 'coolGray', to: 'gray' })
294
- return this.gray
295
- },
296
- get blueGray() {
297
- warn({ version: 'v3.0', from: 'blueGray', to: 'slate' })
298
- return this.slate
299
- },
300
- }
@@ -1,2 +0,0 @@
1
- import createPlugin from '../util/createPlugin'
2
- export default createPlugin
@@ -1,4 +0,0 @@
1
- import { cloneDeep } from '../util/cloneDeep'
2
- import defaultConfig from '../../stubs/defaultConfig.stub'
3
-
4
- export default cloneDeep(defaultConfig)
@@ -1,4 +0,0 @@
1
- import { cloneDeep } from '../util/cloneDeep'
2
- import defaultConfig from '../../stubs/defaultConfig.stub'
3
-
4
- export default cloneDeep(defaultConfig.theme)
@@ -1,7 +0,0 @@
1
- import resolveConfigObjects from '../util/resolveConfig'
2
- import getAllConfigs from '../util/getAllConfigs'
3
-
4
- export default function resolveConfig(...configs) {
5
- let [, ...defaultConfigs] = getAllConfigs(configs[0])
6
- return resolveConfigObjects([...configs, ...defaultConfigs])
7
- }
@@ -1,3 +0,0 @@
1
- export default function bigSign(bigIntValue) {
2
- return (bigIntValue > 0n) - (bigIntValue < 0n)
3
- }
@@ -1,22 +0,0 @@
1
- export default function buildMediaQuery(screens) {
2
- screens = Array.isArray(screens) ? screens : [screens]
3
-
4
- return screens
5
- .map((screen) => {
6
- let values = screen.values.map((screen) => {
7
- if (screen.raw !== undefined) {
8
- return screen.raw
9
- }
10
-
11
- return [
12
- screen.min && `(min-width: ${screen.min})`,
13
- screen.max && `(max-width: ${screen.max})`,
14
- ]
15
- .filter(Boolean)
16
- .join(' and ')
17
- })
18
-
19
- return screen.not ? `not all and ${values}` : values
20
- })
21
- .join(', ')
22
- }
@@ -1,11 +0,0 @@
1
- export function cloneDeep(value) {
2
- if (Array.isArray(value)) {
3
- return value.map((child) => cloneDeep(child))
4
- }
5
-
6
- if (typeof value === 'object' && value !== null) {
7
- return Object.fromEntries(Object.entries(value).map(([k, v]) => [k, cloneDeep(v)]))
8
- }
9
-
10
- return value
11
- }
@@ -1,28 +0,0 @@
1
- export default function cloneNodes(nodes, source = undefined, raws = undefined) {
2
- return nodes.map((node) => {
3
- let cloned = node.clone()
4
-
5
- // We always want override the source map
6
- // except when explicitly told not to
7
- let shouldOverwriteSource = node.raws.tailwind?.preserveSource !== true || !cloned.source
8
-
9
- if (source !== undefined && shouldOverwriteSource) {
10
- cloned.source = source
11
-
12
- if ('walk' in cloned) {
13
- cloned.walk((child) => {
14
- child.source = source
15
- })
16
- }
17
- }
18
-
19
- if (raws !== undefined) {
20
- cloned.raws.tailwind = {
21
- ...cloned.raws.tailwind,
22
- ...raws,
23
- }
24
- }
25
-
26
- return cloned
27
- })
28
- }
package/src/util/color.js DELETED
@@ -1,73 +0,0 @@
1
- import namedColors from 'color-name'
2
-
3
- let HEX = /^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i
4
- let SHORT_HEX = /^#([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i
5
- let VALUE = /(?:\d+|\d*\.\d+)%?/
6
- let SEP = /(?:\s*,\s*|\s+)/
7
- let ALPHA_SEP = /\s*[,/]\s*/
8
- let CUSTOM_PROPERTY = /var\(--(?:[^ )]*?)\)/
9
-
10
- let RGB = new RegExp(
11
- `^(rgb)a?\\(\\s*(${VALUE.source}|${CUSTOM_PROPERTY.source})(?:${SEP.source}(${VALUE.source}|${CUSTOM_PROPERTY.source}))?(?:${SEP.source}(${VALUE.source}|${CUSTOM_PROPERTY.source}))?(?:${ALPHA_SEP.source}(${VALUE.source}|${CUSTOM_PROPERTY.source}))?\\s*\\)$`
12
- )
13
- let HSL = new RegExp(
14
- `^(hsl)a?\\(\\s*((?:${VALUE.source})(?:deg|rad|grad|turn)?|${CUSTOM_PROPERTY.source})(?:${SEP.source}(${VALUE.source}|${CUSTOM_PROPERTY.source}))?(?:${SEP.source}(${VALUE.source}|${CUSTOM_PROPERTY.source}))?(?:${ALPHA_SEP.source}(${VALUE.source}|${CUSTOM_PROPERTY.source}))?\\s*\\)$`
15
- )
16
-
17
- // In "loose" mode the color may contain fewer than 3 parts, as long as at least
18
- // one of the parts is variable.
19
- export function parseColor(value, { loose = false } = {}) {
20
- if (typeof value !== 'string') {
21
- return null
22
- }
23
-
24
- value = value.trim()
25
- if (value === 'transparent') {
26
- return { mode: 'rgb', color: ['0', '0', '0'], alpha: '0' }
27
- }
28
-
29
- if (value in namedColors) {
30
- return { mode: 'rgb', color: namedColors[value].map((v) => v.toString()) }
31
- }
32
-
33
- let hex = value
34
- .replace(SHORT_HEX, (_, r, g, b, a) => ['#', r, r, g, g, b, b, a ? a + a : ''].join(''))
35
- .match(HEX)
36
-
37
- if (hex !== null) {
38
- return {
39
- mode: 'rgb',
40
- color: [parseInt(hex[1], 16), parseInt(hex[2], 16), parseInt(hex[3], 16)].map((v) =>
41
- v.toString()
42
- ),
43
- alpha: hex[4] ? (parseInt(hex[4], 16) / 255).toString() : undefined,
44
- }
45
- }
46
-
47
- let match = value.match(RGB) ?? value.match(HSL)
48
-
49
- if (match === null) {
50
- return null
51
- }
52
-
53
- let color = [match[2], match[3], match[4]].filter(Boolean).map((v) => v.toString())
54
-
55
- if (!loose && color.length !== 3) {
56
- return null
57
- }
58
-
59
- if (color.length < 3 && !color.some((part) => /^var\(.*?\)$/.test(part))) {
60
- return null
61
- }
62
-
63
- return {
64
- mode: match[1],
65
- color,
66
- alpha: match[5]?.toString?.(),
67
- }
68
- }
69
-
70
- export function formatColor({ mode, color, alpha }) {
71
- let hasAlpha = alpha !== undefined
72
- return `${mode}(${color.join(' ')}${hasAlpha ? ` / ${alpha}` : ''})`
73
- }
@@ -1,23 +0,0 @@
1
- export default function (pluginConfig, plugins) {
2
- if (pluginConfig === undefined) {
3
- return plugins
4
- }
5
-
6
- const pluginNames = Array.isArray(pluginConfig)
7
- ? pluginConfig
8
- : [
9
- ...new Set(
10
- plugins
11
- .filter((pluginName) => {
12
- return pluginConfig !== false && pluginConfig[pluginName] !== false
13
- })
14
- .concat(
15
- Object.keys(pluginConfig).filter((pluginName) => {
16
- return pluginConfig[pluginName] !== false
17
- })
18
- )
19
- ),
20
- ]
21
-
22
- return pluginNames
23
- }
@@ -1,27 +0,0 @@
1
- function createPlugin(plugin, config) {
2
- return {
3
- handler: plugin,
4
- config,
5
- }
6
- }
7
-
8
- createPlugin.withOptions = function (pluginFunction, configFunction = () => ({})) {
9
- const optionsFunction = function (options) {
10
- return {
11
- __options: options,
12
- handler: pluginFunction(options),
13
- config: configFunction(options),
14
- }
15
- }
16
-
17
- optionsFunction.__isOptionsFunction = true
18
-
19
- // Expose plugin dependencies so that `object-hash` returns a different
20
- // value if anything here changes, to ensure a rebuild is triggered.
21
- optionsFunction.__pluginFunction = pluginFunction
22
- optionsFunction.__configFunction = configFunction
23
-
24
- return optionsFunction
25
- }
26
-
27
- export default createPlugin
@@ -1,37 +0,0 @@
1
- import transformThemeValue from './transformThemeValue'
2
-
3
- export default function createUtilityPlugin(
4
- themeKey,
5
- utilityVariations = [[themeKey, [themeKey]]],
6
- { filterDefault = false, ...options } = {}
7
- ) {
8
- let transformValue = transformThemeValue(themeKey)
9
- return function ({ matchUtilities, theme }) {
10
- for (let utilityVariation of utilityVariations) {
11
- let group = Array.isArray(utilityVariation[0]) ? utilityVariation : [utilityVariation]
12
-
13
- matchUtilities(
14
- group.reduce((obj, [classPrefix, properties]) => {
15
- return Object.assign(obj, {
16
- [classPrefix]: (value) => {
17
- return properties.reduce((obj, name) => {
18
- if (Array.isArray(name)) {
19
- return Object.assign(obj, { [name[0]]: name[1] })
20
- }
21
- return Object.assign(obj, { [name]: transformValue(value) })
22
- }, {})
23
- },
24
- })
25
- }, {}),
26
- {
27
- ...options,
28
- values: filterDefault
29
- ? Object.fromEntries(
30
- Object.entries(theme(themeKey) ?? {}).filter(([modifier]) => modifier !== 'DEFAULT')
31
- )
32
- : theme(themeKey),
33
- }
34
- )
35
- }
36
- }
37
- }