@mailstep/design-system 0.5.0-beta.3 → 0.5.0-beta.4

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": "@mailstep/design-system",
3
- "version": "0.5.0-beta.3",
3
+ "version": "0.5.0-beta.4",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -28,9 +28,9 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
28
28
  /* eslint-disable */
29
29
  import moment from 'moment';
30
30
  import React from 'react';
31
- import DaysView from './views/DaysView.jsx';
32
- import MonthsView from './views/MonthsView.jsx';
33
- import YearsView from './views/YearsView.jsx';
31
+ import DaysView from './views/DaysView';
32
+ import MonthsView from './views/MonthsView';
33
+ import YearsView from './views/YearsView';
34
34
  import onClickOutside from 'react-onclickoutside';
35
35
  var viewModes = {
36
36
  YEARS: 'years',