@alfalab/core-components 49.3.0 → 49.4.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.
Files changed (41) hide show
  1. package/list/context.d.ts +1 -0
  2. package/list/context.js +14 -0
  3. package/list/cssm/context.d.ts +1 -0
  4. package/list/cssm/context.js +14 -0
  5. package/list/cssm/types.d.ts +1 -0
  6. package/list/cssm/types.js +14 -0
  7. package/list/esm/context.d.ts +1 -0
  8. package/list/esm/context.js +1 -0
  9. package/list/esm/types.d.ts +1 -0
  10. package/list/esm/types.js +1 -0
  11. package/list/modern/context.d.ts +1 -0
  12. package/list/modern/context.js +1 -0
  13. package/list/modern/types.d.ts +1 -0
  14. package/list/modern/types.js +1 -0
  15. package/list/moderncssm/context.d.ts +1 -0
  16. package/list/moderncssm/context.js +1 -0
  17. package/list/moderncssm/types.d.ts +1 -0
  18. package/list/moderncssm/types.js +1 -0
  19. package/list/types.d.ts +1 -0
  20. package/list/types.js +14 -0
  21. package/package.json +26 -26
  22. package/pure-cell/context.d.ts +1 -0
  23. package/pure-cell/context.js +14 -0
  24. package/pure-cell/cssm/context.d.ts +1 -0
  25. package/pure-cell/cssm/context.js +14 -0
  26. package/pure-cell/esm/context.d.ts +1 -0
  27. package/pure-cell/esm/context.js +1 -0
  28. package/pure-cell/modern/context.d.ts +1 -0
  29. package/pure-cell/modern/context.js +1 -0
  30. package/pure-cell/moderncssm/context.d.ts +1 -0
  31. package/pure-cell/moderncssm/context.js +1 -0
  32. package/toast-plate/cssm/shared/index.d.ts +1 -0
  33. package/toast-plate/cssm/shared/index.js +14 -0
  34. package/toast-plate/esm/shared/index.d.ts +1 -0
  35. package/toast-plate/esm/shared/index.js +1 -0
  36. package/toast-plate/modern/shared/index.d.ts +1 -0
  37. package/toast-plate/modern/shared/index.js +1 -0
  38. package/toast-plate/moderncssm/shared/index.d.ts +1 -0
  39. package/toast-plate/moderncssm/shared/index.js +1 -0
  40. package/toast-plate/shared/index.d.ts +1 -0
  41. package/toast-plate/shared/index.js +14 -0
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/context';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var context = require('@alfalab/core-components-list/context');
6
+
7
+
8
+
9
+ Object.keys(context).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return context[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/cssm/context';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var context = require('@alfalab/core-components-list/cssm/context');
6
+
7
+
8
+
9
+ Object.keys(context).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return context[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/cssm/types';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var types = require('@alfalab/core-components-list/cssm/types');
6
+
7
+
8
+
9
+ Object.keys(types).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return types[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/esm/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/esm/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/esm/types';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/esm/types';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/modern/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/modern/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/modern/types';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/modern/types';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/moderncssm/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/moderncssm/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/moderncssm/types';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/moderncssm/types';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-list/types';
package/list/types.js ADDED
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var types = require('@alfalab/core-components-list/types');
6
+
7
+
8
+
9
+ Object.keys(types).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return types[k]; }
13
+ });
14
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components",
3
- "version": "49.3.0",
3
+ "version": "49.4.0",
4
4
  "homepage": "https://github.com/core-ds/core-components#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/core-ds/core-components/issues"
@@ -14,17 +14,17 @@
14
14
  "@alfalab/core-components-action-button": "^2.0.1",
15
15
  "@alfalab/core-components-alert": "^5.0.1",
16
16
  "@alfalab/core-components-amount": "^4.0.0",
17
- "@alfalab/core-components-amount-input": "^8.0.1",
17
+ "@alfalab/core-components-amount-input": "^8.0.2",
18
18
  "@alfalab/core-components-attach": "^7.0.1",
19
19
  "@alfalab/core-components-backdrop": "^4.0.0",
20
20
  "@alfalab/core-components-badge": "^6.0.0",
21
- "@alfalab/core-components-bank-card": "^6.0.1",
21
+ "@alfalab/core-components-bank-card": "^6.0.2",
22
22
  "@alfalab/core-components-base-modal": "^6.0.1",
23
23
  "@alfalab/core-components-bottom-sheet": "^7.0.1",
24
24
  "@alfalab/core-components-button": "^12.0.1",
25
25
  "@alfalab/core-components-calendar": "^8.0.1",
