@public-ui/kolibri-cli 2.0.0-rc.3 → 2.0.0-rc.5
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.
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ButtonLinkRenamePropertyIconToIcons = exports.ButtonLinkRenamePropertyIconOnlyToHideLabel = exports.ButtonLinkRemovePropertyAriaLabel = exports.ButtonLinkRemovePropertyAriaCurrent =
|
|
3
|
+
exports.ButtonLinkRenamePropertyIconToIcons = exports.ButtonLinkRenamePropertyIconOnlyToHideLabel = exports.ButtonLinkRemovePropertyAriaLabel = exports.ButtonLinkRemovePropertyAriaCurrent = void 0;
|
|
4
4
|
const RemovePropertyNameTask_1 = require("../common/RemovePropertyNameTask");
|
|
5
5
|
const RenamePropertyNameTask_1 = require("../common/RenamePropertyNameTask");
|
|
6
|
-
exports.ButtonLinkRemovePropertyAccessKey = RemovePropertyNameTask_1.RemovePropertyNameTask.getInstance('kol-button-link', '_access-key', '^1');
|
|
7
6
|
exports.ButtonLinkRemovePropertyAriaCurrent = RemovePropertyNameTask_1.RemovePropertyNameTask.getInstance('kol-button-link', '_aria-current', '^1');
|
|
8
7
|
exports.ButtonLinkRemovePropertyAriaLabel = RemovePropertyNameTask_1.RemovePropertyNameTask.getInstance('kol-button-link', '_aria-label', '^1');
|
|
9
8
|
exports.ButtonLinkRenamePropertyIconOnlyToHideLabel = RenamePropertyNameTask_1.RenamePropertyNameTask.getInstance('kol-button-link', '_icon-only', '_hide-label', '^1');
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ButtonRenamePropertyIconToIcons = exports.ButtonRenamePropertyIconOnlyToHideLabel = exports.ButtonRemovePropertyIconAlign = exports.ButtonRemovePropertyAriaLabel = exports.ButtonRemovePropertyAriaCurrent =
|
|
3
|
+
exports.ButtonRenamePropertyIconToIcons = exports.ButtonRenamePropertyIconOnlyToHideLabel = exports.ButtonRemovePropertyIconAlign = exports.ButtonRemovePropertyAriaLabel = exports.ButtonRemovePropertyAriaCurrent = void 0;
|
|
4
4
|
const RemovePropertyNameTask_1 = require("../common/RemovePropertyNameTask");
|
|
5
5
|
const RenamePropertyNameTask_1 = require("../common/RenamePropertyNameTask");
|
|
6
|
-
exports.ButtonRemovePropertyAccessKey = RemovePropertyNameTask_1.RemovePropertyNameTask.getInstance('kol-button', '_access-key', '^1');
|
|
7
6
|
exports.ButtonRemovePropertyAriaCurrent = RemovePropertyNameTask_1.RemovePropertyNameTask.getInstance('kol-button', '_aria-current', '^1');
|
|
8
7
|
exports.ButtonRemovePropertyAriaLabel = RemovePropertyNameTask_1.RemovePropertyNameTask.getInstance('kol-button', '_aria-label', '^1');
|
|
9
8
|
// @todo: handle _icon-align in _icon
|
|
@@ -54,12 +54,10 @@ exports.v1Tasks.push(badge_1.BadgeRemovePropertyIconOnly);
|
|
|
54
54
|
exports.v1Tasks.push(badge_1.BadgeRenamePropertyIconOnlyToHideLabel);
|
|
55
55
|
exports.v1Tasks.push(badge_1.BadgeRenamePropertyIconToIcons);
|
|
56
56
|
exports.v1Tasks.push(breadcrumb_1.BreadcrumbRenamePropertyAriaLabelToLabel);
|
|
57
|
-
exports.v1Tasks.push(button_link_1.ButtonLinkRemovePropertyAccessKey);
|
|
58
57
|
exports.v1Tasks.push(button_link_1.ButtonLinkRemovePropertyAriaCurrent);
|
|
59
58
|
exports.v1Tasks.push(button_link_1.ButtonLinkRemovePropertyAriaLabel);
|
|
60
59
|
exports.v1Tasks.push(button_link_1.ButtonLinkRenamePropertyIconOnlyToHideLabel);
|
|
61
60
|
exports.v1Tasks.push(button_link_1.ButtonLinkRenamePropertyIconToIcons);
|
|
62
|
-
exports.v1Tasks.push(button_1.ButtonRemovePropertyAccessKey);
|
|
63
61
|
exports.v1Tasks.push(button_1.ButtonRemovePropertyAriaCurrent);
|
|
64
62
|
exports.v1Tasks.push(button_1.ButtonRemovePropertyAriaLabel);
|
|
65
63
|
exports.v1Tasks.push(button_1.ButtonRemovePropertyIconAlign);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/kolibri-cli",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.5",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"semver": "7.5.4"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@public-ui/components": "2.0.0-rc.
|
|
30
|
+
"@public-ui/components": "2.0.0-rc.5",
|
|
31
31
|
"@types/gradient-string": "1.1.4",
|
|
32
|
-
"@types/node": "20.8.
|
|
33
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
34
|
-
"@typescript-eslint/parser": "6.
|
|
32
|
+
"@types/node": "20.8.8",
|
|
33
|
+
"@typescript-eslint/eslint-plugin": "6.9.0",
|
|
34
|
+
"@typescript-eslint/parser": "6.9.0",
|
|
35
35
|
"cpy-cli": "5.0.0",
|
|
36
36
|
"depcheck": "1.4.7",
|
|
37
|
-
"eslint": "8.
|
|
37
|
+
"eslint": "8.52.0",
|
|
38
38
|
"eslint-config-prettier": "9.0.0",
|
|
39
39
|
"eslint-plugin-html": "7.1.0",
|
|
40
40
|
"eslint-plugin-jsdoc": "46.8.2",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
43
43
|
"eslint-plugin-no-loops": "0.3.0",
|
|
44
44
|
"eslint-plugin-react": "7.33.2",
|
|
45
|
-
"knip": "2.
|
|
45
|
+
"knip": "2.38.1",
|
|
46
46
|
"mocha": "10.2.0",
|
|
47
47
|
"nodemon": "3.0.1",
|
|
48
48
|
"rimraf": "3.0.2",
|