@haiilo/catalyst 4.1.1 → 4.1.2

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.
@@ -213,7 +213,6 @@ export declare class CatSelect {
213
213
  render(): any;
214
214
  private get invalid();
215
215
  private get optionsList();
216
- private get connectorSafe();
217
216
  private resolve;
218
217
  private toSelectItems;
219
218
  private show;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
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.0.3",
49
- "@haiilo/catalyst-tokens": "4.1.1",
49
+ "@haiilo/catalyst-tokens": "4.1.2",
50
50
  "@stencil/core": "2.17.4",
51
51
  "autosize": "5.0.1",
52
52
  "autosize-input": "1.0.2",