@public-ui/themes 4.2.0-rc.0 → 4.2.0-rc.2
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/assets/ecl-icons/ecl-icons.eot +0 -0
- package/assets/ecl-icons/ecl-icons.ttf +0 -0
- package/assets/ecl-icons/ecl-icons.woff +0 -0
- package/assets/ecl-icons/ecl-icons.woff2 +0 -0
- package/assets/ecl-icons/style.css +6 -6
- package/assets/kolicons/kolicons.eot +0 -0
- package/assets/kolicons/kolicons.ttf +0 -0
- package/assets/kolicons/kolicons.woff +0 -0
- package/assets/kolicons/kolicons.woff2 +0 -0
- package/assets/kolicons/style.css +6 -6
- package/assets/variants/inject-variants_default.json +3 -0
- package/dist/bwst/src/index.d.ts +1 -1
- package/dist/default/src/index.d.ts +1 -1
- package/dist/desy/src/index.d.ts +1 -1
- package/dist/ecl/src/ecl-ec/index.d.ts +1 -1
- package/dist/ecl/src/ecl-eu/index.d.ts +1 -1
- package/dist/index.cjs +20 -20
- package/dist/index.mjs +20 -20
- package/dist/kern/src/index.d.ts +1 -1
- package/package.json +7 -8
package/dist/kern/src/index.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ export declare const KERN_V2: (patch: (name: string, map: {
|
|
|
2
2
|
GLOBAL?: string | undefined;
|
|
3
3
|
PROPERTIES?: string | undefined;
|
|
4
4
|
"KOL-SYMBOL"?: string | undefined;
|
|
5
|
-
"KOL-PAGINATION"?: string | undefined;
|
|
6
5
|
"KOL-ABBR"?: string | undefined;
|
|
7
6
|
"KOL-BUTTON"?: string | undefined;
|
|
8
7
|
"KOL-DETAILS"?: string | undefined;
|
|
@@ -41,6 +40,7 @@ export declare const KERN_V2: (patch: (name: string, map: {
|
|
|
41
40
|
"KOL-LINK-BUTTON"?: string | undefined;
|
|
42
41
|
"KOL-LOGO"?: string | undefined;
|
|
43
42
|
"KOL-MODAL"?: string | undefined;
|
|
43
|
+
"KOL-PAGINATION"?: string | undefined;
|
|
44
44
|
"KOL-POPOVER-BUTTON"?: string | undefined;
|
|
45
45
|
"KOL-QUOTE"?: string | undefined;
|
|
46
46
|
"KOL-SINGLE-SELECT"?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/themes",
|
|
3
|
-
"version": "4.2.0-rc.
|
|
3
|
+
"version": "4.2.0-rc.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -56,17 +56,17 @@
|
|
|
56
56
|
"eslint": "9.39.4",
|
|
57
57
|
"nodemon": "3.1.14",
|
|
58
58
|
"npm-run-all2": "8.0.4",
|
|
59
|
-
"postcss": "8.5.
|
|
59
|
+
"postcss": "8.5.15",
|
|
60
60
|
"prettier": "3.8.3",
|
|
61
61
|
"prettier-plugin-organize-imports": "4.3.0",
|
|
62
62
|
"rollup": "4.60.4",
|
|
63
63
|
"rollup-plugin-postcss": "4.0.2",
|
|
64
|
-
"sass-embedded": "1.
|
|
64
|
+
"sass-embedded": "1.100.0",
|
|
65
65
|
"typescript": "5.9.3",
|
|
66
|
-
"@public-ui/components": "4.2.0-rc.
|
|
66
|
+
"@public-ui/components": "4.2.0-rc.2"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@public-ui/components": "4.2.0-rc.
|
|
69
|
+
"@public-ui/components": "4.2.0-rc.2"
|
|
70
70
|
},
|
|
71
71
|
"sideEffects": false,
|
|
72
72
|
"type": "module",
|
|
@@ -86,19 +86,18 @@
|
|
|
86
86
|
],
|
|
87
87
|
"scripts": {
|
|
88
88
|
"build": "rollup -c",
|
|
89
|
-
"build:deps": "pnpm --filter @public-ui/themes^... build",
|
|
89
|
+
"build:deps": "pnpm --filter @public-ui/themes^... --filter @public-ui/theme-ecl --filter @public-ui/theme-desy build",
|
|
90
90
|
"dev": "rollup -c --watch",
|
|
91
91
|
"format": "prettier --check src",
|
|
92
92
|
"lint": "pnpm lint:eslint && pnpm lint:tsc",
|
|
93
93
|
"lint:eslint": "eslint src",
|
|
94
94
|
"lint:tsc": "tsc --noemit",
|
|
95
|
-
"prebuild": "pnpm prepare
|
|
95
|
+
"prebuild": "pnpm build:deps && pnpm prepare",
|
|
96
96
|
"prepare:components": "cpy \"node_modules/@public-ui/components/assets/**/*\" assets --dot",
|
|
97
97
|
"prepare:theme-bwst": "cpy \"bwst/assets/**/*\" assets --dot",
|
|
98
98
|
"prepare:theme-default": "cpy \"default/assets/**/*\" assets --dot",
|
|
99
99
|
"prepare:theme-desy": "cpy \"desy/assets/**/*\" assets --dot",
|
|
100
100
|
"prepare:theme-ecl": "cpy \"ecl/assets/**/*\" assets --dot",
|
|
101
|
-
"prepare:theme-ecl-icons": "pnpm --filter @public-ui/ecl-icons build",
|
|
102
101
|
"prepare:theme-kern": "cpy \"kern/assets/**/*\" assets --dot",
|
|
103
102
|
"test-all": "pnpm -r --workspace-concurrency=1 test",
|
|
104
103
|
"test:update:all": "pnpm -r --workspace-concurrency=1 test:update"
|