@haiilo/catalyst 5.2.2 → 5.2.3
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.
|
@@ -715,11 +715,11 @@ export class CatSelect {
|
|
|
715
715
|
"references": {
|
|
716
716
|
"CatSelectTaggingValue": {
|
|
717
717
|
"location": "local",
|
|
718
|
-
"path": "/Users/
|
|
718
|
+
"path": "/Users/timsielemann/IdeaProjects/catalyst/core/src/components/cat-select/cat-select.tsx"
|
|
719
719
|
},
|
|
720
720
|
"CatSelectMultipleTaggingValue": {
|
|
721
721
|
"location": "local",
|
|
722
|
-
"path": "/Users/
|
|
722
|
+
"path": "/Users/timsielemann/IdeaProjects/catalyst/core/src/components/cat-select/cat-select.tsx"
|
|
723
723
|
}
|
|
724
724
|
}
|
|
725
725
|
},
|
|
@@ -1101,7 +1101,7 @@ export class CatSelect {
|
|
|
1101
1101
|
},
|
|
1102
1102
|
"CatSelectConnector": {
|
|
1103
1103
|
"location": "local",
|
|
1104
|
-
"path": "/Users/
|
|
1104
|
+
"path": "/Users/timsielemann/IdeaProjects/catalyst/core/src/components/cat-select/cat-select.tsx"
|
|
1105
1105
|
},
|
|
1106
1106
|
"Observable": {
|
|
1107
1107
|
"location": "import",
|
|
@@ -1109,7 +1109,7 @@ export class CatSelect {
|
|
|
1109
1109
|
},
|
|
1110
1110
|
"Item": {
|
|
1111
1111
|
"location": "local",
|
|
1112
|
-
"path": "/Users/
|
|
1112
|
+
"path": "/Users/timsielemann/IdeaProjects/catalyst/core/src/components/cat-select/cat-select.tsx"
|
|
1113
1113
|
}
|
|
1114
1114
|
},
|
|
1115
1115
|
"return": "Promise<void>"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.3",
|
|
4
4
|
"description": "Catalyst Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@floating-ui/dom": "1.2.1",
|
|
49
|
-
"@haiilo/catalyst-tokens": "5.2.
|
|
49
|
+
"@haiilo/catalyst-tokens": "5.2.3",
|
|
50
50
|
"@stencil/core": "3.0.0",
|
|
51
51
|
"autosize": "6.0.0",
|
|
52
52
|
"autosize-input": "1.0.2",
|