@skf-design-system/ui-components 1.0.2-beta.7 → 1.0.2-beta.9

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,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@skf-design-system/ui-components",
4
- "version": "1.0.1",
4
+ "version": "1.0.2-beta.8",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -602,7 +602,7 @@
602
602
  {
603
603
  "name": "checked",
604
604
  "description": "If true, outputs helping hints in console",
605
- "value": { "type": "string" }
605
+ "value": { "type": "boolean", "default": "false" }
606
606
  },
607
607
  {
608
608
  "name": "custom-invalid",
@@ -672,7 +672,8 @@
672
672
  },
673
673
  {
674
674
  "name": "checked",
675
- "description": "If true, outputs helping hints in console"
675
+ "description": "If true, outputs helping hints in console",
676
+ "type": "boolean"
676
677
  },
677
678
  {
678
679
  "name": "customInvalid",
package/package.json CHANGED
@@ -35,12 +35,12 @@
35
35
  "sideEffects": true,
36
36
  "type": "module",
37
37
  "types": "./dist/index.d.ts",
38
- "version": "1.0.2-beta.7",
38
+ "version": "1.0.2-beta.9",
39
39
  "dependencies": {
40
40
  "@floating-ui/dom": "^1.7.1",
41
41
  "@js-temporal/polyfill": "^0.5.1",
42
42
  "@shoelace-style/localize": "^3.2.1",
43
- "@skf-design-system/ui-assets": "0.1.3-beta.15",
43
+ "@skf-design-system/ui-assets": "0.1.3-beta.16",
44
44
  "lit": "^3.3.0"
45
45
  },
46
46
  "devDependencies": {
@@ -54,12 +54,12 @@
54
54
  "@storybook/addon-links": "^9.0.12",
55
55
  "@storybook/web-components-vite": "^9.0.12",
56
56
  "@types/node": "^24.0.3",
57
+ "@wc-toolkit/jsx-types": "^1.2.2",
57
58
  "@wc-toolkit/module-path-resolver": "^1.0.0",
58
59
  "@wc-toolkit/storybook-helpers": "^9.0.0",
59
60
  "@wc-toolkit/type-parser": "^1.0.3",
60
61
  "concurrently": "^9.2.0",
61
62
  "custom-element-jet-brains-integration": "^1.7.0",
62
- "custom-element-jsx-integration": "^1.6.0",
63
63
  "custom-element-vs-code-integration": "^1.5.0",
64
64
  "custom-element-vuejs-integration": "^1.4.0",
65
65
  "eslint": "^9.29.0",