@lidofinance/lido-ui 2.14.0 → 2.16.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.
@@ -4,6 +4,7 @@ export * from '@lidofinance/block';
4
4
  export * from '@lidofinance/box';
5
5
  export * from '@lidofinance/button';
6
6
  export * from '@lidofinance/checkbox';
7
+ export * from '@lidofinance/chip';
7
8
  export * from '@lidofinance/container';
8
9
  export * from '@lidofinance/data-table';
9
10
  export * from '@lidofinance/divider';
package/dist/cjs/index.js CHANGED
@@ -8,6 +8,7 @@ var block = require('@lidofinance/block');
8
8
  var box = require('@lidofinance/box');
9
9
  var button = require('@lidofinance/button');
10
10
  var checkbox = require('@lidofinance/checkbox');
11
+ var chip = require('@lidofinance/chip');
11
12
  var container = require('@lidofinance/container');
12
13
  var dataTable = require('@lidofinance/data-table');
13
14
  var divider = require('@lidofinance/divider');
@@ -86,6 +87,14 @@ Object.keys(checkbox).forEach(function (k) {
86
87
  }
87
88
  });
88
89
  });
90
+ Object.keys(chip).forEach(function (k) {
91
+ if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
92
+ enumerable: true,
93
+ get: function () {
94
+ return chip[k];
95
+ }
96
+ });
97
+ });
89
98
  Object.keys(container).forEach(function (k) {
90
99
  if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
91
100
  enumerable: true,
@@ -4,6 +4,7 @@ export * from '@lidofinance/block';
4
4
  export * from '@lidofinance/box';
5
5
  export * from '@lidofinance/button';
6
6
  export * from '@lidofinance/checkbox';
7
+ export * from '@lidofinance/chip';
7
8
  export * from '@lidofinance/container';
8
9
  export * from '@lidofinance/data-table';
9
10
  export * from '@lidofinance/divider';
package/dist/esm/index.js CHANGED
@@ -4,6 +4,7 @@ export * from '@lidofinance/block';
4
4
  export * from '@lidofinance/box';
5
5
  export * from '@lidofinance/button';
6
6
  export * from '@lidofinance/checkbox';
7
+ export * from '@lidofinance/chip';
7
8
  export * from '@lidofinance/container';
8
9
  export * from '@lidofinance/data-table';
9
10
  export * from '@lidofinance/divider';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lidofinance/lido-ui",
3
- "version": "2.14.0",
3
+ "version": "2.16.1",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -29,6 +29,7 @@
29
29
  "@lidofinance/box": "1.6.0",
30
30
  "@lidofinance/button": "2.12.0",
31
31
  "@lidofinance/checkbox": "1.15.0",
32
+ "@lidofinance/chip": "1.0.0",
32
33
  "@lidofinance/container": "1.6.0",
33
34
  "@lidofinance/data-table": "3.12.0",
34
35
  "@lidofinance/divider": "1.6.0",
@@ -49,7 +50,7 @@
49
50
  "@lidofinance/service-page": "1.3.0",
50
51
  "@lidofinance/stack": "1.7.0",
51
52
  "@lidofinance/styled-system": "1.6.0",
52
- "@lidofinance/table": "1.4.0",
53
+ "@lidofinance/table": "1.5.1",
53
54
  "@lidofinance/text": "2.3.0",
54
55
  "@lidofinance/theme": "2.7.0",
55
56
  "@lidofinance/toast": "1.12.0",