@alfalab/core-components 49.11.0-snapshot-febcc41ee5e7246ea3bb294cf66f062edea69ee3 → 49.11.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/icon-button/Component.responsive.d.ts +1 -0
- package/icon-button/Component.responsive.js +14 -0
- package/icon-button/components/base-icon-button/Component.d.ts +1 -0
- package/icon-button/{Component.js → components/base-icon-button/Component.js} +1 -1
- package/icon-button/cssm/{Component.d.ts → Component.responsive.d.ts} +1 -1
- package/icon-button/cssm/Component.responsive.js +14 -0
- package/icon-button/cssm/components/base-icon-button/Component.d.ts +1 -0
- package/icon-button/cssm/{Component.js → components/base-icon-button/Component.js} +1 -1
- package/icon-button/cssm/desktop/Component.desktop.d.ts +1 -0
- package/icon-button/cssm/desktop/Component.desktop.js +14 -0
- package/icon-button/cssm/desktop/index.d.ts +1 -0
- package/icon-button/cssm/desktop/index.js +14 -0
- package/icon-button/cssm/mobile/Component.mobile.d.ts +1 -0
- package/icon-button/cssm/mobile/Component.mobile.js +14 -0
- package/icon-button/cssm/mobile/index.d.ts +1 -0
- package/icon-button/cssm/mobile/index.js +14 -0
- package/icon-button/cssm/types/icon-button-props.d.ts +1 -0
- package/icon-button/cssm/types/icon-button-props.js +14 -0
- package/icon-button/desktop/Component.desktop.d.ts +1 -0
- package/icon-button/desktop/Component.desktop.js +14 -0
- package/icon-button/desktop/index.d.ts +1 -0
- package/icon-button/desktop/index.js +14 -0
- package/icon-button/esm/{Component.d.ts → Component.responsive.d.ts} +1 -1
- package/icon-button/esm/{Component.js → Component.responsive.js} +1 -1
- package/icon-button/esm/components/base-icon-button/Component.d.ts +1 -0
- package/icon-button/esm/components/base-icon-button/Component.js +1 -0
- package/icon-button/esm/desktop/Component.desktop.d.ts +1 -0
- package/icon-button/esm/desktop/Component.desktop.js +1 -0
- package/icon-button/esm/desktop/index.d.ts +1 -0
- package/icon-button/esm/desktop/index.js +1 -0
- package/icon-button/esm/mobile/Component.mobile.d.ts +1 -0
- package/icon-button/esm/mobile/Component.mobile.js +1 -0
- package/icon-button/esm/mobile/index.d.ts +1 -0
- package/icon-button/esm/mobile/index.js +1 -0
- package/icon-button/esm/types/icon-button-props.d.ts +1 -0
- package/icon-button/esm/types/icon-button-props.js +1 -0
- package/icon-button/mobile/Component.mobile.d.ts +1 -0
- package/icon-button/mobile/Component.mobile.js +14 -0
- package/icon-button/mobile/index.d.ts +1 -0
- package/icon-button/mobile/index.js +14 -0
- package/icon-button/modern/{Component.d.ts → Component.responsive.d.ts} +1 -1
- package/icon-button/modern/{Component.js → Component.responsive.js} +1 -1
- package/icon-button/modern/components/base-icon-button/Component.d.ts +1 -0
- package/icon-button/modern/components/base-icon-button/Component.js +1 -0
- package/icon-button/modern/desktop/Component.desktop.d.ts +1 -0
- package/icon-button/modern/desktop/Component.desktop.js +1 -0
- package/icon-button/modern/desktop/index.d.ts +1 -0
- package/icon-button/modern/desktop/index.js +1 -0
- package/icon-button/modern/mobile/Component.mobile.d.ts +1 -0
- package/icon-button/modern/mobile/Component.mobile.js +1 -0
- package/icon-button/modern/mobile/index.d.ts +1 -0
- package/icon-button/modern/mobile/index.js +1 -0
- package/icon-button/modern/types/icon-button-props.d.ts +1 -0
- package/icon-button/modern/types/icon-button-props.js +1 -0
- package/icon-button/moderncssm/{Component.d.ts → Component.responsive.d.ts} +1 -1
- package/icon-button/moderncssm/{Component.js → Component.responsive.js} +1 -1
- package/icon-button/moderncssm/components/base-icon-button/Component.d.ts +1 -0
- package/icon-button/moderncssm/components/base-icon-button/Component.js +1 -0
- package/icon-button/moderncssm/desktop/Component.desktop.d.ts +1 -0
- package/icon-button/moderncssm/desktop/Component.desktop.js +1 -0
- package/icon-button/moderncssm/desktop/index.d.ts +1 -0
- package/icon-button/moderncssm/desktop/index.js +1 -0
- package/icon-button/moderncssm/mobile/Component.mobile.d.ts +1 -0
- package/icon-button/moderncssm/mobile/Component.mobile.js +1 -0
- package/icon-button/moderncssm/mobile/index.d.ts +1 -0
- package/icon-button/moderncssm/mobile/index.js +1 -0
- package/icon-button/moderncssm/types/icon-button-props.d.ts +1 -0
- package/icon-button/moderncssm/types/icon-button-props.js +1 -0
- package/icon-button/types/icon-button-props.d.ts +1 -0
- package/icon-button/types/icon-button-props.js +14 -0
- package/package.json +78 -78
- package/icon-button/Component.d.ts +0 -1
- package/themes/icon-button/corp.css +0 -1
- package/themes/mixins/icon-button/corp.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/Component.responsive';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Component_responsive = require('@alfalab/core-components-icon-button/Component.responsive');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.keys(Component_responsive).forEach(function (k) {
|
|
10
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return Component_responsive[k]; }
|
|
13
|
+
});
|
|
14
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/components/base-icon-button/Component';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@alfalab/core-components-icon-button/cssm/Component';
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/cssm/Component.responsive';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Component_responsive = require('@alfalab/core-components-icon-button/cssm/Component.responsive');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.keys(Component_responsive).forEach(function (k) {
|
|
10
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return Component_responsive[k]; }
|
|
13
|
+
});
|
|
14
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/cssm/components/base-icon-button/Component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/cssm/desktop/Component.desktop';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Component_desktop = require('@alfalab/core-components-icon-button/cssm/desktop/Component.desktop');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.keys(Component_desktop).forEach(function (k) {
|
|
10
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return Component_desktop[k]; }
|
|
13
|
+
});
|
|
14
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/cssm/desktop';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var desktop = require('@alfalab/core-components-icon-button/cssm/desktop');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.keys(desktop).forEach(function (k) {
|
|
10
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return desktop[k]; }
|
|
13
|
+
});
|
|
14
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/cssm/mobile/Component.mobile';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Component_mobile = require('@alfalab/core-components-icon-button/cssm/mobile/Component.mobile');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.keys(Component_mobile).forEach(function (k) {
|
|
10
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return Component_mobile[k]; }
|
|
13
|
+
});
|
|
14
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/cssm/mobile';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var mobile = require('@alfalab/core-components-icon-button/cssm/mobile');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.keys(mobile).forEach(function (k) {
|
|
10
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return mobile[k]; }
|
|
13
|
+
});
|
|
14
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/cssm/types/icon-button-props';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var iconButtonProps = require('@alfalab/core-components-icon-button/cssm/types/icon-button-props');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.keys(iconButtonProps).forEach(function (k) {
|
|
10
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return iconButtonProps[k]; }
|
|
13
|
+
});
|
|
14
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/desktop/Component.desktop';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Component_desktop = require('@alfalab/core-components-icon-button/desktop/Component.desktop');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.keys(Component_desktop).forEach(function (k) {
|
|
10
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return Component_desktop[k]; }
|
|
13
|
+
});
|
|
14
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/desktop';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var desktop = require('@alfalab/core-components-icon-button/desktop');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.keys(desktop).forEach(function (k) {
|
|
10
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return desktop[k]; }
|
|
13
|
+
});
|
|
14
|
+
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@alfalab/core-components-icon-button/esm/Component';
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/esm/Component.responsive';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@alfalab/core-components-icon-button/esm/Component';
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/esm/Component.responsive';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/esm/components/base-icon-button/Component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/esm/components/base-icon-button/Component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/esm/desktop/Component.desktop';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/esm/desktop/Component.desktop';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/esm/desktop';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/esm/desktop';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/esm/mobile/Component.mobile';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/esm/mobile/Component.mobile';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/esm/mobile';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/esm/mobile';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/esm/types/icon-button-props';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/esm/types/icon-button-props';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/mobile/Component.mobile';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Component_mobile = require('@alfalab/core-components-icon-button/mobile/Component.mobile');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.keys(Component_mobile).forEach(function (k) {
|
|
10
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return Component_mobile[k]; }
|
|
13
|
+
});
|
|
14
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/mobile';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var mobile = require('@alfalab/core-components-icon-button/mobile');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.keys(mobile).forEach(function (k) {
|
|
10
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return mobile[k]; }
|
|
13
|
+
});
|
|
14
|
+
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@alfalab/core-components-icon-button/modern/Component';
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/modern/Component.responsive';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@alfalab/core-components-icon-button/modern/Component';
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/modern/Component.responsive';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/modern/components/base-icon-button/Component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/modern/components/base-icon-button/Component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/modern/desktop/Component.desktop';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/modern/desktop/Component.desktop';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/modern/desktop';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/modern/desktop';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/modern/mobile/Component.mobile';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/modern/mobile/Component.mobile';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/modern/mobile';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/modern/mobile';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/modern/types/icon-button-props';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/modern/types/icon-button-props';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@alfalab/core-components-icon-button/moderncssm/Component';
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/moderncssm/Component.responsive';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from '@alfalab/core-components-icon-button/moderncssm/Component';
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/moderncssm/Component.responsive';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/moderncssm/components/base-icon-button/Component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/moderncssm/components/base-icon-button/Component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/moderncssm/desktop/Component.desktop';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/moderncssm/desktop/Component.desktop';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/moderncssm/desktop';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/moderncssm/desktop';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/moderncssm/mobile/Component.mobile';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/moderncssm/mobile/Component.mobile';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/moderncssm/mobile';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/moderncssm/mobile';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/moderncssm/types/icon-button-props';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/moderncssm/types/icon-button-props';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@alfalab/core-components-icon-button/types/icon-button-props';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var iconButtonProps = require('@alfalab/core-components-icon-button/types/icon-button-props');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.keys(iconButtonProps).forEach(function (k) {
|
|
10
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function () { return iconButtonProps[k]; }
|
|
13
|
+
});
|
|
14
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components",
|
|
3
|
-
"version": "49.11.0
|
|
3
|
+
"version": "49.11.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"
|
|
@@ -10,130 +10,130 @@
|
|
|
10
10
|
"**/*.css"
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@alfalab/core-components-accordion": "2.0.
|
|
13
|
+
"@alfalab/core-components-accordion": "^2.0.3",
|
|
14
14
|
"@alfalab/core-components-action-button": "^2.0.2",
|
|
15
|
-
"@alfalab/core-components-alert": "5.0.4
|
|
15
|
+
"@alfalab/core-components-alert": "^5.0.4",
|
|
16
16
|
"@alfalab/core-components-amount": "^4.0.0",
|
|
17
|
-
"@alfalab/core-components-amount-input": "8.1.4
|
|
18
|
-
"@alfalab/core-components-attach": "7.0.
|
|
17
|
+
"@alfalab/core-components-amount-input": "^8.1.4",
|
|
18
|
+
"@alfalab/core-components-attach": "^7.0.2",
|
|
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.
|
|
21
|
+
"@alfalab/core-components-bank-card": "^6.0.3",
|
|
22
22
|
"@alfalab/core-components-base-modal": "^6.0.2",
|
|
23
|
-
"@alfalab/core-components-bottom-sheet": "7.
|
|
24
|
-
"@alfalab/core-components-button": "12.0.
|
|
25
|
-
"@alfalab/core-components-calendar": "8.0.5
|
|
26
|
-
"@alfalab/core-components-calendar-input": "11.0.6
|
|
27
|
-
"@alfalab/core-components-calendar-range": "8.0.6
|
|
28
|
-
"@alfalab/core-components-calendar-with-skeleton": "6.0.5
|
|
23
|
+
"@alfalab/core-components-bottom-sheet": "^7.3.0",
|
|
24
|
+
"@alfalab/core-components-button": "^12.0.2",
|
|
25
|
+
"@alfalab/core-components-calendar": "^8.0.5",
|
|
26
|
+
"@alfalab/core-components-calendar-input": "^11.0.6",
|
|
27
|
+
"@alfalab/core-components-calendar-range": "^8.0.6",
|
|
28
|
+
"@alfalab/core-components-calendar-with-skeleton": "^6.0.5",
|
|
29
29
|
"@alfalab/core-components-card-image": "^4.1.0",
|
|
30
30
|
"@alfalab/core-components-cdn-icon": "^6.0.2",
|
|
31
|
-
"@alfalab/core-components-chart": "4.0.
|
|
31
|
+
"@alfalab/core-components-chart": "^4.0.3",
|
|
32
32
|
"@alfalab/core-components-checkbox": "^5.0.2",
|
|
33
|
-
"@alfalab/core-components-checkbox-group": "5.1.
|
|
34
|
-
"@alfalab/core-components-circular-progress-bar": "4.0.
|
|
35
|
-
"@alfalab/core-components-code-input": "4.1.
|
|
33
|
+
"@alfalab/core-components-checkbox-group": "^5.1.1",
|
|
34
|
+
"@alfalab/core-components-circular-progress-bar": "^4.0.3",
|
|
35
|
+
"@alfalab/core-components-code-input": "^4.1.0",
|
|
36
36
|
"@alfalab/core-components-collapse": "^5.1.0",
|
|
37
|
-
"@alfalab/core-components-comment": "3.0.
|
|
38
|
-
"@alfalab/core-components-confirmation": "14.2.
|
|
39
|
-
"@alfalab/core-components-confirmation-v1": "2.0.
|
|
40
|
-
"@alfalab/core-components-custom-button": "4.0.
|
|
41
|
-
"@alfalab/core-components-custom-picker-button": "3.0.7
|
|
42
|
-
"@alfalab/core-components-date-input": "5.0.
|
|
43
|
-
"@alfalab/core-components-date-range-input": "4.0.6
|
|
44
|
-
"@alfalab/core-components-date-time-input": "5.0.6
|
|
37
|
+
"@alfalab/core-components-comment": "^3.0.3",
|
|
38
|
+
"@alfalab/core-components-confirmation": "^14.2.0",
|
|
39
|
+
"@alfalab/core-components-confirmation-v1": "^2.0.3",
|
|
40
|
+
"@alfalab/core-components-custom-button": "^4.0.2",
|
|
41
|
+
"@alfalab/core-components-custom-picker-button": "^3.0.7",
|
|
42
|
+
"@alfalab/core-components-date-input": "^5.0.3",
|
|
43
|
+
"@alfalab/core-components-date-range-input": "^4.0.6",
|
|
44
|
+
"@alfalab/core-components-date-time-input": "^5.0.6",
|
|
45
45
|
"@alfalab/core-components-divider": "^4.0.0",
|
|
46
46
|
"@alfalab/core-components-drawer": "^6.0.2",
|
|
47
47
|
"@alfalab/core-components-dropzone": "^5.0.1",
|
|
48
|
-
"@alfalab/core-components-file-upload-item": "7.2.1
|
|
49
|
-
"@alfalab/core-components-file-upload-item-v1": "2.0.4
|
|
50
|
-
"@alfalab/core-components-filter-tag": "6.0.
|
|
51
|
-
"@alfalab/core-components-form-control": "13.0.
|
|
52
|
-
"@alfalab/core-components-gallery": "6.0.8
|
|
48
|
+
"@alfalab/core-components-file-upload-item": "^7.2.1",
|
|
49
|
+
"@alfalab/core-components-file-upload-item-v1": "^2.0.4",
|
|
50
|
+
"@alfalab/core-components-filter-tag": "^6.0.2",
|
|
51
|
+
"@alfalab/core-components-form-control": "^13.0.2",
|
|
52
|
+
"@alfalab/core-components-gallery": "^6.0.8",
|
|
53
53
|
"@alfalab/core-components-gap": "^2.0.0",
|
|
54
54
|
"@alfalab/core-components-generic-wrapper": "^2.0.0",
|
|
55
55
|
"@alfalab/core-components-global-store": "^3.0.0",
|
|
56
56
|
"@alfalab/core-components-grid": "^4.0.0",
|
|
57
57
|
"@alfalab/core-components-hatching-progress-bar": "^3.0.0",
|
|
58
|
-
"@alfalab/core-components-icon-button": "7.0.3
|
|
58
|
+
"@alfalab/core-components-icon-button": "^7.0.3",
|
|
59
59
|
"@alfalab/core-components-icon-view": "^4.0.1",
|
|
60
60
|
"@alfalab/core-components-indicator": "^3.0.0",
|
|
61
|
-
"@alfalab/core-components-input": "16.0.
|
|
62
|
-
"@alfalab/core-components-input-autocomplete": "13.0.7
|
|
63
|
-
"@alfalab/core-components-international-phone-input": "3.2.4
|
|
64
|
-
"@alfalab/core-components-intl-phone-input": "10.0.7
|
|
61
|
+
"@alfalab/core-components-input": "^16.0.3",
|
|
62
|
+
"@alfalab/core-components-input-autocomplete": "^13.0.7",
|
|
63
|
+
"@alfalab/core-components-international-phone-input": "^3.2.4",
|
|
64
|
+
"@alfalab/core-components-intl-phone-input": "^10.0.7",
|
|
65
65
|
"@alfalab/core-components-keyboard-focusable": "^5.0.0",
|
|
66
66
|
"@alfalab/core-components-link": "^6.1.0",
|
|
67
|
-
"@alfalab/core-components-list": "4.0.
|
|
68
|
-
"@alfalab/core-components-list-header": "4.0.
|
|
67
|
+
"@alfalab/core-components-list": "^4.0.3",
|
|
68
|
+
"@alfalab/core-components-list-header": "^4.0.3",
|
|
69
69
|
"@alfalab/core-components-loader": "^4.0.0",
|
|
70
|
-
"@alfalab/core-components-markdown": "2.1.
|
|
71
|
-
"@alfalab/core-components-masked-input": "7.0.
|
|
72
|
-
"@alfalab/core-components-modal": "10.0.5
|
|
73
|
-
"@alfalab/core-components-mq": "5.0.
|
|
74
|
-
"@alfalab/core-components-navigation-bar": "2.0.
|
|
75
|
-
"@alfalab/core-components-navigation-bar-private": "1.1.2
|
|
76
|
-
"@alfalab/core-components-notification": "8.0.3
|
|
77
|
-
"@alfalab/core-components-notification-manager": "6.0.3
|
|
78
|
-
"@alfalab/core-components-number-input": "3.0.4
|
|
70
|
+
"@alfalab/core-components-markdown": "^2.1.3",
|
|
71
|
+
"@alfalab/core-components-masked-input": "^7.0.3",
|
|
72
|
+
"@alfalab/core-components-modal": "^10.0.5",
|
|
73
|
+
"@alfalab/core-components-mq": "^5.0.2",
|
|
74
|
+
"@alfalab/core-components-navigation-bar": "^2.0.3",
|
|
75
|
+
"@alfalab/core-components-navigation-bar-private": "^1.1.2",
|
|
76
|
+
"@alfalab/core-components-notification": "^8.0.3",
|
|
77
|
+
"@alfalab/core-components-notification-manager": "^6.0.3",
|
|
78
|
+
"@alfalab/core-components-number-input": "^3.0.4",
|
|
79
79
|
"@alfalab/core-components-page-indicator": "^2.0.2",
|
|
80
|
-
"@alfalab/core-components-pagination": "3.0.
|
|
81
|
-
"@alfalab/core-components-pass-code": "3.0.
|
|
82
|
-
"@alfalab/core-components-pass-code-v1": "2.0.
|
|
83
|
-
"@alfalab/core-components-password-input": "6.0.4
|
|
84
|
-
"@alfalab/core-components-pattern-lock": "3.0.
|
|
85
|
-
"@alfalab/core-components-pattern-lock-v1": "2.0.
|
|
86
|
-
"@alfalab/core-components-phone-input": "8.0.
|
|
87
|
-
"@alfalab/core-components-picker-button": "12.0.7
|
|
88
|
-
"@alfalab/core-components-plate": "8.1.2
|
|
80
|
+
"@alfalab/core-components-pagination": "^3.0.3",
|
|
81
|
+
"@alfalab/core-components-pass-code": "^3.0.2",
|
|
82
|
+
"@alfalab/core-components-pass-code-v1": "^2.0.2",
|
|
83
|
+
"@alfalab/core-components-password-input": "^6.0.4",
|
|
84
|
+
"@alfalab/core-components-pattern-lock": "^3.0.2",
|
|
85
|
+
"@alfalab/core-components-pattern-lock-v1": "^2.0.2",
|
|
86
|
+
"@alfalab/core-components-phone-input": "^8.0.3",
|
|
87
|
+
"@alfalab/core-components-picker-button": "^12.0.7",
|
|
88
|
+
"@alfalab/core-components-plate": "^8.1.2",
|
|
89
89
|
"@alfalab/core-components-popover": "^7.1.1",
|
|
90
|
-
"@alfalab/core-components-popup-sheet": "2.0.7
|
|
90
|
+
"@alfalab/core-components-popup-sheet": "^2.0.7",
|
|
91
91
|
"@alfalab/core-components-portal": "^4.0.2",
|
|
92
|
-
"@alfalab/core-components-product-cover": "2.0.
|
|
92
|
+
"@alfalab/core-components-product-cover": "^2.0.3",
|
|
93
93
|
"@alfalab/core-components-progress-bar": "^4.0.0",
|
|
94
|
-
"@alfalab/core-components-pure-cell": "5.0.
|
|
94
|
+
"@alfalab/core-components-pure-cell": "^5.0.3",
|
|
95
95
|
"@alfalab/core-components-radio": "^5.0.2",
|
|
96
|
-
"@alfalab/core-components-radio-group": "5.2.
|
|
96
|
+
"@alfalab/core-components-radio-group": "^5.2.1",
|
|
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.
|
|
100
|
-
"@alfalab/core-components-select-with-tags": "9.0.7
|
|
99
|
+
"@alfalab/core-components-select": "^18.2.4",
|
|
100
|
+
"@alfalab/core-components-select-with-tags": "^9.0.7",
|
|
101
101
|
"@alfalab/core-components-shared": "^1.1.1",
|
|
102
|
-
"@alfalab/core-components-side-panel": "6.0.5
|
|
102
|
+
"@alfalab/core-components-side-panel": "^6.0.5",
|
|
103
103
|
"@alfalab/core-components-skeleton": "^6.0.1",
|
|
104
104
|
"@alfalab/core-components-slider": "^5.0.0",
|
|
105
|
-
"@alfalab/core-components-slider-input": "10.1.
|
|
105
|
+
"@alfalab/core-components-slider-input": "^10.1.1",
|
|
106
106
|
"@alfalab/core-components-sortable-list": "^2.0.2",
|
|
107
107
|
"@alfalab/core-components-space": "^4.1.0",
|
|
108
108
|
"@alfalab/core-components-spinner": "^5.0.2",
|
|
109
109
|
"@alfalab/core-components-stack": "^6.0.0",
|
|
110
110
|
"@alfalab/core-components-status": "^4.1.0",
|
|
111
111
|
"@alfalab/core-components-status-badge": "^2.0.1",
|
|
112
|
-
"@alfalab/core-components-stepped-progress-bar": "3.1.
|
|
112
|
+
"@alfalab/core-components-stepped-progress-bar": "^3.1.0",
|
|
113
113
|
"@alfalab/core-components-steps": "^2.0.2",
|
|
114
114
|
"@alfalab/core-components-switch": "^5.0.2",
|
|
115
|
-
"@alfalab/core-components-system-message": "3.0.
|
|
116
|
-
"@alfalab/core-components-tab-bar": "3.0.
|
|
117
|
-
"@alfalab/core-components-table": "3.0.7
|
|
118
|
-
"@alfalab/core-components-tabs": "9.2.4
|
|
119
|
-
"@alfalab/core-components-tag": "9.0.
|
|
115
|
+
"@alfalab/core-components-system-message": "^3.0.3",
|
|
116
|
+
"@alfalab/core-components-tab-bar": "^3.0.3",
|
|
117
|
+
"@alfalab/core-components-table": "^3.0.7",
|
|
118
|
+
"@alfalab/core-components-tabs": "^9.2.4",
|
|
119
|
+
"@alfalab/core-components-tag": "^9.0.3",
|
|
120
120
|
"@alfalab/core-components-text": "^2.0.0",
|
|
121
|
-
"@alfalab/core-components-textarea": "9.0.
|
|
121
|
+
"@alfalab/core-components-textarea": "^9.0.2",
|
|
122
122
|
"@alfalab/core-components-themes": "^14.1.3",
|
|
123
|
-
"@alfalab/core-components-time-input": "3.0.
|
|
124
|
-
"@alfalab/core-components-toast": "7.0.3
|
|
125
|
-
"@alfalab/core-components-toast-plate": "8.0.3
|
|
126
|
-
"@alfalab/core-components-tooltip": "8.0.7
|
|
123
|
+
"@alfalab/core-components-time-input": "^3.0.3",
|
|
124
|
+
"@alfalab/core-components-toast": "^7.0.3",
|
|
125
|
+
"@alfalab/core-components-toast-plate": "^8.0.3",
|
|
126
|
+
"@alfalab/core-components-tooltip": "^8.0.7",
|
|
127
127
|
"@alfalab/core-components-types": "^1.0.0",
|
|
128
|
-
"@alfalab/core-components-typography": "5.0.
|
|
128
|
+
"@alfalab/core-components-typography": "^5.0.3",
|
|
129
129
|
"@alfalab/core-components-underlay": "^2.0.0",
|
|
130
|
-
"@alfalab/core-components-universal-date-input": "3.0.6
|
|
131
|
-
"@alfalab/core-components-universal-modal": "2.0.7
|
|
130
|
+
"@alfalab/core-components-universal-date-input": "^3.0.6",
|
|
131
|
+
"@alfalab/core-components-universal-modal": "^2.0.7",
|
|
132
132
|
"@alfalab/core-components-vars": "^10.2.0",
|
|
133
|
-
"@alfalab/core-components-with-suffix": "5.0.
|
|
133
|
+
"@alfalab/core-components-with-suffix": "^5.0.3"
|
|
134
134
|
},
|
|
135
135
|
"peerDependencies": {
|
|
136
|
-
"@alfalab/core-components-config": "1.
|
|
136
|
+
"@alfalab/core-components-config": "^1.0.0",
|
|
137
137
|
"@alfalab/core-components-stack-context": "^1.0.0",
|
|
138
138
|
"react": "^16.9.0 || ^17.0.1 || ^18.0.0",
|
|
139
139
|
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@alfalab/core-components-icon-button/Component';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@alfalab/core-components-themes/icon-button/corp.css';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import '@alfalab/core-components-themes/mixins/icon-button/corp.css';
|