@public-ui/kolibri-cli 2.0.0-rc.4 → 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,7 +27,7 @@
|
|
|
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
32
|
"@types/node": "20.8.8",
|
|
33
33
|
"@typescript-eslint/eslint-plugin": "6.9.0",
|