@alfalab/core-components-picker-button 7.11.4 → 8.1.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/{dist/esm/Component.d.ts → Component.d.ts} +3 -3
- package/{dist/Component.js → Component.js} +6 -6
- package/Component.mobile.d.ts +7 -0
- package/Component.mobile.js +35 -0
- package/Component.responsive.d.ts +26 -0
- package/Component.responsive.js +34 -0
- package/{dist → cssm}/Component.d.ts +3 -3
- package/{dist/cssm → cssm}/Component.js +5 -5
- package/cssm/Component.mobile.d.ts +7 -0
- package/cssm/Component.mobile.js +37 -0
- package/cssm/Component.responsive.d.ts +26 -0
- package/cssm/Component.responsive.js +37 -0
- package/{dist/cssm/field/index.d.ts → cssm/desktop.d.ts} +0 -0
- package/{dist/cssm/index.js → cssm/desktop.js} +3 -3
- package/{dist/cssm → cssm}/field/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/field/Component.js +1 -1
- package/{dist/cssm → cssm/field}/index.d.ts +0 -0
- package/{dist/cssm → cssm}/field/index.js +1 -1
- package/{dist/cssm → cssm}/field/index.module.css +0 -0
- package/cssm/index.d.ts +2 -0
- package/cssm/index.js +27 -0
- package/cssm/index.module.css +30 -0
- package/cssm/mobile.d.ts +1 -0
- package/cssm/mobile.js +23 -0
- package/{dist/cssm → cssm}/option/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/option/Component.js +1 -1
- package/{dist/cssm → cssm}/option/index.d.ts +0 -0
- package/{dist/cssm → cssm}/option/index.js +1 -1
- package/{dist/cssm → cssm}/option/index.module.css +0 -0
- package/{dist/cssm → cssm}/tslib.es6-ce870b46.d.ts +0 -0
- package/{dist/cssm → cssm}/tslib.es6-ce870b46.js +0 -0
- package/{dist → cssm}/typings-177c0b55.d.ts +2 -2
- package/{dist/cssm → cssm}/utils/index.d.ts +1 -1
- package/{dist/cssm → cssm}/utils/index.js +0 -0
- package/{dist/esm/field/index.d.ts → desktop.d.ts} +0 -0
- package/{dist/index.js → desktop.js} +3 -3
- package/{dist/modern → esm}/Component.d.ts +3 -3
- package/{dist/esm → esm}/Component.js +7 -7
- package/esm/Component.mobile.d.ts +7 -0
- package/esm/Component.mobile.js +27 -0
- package/esm/Component.responsive.d.ts +26 -0
- package/esm/Component.responsive.js +26 -0
- package/{dist/esm/index.d.ts → esm/desktop.d.ts} +0 -0
- package/{dist/esm/index.js → esm/desktop.js} +4 -4
- package/{dist/esm → esm}/field/Component.d.ts +0 -0
- package/{dist/esm → esm}/field/Component.js +3 -3
- package/{dist/modern → esm}/field/index.css +3 -3
- package/{dist/esm/option → esm/field}/index.d.ts +0 -0
- package/{dist/esm → esm}/field/index.js +2 -2
- package/esm/index.css +31 -0
- package/esm/index.d.ts +2 -0
- package/esm/index.js +16 -0
- package/esm/mobile.d.ts +1 -0
- package/esm/mobile.js +13 -0
- package/{dist/esm → esm}/option/Component.d.ts +0 -0
- package/{dist/esm → esm}/option/Component.js +3 -3
- package/{dist/modern → esm}/option/index.css +4 -4
- package/{dist/field → esm/option}/index.d.ts +0 -0
- package/esm/option/index.js +4 -0
- package/{dist/esm/tslib.es6-bb92272d.d.ts → esm/tslib.es6-957acb9b.d.ts} +0 -0
- package/{dist/esm/tslib.es6-bb92272d.js → esm/tslib.es6-957acb9b.js} +0 -0
- package/{dist/cssm → esm}/typings-177c0b55.d.ts +2 -2
- package/{dist/modern → esm}/utils/index.d.ts +1 -1
- package/{dist/esm → esm}/utils/index.js +0 -0
- package/{dist/field → field}/Component.d.ts +0 -0
- package/{dist/field → field}/Component.js +2 -2
- package/{dist/field → field}/index.css +3 -3
- package/{dist → field}/index.d.ts +0 -0
- package/{dist/field → field}/index.js +1 -1
- package/index.css +31 -0
- package/index.d.ts +2 -0
- package/index.js +24 -0
- package/mobile.d.ts +1 -0
- package/mobile.js +21 -0
- package/{dist/cssm → modern}/Component.d.ts +3 -3
- package/{dist/modern → modern}/Component.js +6 -6
- package/modern/Component.mobile.d.ts +7 -0
- package/modern/Component.mobile.js +29 -0
- package/modern/Component.responsive.d.ts +26 -0
- package/modern/Component.responsive.js +24 -0
- package/{dist/modern/field/index.d.ts → modern/desktop.d.ts} +0 -0
- package/{dist/modern/index.js → modern/desktop.js} +3 -3
- package/{dist/modern → modern}/field/Component.d.ts +0 -0
- package/{dist/modern → modern}/field/Component.js +2 -2
- package/{dist/esm → modern}/field/index.css +3 -3
- package/{dist/modern → modern/field}/index.d.ts +0 -0
- package/{dist/modern → modern}/field/index.js +1 -1
- package/modern/index.css +31 -0
- package/modern/index.d.ts +2 -0
- package/modern/index.js +15 -0
- package/modern/mobile.d.ts +1 -0
- package/modern/mobile.js +12 -0
- package/{dist/modern → modern}/option/Component.d.ts +0 -0
- package/{dist/modern → modern}/option/Component.js +2 -2
- package/{dist/esm → modern}/option/index.css +4 -4
- package/{dist/modern → modern}/option/index.d.ts +0 -0
- package/{dist/modern → modern}/option/index.js +1 -1
- package/{dist/esm → modern}/typings-177c0b55.d.ts +2 -2
- package/{dist → modern}/utils/index.d.ts +1 -1
- package/{dist/modern → modern}/utils/index.js +0 -0
- package/{dist/option → option}/Component.d.ts +0 -0
- package/{dist/option → option}/Component.js +2 -2
- package/{dist/option → option}/index.css +4 -4
- package/{dist/option → option}/index.d.ts +0 -0
- package/{dist/option → option}/index.js +1 -1
- package/package.json +9 -11
- package/{dist/send-stats.js → send-stats.js} +0 -0
- package/{dist/tslib.es6-3795a7a3.d.ts → tslib.es6-0e59ec11.d.ts} +0 -0
- package/{dist/tslib.es6-3795a7a3.js → tslib.es6-0e59ec11.js} +0 -0
- package/{dist/modern/typings-177c0b55.d.ts → typings-177c0b55.d.ts} +2 -2
- package/{dist/esm/utils → utils}/index.d.ts +1 -1
- package/{dist/utils → utils}/index.js +0 -0
- package/CHANGELOG.md +0 -984
- package/dist/cssm/index.module.css +0 -30
- package/dist/esm/index.css +0 -31
- package/dist/esm/option/index.js +0 -4
- package/dist/index.css +0 -31
- package/dist/modern/index.css +0 -31
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
|
|
3
|
-
/* Hard */
|
|
4
|
-
|
|
5
|
-
/* Up */
|
|
6
|
-
|
|
7
|
-
/* Hard up */
|
|
8
|
-
}
|
|
9
|
-
:root {
|
|
10
|
-
--gap-xs: 8px;
|
|
11
|
-
--gap-m: 16px;
|
|
12
|
-
}
|
|
13
|
-
:root {
|
|
14
|
-
--border-radius-s: 4px;
|
|
15
|
-
}
|
|
16
|
-
.container {
|
|
17
|
-
min-width: auto;
|
|
18
|
-
}
|
|
19
|
-
.optionsPopover {
|
|
20
|
-
padding: var(--gap-xs) 0
|
|
21
|
-
}
|
|
22
|
-
.optionsPopover.sideGap {
|
|
23
|
-
padding: 0 var(--gap-xs);
|
|
24
|
-
}
|
|
25
|
-
.optionsListContainer {
|
|
26
|
-
border-radius: var(--border-radius-s);
|
|
27
|
-
}
|
|
28
|
-
.option {
|
|
29
|
-
padding: 0 var(--gap-m);
|
|
30
|
-
}
|
package/dist/esm/index.css
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* hash: l3uqp */
|
|
2
|
-
:root {
|
|
3
|
-
|
|
4
|
-
/* Hard */
|
|
5
|
-
|
|
6
|
-
/* Up */
|
|
7
|
-
|
|
8
|
-
/* Hard up */
|
|
9
|
-
}
|
|
10
|
-
:root {
|
|
11
|
-
--gap-xs: 8px;
|
|
12
|
-
--gap-m: 16px;
|
|
13
|
-
}
|
|
14
|
-
:root {
|
|
15
|
-
--border-radius-s: 4px;
|
|
16
|
-
}
|
|
17
|
-
.picker-button__container_1p16k {
|
|
18
|
-
min-width: auto;
|
|
19
|
-
}
|
|
20
|
-
.picker-button__optionsPopover_1p16k {
|
|
21
|
-
padding: var(--gap-xs) 0
|
|
22
|
-
}
|
|
23
|
-
.picker-button__optionsPopover_1p16k.picker-button__sideGap_1p16k {
|
|
24
|
-
padding: 0 var(--gap-xs);
|
|
25
|
-
}
|
|
26
|
-
.picker-button__optionsListContainer_1p16k {
|
|
27
|
-
border-radius: var(--border-radius-s);
|
|
28
|
-
}
|
|
29
|
-
.picker-button__option_1p16k {
|
|
30
|
-
padding: 0 var(--gap-m);
|
|
31
|
-
}
|
package/dist/esm/option/index.js
DELETED
package/dist/index.css
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* hash: l3uqp */
|
|
2
|
-
:root {
|
|
3
|
-
|
|
4
|
-
/* Hard */
|
|
5
|
-
|
|
6
|
-
/* Up */
|
|
7
|
-
|
|
8
|
-
/* Hard up */
|
|
9
|
-
}
|
|
10
|
-
:root {
|
|
11
|
-
--gap-xs: 8px;
|
|
12
|
-
--gap-m: 16px;
|
|
13
|
-
}
|
|
14
|
-
:root {
|
|
15
|
-
--border-radius-s: 4px;
|
|
16
|
-
}
|
|
17
|
-
.picker-button__container_1p16k {
|
|
18
|
-
min-width: auto;
|
|
19
|
-
}
|
|
20
|
-
.picker-button__optionsPopover_1p16k {
|
|
21
|
-
padding: var(--gap-xs) 0
|
|
22
|
-
}
|
|
23
|
-
.picker-button__optionsPopover_1p16k.picker-button__sideGap_1p16k {
|
|
24
|
-
padding: 0 var(--gap-xs);
|
|
25
|
-
}
|
|
26
|
-
.picker-button__optionsListContainer_1p16k {
|
|
27
|
-
border-radius: var(--border-radius-s);
|
|
28
|
-
}
|
|
29
|
-
.picker-button__option_1p16k {
|
|
30
|
-
padding: 0 var(--gap-m);
|
|
31
|
-
}
|
package/dist/modern/index.css
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* hash: l3uqp */
|
|
2
|
-
:root {
|
|
3
|
-
|
|
4
|
-
/* Hard */
|
|
5
|
-
|
|
6
|
-
/* Up */
|
|
7
|
-
|
|
8
|
-
/* Hard up */
|
|
9
|
-
}
|
|
10
|
-
:root {
|
|
11
|
-
--gap-xs: 8px;
|
|
12
|
-
--gap-m: 16px;
|
|
13
|
-
}
|
|
14
|
-
:root {
|
|
15
|
-
--border-radius-s: 4px;
|
|
16
|
-
}
|
|
17
|
-
.picker-button__container_1p16k {
|
|
18
|
-
min-width: auto;
|
|
19
|
-
}
|
|
20
|
-
.picker-button__optionsPopover_1p16k {
|
|
21
|
-
padding: var(--gap-xs) 0
|
|
22
|
-
}
|
|
23
|
-
.picker-button__optionsPopover_1p16k.picker-button__sideGap_1p16k {
|
|
24
|
-
padding: 0 var(--gap-xs);
|
|
25
|
-
}
|
|
26
|
-
.picker-button__optionsListContainer_1p16k {
|
|
27
|
-
border-radius: var(--border-radius-s);
|
|
28
|
-
}
|
|
29
|
-
.picker-button__option_1p16k {
|
|
30
|
-
padding: 0 var(--gap-m);
|
|
31
|
-
}
|