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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "willba-component-library",
3
- "version": "0.3.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": "^8.10.1",
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
@@ -17,7 +17,6 @@ const globals = {
17
17
  react: 'React',
18
18
  'react-dom': 'ReactDOM',
19
19
  'react-query': 'ReactQuery',
20
- 'react/jsx-runtime': 'jsxRuntime',
21
20
  }
22
21
 
23
22
  export default [
@@ -83,15 +83,14 @@ export const Main: Story = {
83
83
  {
84
84
  id: 1,
85
85
  label: {
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',
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
  },