@pairbo/ui-kit 0.2.0 → 0.2.1

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.
package/dist/pairbo.es.js CHANGED
@@ -12841,6 +12841,7 @@ let PboSelector = class extends r$5 {
12841
12841
  firstUpdated() {
12842
12842
  this._initializeChoices();
12843
12843
  }
12844
+ // @ts-ignore
12844
12845
  _initializeChoices() {
12845
12846
  var _a2;
12846
12847
  (_a2 = this._choices) == null ? void 0 : _a2.destroy();
@@ -0,0 +1,2 @@
1
+ export * from './components/main';
2
+ export * from './core/pbo-bridge/PboBridge';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pairbo/ui-kit",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "readme": "./README-NPM.md",