26
- "@alfalab/core-components-calendar-input": "^11.0.1",
27
- "@alfalab/core-components-calendar-range": "^8.0.1",
26
+ "@alfalab/core-components-calendar-input": "^11.0.2",
27
+ "@alfalab/core-components-calendar-range": "^8.0.2",
28
28
  "@alfalab/core-components-calendar-with-skeleton": "^6.0.1",
29
29
  "@alfalab/core-components-card-image": "^4.1.0",
30
30
  "@alfalab/core-components-cdn-icon": "^6.0.1",
@@ -38,10 +38,10 @@
38
38
  "@alfalab/core-components-confirmation": "^14.0.1",
39
39
  "@alfalab/core-components-confirmation-v1": "^2.0.1",
40
40
  "@alfalab/core-components-custom-button": "^4.0.1",
41
- "@alfalab/core-components-custom-picker-button": "^3.0.1",
42
- "@alfalab/core-components-date-input": "^5.0.1",
43
- "@alfalab/core-components-date-range-input": "^4.0.1",
44
- "@alfalab/core-components-date-time-input": "^5.0.1",
41
+ "@alfalab/core-components-custom-picker-button": "^3.0.2",
42
+ "@alfalab/core-components-date-input": "^5.0.2",
43
+ "@alfalab/core-components-date-range-input": "^4.0.2",
44
+ "@alfalab/core-components-date-time-input": "^5.0.2",
45
45
  "@alfalab/core-components-divider": "^4.0.0",
46
46
  "@alfalab/core-components-drawer": "^6.0.1",
47
47
  "@alfalab/core-components-dropzone": "^5.0.1",
@@ -58,33 +58,33 @@
58
58
  "@alfalab/core-components-icon-button": "^7.0.1",
59
59
  "@alfalab/core-components-icon-view": "^4.0.0",
60
60
  "@alfalab/core-components-indicator": "^3.0.0",
61
- "@alfalab/core-components-input": "^16.0.1",
62
- "@alfalab/core-components-input-autocomplete": "^13.0.1",
63
- "@alfalab/core-components-international-phone-input": "^3.1.0",
64
- "@alfalab/core-components-intl-phone-input": "^10.0.1",
61
+ "@alfalab/core-components-input": "^16.0.2",
62
+ "@alfalab/core-components-input-autocomplete": "^13.0.2",
63
+ "@alfalab/core-components-international-phone-input": "^3.1.1",
64
+ "@alfalab/core-components-intl-phone-input": "^10.0.2",
65
65
  "@alfalab/core-components-keyboard-focusable": "^5.0.0",
66
66
  "@alfalab/core-components-link": "^6.0.0",
67
67
  "@alfalab/core-components-list": "^4.0.1",
68
68
  "@alfalab/core-components-list-header": "^4.0.1",
69
69
  "@alfalab/core-components-loader": "^4.0.0",
70
70
  "@alfalab/core-components-markdown": "^2.1.0",
71
- "@alfalab/core-components-masked-input": "^7.0.1",
71
+ "@alfalab/core-components-masked-input": "^7.0.2",
72
72
  "@alfalab/core-components-modal": "^10.0.1",
73
73
  "@alfalab/core-components-mq": "^5.0.1",
74
74
  "@alfalab/core-components-navigation-bar": "^2.0.1",
75
75
  "@alfalab/core-components-navigation-bar-private": "^1.0.1",
76
76
  "@alfalab/core-components-notification": "^8.0.1",
77
77
  "@alfalab/core-components-notification-manager": "^6.0.1",
78
- "@alfalab/core-components-number-input": "^3.0.1",
78
+ "@alfalab/core-components-number-input": "^3.0.2",
79
79
  "@alfalab/core-components-page-indicator": "^2.0.1",
80
80
  "@alfalab/core-components-pagination": "^3.0.1",
81
81
  "@alfalab/core-components-pass-code": "^3.0.1",
82
82
  "@alfalab/core-components-pass-code-v1": "^2.0.1",
83
- "@alfalab/core-components-password-input": "^6.0.1",
83
+ "@alfalab/core-components-password-input": "^6.0.2",
84
84
  "@alfalab/core-components-pattern-lock": "^3.0.1",
85
85
  "@alfalab/core-components-pattern-lock-v1": "^2.0.1",
86
- "@alfalab/core-components-phone-input": "^8.0.1",
87
- "@alfalab/core-components-picker-button": "^12.0.1",
86
+ "@alfalab/core-components-phone-input": "^8.0.2",
87
+ "@alfalab/core-components-picker-button": "^12.0.2",
88
88
  "@alfalab/core-components-plate": "^8.0.1",
89
89
  "@alfalab/core-components-popover": "^7.1.0",
