willba-component-library 0.3.1 → 0.3.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/lib/index.esm.js +1 -1
- package/lib/index.js +1 -1
- package/lib/index.umd.js +1 -1
- package/package.json +1 -1
- package/rollup.config.mjs +3 -1
- package/src/components/FilterBar/FilterBar.stories.tsx +7 -7
- package/src/components/FilterBar/components/buttons/select-button/SelectButton.css +5 -9
- package/tsconfig.json +2 -2
package/lib/index.esm.js
CHANGED
|
@@ -12148,7 +12148,7 @@ var useScrollInToView = function (_a) {
|
|
|
12148
12148
|
return { isMobile: isMobile, targetFilterBarRef: targetFilterBarRef };
|
|
12149
12149
|
};
|
|
12150
12150
|
|
|
12151
|
-
var css_248z$9 = ".will-filter-bar-select-button {\n width: 100%;\n height: auto;\n background-color: transparent;\n border: none;\n padding: 0 20px;\n border-radius: 20px;\n cursor: pointer;\n font-size: 14px;\n text-align: initial;\n}\n\n.will-filter-bar-select-button .select-button-wrapper {\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n gap: 10px;\n \n}\n\n.will-filter-bar-select-button .select-button-wrapper > div {\n display: grid\n}\n\n.will-filter-bar-select-button .select-button-label {\n color: var(--will-black);\n font-weight: 600;\n}\n\n.will-filter-bar-select-button .select-button-description {\n
|
|
12151
|
+
var css_248z$9 = ".will-filter-bar-select-button {\n width: 100%;\n height: auto;\n background-color: transparent;\n border: none;\n padding: 0 20px;\n border-radius: 20px;\n cursor: pointer;\n font-size: 14px;\n text-align: initial;\n}\n\n.will-filter-bar-select-button .select-button-wrapper {\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n gap: 10px;\n \n}\n\n.will-filter-bar-select-button .select-button-wrapper > div {\n display: grid\n}\n\n.will-filter-bar-select-button .select-button-label {\n color: var(--will-black);\n font-weight: 600;\n}\n\n.will-filter-bar-select-button .select-button-description {\n color: var(--will-black);\n font-weight: 400;\n opacity: 0.5;\n white-space: nowrap;\n min-height: 19px;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.will-filter-bar-select-button .select-button-description span {\n font: inherit\n}\n\n .will-filter-bar-select-button .select-button-label.active,\n .will-filter-bar-select-button .select-button-description.active {\n font-weight: 700;\n font-size: 15px;\n opacity: 1;\n\n }\n\n@media (max-width: 960px) {\n .will-filter-bar-select-button {\n padding: 15px 0;\n }\n\n .will-filter-bar-select-button:first-child {\n padding: 0 0 15px 0;\n }\n\n .will-filter-bar-select-button .select-button-wrapper {\n justify-content: center;\n text-align: center;\n }\n\n .will-filter-bar-select-button .select-button-description {\n white-space: wrap;\n }\n\n .will-filter-bar-select-button .select-button-divider {\n display: none\n }\n}\n\n\n";
|
|
12152
12152
|
styleInject(css_248z$9);
|
|
12153
12153
|
|
|
12154
12154
|
var SelectButton = forwardRef(function (_a, ref) {
|
package/lib/index.js
CHANGED
|
@@ -12150,7 +12150,7 @@ var useScrollInToView = function (_a) {
|
|
|
12150
12150
|
return { isMobile: isMobile, targetFilterBarRef: targetFilterBarRef };
|
|
12151
12151
|
};
|
|
12152
12152
|
|
|
12153
|
-
var css_248z$9 = ".will-filter-bar-select-button {\n width: 100%;\n height: auto;\n background-color: transparent;\n border: none;\n padding: 0 20px;\n border-radius: 20px;\n cursor: pointer;\n font-size: 14px;\n text-align: initial;\n}\n\n.will-filter-bar-select-button .select-button-wrapper {\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n gap: 10px;\n \n}\n\n.will-filter-bar-select-button .select-button-wrapper > div {\n display: grid\n}\n\n.will-filter-bar-select-button .select-button-label {\n color: var(--will-black);\n font-weight: 600;\n}\n\n.will-filter-bar-select-button .select-button-description {\n
|
|
12153
|
+
var css_248z$9 = ".will-filter-bar-select-button {\n width: 100%;\n height: auto;\n background-color: transparent;\n border: none;\n padding: 0 20px;\n border-radius: 20px;\n cursor: pointer;\n font-size: 14px;\n text-align: initial;\n}\n\n.will-filter-bar-select-button .select-button-wrapper {\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n gap: 10px;\n \n}\n\n.will-filter-bar-select-button .select-button-wrapper > div {\n display: grid\n}\n\n.will-filter-bar-select-button .select-button-label {\n color: var(--will-black);\n font-weight: 600;\n}\n\n.will-filter-bar-select-button .select-button-description {\n color: var(--will-black);\n font-weight: 400;\n opacity: 0.5;\n white-space: nowrap;\n min-height: 19px;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.will-filter-bar-select-button .select-button-description span {\n font: inherit\n}\n\n .will-filter-bar-select-button .select-button-label.active,\n .will-filter-bar-select-button .select-button-description.active {\n font-weight: 700;\n font-size: 15px;\n opacity: 1;\n\n }\n\n@media (max-width: 960px) {\n .will-filter-bar-select-button {\n padding: 15px 0;\n }\n\n .will-filter-bar-select-button:first-child {\n padding: 0 0 15px 0;\n }\n\n .will-filter-bar-select-button .select-button-wrapper {\n justify-content: center;\n text-align: center;\n }\n\n .will-filter-bar-select-button .select-button-description {\n white-space: wrap;\n }\n\n .will-filter-bar-select-button .select-button-divider {\n display: none\n }\n}\n\n\n";
|
|
12154
12154
|
styleInject(css_248z$9);
|
|
12155
12155
|
|
|
12156
12156
|
var SelectButton = React.forwardRef(function (_a, ref) {
|
package/lib/index.umd.js
CHANGED
|
@@ -12151,7 +12151,7 @@
|
|
|
12151
12151
|
return { isMobile: isMobile, targetFilterBarRef: targetFilterBarRef };
|
|
12152
12152
|
};
|
|
12153
12153
|
|
|
12154
|
-
var css_248z$9 = ".will-filter-bar-select-button {\n width: 100%;\n height: auto;\n background-color: transparent;\n border: none;\n padding: 0 20px;\n border-radius: 20px;\n cursor: pointer;\n font-size: 14px;\n text-align: initial;\n}\n\n.will-filter-bar-select-button .select-button-wrapper {\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n gap: 10px;\n \n}\n\n.will-filter-bar-select-button .select-button-wrapper > div {\n display: grid\n}\n\n.will-filter-bar-select-button .select-button-label {\n color: var(--will-black);\n font-weight: 600;\n}\n\n.will-filter-bar-select-button .select-button-description {\n
|
|
12154
|
+
var css_248z$9 = ".will-filter-bar-select-button {\n width: 100%;\n height: auto;\n background-color: transparent;\n border: none;\n padding: 0 20px;\n border-radius: 20px;\n cursor: pointer;\n font-size: 14px;\n text-align: initial;\n}\n\n.will-filter-bar-select-button .select-button-wrapper {\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n gap: 10px;\n \n}\n\n.will-filter-bar-select-button .select-button-wrapper > div {\n display: grid\n}\n\n.will-filter-bar-select-button .select-button-label {\n color: var(--will-black);\n font-weight: 600;\n}\n\n.will-filter-bar-select-button .select-button-description {\n color: var(--will-black);\n font-weight: 400;\n opacity: 0.5;\n white-space: nowrap;\n min-height: 19px;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.will-filter-bar-select-button .select-button-description span {\n font: inherit\n}\n\n .will-filter-bar-select-button .select-button-label.active,\n .will-filter-bar-select-button .select-button-description.active {\n font-weight: 700;\n font-size: 15px;\n opacity: 1;\n\n }\n\n@media (max-width: 960px) {\n .will-filter-bar-select-button {\n padding: 15px 0;\n }\n\n .will-filter-bar-select-button:first-child {\n padding: 0 0 15px 0;\n }\n\n .will-filter-bar-select-button .select-button-wrapper {\n justify-content: center;\n text-align: center;\n }\n\n .will-filter-bar-select-button .select-button-description {\n white-space: wrap;\n }\n\n .will-filter-bar-select-button .select-button-divider {\n display: none\n }\n}\n\n\n";
|
|
12155
12155
|
styleInject(css_248z$9);
|
|
12156
12156
|
|
|
12157
12157
|
var SelectButton = React.forwardRef(function (_a, ref) {
|
package/package.json
CHANGED
package/rollup.config.mjs
CHANGED
|
@@ -27,7 +27,7 @@ export const Main: Story = {
|
|
|
27
27
|
},
|
|
28
28
|
],
|
|
29
29
|
},
|
|
30
|
-
fullWidth:
|
|
30
|
+
fullWidth: false,
|
|
31
31
|
language: 'en',
|
|
32
32
|
redirectUrl: 'http://localhost:4000/',
|
|
33
33
|
ageCategories: [
|
|
@@ -81,9 +81,9 @@ export const Main: Story = {
|
|
|
81
81
|
multiSelect: false,
|
|
82
82
|
data: [
|
|
83
83
|
{
|
|
84
|
-
id:
|
|
84
|
+
id: 1,
|
|
85
85
|
label: {
|
|
86
|
-
en: 'Location 1',
|
|
86
|
+
en: 'Location 1 Location 1 Location 1 Location 1 Location 1 Location 1 Location 1 Location 1 Location 1 Location 1 Location 1 Location 1 Location 1',
|
|
87
87
|
fi: 'Location 1 fi',
|
|
88
88
|
},
|
|
89
89
|
description: {
|
|
@@ -94,14 +94,14 @@ export const Main: Story = {
|
|
|
94
94
|
'//i0.wp.com/picjumbo.com/wp-content/uploads/beautiful-fall-nature-scenery-free-image.jpeg?w=2210&quality=70',
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
|
-
id:
|
|
97
|
+
id: 2,
|
|
98
98
|
label: {
|
|
99
99
|
en: 'Location 2',
|
|
100
100
|
fi: 'Location 2 fi',
|
|
101
101
|
},
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
|
-
id:
|
|
104
|
+
id: 3,
|
|
105
105
|
label: {
|
|
106
106
|
en: 'Location 3',
|
|
107
107
|
fi: 'Location 3 fi',
|
|
@@ -114,7 +114,7 @@ export const Main: Story = {
|
|
|
114
114
|
'//i0.wp.com/picjumbo.com/wp-content/uploads/beautiful-fall-nature-scenery-free-image.jpeg?w=2210&quality=70',
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
|
-
id:
|
|
117
|
+
id: 4,
|
|
118
118
|
label: {
|
|
119
119
|
en: 'Location 4',
|
|
120
120
|
fi: 'Location 4 fi',
|
|
@@ -123,7 +123,7 @@ export const Main: Story = {
|
|
|
123
123
|
'//i0.wp.com/picjumbo.com/wp-content/uploads/beautiful-fall-nature-scenery-free-image.jpeg?w=2210&quality=70',
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
|
-
id:
|
|
126
|
+
id: 5,
|
|
127
127
|
label: {
|
|
128
128
|
en: 'Location 5',
|
|
129
129
|
fi: 'Location 5 fi',
|
|
@@ -28,22 +28,18 @@
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.will-filter-bar-select-button .select-button-description {
|
|
31
|
-
|
|
32
31
|
color: var(--will-black);
|
|
33
32
|
font-weight: 400;
|
|
34
33
|
opacity: 0.5;
|
|
35
34
|
white-space: nowrap;
|
|
36
35
|
min-height: 19px;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.will-filter-bar-select-button .select-button-description span {
|
|
40
|
-
font: inherit
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.will-root.is-full-width .will-filter-bar-select-button .select-button-description {
|
|
44
36
|
overflow: hidden;
|
|
45
37
|
text-overflow: ellipsis;
|
|
46
|
-
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.will-filter-bar-select-button .select-button-description span {
|
|
41
|
+
font: inherit
|
|
42
|
+
}
|
|
47
43
|
|
|
48
44
|
.will-filter-bar-select-button .select-button-label.active,
|
|
49
45
|
.will-filter-bar-select-button .select-button-description.active {
|
package/tsconfig.json
CHANGED
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"strict": true,
|
|
14
14
|
"forceConsistentCasingInFileNames": true,
|
|
15
15
|
"module": "esnext",
|
|
16
|
-
"moduleResolution": "
|
|
16
|
+
"moduleResolution": "bundler",
|
|
17
17
|
"resolveJsonModule": true,
|
|
18
18
|
"isolatedModules": true,
|
|
19
19
|
"noEmit": true,
|
|
20
|
-
"jsx": "react",
|
|
20
|
+
"jsx": "react-jsx",
|
|
21
21
|
|
|
22
22
|
"baseUrl": "./",
|
|
23
23
|
"paths": {
|