@alfalab/core-components-picker-button 12.1.2 → 12.1.3
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/esm/field/index.css +5 -5
- package/esm/field/index.module.css.js +1 -1
- package/esm/index.css +4 -4
- package/esm/index.module.css.js +1 -1
- package/esm/option/index.css +3 -3
- package/esm/option/index.module.css.js +1 -1
- package/field/index.css +5 -5
- package/field/index.module.css.js +1 -1
- package/index.css +4 -4
- package/index.module.css.js +1 -1
- package/modern/field/index.css +5 -5
- package/modern/field/index.module.css.js +1 -1
- package/modern/index.css +4 -4
- package/modern/index.module.css.js +1 -1
- package/modern/option/index.css +3 -3
- package/modern/option/index.module.css.js +1 -1
- package/option/index.css +3 -3
- package/option/index.module.css.js +1 -1
- package/package.json +2 -2
package/esm/field/index.css
CHANGED
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
--gap-4: var(--gap-2xs);
|
|
6
6
|
} :root {
|
|
7
7
|
--arrow-transform: rotate(180deg);
|
|
8
|
-
} .picker-
|
|
8
|
+
} .picker-button__iconContainer_iwy34 {
|
|
9
9
|
display: flex;
|
|
10
10
|
transition: transform 0.15s ease-in-out;
|
|
11
|
-
} .picker-
|
|
11
|
+
} .picker-button__addonsContainer_iwy34 {
|
|
12
12
|
display: flex;
|
|
13
|
-
} .picker-
|
|
13
|
+
} .picker-button__addonsContainer_iwy34.picker-button__showControlIcon_iwy34 {
|
|
14
14
|
margin-right: var(--gap-4);
|
|
15
|
-
} .picker-
|
|
15
|
+
} .picker-button__open_iwy34 {
|
|
16
16
|
transform: var(--arrow-transform);
|
|
17
|
-
} .picker-
|
|
17
|
+
} .picker-button__linkOpen_iwy34:not(:hover) {
|
|
18
18
|
background-color: var(--color-light-transparent-default-hover);
|
|
19
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"iconContainer":"picker-
|
|
3
|
+
var styles = {"iconContainer":"picker-button__iconContainer_iwy34","addonsContainer":"picker-button__addonsContainer_iwy34","showControlIcon":"picker-button__showControlIcon_iwy34","open":"picker-button__open_iwy34","linkOpen":"picker-button__linkOpen_iwy34"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/esm/index.css
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
--gap-0: 0px;
|
|
5
5
|
--gap-8: var(--gap-xs);
|
|
6
6
|
--gap-16: var(--gap-m);
|
|
7
|
-
} .picker-
|
|
7
|
+
} .picker-button__container_eq2ck {
|
|
8
8
|
min-width: auto;
|
|
9
|
-
} .picker-
|
|
9
|
+
} .picker-button__optionsPopover_eq2ck.picker-button__sideGap_eq2ck.cc-picker-button {
|
|
10
10
|
padding: var(--gap-0) var(--gap-8);
|
|
11
|
-
} .cc-picker-button .picker-
|
|
11
|
+
} .cc-picker-button .picker-button__option_eq2ck {
|
|
12
12
|
padding: var(--gap-0) var(--gap-16);
|
|
13
|
-
} .cc-picker-button .picker-
|
|
13
|
+
} .cc-picker-button .picker-button__option_eq2ck:before {
|
|
14
14
|
display: none;
|
|
15
15
|
}
|
package/esm/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"container":"picker-
|
|
3
|
+
var styles = {"container":"picker-button__container_eq2ck","optionsPopover":"picker-button__optionsPopover_eq2ck","sideGap":"picker-button__sideGap_eq2ck","option":"picker-button__option_eq2ck"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/esm/option/index.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-s: 12px;
|
|
3
3
|
--gap-12: var(--gap-s);
|
|
4
|
-
} .picker-
|
|
4
|
+
} .picker-button__container_1rwxp {
|
|
5
5
|
display: flex;
|
|
6
6
|
align-items: center;
|
|
7
|
-
} .picker-
|
|
7
|
+
} .picker-button__icon_1rwxp {
|
|
8
8
|
display: flex;
|
|
9
9
|
margin-right: var(--gap-12);
|
|
10
|
-
} .picker-
|
|
10
|
+
} .picker-button__content_1rwxp {
|
|
11
11
|
overflow: hidden;
|
|
12
12
|
flex: 1;
|
|
13
13
|
text-overflow: ellipsis;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"container":"picker-
|
|
3
|
+
var styles = {"container":"picker-button__container_1rwxp","icon":"picker-button__icon_1rwxp","content":"picker-button__content_1rwxp"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/field/index.css
CHANGED
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
--gap-4: var(--gap-2xs);
|
|
6
6
|
} :root {
|
|
7
7
|
--arrow-transform: rotate(180deg);
|
|
8
|
-
} .picker-
|
|
8
|
+
} .picker-button__iconContainer_iwy34 {
|
|
9
9
|
display: flex;
|
|
10
10
|
transition: transform 0.15s ease-in-out;
|
|
11
|
-
} .picker-
|
|
11
|
+
} .picker-button__addonsContainer_iwy34 {
|
|
12
12
|
display: flex;
|
|
13
|
-
} .picker-
|
|
13
|
+
} .picker-button__addonsContainer_iwy34.picker-button__showControlIcon_iwy34 {
|
|
14
14
|
margin-right: var(--gap-4);
|
|
15
|
-
} .picker-
|
|
15
|
+
} .picker-button__open_iwy34 {
|
|
16
16
|
transform: var(--arrow-transform);
|
|
17
|
-
} .picker-
|
|
17
|
+
} .picker-button__linkOpen_iwy34:not(:hover) {
|
|
18
18
|
background-color: var(--color-light-transparent-default-hover);
|
|
19
19
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"iconContainer":"picker-
|
|
5
|
+
var styles = {"iconContainer":"picker-button__iconContainer_iwy34","addonsContainer":"picker-button__addonsContainer_iwy34","showControlIcon":"picker-button__showControlIcon_iwy34","open":"picker-button__open_iwy34","linkOpen":"picker-button__linkOpen_iwy34"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
package/index.css
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
--gap-0: 0px;
|
|
5
5
|
--gap-8: var(--gap-xs);
|
|
6
6
|
--gap-16: var(--gap-m);
|
|
7
|
-
} .picker-
|
|
7
|
+
} .picker-button__container_eq2ck {
|
|
8
8
|
min-width: auto;
|
|
9
|
-
} .picker-
|
|
9
|
+
} .picker-button__optionsPopover_eq2ck.picker-button__sideGap_eq2ck.cc-picker-button {
|
|
10
10
|
padding: var(--gap-0) var(--gap-8);
|
|
11
|
-
} .cc-picker-button .picker-
|
|
11
|
+
} .cc-picker-button .picker-button__option_eq2ck {
|
|
12
12
|
padding: var(--gap-0) var(--gap-16);
|
|
13
|
-
} .cc-picker-button .picker-
|
|
13
|
+
} .cc-picker-button .picker-button__option_eq2ck:before {
|
|
14
14
|
display: none;
|
|
15
15
|
}
|
package/index.module.css.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"container":"picker-
|
|
5
|
+
var styles = {"container":"picker-button__container_eq2ck","optionsPopover":"picker-button__optionsPopover_eq2ck","sideGap":"picker-button__sideGap_eq2ck","option":"picker-button__option_eq2ck"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/field/index.css
CHANGED
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
--gap-4: var(--gap-2xs);
|
|
6
6
|
} :root {
|
|
7
7
|
--arrow-transform: rotate(180deg);
|
|
8
|
-
} .picker-
|
|
8
|
+
} .picker-button__iconContainer_iwy34 {
|
|
9
9
|
display: flex;
|
|
10
10
|
transition: transform 0.15s ease-in-out;
|
|
11
|
-
} .picker-
|
|
11
|
+
} .picker-button__addonsContainer_iwy34 {
|
|
12
12
|
display: flex;
|
|
13
|
-
} .picker-
|
|
13
|
+
} .picker-button__addonsContainer_iwy34.picker-button__showControlIcon_iwy34 {
|
|
14
14
|
margin-right: var(--gap-4);
|
|
15
|
-
} .picker-
|
|
15
|
+
} .picker-button__open_iwy34 {
|
|
16
16
|
transform: var(--arrow-transform);
|
|
17
|
-
} .picker-
|
|
17
|
+
} .picker-button__linkOpen_iwy34:not(:hover) {
|
|
18
18
|
background-color: var(--color-light-transparent-default-hover);
|
|
19
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"iconContainer":"picker-
|
|
3
|
+
const styles = {"iconContainer":"picker-button__iconContainer_iwy34","addonsContainer":"picker-button__addonsContainer_iwy34","showControlIcon":"picker-button__showControlIcon_iwy34","open":"picker-button__open_iwy34","linkOpen":"picker-button__linkOpen_iwy34"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
--gap-0: 0px;
|
|
5
5
|
--gap-8: var(--gap-xs);
|
|
6
6
|
--gap-16: var(--gap-m);
|
|
7
|
-
} .picker-
|
|
7
|
+
} .picker-button__container_eq2ck {
|
|
8
8
|
min-width: auto;
|
|
9
|
-
} .picker-
|
|
9
|
+
} .picker-button__optionsPopover_eq2ck.picker-button__sideGap_eq2ck.cc-picker-button {
|
|
10
10
|
padding: var(--gap-0) var(--gap-8);
|
|
11
|
-
} .cc-picker-button .picker-
|
|
11
|
+
} .cc-picker-button .picker-button__option_eq2ck {
|
|
12
12
|
padding: var(--gap-0) var(--gap-16);
|
|
13
|
-
} .cc-picker-button .picker-
|
|
13
|
+
} .cc-picker-button .picker-button__option_eq2ck:before {
|
|
14
14
|
display: none;
|
|
15
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"container":"picker-
|
|
3
|
+
const styles = {"container":"picker-button__container_eq2ck","optionsPopover":"picker-button__optionsPopover_eq2ck","sideGap":"picker-button__sideGap_eq2ck","option":"picker-button__option_eq2ck"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/option/index.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-s: 12px;
|
|
3
3
|
--gap-12: var(--gap-s);
|
|
4
|
-
} .picker-
|
|
4
|
+
} .picker-button__container_1rwxp {
|
|
5
5
|
display: flex;
|
|
6
6
|
align-items: center;
|
|
7
|
-
} .picker-
|
|
7
|
+
} .picker-button__icon_1rwxp {
|
|
8
8
|
display: flex;
|
|
9
9
|
margin-right: var(--gap-12);
|
|
10
|
-
} .picker-
|
|
10
|
+
} .picker-button__content_1rwxp {
|
|
11
11
|
overflow: hidden;
|
|
12
12
|
flex: 1;
|
|
13
13
|
text-overflow: ellipsis;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"container":"picker-
|
|
3
|
+
const styles = {"container":"picker-button__container_1rwxp","icon":"picker-button__icon_1rwxp","content":"picker-button__content_1rwxp"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/option/index.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-s: 12px;
|
|
3
3
|
--gap-12: var(--gap-s);
|
|
4
|
-
} .picker-
|
|
4
|
+
} .picker-button__container_1rwxp {
|
|
5
5
|
display: flex;
|
|
6
6
|
align-items: center;
|
|
7
|
-
} .picker-
|
|
7
|
+
} .picker-button__icon_1rwxp {
|
|
8
8
|
display: flex;
|
|
9
9
|
margin-right: var(--gap-12);
|
|
10
|
-
} .picker-
|
|
10
|
+
} .picker-button__content_1rwxp {
|
|
11
11
|
overflow: hidden;
|
|
12
12
|
flex: 1;
|
|
13
13
|
text-overflow: ellipsis;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"container":"picker-
|
|
5
|
+
var styles = {"container":"picker-button__container_1rwxp","icon":"picker-button__icon_1rwxp","content":"picker-button__content_1rwxp"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-picker-button",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.3",
|
|
4
4
|
"description": "Picker button component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@alfalab/core-components-button": "^12.1.1",
|
|
14
14
|
"@alfalab/core-components-mq": "^5.0.2",
|
|
15
15
|
"@alfalab/core-components-popover": "^7.1.1",
|
|
16
|
-
"@alfalab/core-components-select": "^18.2.
|
|
16
|
+
"@alfalab/core-components-select": "^18.2.11",
|
|
17
17
|
"@alfalab/icons-glyph": "^2.247.0",
|
|
18
18
|
"classnames": "^2.5.1",
|
|
19
19
|
"tslib": "^2.4.0"
|