@hh.ru/magritte-ui 67.3.1 → 68.0.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/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.mock.d.ts +1 -1
- package/index.mock.js +1 -1
- package/package.json +6 -6
package/index.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ export { Action, type ActionMode, type ActionStyle, type ActionProps } from '@hh
|
|
|
35
35
|
export { ActionBar, type ActionBarProps, type ActionBarType } from '@hh.ru/magritte-ui-action-bar';
|
|
36
36
|
export * from '@hh.ru/magritte-ui-avatar';
|
|
37
37
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
38
|
-
export { Cell,
|
|
38
|
+
export { Cell, CellRightLabel, CellText, type CellTextProps, type CellRightLabelProps, type CellProps, } from '@hh.ru/magritte-ui-cell';
|
|
39
39
|
export { Accordion, type AccordionPadding, type AccordionBorderRadius } from '@hh.ru/magritte-ui-accordion';
|
|
40
40
|
export { Modal } from '@hh.ru/magritte-ui-modal';
|
|
41
41
|
export * from '@hh.ru/magritte-ui-number-pages';
|
package/index.js
CHANGED
|
@@ -33,7 +33,7 @@ export { Action } from '@hh.ru/magritte-ui-action';
|
|
|
33
33
|
export { ActionBar } from '@hh.ru/magritte-ui-action-bar';
|
|
34
34
|
export * from '@hh.ru/magritte-ui-avatar';
|
|
35
35
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
36
|
-
export { Cell,
|
|
36
|
+
export { Cell, CellRightLabel, CellText } from '@hh.ru/magritte-ui-cell';
|
|
37
37
|
export { Accordion } from '@hh.ru/magritte-ui-accordion';
|
|
38
38
|
export { Modal } from '@hh.ru/magritte-ui-modal';
|
|
39
39
|
export * from '@hh.ru/magritte-ui-number-pages';
|
package/index.mock.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ export { Action, type ActionMode, type ActionStyle, type ActionProps } from '@hh
|
|
|
34
34
|
export * from '@hh.ru/magritte-ui-action-bar/index.mock';
|
|
35
35
|
export * from '@hh.ru/magritte-ui-avatar/index.mock';
|
|
36
36
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
37
|
-
export { Cell,
|
|
37
|
+
export { Cell, CellRightLabel, CellText, type CellTextProps, type CellRightLabelProps, type CellProps, } from '@hh.ru/magritte-ui-cell/index.mock';
|
|
38
38
|
export { Accordion, type AccordionPadding, type AccordionBorderRadius } from '@hh.ru/magritte-ui-accordion';
|
|
39
39
|
export { Modal } from '@hh.ru/magritte-ui-modal/index.mock';
|
|
40
40
|
export * from '@hh.ru/magritte-ui-number-pages';
|
package/index.mock.js
CHANGED
|
@@ -33,7 +33,7 @@ export { Action } from '@hh.ru/magritte-ui-action/index.mock';
|
|
|
33
33
|
export * from '@hh.ru/magritte-ui-action-bar/index.mock';
|
|
34
34
|
export * from '@hh.ru/magritte-ui-avatar/index.mock';
|
|
35
35
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
36
|
-
export { Cell,
|
|
36
|
+
export { Cell, CellRightLabel, CellText } from '@hh.ru/magritte-ui-cell/index.mock';
|
|
37
37
|
export { Accordion } from '@hh.ru/magritte-ui-accordion';
|
|
38
38
|
export { Modal } from '@hh.ru/magritte-ui-modal/index.mock';
|
|
39
39
|
export * from '@hh.ru/magritte-ui-number-pages';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "68.0.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@hh.ru/magritte-ui-button": "5.1.3",
|
|
45
45
|
"@hh.ru/magritte-ui-button-stack": "2.1.3",
|
|
46
46
|
"@hh.ru/magritte-ui-card": "6.0.12",
|
|
47
|
-
"@hh.ru/magritte-ui-cell": "
|
|
47
|
+
"@hh.ru/magritte-ui-cell": "4.0.0",
|
|
48
48
|
"@hh.ru/magritte-ui-checkable-card": "3.0.21",
|
|
49
49
|
"@hh.ru/magritte-ui-checkbox-radio": "3.0.10",
|
|
50
50
|
"@hh.ru/magritte-ui-chips": "5.1.8",
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
"@hh.ru/magritte-ui-progress-bar": "4.0.4",
|
|
69
69
|
"@hh.ru/magritte-ui-scrollable-container": "4.3.26",
|
|
70
70
|
"@hh.ru/magritte-ui-segmented": "1.0.13",
|
|
71
|
-
"@hh.ru/magritte-ui-select": "6.0.
|
|
71
|
+
"@hh.ru/magritte-ui-select": "6.0.9",
|
|
72
72
|
"@hh.ru/magritte-ui-skeleton": "2.1.8",
|
|
73
73
|
"@hh.ru/magritte-ui-snackbar": "4.0.19",
|
|
74
74
|
"@hh.ru/magritte-ui-spacing": "2.0.26",
|
|
75
|
-
"@hh.ru/magritte-ui-suggest": "5.1.
|
|
75
|
+
"@hh.ru/magritte-ui-suggest": "5.1.5",
|
|
76
76
|
"@hh.ru/magritte-ui-swipe": "5.1.3",
|
|
77
77
|
"@hh.ru/magritte-ui-switch": "2.0.8",
|
|
78
78
|
"@hh.ru/magritte-ui-tabs": "5.1.6",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@hh.ru/magritte-ui-title": "5.0.4",
|
|
84
84
|
"@hh.ru/magritte-ui-tooltip": "7.0.4",
|
|
85
85
|
"@hh.ru/magritte-ui-translate-guard": "0.1.12",
|
|
86
|
-
"@hh.ru/magritte-ui-tree-selector": "4.0.
|
|
86
|
+
"@hh.ru/magritte-ui-tree-selector": "4.0.2",
|
|
87
87
|
"@hh.ru/magritte-ui-typography": "3.0.13"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"publishConfig": {
|
|
94
94
|
"access": "public"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "076199cfd94d697ea2ca23f8499bb8cd96f8704d"
|
|
97
97
|
}
|