@public-ui/kolibri-cli 4.3.0-rc.4 → 4.3.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.
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RemoveAbbrLabelPropTask = void 0;
|
|
4
|
+
const RemovePropertyNameTask_1 = require("../common/RemovePropertyNameTask");
|
|
5
|
+
exports.RemoveAbbrLabelPropTask = RemovePropertyNameTask_1.RemovePropertyNameTask.getInstance('kol-abbr', '_label', '^4');
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.v4Tasks = void 0;
|
|
4
|
+
const abbr_1 = require("./abbr");
|
|
4
5
|
const clear_button_1 = require("./clear-button");
|
|
5
6
|
const events_1 = require("./events");
|
|
6
7
|
const focus_1 = require("./focus");
|
|
@@ -24,3 +25,4 @@ exports.v4Tasks.push(toast_1.RemoveToastVariantTask.getInstance('^4'));
|
|
|
24
25
|
exports.v4Tasks.push(toaster_1.RemoveToasterGetInstanceOptionsTask.getInstance('^4'));
|
|
25
26
|
exports.v4Tasks.push(loader_1.UpdateLoaderImportPathTask.getInstance('^4'));
|
|
26
27
|
exports.v4Tasks.push(...password_variant_1.RenamePasswordVariantToVisibilityToggleTasks);
|
|
28
|
+
exports.v4Tasks.push(abbr_1.RemoveAbbrLabelPropTask);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/kolibri-cli",
|
|
3
|
-
"version": "4.3.0-rc.
|
|
3
|
+
"version": "4.3.0-rc.5",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"prettier-plugin-organize-imports": "4.3.0",
|
|
31
31
|
"semver": "7.8.4",
|
|
32
32
|
"typed-bem": "1.0.2",
|
|
33
|
-
"@public-ui/components": "4.3.0-rc.
|
|
33
|
+
"@public-ui/components": "4.3.0-rc.5"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "25.9.3",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"nodemon": "3.1.14",
|
|
43
43
|
"ts-node": "10.9.2",
|
|
44
44
|
"typescript": "5.9.3",
|
|
45
|
-
"@public-ui/
|
|
46
|
-
"@public-ui/
|
|
45
|
+
"@public-ui/eslint-config": "4.3.0-rc.1",
|
|
46
|
+
"@public-ui/components": "4.3.0-rc.5"
|
|
47
47
|
},
|
|
48
48
|
"engines": {
|
|
49
49
|
"node": ">=22"
|