willba-component-library 0.1.5 → 0.1.7

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.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "A stroybook 6 with TypeScript demo",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
@@ -26,8 +26,8 @@
26
26
  "react-dom": "^18.2.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@rollup/plugin-commonjs": "^25.0.3",
30
- "@rollup/plugin-node-resolve": "^15.1.0",
29
+ "@rollup/plugin-commonjs": "^25.0.4",
30
+ "@rollup/plugin-node-resolve": "^15.2.1",
31
31
  "@rollup/plugin-typescript": "^11.1.2",
32
32
  "@storybook/addon-essentials": "^7.2.1",
33
33
  "@storybook/addon-interactions": "^7.2.1",
package/rollup.config.mjs CHANGED
@@ -16,6 +16,7 @@ const packageJson = requireFile('./package.json')
16
16
  const globals = {
17
17
  react: 'React',
18
18
  'react-dom': 'ReactDOM',
19
+ 'react-router-dom': 'ReactRouterDOM',
19
20
  'react-query': 'ReactQuery',
20
21
  }
21
22
 
@@ -81,14 +81,15 @@ export default function FilterBar({
81
81
  label={t('calendar.endDate')}
82
82
  onClick={() => handleSelectedFilter(2)}
83
83
  />
84
- <Divider />
84
+
85
+ {/* TODO - Add strapi settings to add or remove functionality */}
86
+ {/* <Divider />
85
87
  <SelectButton
86
88
  label={t('guests.label')}
87
89
  onClick={() => handleSelectedFilter(3)}
88
90
  style={fontWigthBold(selectedFilter === 3)}
89
- />
91
+ /> */}
90
92
 
91
- {/* TODO - Add strapi settings to add or remove functionality */}
92
93
  {/* <Divider />
93
94
  <SelectButton
94
95
  label={t('categories.label')}