@shoper/phoenix_design_system 0.16.1-2 → 0.16.1-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.
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var tslib_es6 = require('../../../../../external/tslib/tslib.es6.js');
6
- var decorators_js = require('@lit/reactive-element/decorators.js');
7
- require('@lit/reactive-element');
6
+ require('lit');
7
+ var decorators = require('lit/decorators');
8
8
 
9
9
  var _VisibilityController_host;
10
10
  class VisibilityController {
@@ -30,7 +30,7 @@ class VisibilityController {
30
30
  }
31
31
  _VisibilityController_host = new WeakMap();
32
32
  tslib_es6.__decorate([
33
- decorators_js.property({ type: Boolean }),
33
+ decorators.property({ type: Boolean }),
34
34
  tslib_es6.__metadata("design:type", Boolean)
35
35
  ], VisibilityController.prototype, "isVisible", void 0);
36
36
 
@@ -1,5 +1,5 @@
1
1
  import { IVisibilityController } from "./visibility_controller_types";
2
- import { ReactiveControllerHost } from '@lit/reactive-element';
2
+ import { ReactiveControllerHost } from 'lit';
3
3
  export declare class VisibilityController implements IVisibilityController {
4
4
  #private;
5
5
  constructor(host: ReactiveControllerHost & HTMLElement);
@@ -1,6 +1,6 @@
1
1
  import { __classPrivateFieldSet, __classPrivateFieldGet, __decorate, __metadata } from '../../../../../external/tslib/tslib.es6.js';
2
- import { property } from '@lit/reactive-element/decorators.js';
3
- import '@lit/reactive-element';
2
+ import 'lit';
3
+ import { property } from 'lit/decorators';
4
4
 
5
5
  var _VisibilityController_host;
6
6
  class VisibilityController {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@shoper/phoenix_design_system",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "0.16.1-2",
5
+ "version": "0.16.1-3",
6
6
  "description": "phoenix design system",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",