@commercetools-frontend/ui-kit 19.22.4 → 19.22.6
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.
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var i18n = require('@commercetools-uikit/i18n');
|
|
6
|
+
var utils = require('@commercetools-uikit/utils');
|
|
7
|
+
var selectUtils = require('@commercetools-uikit/select-utils');
|
|
6
8
|
var buttons = require('@commercetools-uikit/buttons');
|
|
7
9
|
var fields = require('@commercetools-uikit/fields');
|
|
8
10
|
var icons = require('@commercetools-uikit/icons');
|
|
@@ -63,6 +65,8 @@ function _interopNamespace(e) {
|
|
|
63
65
|
}
|
|
64
66
|
|
|
65
67
|
var i18n__namespace = /*#__PURE__*/_interopNamespace(i18n);
|
|
68
|
+
var utils__namespace = /*#__PURE__*/_interopNamespace(utils);
|
|
69
|
+
var selectUtils__namespace = /*#__PURE__*/_interopNamespace(selectUtils);
|
|
66
70
|
var leadingIcon__default = /*#__PURE__*/_interopDefault(leadingIcon);
|
|
67
71
|
var customIcon__default = /*#__PURE__*/_interopDefault(customIcon);
|
|
68
72
|
var inlineSvg__default = /*#__PURE__*/_interopDefault(inlineSvg);
|
|
@@ -93,9 +97,11 @@ var text__default = /*#__PURE__*/_interopDefault(text);
|
|
|
93
97
|
var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
|
|
94
98
|
|
|
95
99
|
// NOTE: This string will be replaced on build time with the package version.
|
|
96
|
-
var version = "19.22.
|
|
100
|
+
var version = "19.22.6";
|
|
97
101
|
|
|
98
102
|
exports.i18n = i18n__namespace;
|
|
103
|
+
exports.utils = utils__namespace;
|
|
104
|
+
exports.selectUtils = selectUtils__namespace;
|
|
99
105
|
Object.defineProperty(exports, 'LeadingIcon', {
|
|
100
106
|
enumerable: true,
|
|
101
107
|
get: function () { return leadingIcon__default["default"]; }
|
|
@@ -224,6 +230,10 @@ Object.defineProperty(exports, 'DataTableManager', {
|
|
|
224
230
|
enumerable: true,
|
|
225
231
|
get: function () { return dataTableManager__default["default"]; }
|
|
226
232
|
});
|
|
233
|
+
Object.defineProperty(exports, 'DataTableManagerProvider', {
|
|
234
|
+
enumerable: true,
|
|
235
|
+
get: function () { return dataTableManager.DataTableManagerProvider; }
|
|
236
|
+
});
|
|
227
237
|
Object.defineProperty(exports, 'Tag', {
|
|
228
238
|
enumerable: true,
|
|
229
239
|
get: function () { return tag.Tag; }
|
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var i18n = require('@commercetools-uikit/i18n');
|
|
6
|
+
var utils = require('@commercetools-uikit/utils');
|
|
7
|
+
var selectUtils = require('@commercetools-uikit/select-utils');
|
|
6
8
|
var buttons = require('@commercetools-uikit/buttons');
|
|
7
9
|
var fields = require('@commercetools-uikit/fields');
|
|
8
10
|
var icons = require('@commercetools-uikit/icons');
|
|
@@ -63,6 +65,8 @@ function _interopNamespace(e) {
|
|
|
63
65
|
}
|
|
64
66
|
|
|
65
67
|
var i18n__namespace = /*#__PURE__*/_interopNamespace(i18n);
|
|
68
|
+
var utils__namespace = /*#__PURE__*/_interopNamespace(utils);
|
|
69
|
+
var selectUtils__namespace = /*#__PURE__*/_interopNamespace(selectUtils);
|
|
66
70
|
var leadingIcon__default = /*#__PURE__*/_interopDefault(leadingIcon);
|
|
67
71
|
var customIcon__default = /*#__PURE__*/_interopDefault(customIcon);
|
|
68
72
|
var inlineSvg__default = /*#__PURE__*/_interopDefault(inlineSvg);
|
|
@@ -93,9 +97,11 @@ var text__default = /*#__PURE__*/_interopDefault(text);
|
|
|
93
97
|
var viewSwitcher__default = /*#__PURE__*/_interopDefault(viewSwitcher);
|
|
94
98
|
|
|
95
99
|
// NOTE: This string will be replaced on build time with the package version.
|
|
96
|
-
var version = "19.22.
|
|
100
|
+
var version = "19.22.6";
|
|
97
101
|
|
|
98
102
|
exports.i18n = i18n__namespace;
|
|
103
|
+
exports.utils = utils__namespace;
|
|
104
|
+
exports.selectUtils = selectUtils__namespace;
|
|
99
105
|
Object.defineProperty(exports, 'LeadingIcon', {
|
|
100
106
|
enumerable: true,
|
|
101
107
|
get: function () { return leadingIcon__default["default"]; }
|
|
@@ -224,6 +230,10 @@ Object.defineProperty(exports, 'DataTableManager', {
|
|
|
224
230
|
enumerable: true,
|
|
225
231
|
get: function () { return dataTableManager__default["default"]; }
|
|
226
232
|
});
|
|
233
|
+
Object.defineProperty(exports, 'DataTableManagerProvider', {
|
|
234
|
+
enumerable: true,
|
|
235
|
+
get: function () { return dataTableManager.DataTableManagerProvider; }
|
|
236
|
+
});
|
|
227
237
|
Object.defineProperty(exports, 'Tag', {
|
|
228
238
|
enumerable: true,
|
|
229
239
|
get: function () { return tag.Tag; }
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import * as i18n from '@commercetools-uikit/i18n';
|
|
2
2
|
export { i18n };
|
|
3
|
+
import * as utils from '@commercetools-uikit/utils';
|
|
4
|
+
export { utils };
|
|
5
|
+
import * as selectUtils from '@commercetools-uikit/select-utils';
|
|
6
|
+
export { selectUtils };
|
|
3
7
|
export * from '@commercetools-uikit/buttons';
|
|
4
8
|
export * from '@commercetools-uikit/fields';
|
|
5
9
|
export * from '@commercetools-uikit/icons';
|
|
@@ -31,7 +35,7 @@ export { default as QuickFilters } from '@commercetools-uikit/quick-filters';
|
|
|
31
35
|
export { default as Spacings } from '@commercetools-uikit/spacings';
|
|
32
36
|
export { default as Stamp } from '@commercetools-uikit/stamp';
|
|
33
37
|
export { default as DataTable } from '@commercetools-uikit/data-table';
|
|
34
|
-
export { default as DataTableManager } from '@commercetools-uikit/data-table-manager';
|
|
38
|
+
export { default as DataTableManager, DataTableManagerProvider } from '@commercetools-uikit/data-table-manager';
|
|
35
39
|
export { Tag, TagList } from '@commercetools-uikit/tag';
|
|
36
40
|
export { default as Tooltip } from '@commercetools-uikit/tooltip';
|
|
37
41
|
export { default as Text } from '@commercetools-uikit/text';
|
|
@@ -40,6 +44,6 @@ export { useDataTableSortingState, usePaginationState, useRowSelection, useSorti
|
|
|
40
44
|
export { customProperties, designTokens } from '@commercetools-uikit/design-system';
|
|
41
45
|
|
|
42
46
|
// NOTE: This string will be replaced on build time with the package version.
|
|
43
|
-
var version = "19.22.
|
|
47
|
+
var version = "19.22.6";
|
|
44
48
|
|
|
45
49
|
export { version };
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as i18n from '@commercetools-uikit/i18n';
|
|
2
|
-
|
|
2
|
+
import * as utils from '@commercetools-uikit/utils';
|
|
3
|
+
import * as selectUtils from '@commercetools-uikit/select-utils';
|
|
4
|
+
export { i18n, utils, selectUtils };
|
|
3
5
|
export * from '@commercetools-uikit/buttons';
|
|
4
6
|
export * from '@commercetools-uikit/fields';
|
|
5
7
|
export * from '@commercetools-uikit/icons';
|
|
@@ -34,7 +36,7 @@ export { default as QuickFilters, type TQuickFiltersProps, } from '@commercetool
|
|
|
34
36
|
export { default as Spacings, type TSpacings, type TInlineProps, type TInsetProps, type TInsetSquishProps, type TStackProps, } from '@commercetools-uikit/spacings';
|
|
35
37
|
export { default as Stamp, type TStampProps, type TTone as TStampTone, } from '@commercetools-uikit/stamp';
|
|
36
38
|
export { default as DataTable, type TRow, type TColumn, type TDataTableProps, } from '@commercetools-uikit/data-table';
|
|
37
|
-
export { default as DataTableManager, type TDataTableManagerProps, type TColumnProps, type TColumnData, type TDataTableSettingsProps, type TColumnSettingsManagerProps, type TDataTableManagerContext, } from '@commercetools-uikit/data-table-manager';
|
|
39
|
+
export { default as DataTableManager, type TDataTableManagerProps, type TColumnProps, type TColumnData, type TDataTableSettingsProps, type TColumnSettingsManagerProps, type TDataTableManagerContext, DataTableManagerProvider, } from '@commercetools-uikit/data-table-manager';
|
|
38
40
|
export { Tag, TagList, type TTagProps, type TTagListProps, type TTagBodyProps, } from '@commercetools-uikit/tag';
|
|
39
41
|
export { default as Tooltip, type TTooltipProps, type TComponents, } from '@commercetools-uikit/tooltip';
|
|
40
42
|
export { default as Text, type TBasicTextProps, type TTone as TTextTone, } from '@commercetools-uikit/text';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/ui-kit",
|
|
3
3
|
"description": "A preset of all the UI-Kit components.",
|
|
4
|
-
"version": "19.22.
|
|
4
|
+
"version": "19.22.6",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,44 +24,45 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.20.13",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
27
|
-
"@commercetools-uikit/accessible-hidden": "19.22.
|
|
28
|
-
"@commercetools-uikit/avatar": "19.22.
|
|
29
|
-
"@commercetools-uikit/buttons": "19.22.
|
|
30
|
-
"@commercetools-uikit/card": "19.22.
|
|
31
|
-
"@commercetools-uikit/collapsible": "19.22.
|
|
32
|
-
"@commercetools-uikit/collapsible-motion": "19.22.
|
|
33
|
-
"@commercetools-uikit/collapsible-panel": "19.22.
|
|
34
|
-
"@commercetools-uikit/constraints": "19.22.
|
|
35
|
-
"@commercetools-uikit/data-table": "19.22.
|
|
36
|
-
"@commercetools-uikit/data-table-manager": "19.22.
|
|
37
|
-
"@commercetools-uikit/design-system": "19.22.
|
|
38
|
-
"@commercetools-uikit/dropdown-menu": "19.22.
|
|
39
|
-
"@commercetools-uikit/field-errors": "19.22.
|
|
40
|
-
"@commercetools-uikit/field-label": "19.22.
|
|
41
|
-
"@commercetools-uikit/fields": "19.22.
|
|
42
|
-
"@commercetools-uikit/filters": "19.22.
|
|
43
|
-
"@commercetools-uikit/grid": "19.22.
|
|
44
|
-
"@commercetools-uikit/hooks": "19.22.
|
|
45
|
-
"@commercetools-uikit/i18n": "19.22.
|
|
46
|
-
"@commercetools-uikit/icons": "19.22.
|
|
47
|
-
"@commercetools-uikit/inputs": "19.22.
|
|
48
|
-
"@commercetools-uikit/label": "19.22.
|
|
49
|
-
"@commercetools-uikit/link": "19.22.
|
|
50
|
-
"@commercetools-uikit/loading-spinner": "19.22.
|
|
51
|
-
"@commercetools-uikit/messages": "19.22.
|
|
52
|
-
"@commercetools-uikit/notifications": "19.22.
|
|
53
|
-
"@commercetools-uikit/pagination": "19.22.
|
|
54
|
-
"@commercetools-uikit/primary-action-dropdown": "19.22.
|
|
55
|
-
"@commercetools-uikit/progress-bar": "19.22.
|
|
56
|
-
"@commercetools-uikit/quick-filters": "19.22.
|
|
57
|
-
"@commercetools-uikit/
|
|
58
|
-
"@commercetools-uikit/
|
|
59
|
-
"@commercetools-uikit/
|
|
60
|
-
"@commercetools-uikit/
|
|
61
|
-
"@commercetools-uikit/
|
|
62
|
-
"@commercetools-uikit/
|
|
63
|
-
"@commercetools-uikit/
|
|
64
|
-
"@commercetools-uikit/
|
|
27
|
+
"@commercetools-uikit/accessible-hidden": "19.22.6",
|
|
28
|
+
"@commercetools-uikit/avatar": "19.22.6",
|
|
29
|
+
"@commercetools-uikit/buttons": "19.22.6",
|
|
30
|
+
"@commercetools-uikit/card": "19.22.6",
|
|
31
|
+
"@commercetools-uikit/collapsible": "19.22.6",
|
|
32
|
+
"@commercetools-uikit/collapsible-motion": "19.22.6",
|
|
33
|
+
"@commercetools-uikit/collapsible-panel": "19.22.6",
|
|
34
|
+
"@commercetools-uikit/constraints": "19.22.6",
|
|
35
|
+
"@commercetools-uikit/data-table": "19.22.6",
|
|
36
|
+
"@commercetools-uikit/data-table-manager": "19.22.6",
|
|
37
|
+
"@commercetools-uikit/design-system": "19.22.6",
|
|
38
|
+
"@commercetools-uikit/dropdown-menu": "19.22.6",
|
|
39
|
+
"@commercetools-uikit/field-errors": "19.22.6",
|
|
40
|
+
"@commercetools-uikit/field-label": "19.22.6",
|
|
41
|
+
"@commercetools-uikit/fields": "19.22.6",
|
|
42
|
+
"@commercetools-uikit/filters": "19.22.6",
|
|
43
|
+
"@commercetools-uikit/grid": "19.22.6",
|
|
44
|
+
"@commercetools-uikit/hooks": "19.22.6",
|
|
45
|
+
"@commercetools-uikit/i18n": "19.22.6",
|
|
46
|
+
"@commercetools-uikit/icons": "19.22.6",
|
|
47
|
+
"@commercetools-uikit/inputs": "19.22.6",
|
|
48
|
+
"@commercetools-uikit/label": "19.22.6",
|
|
49
|
+
"@commercetools-uikit/link": "19.22.6",
|
|
50
|
+
"@commercetools-uikit/loading-spinner": "19.22.6",
|
|
51
|
+
"@commercetools-uikit/messages": "19.22.6",
|
|
52
|
+
"@commercetools-uikit/notifications": "19.22.6",
|
|
53
|
+
"@commercetools-uikit/pagination": "19.22.6",
|
|
54
|
+
"@commercetools-uikit/primary-action-dropdown": "19.22.6",
|
|
55
|
+
"@commercetools-uikit/progress-bar": "19.22.6",
|
|
56
|
+
"@commercetools-uikit/quick-filters": "19.22.6",
|
|
57
|
+
"@commercetools-uikit/select-utils": "19.22.6",
|
|
58
|
+
"@commercetools-uikit/selectable-search-input": "19.22.6",
|
|
59
|
+
"@commercetools-uikit/spacings": "19.22.6",
|
|
60
|
+
"@commercetools-uikit/stamp": "19.22.6",
|
|
61
|
+
"@commercetools-uikit/tag": "19.22.6",
|
|
62
|
+
"@commercetools-uikit/text": "19.22.6",
|
|
63
|
+
"@commercetools-uikit/tooltip": "19.22.6",
|
|
64
|
+
"@commercetools-uikit/utils": "19.22.6",
|
|
65
|
+
"@commercetools-uikit/view-switcher": "19.22.6"
|
|
65
66
|
},
|
|
66
67
|
"devDependencies": {
|
|
67
68
|
"moment": "2.30.1",
|