@public-ui/theme-default 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.mjs +3 -5
- package/package.json +7 -7
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.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/theme-default",
|
|
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",
|
|
@@ -38,18 +38,18 @@
|
|
|
38
38
|
"wcag"
|
|
39
39
|
],
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@public-ui/schema": "
|
|
42
|
-
"@public-ui/visual-tests": "
|
|
41
|
+
"@public-ui/schema": "2.0.0-rc.1",
|
|
42
|
+
"@public-ui/visual-tests": "2.0.0-rc.1",
|
|
43
43
|
"@types/node": "ts5.2",
|
|
44
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
45
|
-
"@typescript-eslint/parser": "6.
|
|
46
|
-
"eslint": "8.
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "6.8.0",
|
|
45
|
+
"@typescript-eslint/parser": "6.8.0",
|
|
46
|
+
"eslint": "8.51.0",
|
|
47
47
|
"eslint-plugin-no-loops": "0.3.0",
|
|
48
48
|
"typescript": "5.2.2",
|
|
49
49
|
"unbuild": "1.2.1"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@public-ui/components": "
|
|
52
|
+
"@public-ui/components": "2.0.0-rc.1"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": false,
|
|
55
55
|
"type": "module",
|