@lidofinance/lido-ui 2.12.0 → 2.15.0

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';
@@ -15,6 +16,7 @@ export * from '@lidofinance/input';
15
16
  export * from '@lidofinance/lido-logo';
16
17
  export * from '@lidofinance/link';
17
18
  export * from '@lidofinance/loaders';
19
+ export * from '@lidofinance/main-menu';
18
20
  export * from '@lidofinance/modal';
19
21
  export * from '@lidofinance/pagination';
20
22
  export * from '@lidofinance/popover';
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');
@@ -19,6 +20,7 @@ var input = require('@lidofinance/input');
19
20
  var lidoLogo = require('@lidofinance/lido-logo');
20
21
  var link = require('@lidofinance/link');
21
22
  var loaders = require('@lidofinance/loaders');
23
+ var mainMenu = require('@lidofinance/main-menu');
22
24
  var modal = require('@lidofinance/modal');
23
25
  var pagination = require('@lidofinance/pagination');
24
26
  var popover = require('@lidofinance/popover');
@@ -85,6 +87,14 @@ Object.keys(checkbox).forEach(function (k) {
85
87
  }
86
88
  });
87
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
+ });
88
98
  Object.keys(container).forEach(function (k) {
89
99
  if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
90
100
  enumerable: true,
@@ -173,6 +183,14 @@ Object.keys(loaders).forEach(function (k) {
173
183
  }
174
184
  });
175
185
  });
186
+ Object.keys(mainMenu).forEach(function (k) {
187
+ if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
188
+ enumerable: true,
189
+ get: function () {
190
+ return mainMenu[k];
191
+ }
192
+ });
193
+ });
176
194
  Object.keys(modal).forEach(function (k) {
177
195
  if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
178
196
  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';
@@ -15,6 +16,7 @@ export * from '@lidofinance/input';
15
16
  export * from '@lidofinance/lido-logo';
16
17
  export * from '@lidofinance/link';
17
18
  export * from '@lidofinance/loaders';
19
+ export * from '@lidofinance/main-menu';
18
20
  export * from '@lidofinance/modal';
19
21
  export * from '@lidofinance/pagination';
20
22
  export * from '@lidofinance/popover';
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';
@@ -15,6 +16,7 @@ export * from '@lidofinance/input';
15
16
  export * from '@lidofinance/lido-logo';
16
17
  export * from '@lidofinance/link';
17
18
  export * from '@lidofinance/loaders';
19
+ export * from '@lidofinance/main-menu';
18
20
  export * from '@lidofinance/modal';
19
21
  export * from '@lidofinance/pagination';
20
22
  export * from '@lidofinance/popover';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lidofinance/lido-ui",
3
- "version": "2.12.0",
3
+ "version": "2.15.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -23,36 +23,38 @@
23
23
  "react"
24
24
  ],
25
25
  "dependencies": {
26
- "@lidofinance/accordion": "2.11.0",
26
+ "@lidofinance/accordion": "2.12.0",
27
27
  "@lidofinance/address": "1.4.0",
28
28
  "@lidofinance/block": "2.4.0",
29
29
  "@lidofinance/box": "1.6.0",
30
- "@lidofinance/button": "2.11.0",
31
- "@lidofinance/checkbox": "1.14.0",
30
+ "@lidofinance/button": "2.12.0",
31
+ "@lidofinance/checkbox": "1.15.0",
32
+ "@lidofinance/chip": "1.0.0",
32
33
  "@lidofinance/container": "1.6.0",
33
- "@lidofinance/data-table": "3.11.0",
34
+ "@lidofinance/data-table": "3.12.0",
34
35
  "@lidofinance/divider": "1.6.0",
35
36
  "@lidofinance/heading": "2.3.0",
36
37
  "@lidofinance/hooks": "3.3.0",
37
- "@lidofinance/icons": "2.19.0",
38
+ "@lidofinance/icons": "2.20.0",
38
39
  "@lidofinance/identicon": "1.8.0",
39
- "@lidofinance/input": "2.14.0",
40
+ "@lidofinance/input": "2.15.0",
40
41
  "@lidofinance/lido-logo": "1.3.0",
41
42
  "@lidofinance/link": "1.6.0",
42
43
  "@lidofinance/loaders": "1.6.0",
43
- "@lidofinance/modal": "4.11.0",
44
- "@lidofinance/pagination": "1.8.0",
45
- "@lidofinance/popover": "4.10.0",
46
- "@lidofinance/popup-menu": "4.10.0",
47
- "@lidofinance/select": "3.11.0",
44
+ "@lidofinance/main-menu": "1.1.0",
45
+ "@lidofinance/modal": "4.12.0",
46
+ "@lidofinance/pagination": "1.9.0",
47
+ "@lidofinance/popover": "4.11.0",
48
+ "@lidofinance/popup-menu": "4.11.0",
49
+ "@lidofinance/select": "3.12.0",
48
50
  "@lidofinance/service-page": "1.3.0",
49
51
  "@lidofinance/stack": "1.7.0",
50
52
  "@lidofinance/styled-system": "1.6.0",
51
53
  "@lidofinance/table": "1.4.0",
52
54
  "@lidofinance/text": "2.3.0",
53
55
  "@lidofinance/theme": "2.7.0",
54
- "@lidofinance/toast": "1.11.0",
55
- "@lidofinance/tooltip": "4.10.0",
56
+ "@lidofinance/toast": "1.12.0",
57
+ "@lidofinance/tooltip": "4.11.0",
56
58
  "@lidofinance/transition": "2.3.0",
57
59
  "@lidofinance/utils": "1.3.2"
58
60
  },