@hh.ru/magritte-ui 60.0.3 → 60.1.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 -0
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/index.mock.d.ts +1 -0
- package/index.mock.js +1 -0
- package/index.mock.js.map +1 -1
- package/package.json +9 -8
package/index.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export * from '@hh.ru/magritte-ui-drop';
|
|
|
32
32
|
export { CheckableCard, CheckableCardScrollableContainer } from '@hh.ru/magritte-ui-checkable-card';
|
|
33
33
|
export { Checkbox, Radio } from '@hh.ru/magritte-ui-checkbox-radio';
|
|
34
34
|
export { Action, type ActionMode, type ActionStyle, type ActionProps } from '@hh.ru/magritte-ui-action';
|
|
35
|
+
export { ActionBar, type ActionBarProps, type ActionBarType } from '@hh.ru/magritte-ui-action-bar';
|
|
35
36
|
export * from '@hh.ru/magritte-ui-avatar';
|
|
36
37
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
37
38
|
export { Cell, LabelRight, CellText, type CellTextProps, type LabelRightProps, type CellProps, } from '@hh.ru/magritte-ui-cell';
|
package/index.js
CHANGED
|
@@ -31,6 +31,7 @@ export * from '@hh.ru/magritte-ui-drop';
|
|
|
31
31
|
export { CheckableCard, CheckableCardScrollableContainer } from '@hh.ru/magritte-ui-checkable-card';
|
|
32
32
|
export { Checkbox, Radio } from '@hh.ru/magritte-ui-checkbox-radio';
|
|
33
33
|
export { Action } from '@hh.ru/magritte-ui-action';
|
|
34
|
+
export { ActionBar } from '@hh.ru/magritte-ui-action-bar';
|
|
34
35
|
export * from '@hh.ru/magritte-ui-avatar';
|
|
35
36
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
36
37
|
export { Cell, CellText, LabelRight } from '@hh.ru/magritte-ui-cell';
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/index.mock.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export * from '@hh.ru/magritte-ui-drop';
|
|
|
32
32
|
export { CheckableCard, CheckableCardScrollableContainer } from '@hh.ru/magritte-ui-checkable-card/index.mock';
|
|
33
33
|
export { Checkbox, Radio } from '@hh.ru/magritte-ui-checkbox-radio';
|
|
34
34
|
export { Action, type ActionMode, type ActionStyle, type ActionProps } from '@hh.ru/magritte-ui-action/index.mock';
|
|
35
|
+
export * from '@hh.ru/magritte-ui-action-bar/index.mock';
|
|
35
36
|
export * from '@hh.ru/magritte-ui-avatar/index.mock';
|
|
36
37
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
37
38
|
export { Cell, LabelRight, CellText, type CellTextProps, type LabelRightProps, type CellProps, } from '@hh.ru/magritte-ui-cell/index.mock';
|
package/index.mock.js
CHANGED
|
@@ -31,6 +31,7 @@ export * from '@hh.ru/magritte-ui-drop';
|
|
|
31
31
|
export { CheckableCard, CheckableCardScrollableContainer } from '@hh.ru/magritte-ui-checkable-card/index.mock';
|
|
32
32
|
export { Checkbox, Radio } from '@hh.ru/magritte-ui-checkbox-radio';
|
|
33
33
|
export { Action } from '@hh.ru/magritte-ui-action/index.mock';
|
|
34
|
+
export * from '@hh.ru/magritte-ui-action-bar/index.mock';
|
|
34
35
|
export * from '@hh.ru/magritte-ui-avatar/index.mock';
|
|
35
36
|
export * from '@hh.ru/magritte-ui-textarea';
|
|
36
37
|
export { Cell, CellText, LabelRight } from '@hh.ru/magritte-ui-cell/index.mock';
|
package/index.mock.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mock.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mock.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui",
|
|
3
|
-
"version": "60.0
|
|
3
|
+
"version": "60.1.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"@hh.ru/magritte-reset-css": "1.0.7",
|
|
31
31
|
"@hh.ru/magritte-ui-accordion": "2.5.13",
|
|
32
32
|
"@hh.ru/magritte-ui-action": "4.3.6",
|
|
33
|
+
"@hh.ru/magritte-ui-action-bar": "2.0.0",
|
|
33
34
|
"@hh.ru/magritte-ui-action-list": "5.3.2",
|
|
34
35
|
"@hh.ru/magritte-ui-alert": "1.2.11",
|
|
35
36
|
"@hh.ru/magritte-ui-avatar": "5.0.0",
|
|
@@ -47,16 +48,16 @@
|
|
|
47
48
|
"@hh.ru/magritte-ui-checkbox-radio": "3.0.2",
|
|
48
49
|
"@hh.ru/magritte-ui-chips": "4.0.0",
|
|
49
50
|
"@hh.ru/magritte-ui-counter": "4.0.9",
|
|
50
|
-
"@hh.ru/magritte-ui-date-picker": "3.2.
|
|
51
|
+
"@hh.ru/magritte-ui-date-picker": "3.2.3",
|
|
51
52
|
"@hh.ru/magritte-ui-divider": "1.1.25",
|
|
52
53
|
"@hh.ru/magritte-ui-dot-pages": "3.0.0",
|
|
53
54
|
"@hh.ru/magritte-ui-drop": "5.1.1",
|
|
54
55
|
"@hh.ru/magritte-ui-dummy": "1.1.24",
|
|
55
|
-
"@hh.ru/magritte-ui-form-helper": "1.0.
|
|
56
|
+
"@hh.ru/magritte-ui-form-helper": "1.0.2",
|
|
56
57
|
"@hh.ru/magritte-ui-form-label": "3.3.2",
|
|
57
58
|
"@hh.ru/magritte-ui-grid": "2.1.5",
|
|
58
59
|
"@hh.ru/magritte-ui-icon": "7.1.6",
|
|
59
|
-
"@hh.ru/magritte-ui-input": "5.0.
|
|
60
|
+
"@hh.ru/magritte-ui-input": "5.0.19",
|
|
60
61
|
"@hh.ru/magritte-ui-layer": "2.0.3",
|
|
61
62
|
"@hh.ru/magritte-ui-link": "4.1.4",
|
|
62
63
|
"@hh.ru/magritte-ui-loader": "1.2.38",
|
|
@@ -66,15 +67,15 @@
|
|
|
66
67
|
"@hh.ru/magritte-ui-placeholder": "7.0.0",
|
|
67
68
|
"@hh.ru/magritte-ui-progress-bar": "4.0.0",
|
|
68
69
|
"@hh.ru/magritte-ui-scrollable-container": "4.3.12",
|
|
69
|
-
"@hh.ru/magritte-ui-select": "5.2.
|
|
70
|
+
"@hh.ru/magritte-ui-select": "5.2.8",
|
|
70
71
|
"@hh.ru/magritte-ui-skeleton": "2.1.4",
|
|
71
72
|
"@hh.ru/magritte-ui-snackbar": "4.0.0",
|
|
72
73
|
"@hh.ru/magritte-ui-spacing": "2.0.22",
|
|
73
|
-
"@hh.ru/magritte-ui-suggest": "4.1.
|
|
74
|
+
"@hh.ru/magritte-ui-suggest": "4.1.8",
|
|
74
75
|
"@hh.ru/magritte-ui-switch": "2.0.0",
|
|
75
76
|
"@hh.ru/magritte-ui-tabs": "4.0.0",
|
|
76
77
|
"@hh.ru/magritte-ui-tag": "3.0.0",
|
|
77
|
-
"@hh.ru/magritte-ui-textarea": "2.0.
|
|
78
|
+
"@hh.ru/magritte-ui-textarea": "2.0.20",
|
|
78
79
|
"@hh.ru/magritte-ui-theme-provider": "1.1.22",
|
|
79
80
|
"@hh.ru/magritte-ui-timer": "1.2.25",
|
|
80
81
|
"@hh.ru/magritte-ui-title": "5.0.0",
|
|
@@ -89,5 +90,5 @@
|
|
|
89
90
|
"publishConfig": {
|
|
90
91
|
"access": "public"
|
|
91
92
|
},
|
|
92
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "be4048efc0a1d6bed295e4fda829c6e0bd0f0838"
|
|
93
94
|
}
|