@lukso/web-components 1.132.0 → 1.132.1
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/dist/tailwind-config.cjs +4 -4
- package/dist/tailwind-config.d.ts.map +1 -1
- package/dist/tailwind-config.js +4 -4
- package/package.json +1 -1
- package/tools/cn.cjs +1 -1
- package/tools/cn.js +1 -1
- package/tools/copy-assets.cjs +1 -1
- package/tools/copy-assets.d.ts.map +1 -1
- package/tools/copy-assets.js +2 -2
- package/tools/index.cjs +1 -1
- package/tools/index.js +1 -1
- package/tools/{tailwind-config-DKplCTSo.js → tailwind-config-D8JGUH4g.js} +4 -4
- package/tools/{tailwind-config-B1HOgutt.cjs → tailwind-config-gyBGSi2Z.cjs} +4 -4
- package/tools/tailwind-config.cjs +1 -1
- package/tools/tailwind-config.d.ts.map +1 -1
- package/tools/tailwind-config.js +1 -1
package/dist/tailwind-config.cjs
CHANGED
|
@@ -1375,12 +1375,12 @@ const neutral3 = splitColor(
|
|
|
1375
1375
|
16,
|
|
1376
1376
|
Object.keys(colorPalette.neutral).length
|
|
1377
1377
|
);
|
|
1378
|
-
const grey1 = splitColor(colorPalette
|
|
1379
|
-
const grey2 = splitColor(colorPalette
|
|
1378
|
+
const grey1 = splitColor(colorPalette.grey, 0, 8);
|
|
1379
|
+
const grey2 = splitColor(colorPalette.grey, 8, 16);
|
|
1380
1380
|
const grey3 = splitColor(
|
|
1381
|
-
colorPalette
|
|
1381
|
+
colorPalette.grey,
|
|
1382
1382
|
16,
|
|
1383
|
-
Object.keys(colorPalette
|
|
1383
|
+
Object.keys(colorPalette.grey).length
|
|
1384
1384
|
);
|
|
1385
1385
|
|
|
1386
1386
|
exports.borderRadius = borderRadius;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailwind-config.d.ts","sourceRoot":"","sources":["../../../../src/shared/tools/tailwind-config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiEtB,CAAA;AAED,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;CAiBrB,CAAA;AAED,eAAO,MAAM,WAAW;;;;;;;;;;CAUvB,CAAA;AAED,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;CAkBvB,CAAA;AAED,eAAO,MAAM,MAAM;;CAElB,CAAA;AAED,eAAO,MAAM,OAAO;;CAEnB,CAAA;AAED,eAAO,MAAM,YAAY;;;;;;;;CAQxB,CAAA;AAED,eAAO,MAAM,OAAO;;;;CAInB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CACtB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCxB,CAAA;AAoBD;;GAEG;AACH,eAAO,MAAM,QAAQ,UAAyC,CAAA;AAC9D,eAAO,MAAM,QAAQ,UAA0C,CAAA;AAC/D,eAAO,MAAM,QAAQ,UAIpB,CAAA;AAED,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"tailwind-config.d.ts","sourceRoot":"","sources":["../../../../src/shared/tools/tailwind-config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiEtB,CAAA;AAED,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;CAiBrB,CAAA;AAED,eAAO,MAAM,WAAW;;;;;;;;;;CAUvB,CAAA;AAED,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;CAkBvB,CAAA;AAED,eAAO,MAAM,MAAM;;CAElB,CAAA;AAED,eAAO,MAAM,OAAO;;CAEnB,CAAA;AAED,eAAO,MAAM,YAAY;;;;;;;;CAQxB,CAAA;AAED,eAAO,MAAM,OAAO;;;;CAInB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CACtB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCxB,CAAA;AAoBD;;GAEG;AACH,eAAO,MAAM,QAAQ,UAAyC,CAAA;AAC9D,eAAO,MAAM,QAAQ,UAA0C,CAAA;AAC/D,eAAO,MAAM,QAAQ,UAIpB,CAAA;AAED,eAAO,MAAM,KAAK,UAAsC,CAAA;AACxD,eAAO,MAAM,KAAK,UAAuC,CAAA;AACzD,eAAO,MAAM,KAAK,UAIjB,CAAA"}
|
package/dist/tailwind-config.js
CHANGED
|
@@ -1371,12 +1371,12 @@ const neutral3 = splitColor(
|
|
|
1371
1371
|
16,
|
|
1372
1372
|
Object.keys(colorPalette.neutral).length
|
|
1373
1373
|
);
|
|
1374
|
-
const grey1 = splitColor(colorPalette
|
|
1375
|
-
const grey2 = splitColor(colorPalette
|
|
1374
|
+
const grey1 = splitColor(colorPalette.grey, 0, 8);
|
|
1375
|
+
const grey2 = splitColor(colorPalette.grey, 8, 16);
|
|
1376
1376
|
const grey3 = splitColor(
|
|
1377
|
-
colorPalette
|
|
1377
|
+
colorPalette.grey,
|
|
1378
1378
|
16,
|
|
1379
|
-
Object.keys(colorPalette
|
|
1379
|
+
Object.keys(colorPalette.grey).length
|
|
1380
1380
|
);
|
|
1381
1381
|
|
|
1382
1382
|
export { borderRadius, boxShadows, colorPalette, fontSizes, fontWeights, grey1, grey2, grey3, heights, lineHeights, neutral1, neutral2, neutral3, scales, spacing };
|
package/package.json
CHANGED
package/tools/cn.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const tailwindConfig = require('./tailwind-config-
|
|
5
|
+
const tailwindConfig = require('./tailwind-config-gyBGSi2Z.cjs');
|
|
6
6
|
|
|
7
7
|
const CLASS_PART_SEPARATOR = '-';
|
|
8
8
|
const createClassGroupUtils = config => {
|
package/tools/cn.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { l as lineHeights, a as heights, s as scales, f as fontWeights, b as fontSizes, c as boxShadows, d as borderRadius, e as colorPalette } from './tailwind-config-
|
|
1
|
+
import { l as lineHeights, a as heights, s as scales, f as fontWeights, b as fontSizes, c as boxShadows, d as borderRadius, e as colorPalette } from './tailwind-config-D8JGUH4g.js';
|
|
2
2
|
|
|
3
3
|
const CLASS_PART_SEPARATOR = '-';
|
|
4
4
|
const createClassGroupUtils = config => {
|
package/tools/copy-assets.cjs
CHANGED
|
@@ -23,7 +23,7 @@ function copyFileSync(source, target) {
|
|
|
23
23
|
if (!fileExtensionWhitelist.includes(node_path.extname(source))) {
|
|
24
24
|
return;
|
|
25
25
|
}
|
|
26
|
-
node_fs.
|
|
26
|
+
node_fs.copyFileSync(source, targetFile);
|
|
27
27
|
}
|
|
28
28
|
function copyFolderRecursiveSync(source, target) {
|
|
29
29
|
let files = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copy-assets.d.ts","sourceRoot":"","sources":["../../src/shared/tools/copy-assets.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"copy-assets.d.ts","sourceRoot":"","sources":["../../src/shared/tools/copy-assets.ts"],"names":[],"mappings":"AA0EA;;;;;GAKG;AACH,eAAO,MAAM,UAAU,GAAI,UAAU,MAAM,EAAE,QAAQ,MAAM,SAK1D,CAAA"}
|
package/tools/copy-assets.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { existsSync, mkdirSync, lstatSync, readdirSync,
|
|
1
|
+
import { existsSync, mkdirSync, lstatSync, readdirSync, copyFileSync as copyFileSync$1 } from 'node:fs';
|
|
2
2
|
import { join, basename, extname } from 'node:path';
|
|
3
3
|
|
|
4
4
|
const fileExtensionWhitelist = [
|
|
@@ -19,7 +19,7 @@ function copyFileSync(source, target) {
|
|
|
19
19
|
if (!fileExtensionWhitelist.includes(extname(source))) {
|
|
20
20
|
return;
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
copyFileSync$1(source, targetFile);
|
|
23
23
|
}
|
|
24
24
|
function copyFolderRecursiveSync(source, target) {
|
|
25
25
|
let files = [];
|
package/tools/index.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const tailwindConfig = require('./tailwind-config-
|
|
5
|
+
const tailwindConfig = require('./tailwind-config-gyBGSi2Z.cjs');
|
|
6
6
|
const assets_index = require('./assets/index.cjs');
|
|
7
7
|
const cn = require('./cn.cjs');
|
|
8
8
|
const assets_fonts_index = require('./assets/fonts/index.cjs');
|
package/tools/index.js
CHANGED
|
@@ -1371,12 +1371,12 @@ const neutral3 = splitColor(
|
|
|
1371
1371
|
16,
|
|
1372
1372
|
Object.keys(colorPalette.neutral).length
|
|
1373
1373
|
);
|
|
1374
|
-
const grey1 = splitColor(colorPalette
|
|
1375
|
-
const grey2 = splitColor(colorPalette
|
|
1374
|
+
const grey1 = splitColor(colorPalette.grey, 0, 8);
|
|
1375
|
+
const grey2 = splitColor(colorPalette.grey, 8, 16);
|
|
1376
1376
|
const grey3 = splitColor(
|
|
1377
|
-
colorPalette
|
|
1377
|
+
colorPalette.grey,
|
|
1378
1378
|
16,
|
|
1379
|
-
Object.keys(colorPalette
|
|
1379
|
+
Object.keys(colorPalette.grey).length
|
|
1380
1380
|
);
|
|
1381
1381
|
|
|
1382
1382
|
export { heights as a, fontSizes as b, boxShadows as c, borderRadius as d, colorPalette as e, fontWeights as f, spacing as g, hslColorMap as h, neutral2 as i, neutral3 as j, grey1 as k, lineHeights as l, grey2 as m, neutral1 as n, grey3 as o, scales as s };
|
|
@@ -1373,12 +1373,12 @@ const neutral3 = splitColor(
|
|
|
1373
1373
|
16,
|
|
1374
1374
|
Object.keys(colorPalette.neutral).length
|
|
1375
1375
|
);
|
|
1376
|
-
const grey1 = splitColor(colorPalette
|
|
1377
|
-
const grey2 = splitColor(colorPalette
|
|
1376
|
+
const grey1 = splitColor(colorPalette.grey, 0, 8);
|
|
1377
|
+
const grey2 = splitColor(colorPalette.grey, 8, 16);
|
|
1378
1378
|
const grey3 = splitColor(
|
|
1379
|
-
colorPalette
|
|
1379
|
+
colorPalette.grey,
|
|
1380
1380
|
16,
|
|
1381
|
-
Object.keys(colorPalette
|
|
1381
|
+
Object.keys(colorPalette.grey).length
|
|
1382
1382
|
);
|
|
1383
1383
|
|
|
1384
1384
|
exports.borderRadius = borderRadius;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailwind-config.d.ts","sourceRoot":"","sources":["../../src/shared/tools/tailwind-config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiEtB,CAAA;AAED,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;CAiBrB,CAAA;AAED,eAAO,MAAM,WAAW;;;;;;;;;;CAUvB,CAAA;AAED,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;CAkBvB,CAAA;AAED,eAAO,MAAM,MAAM;;CAElB,CAAA;AAED,eAAO,MAAM,OAAO;;CAEnB,CAAA;AAED,eAAO,MAAM,YAAY;;;;;;;;CAQxB,CAAA;AAED,eAAO,MAAM,OAAO;;;;CAInB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CACtB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCxB,CAAA;AAoBD;;GAEG;AACH,eAAO,MAAM,QAAQ,UAAyC,CAAA;AAC9D,eAAO,MAAM,QAAQ,UAA0C,CAAA;AAC/D,eAAO,MAAM,QAAQ,UAIpB,CAAA;AAED,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"tailwind-config.d.ts","sourceRoot":"","sources":["../../src/shared/tools/tailwind-config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiEtB,CAAA;AAED,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;CAiBrB,CAAA;AAED,eAAO,MAAM,WAAW;;;;;;;;;;CAUvB,CAAA;AAED,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;CAkBvB,CAAA;AAED,eAAO,MAAM,MAAM;;CAElB,CAAA;AAED,eAAO,MAAM,OAAO;;CAEnB,CAAA;AAED,eAAO,MAAM,YAAY;;;;;;;;CAQxB,CAAA;AAED,eAAO,MAAM,OAAO;;;;CAInB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CACtB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCxB,CAAA;AAoBD;;GAEG;AACH,eAAO,MAAM,QAAQ,UAAyC,CAAA;AAC9D,eAAO,MAAM,QAAQ,UAA0C,CAAA;AAC/D,eAAO,MAAM,QAAQ,UAIpB,CAAA;AAED,eAAO,MAAM,KAAK,UAAsC,CAAA;AACxD,eAAO,MAAM,KAAK,UAAuC,CAAA;AACzD,eAAO,MAAM,KAAK,UAIjB,CAAA"}
|
package/tools/tailwind-config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { d as borderRadius, c as boxShadows, e as colorPalette, b as fontSizes, f as fontWeights, k as grey1, m as grey2, o as grey3, a as heights, l as lineHeights, n as neutral1, i as neutral2, j as neutral3, s as scales, g as spacing } from './tailwind-config-
|
|
1
|
+
export { d as borderRadius, c as boxShadows, e as colorPalette, b as fontSizes, f as fontWeights, k as grey1, m as grey2, o as grey3, a as heights, l as lineHeights, n as neutral1, i as neutral2, j as neutral3, s as scales, g as spacing } from './tailwind-config-D8JGUH4g.js';
|