@public-ui/kolibri-cli 2.0.0-rc.4 → 2.0.0-rc.6

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 = exports.ButtonLinkRemovePropertyAccessKey = void 0;
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 = exports.ButtonRemovePropertyAccessKey = void 0;
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/dist/types.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MARKUP_EXTENSIONS = exports.CUSTOM_ELEMENT_FILE_EXTENSIONS = exports.COMPONENT_FILE_EXTENSIONS = exports.FILE_EXTENSIONS = void 0;
4
- exports.FILE_EXTENSIONS = ['html', 'js', 'json', 'jsx', 'ts', 'tsx', 'vue'];
5
- exports.COMPONENT_FILE_EXTENSIONS = ['jsx', 'tsx', 'vue'];
6
- exports.CUSTOM_ELEMENT_FILE_EXTENSIONS = ['html', 'jsx', 'tsx', 'vue'];
4
+ exports.FILE_EXTENSIONS = ['html', 'js', 'json', 'jsx', 'md', 'mdx', 'ts', 'tsx', 'vue'];
5
+ exports.COMPONENT_FILE_EXTENSIONS = ['jsx', 'mdx', 'tsx', 'vue'];
6
+ exports.CUSTOM_ELEMENT_FILE_EXTENSIONS = ['html', 'jsx', 'md', 'mdx', 'tsx', 'vue'];
7
7
  exports.MARKUP_EXTENSIONS = exports.COMPONENT_FILE_EXTENSIONS.concat(exports.CUSTOM_ELEMENT_FILE_EXTENSIONS);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/kolibri-cli",
3
- "version": "2.0.0-rc.4",
3
+ "version": "2.0.0-rc.6",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -27,9 +27,9 @@
27
27
  "semver": "7.5.4"
28
28
  },
29
29
  "devDependencies": {
30
- "@public-ui/components": "2.0.0-rc.4",
30
+ "@public-ui/components": "2.0.0-rc.6",
31
31
  "@types/gradient-string": "1.1.4",
32
- "@types/node": "20.8.8",
32
+ "@types/node": "20.8.9",
33
33
  "@typescript-eslint/eslint-plugin": "6.9.0",
34
34
  "@typescript-eslint/parser": "6.9.0",
35
35
  "cpy-cli": "5.0.0",
@@ -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.38.1",
45
+ "knip": "2.38.4",
46
46
  "mocha": "10.2.0",
47
47
  "nodemon": "3.0.1",
48
48
  "rimraf": "3.0.2",