@hh.ru/magritte-ui 105.1.1 → 105.2.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 +3 -0
- package/index.js +3 -0
- package/index.js.map +1 -1
- package/index.mock.d.ts +3 -0
- package/index.mock.js +3 -0
- package/index.mock.js.map +1 -1
- package/package.json +47 -44
package/index.d.ts
CHANGED
|
@@ -69,4 +69,7 @@ export * from '@hh.ru/magritte-ui-chips-input';
|
|
|
69
69
|
export * from '@hh.ru/magritte-ui-table';
|
|
70
70
|
export * from '@hh.ru/magritte-ui-upload';
|
|
71
71
|
export * from '@hh.ru/magritte-ui-pincode-input';
|
|
72
|
+
export * from '@hh.ru/magritte-ui-rating-stars';
|
|
73
|
+
export * from '@hh.ru/magritte-ui-rating-smiles';
|
|
74
|
+
export * from '@hh.ru/magritte-ui-rating-review';
|
|
72
75
|
export * from '@hh.ru/magritte-common-data-provider';
|
package/index.js
CHANGED
|
@@ -67,5 +67,8 @@ export * from '@hh.ru/magritte-ui-chips-input';
|
|
|
67
67
|
export * from '@hh.ru/magritte-ui-table';
|
|
68
68
|
export * from '@hh.ru/magritte-ui-upload';
|
|
69
69
|
export * from '@hh.ru/magritte-ui-pincode-input';
|
|
70
|
+
export * from '@hh.ru/magritte-ui-rating-stars';
|
|
71
|
+
export * from '@hh.ru/magritte-ui-rating-smiles';
|
|
72
|
+
export * from '@hh.ru/magritte-ui-rating-review';
|
|
70
73
|
export * from '@hh.ru/magritte-common-data-provider';
|
|
71
74
|
//# sourceMappingURL=index.js.map
|
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
|
@@ -63,3 +63,6 @@ export * from '@hh.ru/magritte-ui-chips-input/index.mock';
|
|
|
63
63
|
export * from '@hh.ru/magritte-ui-table/index.mock';
|
|
64
64
|
export * from '@hh.ru/magritte-ui-upload/index.mock';
|
|
65
65
|
export * from '@hh.ru/magritte-ui-pincode-input/index.mock';
|
|
66
|
+
export * from '@hh.ru/magritte-ui-rating-stars/index.mock';
|
|
67
|
+
export * from '@hh.ru/magritte-ui-rating-smiles/index.mock';
|
|
68
|
+
export * from '@hh.ru/magritte-ui-rating-review/index.mock';
|
package/index.mock.js
CHANGED
|
@@ -62,4 +62,7 @@ export * from '@hh.ru/magritte-ui-chips-input/index.mock';
|
|
|
62
62
|
export * from '@hh.ru/magritte-ui-table/index.mock';
|
|
63
63
|
export * from '@hh.ru/magritte-ui-upload/index.mock';
|
|
64
64
|
export * from '@hh.ru/magritte-ui-pincode-input/index.mock';
|
|
65
|
+
export * from '@hh.ru/magritte-ui-rating-stars/index.mock';
|
|
66
|
+
export * from '@hh.ru/magritte-ui-rating-smiles/index.mock';
|
|
67
|
+
export * from '@hh.ru/magritte-ui-rating-review/index.mock';
|
|
65
68
|
//# sourceMappingURL=index.mock.js.map
|
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": "105.
|
|
3
|
+
"version": "105.2.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -30,68 +30,71 @@
|
|
|
30
30
|
"@hh.ru/magritte-fonts": "1.2.3",
|
|
31
31
|
"@hh.ru/magritte-reset-css": "1.1.5",
|
|
32
32
|
"@hh.ru/magritte-types": "5.0.4",
|
|
33
|
-
"@hh.ru/magritte-ui-accordion": "2.5.
|
|
34
|
-
"@hh.ru/magritte-ui-action": "4.4.
|
|
35
|
-
"@hh.ru/magritte-ui-action-bar": "3.0.
|
|
36
|
-
"@hh.ru/magritte-ui-action-list": "7.0.
|
|
33
|
+
"@hh.ru/magritte-ui-accordion": "2.5.86",
|
|
34
|
+
"@hh.ru/magritte-ui-action": "4.4.48",
|
|
35
|
+
"@hh.ru/magritte-ui-action-bar": "3.0.22",
|
|
36
|
+
"@hh.ru/magritte-ui-action-list": "7.0.47",
|
|
37
37
|
"@hh.ru/magritte-ui-alert": "2.1.3",
|
|
38
|
-
"@hh.ru/magritte-ui-avatar": "5.2.
|
|
38
|
+
"@hh.ru/magritte-ui-avatar": "5.2.6",
|
|
39
39
|
"@hh.ru/magritte-ui-badge": "2.4.6",
|
|
40
|
-
"@hh.ru/magritte-ui-banner": "5.0.
|
|
41
|
-
"@hh.ru/magritte-ui-bottom-sheet": "7.2.
|
|
42
|
-
"@hh.ru/magritte-ui-branded-button": "2.1.
|
|
43
|
-
"@hh.ru/magritte-ui-breadcrumbs": "6.0.
|
|
40
|
+
"@hh.ru/magritte-ui-banner": "5.0.15",
|
|
41
|
+
"@hh.ru/magritte-ui-bottom-sheet": "7.2.14",
|
|
42
|
+
"@hh.ru/magritte-ui-branded-button": "2.1.42",
|
|
43
|
+
"@hh.ru/magritte-ui-breadcrumbs": "6.0.47",
|
|
44
44
|
"@hh.ru/magritte-ui-breakpoint": "5.0.3",
|
|
45
|
-
"@hh.ru/magritte-ui-button": "5.3.
|
|
46
|
-
"@hh.ru/magritte-ui-button-stack": "2.1.
|
|
47
|
-
"@hh.ru/magritte-ui-card": "7.0.
|
|
48
|
-
"@hh.ru/magritte-ui-cell": "5.0.
|
|
49
|
-
"@hh.ru/magritte-ui-checkable-card": "3.0.
|
|
50
|
-
"@hh.ru/magritte-ui-checkbox-radio": "3.0.
|
|
51
|
-
"@hh.ru/magritte-ui-chips": "5.4.
|
|
52
|
-
"@hh.ru/magritte-ui-chips-input": "8.0.
|
|
53
|
-
"@hh.ru/magritte-ui-chips-trigger": "3.3.
|
|
54
|
-
"@hh.ru/magritte-ui-date-picker": "4.1.
|
|
45
|
+
"@hh.ru/magritte-ui-button": "5.3.12",
|
|
46
|
+
"@hh.ru/magritte-ui-button-stack": "2.1.62",
|
|
47
|
+
"@hh.ru/magritte-ui-card": "7.0.20",
|
|
48
|
+
"@hh.ru/magritte-ui-cell": "5.0.5",
|
|
49
|
+
"@hh.ru/magritte-ui-checkable-card": "3.0.94",
|
|
50
|
+
"@hh.ru/magritte-ui-checkbox-radio": "3.0.58",
|
|
51
|
+
"@hh.ru/magritte-ui-chips": "5.4.17",
|
|
52
|
+
"@hh.ru/magritte-ui-chips-input": "8.0.19",
|
|
53
|
+
"@hh.ru/magritte-ui-chips-trigger": "3.3.38",
|
|
54
|
+
"@hh.ru/magritte-ui-date-picker": "4.1.33",
|
|
55
55
|
"@hh.ru/magritte-ui-divider": "1.1.52",
|
|
56
56
|
"@hh.ru/magritte-ui-dot-pages": "3.0.35",
|
|
57
57
|
"@hh.ru/magritte-ui-drop": "9.0.9",
|
|
58
58
|
"@hh.ru/magritte-ui-form-helper": "1.0.38",
|
|
59
|
-
"@hh.ru/magritte-ui-form-label": "6.1.
|
|
59
|
+
"@hh.ru/magritte-ui-form-label": "6.1.32",
|
|
60
60
|
"@hh.ru/magritte-ui-grid": "2.2.25",
|
|
61
|
-
"@hh.ru/magritte-ui-icon": "11.0.
|
|
62
|
-
"@hh.ru/magritte-ui-input": "7.2.
|
|
61
|
+
"@hh.ru/magritte-ui-icon": "11.0.9",
|
|
62
|
+
"@hh.ru/magritte-ui-input": "7.2.16",
|
|
63
63
|
"@hh.ru/magritte-ui-layer": "3.0.2",
|
|
64
|
-
"@hh.ru/magritte-ui-link": "5.0.
|
|
65
|
-
"@hh.ru/magritte-ui-loader": "1.3.
|
|
66
|
-
"@hh.ru/magritte-ui-modal": "8.1.
|
|
67
|
-
"@hh.ru/magritte-ui-navigation-bar": "9.0.
|
|
68
|
-
"@hh.ru/magritte-ui-number-pages": "4.0.
|
|
69
|
-
"@hh.ru/magritte-ui-phone-input": "3.0.
|
|
64
|
+
"@hh.ru/magritte-ui-link": "5.0.23",
|
|
65
|
+
"@hh.ru/magritte-ui-loader": "1.3.39",
|
|
66
|
+
"@hh.ru/magritte-ui-modal": "8.1.16",
|
|
67
|
+
"@hh.ru/magritte-ui-navigation-bar": "9.0.16",
|
|
68
|
+
"@hh.ru/magritte-ui-number-pages": "4.0.56",
|
|
69
|
+
"@hh.ru/magritte-ui-phone-input": "3.0.58",
|
|
70
70
|
"@hh.ru/magritte-ui-pincode-input": "1.4.13",
|
|
71
71
|
"@hh.ru/magritte-ui-placeholder": "8.0.21",
|
|
72
72
|
"@hh.ru/magritte-ui-progress-bar": "4.1.0",
|
|
73
|
-
"@hh.ru/magritte-ui-
|
|
74
|
-
"@hh.ru/magritte-ui-
|
|
75
|
-
"@hh.ru/magritte-ui-
|
|
73
|
+
"@hh.ru/magritte-ui-rating-review": "1.0.1",
|
|
74
|
+
"@hh.ru/magritte-ui-rating-smiles": "1.0.1",
|
|
75
|
+
"@hh.ru/magritte-ui-rating-stars": "1.0.1",
|
|
76
|
+
"@hh.ru/magritte-ui-scrollable-container": "5.2.15",
|
|
77
|
+
"@hh.ru/magritte-ui-segmented": "1.0.62",
|
|
78
|
+
"@hh.ru/magritte-ui-select": "11.0.19",
|
|
76
79
|
"@hh.ru/magritte-ui-skeleton": "2.1.34",
|
|
77
|
-
"@hh.ru/magritte-ui-snackbar": "5.1.
|
|
80
|
+
"@hh.ru/magritte-ui-snackbar": "5.1.13",
|
|
78
81
|
"@hh.ru/magritte-ui-spacing": "2.0.53",
|
|
79
|
-
"@hh.ru/magritte-ui-suggest": "9.1.
|
|
80
|
-
"@hh.ru/magritte-ui-swipe": "6.0.
|
|
81
|
-
"@hh.ru/magritte-ui-switch": "2.0.
|
|
82
|
+
"@hh.ru/magritte-ui-suggest": "9.1.26",
|
|
83
|
+
"@hh.ru/magritte-ui-swipe": "6.0.21",
|
|
84
|
+
"@hh.ru/magritte-ui-switch": "2.0.56",
|
|
82
85
|
"@hh.ru/magritte-ui-table": "2.4.7",
|
|
83
|
-
"@hh.ru/magritte-ui-tabs": "6.1.
|
|
84
|
-
"@hh.ru/magritte-ui-tag": "3.1.
|
|
85
|
-
"@hh.ru/magritte-ui-textarea": "2.1.
|
|
86
|
+
"@hh.ru/magritte-ui-tabs": "6.1.18",
|
|
87
|
+
"@hh.ru/magritte-ui-tag": "3.1.25",
|
|
88
|
+
"@hh.ru/magritte-ui-textarea": "2.1.37",
|
|
86
89
|
"@hh.ru/magritte-ui-theme-provider": "1.1.48",
|
|
87
90
|
"@hh.ru/magritte-ui-timer": "1.2.52",
|
|
88
91
|
"@hh.ru/magritte-ui-title": "6.1.16",
|
|
89
|
-
"@hh.ru/magritte-ui-tooltip": "9.3.
|
|
92
|
+
"@hh.ru/magritte-ui-tooltip": "9.3.8",
|
|
90
93
|
"@hh.ru/magritte-ui-translate-guard": "0.1.15",
|
|
91
|
-
"@hh.ru/magritte-ui-tree-selector": "4.6.
|
|
92
|
-
"@hh.ru/magritte-ui-trigger": "3.1.
|
|
94
|
+
"@hh.ru/magritte-ui-tree-selector": "4.6.55",
|
|
95
|
+
"@hh.ru/magritte-ui-trigger": "3.1.15",
|
|
93
96
|
"@hh.ru/magritte-ui-typography": "3.0.43",
|
|
94
|
-
"@hh.ru/magritte-ui-upload": "3.3.
|
|
97
|
+
"@hh.ru/magritte-ui-upload": "3.3.16"
|
|
95
98
|
},
|
|
96
99
|
"peerDependencies": {
|
|
97
100
|
"classnames": ">=2.3.2",
|
|
@@ -100,5 +103,5 @@
|
|
|
100
103
|
"publishConfig": {
|
|
101
104
|
"access": "public"
|
|
102
105
|
},
|
|
103
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "fd604c1be8a7af9fe6b04eb309317bd1d20235b6"
|
|
104
107
|
}
|