90
90
  "@alfalab/core-components-popup-sheet": "^2.0.3",
@@ -96,13 +96,13 @@
96
96
  "@alfalab/core-components-radio-group": "^5.2.0",
97
97
  "@alfalab/core-components-scrollbar": "^4.0.0",
98
98
  "@alfalab/core-components-segmented-control": "^2.0.0",
99
- "@alfalab/core-components-select": "^18.0.1",
100
- "@alfalab/core-components-select-with-tags": "^9.0.1",
99
+ "@alfalab/core-components-select": "^18.1.0",
100
+ "@alfalab/core-components-select-with-tags": "^9.0.2",
101
101
  "@alfalab/core-components-shared": "^1.1.0",
102
102
  "@alfalab/core-components-side-panel": "^6.0.1",
103
103
  "@alfalab/core-components-skeleton": "^6.0.0",
104
104
  "@alfalab/core-components-slider": "^5.0.0",
105
- "@alfalab/core-components-slider-input": "^10.0.2",
105
+ "@alfalab/core-components-slider-input": "^10.0.3",
106
106
  "@alfalab/core-components-sortable-list": "^2.0.1",
107
107
  "@alfalab/core-components-space": "^4.1.0",
108
108
  "@alfalab/core-components-spinner": "^5.0.1",
@@ -114,23 +114,23 @@
114
114
  "@alfalab/core-components-switch": "^5.0.1",
115
115
  "@alfalab/core-components-system-message": "^3.0.1",
116
116
  "@alfalab/core-components-tab-bar": "^3.0.1",
117
- "@alfalab/core-components-table": "^3.0.1",
118
- "@alfalab/core-components-tabs": "^9.1.0",
117
+ "@alfalab/core-components-table": "^3.0.2",
118
+ "@alfalab/core-components-tabs": "^9.1.1",
119
119
  "@alfalab/core-components-tag": "^9.0.1",
120
120
  "@alfalab/core-components-text": "^2.0.0",
121
121
  "@alfalab/core-components-textarea": "^9.0.1",
122
122
  "@alfalab/core-components-themes": "^14.1.2",
123
- "@alfalab/core-components-time-input": "^3.0.1",
123
+ "@alfalab/core-components-time-input": "^3.0.2",
124
124
  "@alfalab/core-components-toast": "^7.0.1",
125
125
  "@alfalab/core-components-toast-plate": "^8.0.1",
126
126
  "@alfalab/core-components-tooltip": "^8.0.2",
127
127
  "@alfalab/core-components-types": "^1.0.0",
128
128
  "@alfalab/core-components-typography": "^5.0.1",
129
129
  "@alfalab/core-components-underlay": "^2.0.0",
130
- "@alfalab/core-components-universal-date-input": "^3.0.1",
130
+ "@alfalab/core-components-universal-date-input": "^3.0.2",
131
131
  "@alfalab/core-components-universal-modal": "^2.0.2",
132
132
  "@alfalab/core-components-vars": "^10.1.0",
133
- "@alfalab/core-components-with-suffix": "^5.0.1"
133
+ "@alfalab/core-components-with-suffix": "^5.0.2"
134
134
  },
135
135
  "peerDependencies": {
136
136
  "@alfalab/core-components-config": "^1.0.0",
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-pure-cell/context';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var context = require('@alfalab/core-components-pure-cell/context');
6
+
7
+
8
+
9
+ Object.keys(context).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return context[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-pure-cell/cssm/context';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var context = require('@alfalab/core-components-pure-cell/cssm/context');
6
+
7
+
8
+
9
+ Object.keys(context).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return context[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-pure-cell/esm/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-pure-cell/esm/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-pure-cell/modern/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-pure-cell/modern/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-pure-cell/moderncssm/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-pure-cell/moderncssm/context';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-toast-plate/cssm/shared';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var shared = require('@alfalab/core-components-toast-plate/cssm/shared');
6
+
7
+
8
+
9
+ Object.keys(shared).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return shared[k]; }
13
+ });
14
+ });
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-toast-plate/esm/shared';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-toast-plate/esm/shared';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-toast-plate/modern/shared';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-toast-plate/modern/shared';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-toast-plate/moderncssm/shared';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-toast-plate/moderncssm/shared';
@@ -0,0 +1 @@
1
+ export * from '@alfalab/core-components-toast-plate/shared';
@@ -0,0 +1,14 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var shared = require('@alfalab/core-components-toast-plate/shared');
6
+
7
+
8
+
9
+ Object.keys(shared).forEach(function (k) {
10
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
11
+ enumerable: true,
12
+ get: function () { return shared[k]; }
13
+ });
14
+ });