tailwindcss 0.0.0-insiders.ebc1c7a → 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/LICENSE +1 -2
- package/README.md +18 -11
- 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 +865 -0
- package/package.json +73 -110
- package/preflight.css +383 -0
- package/theme.css +453 -0
- package/CHANGELOG.md +0 -1742
- package/base.css +0 -1
- package/colors.js +0 -304
- package/components.css +0 -1
- package/defaultConfig.js +0 -4
- package/defaultTheme.js +0 -4
- package/lib/cli-peer-dependencies.js +0 -20
- package/lib/cli.js +0 -765
- package/lib/constants.js +0 -37
- package/lib/corePluginList.js +0 -8
- package/lib/corePlugins.js +0 -2977
- package/lib/css/LICENSE +0 -25
- package/lib/css/preflight.css +0 -354
- package/lib/featureFlags.js +0 -60
- package/lib/index.js +0 -31
- package/lib/lib/collapseAdjacentRules.js +0 -43
- package/lib/lib/evaluateTailwindFunctions.js +0 -192
- package/lib/lib/expandApplyAtRules.js +0 -245
- package/lib/lib/expandTailwindAtRules.js +0 -260
- package/lib/lib/generateRules.js +0 -362
- package/lib/lib/getModuleDependencies.js +0 -53
- package/lib/lib/normalizeTailwindDirectives.js +0 -68
- package/lib/lib/resolveDefaultsAtRules.js +0 -105
- package/lib/lib/setupContextUtils.js +0 -643
- package/lib/lib/setupTrackingContext.js +0 -190
- package/lib/lib/setupWatchingContext.js +0 -331
- package/lib/lib/sharedState.js +0 -29
- package/lib/lib/substituteScreenAtRules.js +0 -31
- package/lib/processTailwindFeatures.js +0 -57
- package/lib/util/bigSign.js +0 -10
- package/lib/util/buildMediaQuery.js +0 -36
- package/lib/util/cloneDeep.js +0 -18
- package/lib/util/cloneNodes.js +0 -18
- package/lib/util/color.js +0 -74
- package/lib/util/configurePlugins.js +0 -19
- package/lib/util/createPlugin.js +0 -33
- package/lib/util/createUtilityPlugin.js +0 -51
- package/lib/util/defaults.js +0 -20
- package/lib/util/escapeClassName.js +0 -21
- package/lib/util/escapeCommas.js +0 -10
- package/lib/util/flattenColorPalette.js +0 -15
- package/lib/util/getAllConfigs.js +0 -22
- package/lib/util/hashConfig.js +0 -16
- package/lib/util/isKeyframeRule.js +0 -10
- package/lib/util/isPlainObject.js +0 -15
- package/lib/util/log.js +0 -38
- package/lib/util/nameClass.js +0 -32
- package/lib/util/negateValue.js +0 -20
- package/lib/util/parseAnimationValue.js +0 -60
- package/lib/util/parseDependency.js +0 -74
- package/lib/util/parseObjectStyles.js +0 -28
- package/lib/util/pluginUtils.js +0 -318
- package/lib/util/prefixSelector.js +0 -23
- package/lib/util/resolveConfig.js +0 -289
- package/lib/util/resolveConfigPath.js +0 -59
- package/lib/util/responsive.js +0 -18
- package/lib/util/tap.js +0 -11
- package/lib/util/toColorValue.js +0 -10
- package/lib/util/toPath.js +0 -11
- package/lib/util/transformThemeValue.js +0 -32
- package/lib/util/withAlphaVariable.js +0 -65
- package/nesting/README.md +0 -42
- package/nesting/index.js +0 -12
- package/nesting/plugin.js +0 -41
- package/peers/index.js +0 -87302
- package/plugin.js +0 -3
- package/prettier.config.js +0 -19
- package/resolveConfig.js +0 -7
- package/screens.css +0 -1
- package/scripts/create-plugin-list.js +0 -10
- package/scripts/install-integrations.js +0 -27
- package/scripts/rebuildFixtures.js +0 -68
- package/src/cli-peer-dependencies.js +0 -9
- package/src/cli.js +0 -759
- package/src/constants.js +0 -17
- package/src/corePluginList.js +0 -1
- package/src/corePlugins.js +0 -2228
- package/src/css/LICENSE +0 -25
- package/src/css/preflight.css +0 -354
- package/src/featureFlags.js +0 -48
- package/src/index.js +0 -34
- package/src/lib/collapseAdjacentRules.js +0 -39
- package/src/lib/evaluateTailwindFunctions.js +0 -195
- package/src/lib/expandApplyAtRules.js +0 -251
- package/src/lib/expandTailwindAtRules.js +0 -262
- package/src/lib/generateRules.js +0 -319
- package/src/lib/getModuleDependencies.js +0 -39
- package/src/lib/normalizeTailwindDirectives.js +0 -77
- package/src/lib/resolveDefaultsAtRules.js +0 -105
- package/src/lib/setupContextUtils.js +0 -639
- package/src/lib/setupTrackingContext.js +0 -181
- package/src/lib/setupWatchingContext.js +0 -306
- package/src/lib/sharedState.js +0 -13
- package/src/lib/substituteScreenAtRules.js +0 -16
- package/src/processTailwindFeatures.js +0 -41
- package/src/util/bigSign.js +0 -3
- package/src/util/buildMediaQuery.js +0 -24
- package/src/util/cloneDeep.js +0 -11
- package/src/util/cloneNodes.js +0 -11
- package/src/util/color.js +0 -56
- package/src/util/configurePlugins.js +0 -23
- package/src/util/createPlugin.js +0 -27
- package/src/util/createUtilityPlugin.js +0 -46
- package/src/util/defaults.js +0 -11
- package/src/util/escapeClassName.js +0 -8
- package/src/util/escapeCommas.js +0 -3
- package/src/util/flattenColorPalette.js +0 -13
- package/src/util/getAllConfigs.js +0 -19
- package/src/util/hashConfig.js +0 -5
- package/src/util/isKeyframeRule.js +0 -3
- package/src/util/isPlainObject.js +0 -8
- package/src/util/log.js +0 -28
- package/src/util/nameClass.js +0 -22
- package/src/util/negateValue.js +0 -14
- package/src/util/parseAnimationValue.js +0 -62
- package/src/util/parseDependency.js +0 -45
- package/src/util/parseObjectStyles.js +0 -19
- package/src/util/pluginUtils.js +0 -295
- package/src/util/prefixSelector.js +0 -15
- package/src/util/resolveConfig.js +0 -282
- package/src/util/resolveConfigPath.js +0 -55
- package/src/util/responsive.js +0 -10
- package/src/util/tap.js +0 -4
- package/src/util/toColorValue.js +0 -3
- package/src/util/toPath.js +0 -4
- package/src/util/transformThemeValue.js +0 -37
- package/src/util/withAlphaVariable.js +0 -44
- package/stubs/defaultConfig.stub.js +0 -884
- package/stubs/defaultPostCssConfig.stub.js +0 -6
- package/stubs/simpleConfig.stub.js +0 -8
- package/tailwind.css +0 -5
- package/variants.css +0 -1
package/plugin.js
DELETED
package/prettier.config.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
// These settings are duplicated in .editorconfig:
|
|
3
|
-
tabWidth: 2, // indent_size = 2
|
|
4
|
-
useTabs: false, // indent_style = space
|
|
5
|
-
endOfLine: 'lf', // end_of_line = lf
|
|
6
|
-
semi: false, // default: true
|
|
7
|
-
singleQuote: true, // default: false
|
|
8
|
-
printWidth: 100, // default: 80
|
|
9
|
-
trailingComma: 'es5',
|
|
10
|
-
bracketSpacing: true,
|
|
11
|
-
overrides: [
|
|
12
|
-
{
|
|
13
|
-
files: '*.js',
|
|
14
|
-
options: {
|
|
15
|
-
parser: 'flow',
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
],
|
|
19
|
-
}
|
package/resolveConfig.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
const resolveConfigObjects = require('./lib/util/resolveConfig').default
|
|
2
|
-
const getAllConfigs = require('./lib/util/getAllConfigs').default
|
|
3
|
-
|
|
4
|
-
module.exports = function resolveConfig(...configs) {
|
|
5
|
-
const [, ...defaultConfigs] = getAllConfigs(configs[0])
|
|
6
|
-
return resolveConfigObjects([...configs, ...defaultConfigs])
|
|
7
|
-
}
|
package/screens.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@tailwind screens;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as corePlugins from '../src/corePlugins'
|
|
2
|
-
import fs from 'fs'
|
|
3
|
-
import path from 'path'
|
|
4
|
-
|
|
5
|
-
let corePluginList = Object.keys(corePlugins).filter((plugin) => !plugin.includes('Variants'))
|
|
6
|
-
|
|
7
|
-
fs.writeFileSync(
|
|
8
|
-
path.join(process.cwd(), 'src', 'corePluginList.js'),
|
|
9
|
-
`export default ${JSON.stringify(corePluginList)}`
|
|
10
|
-
)
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
let fs = require('fs/promises')
|
|
2
|
-
let { spawn } = require('child_process')
|
|
3
|
-
let path = require('path')
|
|
4
|
-
let root = process.cwd()
|
|
5
|
-
|
|
6
|
-
function npmInstall(cwd) {
|
|
7
|
-
return new Promise((resolve) => {
|
|
8
|
-
let childProcess = spawn('npm', ['install'], { cwd })
|
|
9
|
-
childProcess.on('exit', resolve)
|
|
10
|
-
})
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
async function install() {
|
|
14
|
-
let base = path.resolve(root, 'integrations')
|
|
15
|
-
let ignoreFolders = ['node_modules']
|
|
16
|
-
let integrations = (await fs.readdir(base, { withFileTypes: true }))
|
|
17
|
-
.filter((integration) => integration.isDirectory())
|
|
18
|
-
.filter((integration) => !ignoreFolders.includes(integration.name))
|
|
19
|
-
.map((folder) => path.resolve(base, folder.name))
|
|
20
|
-
.concat([base])
|
|
21
|
-
.map((integration) => npmInstall(integration))
|
|
22
|
-
|
|
23
|
-
await Promise.all(integrations)
|
|
24
|
-
console.log('Done!')
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
install()
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import fs from 'fs'
|
|
2
|
-
import postcss from 'postcss'
|
|
3
|
-
import tailwind from '..'
|
|
4
|
-
|
|
5
|
-
function build({ from, to, config }) {
|
|
6
|
-
return new Promise((resolve, reject) => {
|
|
7
|
-
console.log(`Processing ./${from}...`)
|
|
8
|
-
|
|
9
|
-
fs.readFile(`./${from}`, (err, css) => {
|
|
10
|
-
if (err) throw err
|
|
11
|
-
|
|
12
|
-
return postcss([tailwind(config)])
|
|
13
|
-
.process(css, {
|
|
14
|
-
from: undefined,
|
|
15
|
-
})
|
|
16
|
-
.then((result) => {
|
|
17
|
-
fs.writeFileSync(`./${to}`, result.css)
|
|
18
|
-
return result
|
|
19
|
-
})
|
|
20
|
-
.then(resolve)
|
|
21
|
-
.catch((error) => {
|
|
22
|
-
console.log(error)
|
|
23
|
-
reject()
|
|
24
|
-
})
|
|
25
|
-
})
|
|
26
|
-
})
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
console.info('\nRebuilding fixtures...\n')
|
|
30
|
-
|
|
31
|
-
Promise.all([
|
|
32
|
-
build({
|
|
33
|
-
from: 'tests/fixtures/tailwind-input.css',
|
|
34
|
-
to: 'tests/fixtures/tailwind-output.css',
|
|
35
|
-
config: {},
|
|
36
|
-
}),
|
|
37
|
-
build({
|
|
38
|
-
from: 'tests/fixtures/tailwind-input.css',
|
|
39
|
-
to: 'tests/fixtures/tailwind-output-important.css',
|
|
40
|
-
config: { important: true },
|
|
41
|
-
}),
|
|
42
|
-
build({
|
|
43
|
-
from: 'tests/fixtures/tailwind-input.css',
|
|
44
|
-
to: 'tests/fixtures/tailwind-output-no-color-opacity.css',
|
|
45
|
-
config: {
|
|
46
|
-
corePlugins: {
|
|
47
|
-
textOpacity: false,
|
|
48
|
-
backgroundOpacity: false,
|
|
49
|
-
borderOpacity: false,
|
|
50
|
-
placeholderOpacity: false,
|
|
51
|
-
divideOpacity: false,
|
|
52
|
-
},
|
|
53
|
-
},
|
|
54
|
-
}),
|
|
55
|
-
build({
|
|
56
|
-
from: 'tests/fixtures/tailwind-input.css',
|
|
57
|
-
to: 'tests/fixtures/tailwind-output-flagged.css',
|
|
58
|
-
config: {
|
|
59
|
-
future: 'all',
|
|
60
|
-
experimental: 'all',
|
|
61
|
-
},
|
|
62
|
-
}),
|
|
63
|
-
]).then(() => {
|
|
64
|
-
console.log('\nFinished rebuilding fixtures.')
|
|
65
|
-
console.log(
|
|
66
|
-
'\nPlease triple check that the fixture output matches what you expect before committing this change.'
|
|
67
|
-
)
|
|
68
|
-
})
|