tailwindcss 0.0.0-oxide-insiders.cad1643 → 0.0.0-oxide-insiders.62bd582
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/package.json +4 -4
- package/peers/index.js +36 -211
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tailwindcss",
|
|
3
|
-
"version": "0.0.0-oxide-insiders.
|
|
3
|
+
"version": "0.0.0-oxide-insiders.62bd582",
|
|
4
4
|
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@swc/cli": "0.1.62",
|
|
52
52
|
"@swc/core": "1.3.41",
|
|
53
|
-
"@swc/jest": "0.2.
|
|
53
|
+
"@swc/jest": "0.2.26",
|
|
54
54
|
"@swc/register": "0.1.10",
|
|
55
55
|
"autoprefixer": "^10.4.14",
|
|
56
56
|
"concurrently": "^7.5.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"postcss": "^8.0.9"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@tailwindcss/oxide": "0.0.0-oxide-insiders.
|
|
73
|
+
"@tailwindcss/oxide": "0.0.0-oxide-insiders.62bd582",
|
|
74
74
|
"arg": "^5.0.2",
|
|
75
75
|
"browserslist": "^4.21.5",
|
|
76
76
|
"chokidar": "^3.5.3",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"postcss-selector-parser": "^6.0.11",
|
|
96
96
|
"postcss-value-parser": "^4.2.0",
|
|
97
97
|
"quick-lru": "^5.1.1",
|
|
98
|
-
"resolve": "^1.22.
|
|
98
|
+
"resolve": "^1.22.3",
|
|
99
99
|
"sucrase": "^3.31.0"
|
|
100
100
|
},
|
|
101
101
|
"browserslist": [
|
package/peers/index.js
CHANGED
|
@@ -1,8 +1,29 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
2
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
3
8
|
var __commonJS = (cb, mod) => function __require() {
|
|
4
9
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
5
10
|
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
6
27
|
|
|
7
28
|
// node_modules/picocolors/picocolors.js
|
|
8
29
|
var require_picocolors = __commonJS({
|
|
@@ -6093,6 +6114,8 @@ var require_core = __commonJS({
|
|
|
6093
6114
|
"node:https": [">= 14.18 && < 15", ">= 16"],
|
|
6094
6115
|
inspector: ">= 8",
|
|
6095
6116
|
"node:inspector": [">= 14.18 && < 15", ">= 16"],
|
|
6117
|
+
"inspector/promises": [">= 19"],
|
|
6118
|
+
"node:inspector/promises": [">= 19"],
|
|
6096
6119
|
_linklist: "< 8",
|
|
6097
6120
|
module: true,
|
|
6098
6121
|
"node:module": [">= 14.18 && < 15", ">= 16"],
|
|
@@ -6148,7 +6171,9 @@ var require_core = __commonJS({
|
|
|
6148
6171
|
"node:string_decoder": [">= 14.18 && < 15", ">= 16"],
|
|
6149
6172
|
sys: [">= 0.4 && < 0.7", ">= 0.8"],
|
|
6150
6173
|
"node:sys": [">= 14.18 && < 15", ">= 16"],
|
|
6151
|
-
"
|
|
6174
|
+
"test/reporters": [">= 19.9", ">= 20"],
|
|
6175
|
+
"node:test/reporters": [">= 19.9", ">= 20"],
|
|
6176
|
+
"node:test": [">= 16.17 && < 17", ">= 18"],
|
|
6152
6177
|
timers: true,
|
|
6153
6178
|
"node:timers": [">= 14.18 && < 15", ">= 16"],
|
|
6154
6179
|
"timers/promises": ">= 15",
|
|
@@ -6181,7 +6206,8 @@ var require_core = __commonJS({
|
|
|
6181
6206
|
"node:v8": [">= 14.18 && < 15", ">= 16"],
|
|
6182
6207
|
vm: true,
|
|
6183
6208
|
"node:vm": [">= 14.18 && < 15", ">= 16"],
|
|
6184
|
-
wasi: ">= 13.4 && < 13.5",
|
|
6209
|
+
wasi: [">= 13.4 && < 13.5", ">= 20"],
|
|
6210
|
+
"node:wasi": ">= 20",
|
|
6185
6211
|
worker_threads: ">= 11.7",
|
|
6186
6212
|
"node:worker_threads": [">= 14.18 && < 15", ">= 16"],
|
|
6187
6213
|
zlib: ">= 0.5",
|
|
@@ -6591,219 +6617,18 @@ var require_async = __commonJS({
|
|
|
6591
6617
|
}
|
|
6592
6618
|
});
|
|
6593
6619
|
|
|
6594
|
-
// node_modules/resolve/lib/core.json
|
|
6595
|
-
var require_core2 = __commonJS({
|
|
6596
|
-
"node_modules/resolve/lib/core.json"(exports2, module2) {
|
|
6597
|
-
module2.exports = {
|
|
6598
|
-
assert: true,
|
|
6599
|
-
"node:assert": [">= 14.18 && < 15", ">= 16"],
|
|
6600
|
-
"assert/strict": ">= 15",
|
|
6601
|
-
"node:assert/strict": ">= 16",
|
|
6602
|
-
async_hooks: ">= 8",
|
|
6603
|
-
"node:async_hooks": [">= 14.18 && < 15", ">= 16"],
|
|
6604
|
-
buffer_ieee754: ">= 0.5 && < 0.9.7",
|
|
6605
|
-
buffer: true,
|
|
6606
|
-
"node:buffer": [">= 14.18 && < 15", ">= 16"],
|
|
6607
|
-
child_process: true,
|
|
6608
|
-
"node:child_process": [">= 14.18 && < 15", ">= 16"],
|
|
6609
|
-
cluster: ">= 0.5",
|
|
6610
|
-
"node:cluster": [">= 14.18 && < 15", ">= 16"],
|
|
6611
|
-
console: true,
|
|
6612
|
-
"node:console": [">= 14.18 && < 15", ">= 16"],
|
|
6613
|
-
constants: true,
|
|
6614
|
-
"node:constants": [">= 14.18 && < 15", ">= 16"],
|
|
6615
|
-
crypto: true,
|
|
6616
|
-
"node:crypto": [">= 14.18 && < 15", ">= 16"],
|
|
6617
|
-
_debug_agent: ">= 1 && < 8",
|
|
6618
|
-
_debugger: "< 8",
|
|
6619
|
-
dgram: true,
|
|
6620
|
-
"node:dgram": [">= 14.18 && < 15", ">= 16"],
|
|
6621
|
-
diagnostics_channel: [">= 14.17 && < 15", ">= 15.1"],
|
|
6622
|
-
"node:diagnostics_channel": [">= 14.18 && < 15", ">= 16"],
|
|
6623
|
-
dns: true,
|
|
6624
|
-
"node:dns": [">= 14.18 && < 15", ">= 16"],
|
|
6625
|
-
"dns/promises": ">= 15",
|
|
6626
|
-
"node:dns/promises": ">= 16",
|
|
6627
|
-
domain: ">= 0.7.12",
|
|
6628
|
-
"node:domain": [">= 14.18 && < 15", ">= 16"],
|
|
6629
|
-
events: true,
|
|
6630
|
-
"node:events": [">= 14.18 && < 15", ">= 16"],
|
|
6631
|
-
freelist: "< 6",
|
|
6632
|
-
fs: true,
|
|
6633
|
-
"node:fs": [">= 14.18 && < 15", ">= 16"],
|
|
6634
|
-
"fs/promises": [">= 10 && < 10.1", ">= 14"],
|
|
6635
|
-
"node:fs/promises": [">= 14.18 && < 15", ">= 16"],
|
|
6636
|
-
_http_agent: ">= 0.11.1",
|
|
6637
|
-
"node:_http_agent": [">= 14.18 && < 15", ">= 16"],
|
|
6638
|
-
_http_client: ">= 0.11.1",
|
|
6639
|
-
"node:_http_client": [">= 14.18 && < 15", ">= 16"],
|
|
6640
|
-
_http_common: ">= 0.11.1",
|
|
6641
|
-
"node:_http_common": [">= 14.18 && < 15", ">= 16"],
|
|
6642
|
-
_http_incoming: ">= 0.11.1",
|
|
6643
|
-
"node:_http_incoming": [">= 14.18 && < 15", ">= 16"],
|
|
6644
|
-
_http_outgoing: ">= 0.11.1",
|
|
6645
|
-
"node:_http_outgoing": [">= 14.18 && < 15", ">= 16"],
|
|
6646
|
-
_http_server: ">= 0.11.1",
|
|
6647
|
-
"node:_http_server": [">= 14.18 && < 15", ">= 16"],
|
|
6648
|
-
http: true,
|
|
6649
|
-
"node:http": [">= 14.18 && < 15", ">= 16"],
|
|
6650
|
-
http2: ">= 8.8",
|
|
6651
|
-
"node:http2": [">= 14.18 && < 15", ">= 16"],
|
|
6652
|
-
https: true,
|
|
6653
|
-
"node:https": [">= 14.18 && < 15", ">= 16"],
|
|
6654
|
-
inspector: ">= 8",
|
|
6655
|
-
"node:inspector": [">= 14.18 && < 15", ">= 16"],
|
|
6656
|
-
_linklist: "< 8",
|
|
6657
|
-
module: true,
|
|
6658
|
-
"node:module": [">= 14.18 && < 15", ">= 16"],
|
|
6659
|
-
net: true,
|
|
6660
|
-
"node:net": [">= 14.18 && < 15", ">= 16"],
|
|
6661
|
-
"node-inspect/lib/_inspect": ">= 7.6 && < 12",
|
|
6662
|
-
"node-inspect/lib/internal/inspect_client": ">= 7.6 && < 12",
|
|
6663
|
-
"node-inspect/lib/internal/inspect_repl": ">= 7.6 && < 12",
|
|
6664
|
-
os: true,
|
|
6665
|
-
"node:os": [">= 14.18 && < 15", ">= 16"],
|
|
6666
|
-
path: true,
|
|
6667
|
-
"node:path": [">= 14.18 && < 15", ">= 16"],
|
|
6668
|
-
"path/posix": ">= 15.3",
|
|
6669
|
-
"node:path/posix": ">= 16",
|
|
6670
|
-
"path/win32": ">= 15.3",
|
|
6671
|
-
"node:path/win32": ">= 16",
|
|
6672
|
-
perf_hooks: ">= 8.5",
|
|
6673
|
-
"node:perf_hooks": [">= 14.18 && < 15", ">= 16"],
|
|
6674
|
-
process: ">= 1",
|
|
6675
|
-
"node:process": [">= 14.18 && < 15", ">= 16"],
|
|
6676
|
-
punycode: ">= 0.5",
|
|
6677
|
-
"node:punycode": [">= 14.18 && < 15", ">= 16"],
|
|
6678
|
-
querystring: true,
|
|
6679
|
-
"node:querystring": [">= 14.18 && < 15", ">= 16"],
|
|
6680
|
-
readline: true,
|
|
6681
|
-
"node:readline": [">= 14.18 && < 15", ">= 16"],
|
|
6682
|
-
"readline/promises": ">= 17",
|
|
6683
|
-
"node:readline/promises": ">= 17",
|
|
6684
|
-
repl: true,
|
|
6685
|
-
"node:repl": [">= 14.18 && < 15", ">= 16"],
|
|
6686
|
-
smalloc: ">= 0.11.5 && < 3",
|
|
6687
|
-
_stream_duplex: ">= 0.9.4",
|
|
6688
|
-
"node:_stream_duplex": [">= 14.18 && < 15", ">= 16"],
|
|
6689
|
-
_stream_transform: ">= 0.9.4",
|
|
6690
|
-
"node:_stream_transform": [">= 14.18 && < 15", ">= 16"],
|
|
6691
|
-
_stream_wrap: ">= 1.4.1",
|
|
6692
|
-
"node:_stream_wrap": [">= 14.18 && < 15", ">= 16"],
|
|
6693
|
-
_stream_passthrough: ">= 0.9.4",
|
|
6694
|
-
"node:_stream_passthrough": [">= 14.18 && < 15", ">= 16"],
|
|
6695
|
-
_stream_readable: ">= 0.9.4",
|
|
6696
|
-
"node:_stream_readable": [">= 14.18 && < 15", ">= 16"],
|
|
6697
|
-
_stream_writable: ">= 0.9.4",
|
|
6698
|
-
"node:_stream_writable": [">= 14.18 && < 15", ">= 16"],
|
|
6699
|
-
stream: true,
|
|
6700
|
-
"node:stream": [">= 14.18 && < 15", ">= 16"],
|
|
6701
|
-
"stream/consumers": ">= 16.7",
|
|
6702
|
-
"node:stream/consumers": ">= 16.7",
|
|
6703
|
-
"stream/promises": ">= 15",
|
|
6704
|
-
"node:stream/promises": ">= 16",
|
|
6705
|
-
"stream/web": ">= 16.5",
|
|
6706
|
-
"node:stream/web": ">= 16.5",
|
|
6707
|
-
string_decoder: true,
|
|
6708
|
-
"node:string_decoder": [">= 14.18 && < 15", ">= 16"],
|
|
6709
|
-
sys: [">= 0.4 && < 0.7", ">= 0.8"],
|
|
6710
|
-
"node:sys": [">= 14.18 && < 15", ">= 16"],
|
|
6711
|
-
"node:test": ">= 18",
|
|
6712
|
-
timers: true,
|
|
6713
|
-
"node:timers": [">= 14.18 && < 15", ">= 16"],
|
|
6714
|
-
"timers/promises": ">= 15",
|
|
6715
|
-
"node:timers/promises": ">= 16",
|
|
6716
|
-
_tls_common: ">= 0.11.13",
|
|
6717
|
-
"node:_tls_common": [">= 14.18 && < 15", ">= 16"],
|
|
6718
|
-
_tls_legacy: ">= 0.11.3 && < 10",
|
|
6719
|
-
_tls_wrap: ">= 0.11.3",
|
|
6720
|
-
"node:_tls_wrap": [">= 14.18 && < 15", ">= 16"],
|
|
6721
|
-
tls: true,
|
|
6722
|
-
"node:tls": [">= 14.18 && < 15", ">= 16"],
|
|
6723
|
-
trace_events: ">= 10",
|
|
6724
|
-
"node:trace_events": [">= 14.18 && < 15", ">= 16"],
|
|
6725
|
-
tty: true,
|
|
6726
|
-
"node:tty": [">= 14.18 && < 15", ">= 16"],
|
|
6727
|
-
url: true,
|
|
6728
|
-
"node:url": [">= 14.18 && < 15", ">= 16"],
|
|
6729
|
-
util: true,
|
|
6730
|
-
"node:util": [">= 14.18 && < 15", ">= 16"],
|
|
6731
|
-
"util/types": ">= 15.3",
|
|
6732
|
-
"node:util/types": ">= 16",
|
|
6733
|
-
"v8/tools/arguments": ">= 10 && < 12",
|
|
6734
|
-
"v8/tools/codemap": [">= 4.4 && < 5", ">= 5.2 && < 12"],
|
|
6735
|
-
"v8/tools/consarray": [">= 4.4 && < 5", ">= 5.2 && < 12"],
|
|
6736
|
-
"v8/tools/csvparser": [">= 4.4 && < 5", ">= 5.2 && < 12"],
|
|
6737
|
-
"v8/tools/logreader": [">= 4.4 && < 5", ">= 5.2 && < 12"],
|
|
6738
|
-
"v8/tools/profile_view": [">= 4.4 && < 5", ">= 5.2 && < 12"],
|
|
6739
|
-
"v8/tools/splaytree": [">= 4.4 && < 5", ">= 5.2 && < 12"],
|
|
6740
|
-
v8: ">= 1",
|
|
6741
|
-
"node:v8": [">= 14.18 && < 15", ">= 16"],
|
|
6742
|
-
vm: true,
|
|
6743
|
-
"node:vm": [">= 14.18 && < 15", ">= 16"],
|
|
6744
|
-
wasi: ">= 13.4 && < 13.5",
|
|
6745
|
-
worker_threads: ">= 11.7",
|
|
6746
|
-
"node:worker_threads": [">= 14.18 && < 15", ">= 16"],
|
|
6747
|
-
zlib: ">= 0.5",
|
|
6748
|
-
"node:zlib": [">= 14.18 && < 15", ">= 16"]
|
|
6749
|
-
};
|
|
6750
|
-
}
|
|
6751
|
-
});
|
|
6752
|
-
|
|
6753
6620
|
// node_modules/resolve/lib/core.js
|
|
6754
|
-
var
|
|
6621
|
+
var require_core2 = __commonJS({
|
|
6755
6622
|
"node_modules/resolve/lib/core.js"(exports2, module2) {
|
|
6756
|
-
|
|
6757
|
-
|
|
6758
|
-
|
|
6759
|
-
|
|
6760
|
-
|
|
6761
|
-
for (var i = 0; i < 3; ++i) {
|
|
6762
|
-
var cur = parseInt(current[i] || 0, 10);
|
|
6763
|
-
var ver = parseInt(versionParts[i] || 0, 10);
|
|
6764
|
-
if (cur === ver) {
|
|
6765
|
-
continue;
|
|
6766
|
-
}
|
|
6767
|
-
if (op === "<") {
|
|
6768
|
-
return cur < ver;
|
|
6769
|
-
} else if (op === ">=") {
|
|
6770
|
-
return cur >= ver;
|
|
6771
|
-
}
|
|
6772
|
-
return false;
|
|
6773
|
-
}
|
|
6774
|
-
return op === ">=";
|
|
6775
|
-
}
|
|
6776
|
-
function matchesRange(range) {
|
|
6777
|
-
var specifiers = range.split(/ ?&& ?/);
|
|
6778
|
-
if (specifiers.length === 0) {
|
|
6779
|
-
return false;
|
|
6780
|
-
}
|
|
6781
|
-
for (var i = 0; i < specifiers.length; ++i) {
|
|
6782
|
-
if (!specifierIncluded(specifiers[i])) {
|
|
6783
|
-
return false;
|
|
6784
|
-
}
|
|
6785
|
-
}
|
|
6786
|
-
return true;
|
|
6787
|
-
}
|
|
6788
|
-
function versionIncluded(specifierValue) {
|
|
6789
|
-
if (typeof specifierValue === "boolean") {
|
|
6790
|
-
return specifierValue;
|
|
6791
|
-
}
|
|
6792
|
-
if (specifierValue && typeof specifierValue === "object") {
|
|
6793
|
-
for (var i = 0; i < specifierValue.length; ++i) {
|
|
6794
|
-
if (matchesRange(specifierValue[i])) {
|
|
6795
|
-
return true;
|
|
6796
|
-
}
|
|
6797
|
-
}
|
|
6798
|
-
return false;
|
|
6799
|
-
}
|
|
6800
|
-
return matchesRange(specifierValue);
|
|
6801
|
-
}
|
|
6802
|
-
var data = require_core2();
|
|
6623
|
+
"use strict";
|
|
6624
|
+
var isCoreModule = require_is_core_module();
|
|
6625
|
+
var path = require("path");
|
|
6626
|
+
var fs = require("fs");
|
|
6627
|
+
var data = JSON.parse(String(fs.readFileSync(path.join(path.dirname(require.resolve("is-core-module/package.json")), "core.json"))));
|
|
6803
6628
|
var core = {};
|
|
6804
6629
|
for (mod in data) {
|
|
6805
6630
|
if (Object.prototype.hasOwnProperty.call(data, mod)) {
|
|
6806
|
-
core[mod] =
|
|
6631
|
+
core[mod] = isCoreModule(mod);
|
|
6807
6632
|
}
|
|
6808
6633
|
}
|
|
6809
6634
|
var mod;
|
|
@@ -7029,7 +6854,7 @@ var require_sync = __commonJS({
|
|
|
7029
6854
|
var require_resolve = __commonJS({
|
|
7030
6855
|
"node_modules/resolve/index.js"(exports2, module2) {
|
|
7031
6856
|
var async = require_async();
|
|
7032
|
-
async.core =
|
|
6857
|
+
async.core = require_core2();
|
|
7033
6858
|
async.isCore = require_is_core();
|
|
7034
6859
|
async.sync = require_sync();
|
|
7035
6860
|
module2.exports = async;
|