@haiilo/catalyst 13.4.0 → 13.5.0

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.
@@ -68,7 +68,8 @@ export interface CatSelectTaggingValue {
68
68
  * type.
69
69
  *
70
70
  * @slot hint - Optional hint element to be displayed with the select.
71
- * @slot label - The slotted label. If both the label property and the label slot are present, only the label slot will be displayed.
71
+ * @slot label - The slotted label. If both the label property and the label slot are present,
72
+ * only the label slot will be displayed.
72
73
  * @part label - The native label element.
73
74
  * @part input - The native input element.
74
75
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst",
3
- "version": "13.4.0",
3
+ "version": "13.5.0",
4
4
  "description": "Catalyst Design System",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -39,7 +39,7 @@
39
39
  "sanitize.css": "13.0.0",
40
40
  "tabbable": "6.2.0",
41
41
  "toastify-js": "1.12.0",
42
- "@haiilo/catalyst-tokens": "13.4.0"
42
+ "@haiilo/catalyst-tokens": "13.5.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@babel/core": "^7.24.7",