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