@public-ui/themes 1.7.24 → 1.7.25

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 (2) hide show
  1. package/dist/index.d.ts +10 -10
  2. package/package.json +8 -8
package/dist/index.d.ts CHANGED
@@ -49,8 +49,8 @@ declare const BMF: (patch: (name: string, map: {
49
49
  "KOL-TOOLBAR"?: string | undefined;
50
50
  "KOL-TOOLTIP"?: string | undefined;
51
51
  }, options?: {
52
- append?: boolean | undefined;
53
- } | undefined) => string) => string;
52
+ append?: boolean;
53
+ }) => string) => string;
54
54
 
55
55
  declare const DEFAULT: (patch: (name: string, map: {
56
56
  GLOBAL?: string | undefined;
@@ -103,8 +103,8 @@ declare const DEFAULT: (patch: (name: string, map: {
103
103
  "KOL-TOOLBAR"?: string | undefined;
104
104
  "KOL-TOOLTIP"?: string | undefined;
105
105
  }, options?: {
106
- append?: boolean | undefined;
107
- } | undefined) => string) => string;
106
+ append?: boolean;
107
+ }) => string) => string;
108
108
 
109
109
  declare const ECL_EC: (patch: (name: string, map: {
110
110
  GLOBAL?: string | undefined;
@@ -157,8 +157,8 @@ declare const ECL_EC: (patch: (name: string, map: {
157
157
  "KOL-TOOLBAR"?: string | undefined;
158
158
  "KOL-TOOLTIP"?: string | undefined;
159
159
  }, options?: {
160
- append?: boolean | undefined;
161
- } | undefined) => string) => string;
160
+ append?: boolean;
161
+ }) => string) => string;
162
162
 
163
163
  declare const ECL_EU: (patch: (name: string, map: {
164
164
  GLOBAL?: string | undefined;
@@ -211,8 +211,8 @@ declare const ECL_EU: (patch: (name: string, map: {
211
211
  "KOL-TOOLBAR"?: string | undefined;
212
212
  "KOL-TOOLTIP"?: string | undefined;
213
213
  }, options?: {
214
- append?: boolean | undefined;
215
- } | undefined) => string) => string;
214
+ append?: boolean;
215
+ }) => string) => string;
216
216
 
217
217
  declare const ITZBund: (patch: (name: string, map: {
218
218
  GLOBAL?: string | undefined;
@@ -265,7 +265,7 @@ declare const ITZBund: (patch: (name: string, map: {
265
265
  "KOL-TOOLBAR"?: string | undefined;
266
266
  "KOL-TOOLTIP"?: string | undefined;
267
267
  }, options?: {
268
- append?: boolean | undefined;
269
- } | undefined) => string) => string;
268
+ append?: boolean;
269
+ }) => string) => string;
270
270
 
271
271
  export { BMF, DEFAULT, ECL_EC, ECL_EU, ITZBund };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/themes",
3
- "version": "1.7.24",
3
+ "version": "1.7.25",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -45,18 +45,18 @@
45
45
  ],
46
46
  "devDependencies": {
47
47
  "@types/node": "ts5.4",
48
- "@typescript-eslint/eslint-plugin": "7.13.0",
49
- "@typescript-eslint/parser": "7.13.0",
48
+ "@typescript-eslint/eslint-plugin": "7.14.1",
49
+ "@typescript-eslint/parser": "7.14.1",
50
50
  "eslint": "8.57.0",
51
- "eslint-plugin-no-loops": "0.3.0",
52
- "nodemon": "3.1.3",
51
+ "eslint-plugin-no-loops": "0.4.0",
52
+ "nodemon": "3.1.4",
53
53
  "rollup-plugin-postcss": "4.0.2",
54
- "typescript": "5.4.5",
54
+ "typescript": "5.5.2",
55
55
  "unbuild": "1.2.1",
56
- "@public-ui/schema": "1.7.24"
56
+ "@public-ui/schema": "1.7.25"
57
57
  },
58
58
  "peerDependencies": {
59
- "@public-ui/components": "1.7.24"
59
+ "@public-ui/components": "1.7.25"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "type": "module",