@hh.ru/magritte-ui 67.2.0 → 67.3.1

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 CHANGED
@@ -61,3 +61,4 @@ export * from '@hh.ru/magritte-ui-branded-button';
61
61
  export * from '@hh.ru/magritte-ui-form-helper';
62
62
  export * from '@hh.ru/magritte-ui-segmented';
63
63
  export * from '@hh.ru/magritte-ui-swipe';
64
+ export * from '@hh.ru/magritte-ui-tree-selector';
package/index.js CHANGED
@@ -59,4 +59,5 @@ export * from '@hh.ru/magritte-ui-branded-button';
59
59
  export * from '@hh.ru/magritte-ui-form-helper';
60
60
  export * from '@hh.ru/magritte-ui-segmented';
61
61
  export * from '@hh.ru/magritte-ui-swipe';
62
+ export * from '@hh.ru/magritte-ui-tree-selector';
62
63
  //# 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
@@ -53,3 +53,4 @@ export { useCollapsible } from '@hh.ru/magritte-common-use-collapsible';
53
53
  export * from '@hh.ru/magritte-ui-branded-button/index.mock';
54
54
  export * from '@hh.ru/magritte-ui-form-helper/index.mock';
55
55
  export * from '@hh.ru/magritte-ui-segmented/index.mock';
56
+ export * from '@hh.ru/magritte-ui-tree-selector/index.mock';
package/index.mock.js CHANGED
@@ -52,4 +52,5 @@ export { useCollapsible } from '@hh.ru/magritte-common-use-collapsible';
52
52
  export * from '@hh.ru/magritte-ui-branded-button/index.mock';
53
53
  export * from '@hh.ru/magritte-ui-form-helper/index.mock';
54
54
  export * from '@hh.ru/magritte-ui-segmented/index.mock';
55
+ export * from '@hh.ru/magritte-ui-tree-selector/index.mock';
55
56
  //# 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": "67.2.0",
3
+ "version": "67.3.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": false,
@@ -29,60 +29,61 @@
29
29
  "@hh.ru/magritte-design-tokens": "18.3.0",
30
30
  "@hh.ru/magritte-fonts": "1.0.8",
31
31
  "@hh.ru/magritte-reset-css": "1.1.0",
32
- "@hh.ru/magritte-ui-accordion": "2.5.23",
33
- "@hh.ru/magritte-ui-action": "4.3.18",
34
- "@hh.ru/magritte-ui-action-bar": "2.1.3",
35
- "@hh.ru/magritte-ui-action-list": "6.0.6",
32
+ "@hh.ru/magritte-ui-accordion": "2.5.24",
33
+ "@hh.ru/magritte-ui-action": "4.3.19",
34
+ "@hh.ru/magritte-ui-action-bar": "2.1.4",
35
+ "@hh.ru/magritte-ui-action-list": "6.0.8",
36
36
  "@hh.ru/magritte-ui-alert": "1.3.7",
37
37
  "@hh.ru/magritte-ui-avatar": "5.0.5",
38
38
  "@hh.ru/magritte-ui-badge": "2.2.2",
39
- "@hh.ru/magritte-ui-banner": "2.3.41",
40
- "@hh.ru/magritte-ui-bottom-sheet": "5.1.7",
41
- "@hh.ru/magritte-ui-branded-button": "2.0.8",
42
- "@hh.ru/magritte-ui-breadcrumbs": "5.0.8",
39
+ "@hh.ru/magritte-ui-banner": "2.3.42",
40
+ "@hh.ru/magritte-ui-bottom-sheet": "5.2.1",
41
+ "@hh.ru/magritte-ui-branded-button": "2.0.9",
42
+ "@hh.ru/magritte-ui-breadcrumbs": "5.0.10",
43
43
  "@hh.ru/magritte-ui-breakpoint": "4.0.3",
44
- "@hh.ru/magritte-ui-button": "5.1.2",
45
- "@hh.ru/magritte-ui-button-stack": "2.1.2",
44
+ "@hh.ru/magritte-ui-button": "5.1.3",
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": "3.0.12",
48
- "@hh.ru/magritte-ui-checkable-card": "3.0.20",
49
- "@hh.ru/magritte-ui-checkbox-radio": "3.0.9",
50
- "@hh.ru/magritte-ui-chips": "5.1.7",
51
- "@hh.ru/magritte-ui-date-picker": "3.3.8",
47
+ "@hh.ru/magritte-ui-cell": "3.0.13",
48
+ "@hh.ru/magritte-ui-checkable-card": "3.0.21",
49
+ "@hh.ru/magritte-ui-checkbox-radio": "3.0.10",
50
+ "@hh.ru/magritte-ui-chips": "5.1.8",
51
+ "@hh.ru/magritte-ui-date-picker": "3.3.10",
52
52
  "@hh.ru/magritte-ui-divider": "1.1.30",
