@panneau/list-calendar 3.0.17 → 3.0.19

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/es/index.js CHANGED
@@ -278,5 +278,6 @@ var CalendarList = function CalendarList(_ref) {
278
278
  };
279
279
  CalendarList.propTypes = propTypes;
280
280
  CalendarList.defaultProps = defaultProps;
281
+ var Calendar = CalendarList;
281
282
 
282
- export { CalendarList as default };
283
+ export { Calendar as default };
package/lib/index.js CHANGED
@@ -293,5 +293,6 @@ var CalendarList = function CalendarList(_ref) {
293
293
  };
294
294
  CalendarList.propTypes = propTypes;
295
295
  CalendarList.defaultProps = defaultProps;
296
+ var Calendar = CalendarList;
296
297
 
297
- exports["default"] = CalendarList;
298
+ exports["default"] = Calendar;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/list-calendar",
3
- "version": "3.0.17",
3
+ "version": "3.0.19",
4
4
  "description": "Calendar list",
5
5
  "keywords": [
6
6
  "javascript"
@@ -45,13 +45,13 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@babel/runtime": "^7.12.5",
48
- "@panneau/core": "^3.0.17",
49
- "@panneau/element-button": "^3.0.17",
50
- "@panneau/element-card": "^3.0.17",
51
- "@panneau/element-icon": "^3.0.17",
52
- "@panneau/element-item-actions": "^3.0.17",
53
- "@panneau/element-loading": "^3.0.17",
54
- "@panneau/themes": "^3.0.17",
48
+ "@panneau/core": "^3.0.19",
49
+ "@panneau/element-button": "^3.0.19",
50
+ "@panneau/element-card": "^3.0.19",
51
+ "@panneau/element-icon": "^3.0.19",
52
+ "@panneau/element-item-actions": "^3.0.19",
53
+ "@panneau/element-loading": "^3.0.19",
54
+ "@panneau/themes": "^3.0.19",
55
55
  "classnames": "^2.2.6",
56
56
  "date-fns": "^2.29.3",
57
57
  "lodash": "^4.17.21",
@@ -62,5 +62,5 @@
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "a4ad3574da3bcec787d3da2aafeaf4a76fe97b10"
65
+ "gitHead": "d00f01acd3ff68ff4119cd816efdc5b088d2bbd1"
66
66
  }