@digital-realty/ix-select 1.2.6 → 1.2.8

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.
@@ -5,7 +5,7 @@ import '@material/web/select/outlined-select.js';
5
5
  import { LitElement, PropertyValues } from 'lit';
6
6
  import './selectoption/ix-select-option.js';
7
7
  declare const VALUE: unique symbol;
8
- declare const ixSelectBaseClass: (abstract new (...args: any[]) => import("@material/web/labs/behaviors/element-internals.js").WithElementInternals) & typeof LitElement & import("@digital-realty/ix-shared-fns/aria-forward-mixin.js").Constructor<import("@digital-realty/ix-shared-fns/aria-forward-mixin.js").AriaForwardMixinInterface>;
8
+ declare const ixSelectBaseClass: (abstract new (...args: any[]) => import("@material/web/labs/behaviors/element-internals.js").WithElementInternals) & typeof LitElement & import("@digital-realty/ix-shared-fns/aria-forward-mixin.js").Constructor<import("@material/web/labs/behaviors/element-internals.js").WithElementInternals & LitElement & import("@digital-realty/ix-shared-fns/aria-forward-mixin.js").AriaForwardMixinInterface>;
9
9
  export declare class IxSelect extends ixSelectBaseClass {
10
10
  /** @nocollapse */
11
11
  static shadowRootOptions: ShadowRootInit;
package/package.json CHANGED
@@ -3,12 +3,16 @@
3
3
  "description": "Webcomponent ix-select following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "interxion",
6
- "version": "1.2.6",
6
+ "version": "1.2.8",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
10
+ "types": "dist/index.d.ts",
10
11
  "exports": {
11
- ".": "./dist/index.js",
12
+ ".": {
13
+ "types": "./dist/index.d.ts",
14
+ "default": "./dist/index.js"
15
+ },
12
16
  "./ix-select.js": "./dist/ix-select.js",
13
17
  "./ix-select.min.js": "./dist/ix-select.min.js",
14
18
  "./ix-select-option.js": "./dist/selectoption/ix-select-option.js",
@@ -32,7 +36,7 @@
32
36
  },
33
37
  "dependencies": {
34
38
  "@digital-realty/ix-icon": "^1.2.4",
35
- "@digital-realty/ix-shared-fns": "1.0.1",
39
+ "@digital-realty/ix-shared-fns": "^1.0.4",
36
40
  "@lit/react": "^1.0.2",
37
41
  "@material/web": "2.4.0",
38
42
  "@open-wc/lit-helpers": "^0.7.0",
@@ -111,5 +115,5 @@
111
115
  "README.md",
112
116
  "LICENSE"
113
117
  ],
114
- "gitHead": "ab315b433acc9b12065e1a2038a2bc3a7c07487f"
118
+ "gitHead": "4cd8803f4c5f3b3833ae6ebb5791f73a057863f8"
115
119
  }