53
53
  "@hh.ru/magritte-ui-dot-pages": "3.0.4",
54
54
  "@hh.ru/magritte-ui-drop": "7.0.2",
55
55
  "@hh.ru/magritte-ui-dummy": "1.1.27",
56
56
  "@hh.ru/magritte-ui-form-helper": "1.0.6",
57
- "@hh.ru/magritte-ui-form-label": "4.2.8",
57
+ "@hh.ru/magritte-ui-form-label": "4.2.10",
58
58
  "@hh.ru/magritte-ui-grid": "2.1.10",
59
- "@hh.ru/magritte-ui-icon": "7.3.0",
60
- "@hh.ru/magritte-ui-input": "5.1.2",
59
+ "@hh.ru/magritte-ui-icon": "7.3.1",
60
+ "@hh.ru/magritte-ui-input": "5.1.3",
61
61
  "@hh.ru/magritte-ui-layer": "2.0.6",
62
- "@hh.ru/magritte-ui-link": "4.2.5",
63
- "@hh.ru/magritte-ui-loader": "1.2.44",
64
- "@hh.ru/magritte-ui-modal": "4.0.5",
65
- "@hh.ru/magritte-ui-navigation-bar": "5.1.3",
66
- "@hh.ru/magritte-ui-number-pages": "4.0.7",
62
+ "@hh.ru/magritte-ui-link": "4.2.6",
63
+ "@hh.ru/magritte-ui-loader": "1.2.45",
64
+ "@hh.ru/magritte-ui-modal": "4.1.1",
65
+ "@hh.ru/magritte-ui-navigation-bar": "5.1.4",
66
+ "@hh.ru/magritte-ui-number-pages": "4.0.8",
67
67
  "@hh.ru/magritte-ui-placeholder": "7.0.4",
68
68
  "@hh.ru/magritte-ui-progress-bar": "4.0.4",
69
- "@hh.ru/magritte-ui-scrollable-container": "4.3.25",
70
- "@hh.ru/magritte-ui-segmented": "1.0.12",
71
- "@hh.ru/magritte-ui-select": "6.0.6",
69
+ "@hh.ru/magritte-ui-scrollable-container": "4.3.26",
70
+ "@hh.ru/magritte-ui-segmented": "1.0.13",
71
+ "@hh.ru/magritte-ui-select": "6.0.8",
72
72
  "@hh.ru/magritte-ui-skeleton": "2.1.8",
73
- "@hh.ru/magritte-ui-snackbar": "4.0.18",
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.2",
76
- "@hh.ru/magritte-ui-swipe": "5.1.2",
77
- "@hh.ru/magritte-ui-switch": "2.0.7",
78
- "@hh.ru/magritte-ui-tabs": "5.1.5",
79
- "@hh.ru/magritte-ui-tag": "3.0.6",
80
- "@hh.ru/magritte-ui-textarea": "2.0.37",
75
+ "@hh.ru/magritte-ui-suggest": "5.1.4",
76
+ "@hh.ru/magritte-ui-swipe": "5.1.3",
77
+ "@hh.ru/magritte-ui-switch": "2.0.8",
78
+ "@hh.ru/magritte-ui-tabs": "5.1.6",
79
+ "@hh.ru/magritte-ui-tag": "3.0.7",
80
+ "@hh.ru/magritte-ui-textarea": "2.0.38",
81
81
  "@hh.ru/magritte-ui-theme-provider": "1.1.26",
82
82
  "@hh.ru/magritte-ui-timer": "1.2.29",
83
83
  "@hh.ru/magritte-ui-title": "5.0.4",
84
- "@hh.ru/magritte-ui-tooltip": "7.0.3",
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.1",
86
87
  "@hh.ru/magritte-ui-typography": "3.0.13"
87
88
  },
88
89
  "peerDependencies": {
@@ -92,5 +93,5 @@
92
93
  "publishConfig": {
93
94
  "access": "public"
94
95
  },
95
- "gitHead": "4fa5de469e43f5cedf89fe3d19a3a1027c60592e"
96
+ "gitHead": "63d3837ac149f9f935504ca438212690f1cd6f46"
96
97
  }