willba-component-library 0.3.3 → 0.3.5
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 +2512 -2799
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +2398 -2667
- package/lib/index.js.map +1 -1
- package/lib/index.umd.js +2402 -2670
- package/lib/index.umd.js.map +1 -1
- package/package.json +2 -2
- package/rollup.config.mjs +0 -1
- package/src/components/FilterBar/FilterBar.stories.tsx +5 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "willba-component-library",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "A custom UI component library",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.esm.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"classnames": "^2.5.1",
|
|
18
|
-
"react-day-picker": "
|
|
18
|
+
"react-day-picker": "8.8.0",
|
|
19
19
|
"react-i18next": "^13.5.0",
|
|
20
20
|
"react-icons": "^4.12.0",
|
|
21
21
|
"react-responsive": "^9.0.2"
|
package/rollup.config.mjs
CHANGED
|
@@ -83,15 +83,14 @@ export const Main: Story = {
|
|
|
83
83
|
{
|
|
84
84
|
id: 1,
|
|
85
85
|
label: {
|
|
86
|
-
en: 'Location 1
|
|
86
|
+
en: 'Location 1',
|
|
87
87
|
fi: 'Location 1 fi',
|
|
88
88
|
},
|
|
89
89
|
description: {
|
|
90
90
|
en: 'Location 1 description',
|
|
91
91
|
fi: 'Location 1 description fi',
|
|
92
92
|
},
|
|
93
|
-
imageUrl:
|
|
94
|
-
'//i0.wp.com/picjumbo.com/wp-content/uploads/beautiful-fall-nature-scenery-free-image.jpeg?w=2210&quality=70',
|
|
93
|
+
imageUrl: '',
|
|
95
94
|
},
|
|
96
95
|
{
|
|
97
96
|
id: 2,
|
|
@@ -110,8 +109,7 @@ export const Main: Story = {
|
|
|
110
109
|
en: 'Location 3 description',
|
|
111
110
|
fi: 'Location 3 description fi',
|
|
112
111
|
},
|
|
113
|
-
imageUrl:
|
|
114
|
-
'//i0.wp.com/picjumbo.com/wp-content/uploads/beautiful-fall-nature-scenery-free-image.jpeg?w=2210&quality=70',
|
|
112
|
+
imageUrl: '',
|
|
115
113
|
},
|
|
116
114
|
{
|
|
117
115
|
id: 4,
|
|
@@ -119,8 +117,7 @@ export const Main: Story = {
|
|
|
119
117
|
en: 'Location 4',
|
|
120
118
|
fi: 'Location 4 fi',
|
|
121
119
|
},
|
|
122
|
-
imageUrl:
|
|
123
|
-
'//i0.wp.com/picjumbo.com/wp-content/uploads/beautiful-fall-nature-scenery-free-image.jpeg?w=2210&quality=70',
|
|
120
|
+
imageUrl: '',
|
|
124
121
|
},
|
|
125
122
|
{
|
|
126
123
|
id: 5,
|
|
@@ -132,6 +129,7 @@ export const Main: Story = {
|
|
|
132
129
|
en: 'Location 5 description',
|
|
133
130
|
fi: 'Location 5 description fi',
|
|
134
131
|
},
|
|
132
|
+
imageUrl: '',
|
|
135
133
|
},
|
|
136
134
|
],
|
|
137
135
|
},
|