@public-ui/themes 1.7.3 → 2.0.0-rc.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/index.cjs +3 -5
- package/dist/index.d.ts +0 -4
- package/dist/index.mjs +3 -5
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -326,11 +326,9 @@ var KeyEnum = /* @__PURE__ */ ((KeyEnum2) => {
|
|
|
326
326
|
KeyEnum2[KeyEnum2["page-current"] = 19] = "page-current";
|
|
327
327
|
KeyEnum2[KeyEnum2["page-selected"] = 20] = "page-selected";
|
|
328
328
|
KeyEnum2[KeyEnum2["page-per-site"] = 21] = "page-per-site";
|
|
329
|
-
KeyEnum2[KeyEnum2["
|
|
330
|
-
KeyEnum2[KeyEnum2["
|
|
331
|
-
KeyEnum2[KeyEnum2["logo
|
|
332
|
-
KeyEnum2[KeyEnum2["open-link-in-tab"] = 25] = "open-link-in-tab";
|
|
333
|
-
KeyEnum2[KeyEnum2["kolibri-logo"] = 26] = "kolibri-logo";
|
|
329
|
+
KeyEnum2[KeyEnum2["logo-description"] = 22] = "logo-description";
|
|
330
|
+
KeyEnum2[KeyEnum2["open-link-in-tab"] = 23] = "open-link-in-tab";
|
|
331
|
+
KeyEnum2[KeyEnum2["kolibri-logo"] = 24] = "kolibri-logo";
|
|
334
332
|
return KeyEnum2;
|
|
335
333
|
})(KeyEnum || {});
|
|
336
334
|
|
package/dist/index.d.ts
CHANGED
|
@@ -657,8 +657,6 @@ declare const DE: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar"
|
|
|
657
657
|
"kol-page-current"?: string | undefined;
|
|
658
658
|
"kol-page-selected"?: string | undefined;
|
|
659
659
|
"kol-page-per-site"?: string | undefined;
|
|
660
|
-
"kol-nav-maximize"?: string | undefined;
|
|
661
|
-
"kol-nav-minimize"?: string | undefined;
|
|
662
660
|
"kol-logo-description"?: string | undefined;
|
|
663
661
|
"kol-open-link-in-tab"?: string | undefined;
|
|
664
662
|
"kol-kolibri-logo"?: string | undefined;
|
|
@@ -687,8 +685,6 @@ declare const EN: (patch: (name: "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar"
|
|
|
687
685
|
"kol-page-current"?: string | undefined;
|
|
688
686
|
"kol-page-selected"?: string | undefined;
|
|
689
687
|
"kol-page-per-site"?: string | undefined;
|
|
690
|
-
"kol-nav-maximize"?: string | undefined;
|
|
691
|
-
"kol-nav-minimize"?: string | undefined;
|
|
692
688
|
"kol-logo-description"?: string | undefined;
|
|
693
689
|
"kol-open-link-in-tab"?: string | undefined;
|
|
694
690
|
"kol-kolibri-logo"?: string | undefined;
|
package/dist/index.mjs
CHANGED
|
@@ -324,11 +324,9 @@ var KeyEnum = /* @__PURE__ */ ((KeyEnum2) => {
|
|
|
324
324
|
KeyEnum2[KeyEnum2["page-current"] = 19] = "page-current";
|
|
325
325
|
KeyEnum2[KeyEnum2["page-selected"] = 20] = "page-selected";
|
|
326
326
|
KeyEnum2[KeyEnum2["page-per-site"] = 21] = "page-per-site";
|
|
327
|
-
KeyEnum2[KeyEnum2["
|
|
328
|
-
KeyEnum2[KeyEnum2["
|
|
329
|
-
KeyEnum2[KeyEnum2["logo
|
|
330
|
-
KeyEnum2[KeyEnum2["open-link-in-tab"] = 25] = "open-link-in-tab";
|
|
331
|
-
KeyEnum2[KeyEnum2["kolibri-logo"] = 26] = "kolibri-logo";
|
|
327
|
+
KeyEnum2[KeyEnum2["logo-description"] = 22] = "logo-description";
|
|
328
|
+
KeyEnum2[KeyEnum2["open-link-in-tab"] = 23] = "open-link-in-tab";
|
|
329
|
+
KeyEnum2[KeyEnum2["kolibri-logo"] = 24] = "kolibri-logo";
|
|
332
330
|
return KeyEnum2;
|
|
333
331
|
})(KeyEnum || {});
|
|
334
332
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/themes",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-rc.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
"wcag"
|
|
42
42
|
],
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@public-ui/schema": "
|
|
44
|
+
"@public-ui/schema": "2.0.0-rc.1",
|
|
45
45
|
"@types/node": "ts5.1",
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
47
|
-
"@typescript-eslint/parser": "6.
|
|
48
|
-
"eslint": "8.
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "6.8.0",
|
|
47
|
+
"@typescript-eslint/parser": "6.8.0",
|
|
48
|
+
"eslint": "8.51.0",
|
|
49
49
|
"eslint-plugin-no-loops": "0.3.0",
|
|
50
50
|
"nodemon": "3.0.1",
|
|
51
51
|
"typescript": "5.2.2",
|
|
52
52
|
"unbuild": "1.2.1"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@public-ui/components": "
|
|
55
|
+
"@public-ui/components": "2.0.0-rc.1"
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"type": "module",
|