baseui 0.0.0-next-a6f27f9 → 0.0.0-next-c17dbe5

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.
@@ -5,7 +5,7 @@ export { default as StatefulCalendar } from './stateful-calendar';
5
5
  export { default as Datepicker, default as DatePicker } from './datepicker';
6
6
  export { default as StatefulDatepicker, default as StatefulDatePicker, } from './stateful-datepicker';
7
7
  export { formatDate } from './utils';
8
- export { DENSITY, ORIENTATION, STATE_CHANGE_TYPE } from './constants';
8
+ export { DENSITY, ORIENTATION, RANGED_CALENDAR_BEHAVIOR, STATE_CHANGE_TYPE } from './constants';
9
9
  export * from './styled-components';
10
10
  export * from '../timepicker';
11
11
  export * from '../timezonepicker';
@@ -14,6 +14,7 @@ var _exportNames = {
14
14
  formatDate: true,
15
15
  DENSITY: true,
16
16
  ORIENTATION: true,
17
+ RANGED_CALENDAR_BEHAVIOR: true,
17
18
  STATE_CHANGE_TYPE: true
18
19
  };
19
20
  Object.defineProperty(exports, "Calendar", {
@@ -46,6 +47,12 @@ Object.defineProperty(exports, "ORIENTATION", {
46
47
  return _constants.ORIENTATION;
47
48
  }
48
49
  });
50
+ Object.defineProperty(exports, "RANGED_CALENDAR_BEHAVIOR", {
51
+ enumerable: true,
52
+ get: function get() {
53
+ return _constants.RANGED_CALENDAR_BEHAVIOR;
54
+ }
55
+ });
49
56
  Object.defineProperty(exports, "STATE_CHANGE_TYPE", {
50
57
  enumerable: true,
51
58
  get: function get() {
@@ -19,7 +19,7 @@ export { default as TimezonePicker } from '../timezonepicker/timezone-picker.js'
19
19
  // Util functions
20
20
  export { formatDate } from './utils/index.js';
21
21
  // Constants
22
- export { DENSITY, ORIENTATION, STATE_CHANGE_TYPE } from './constants.js';
22
+ export { DENSITY, ORIENTATION, STATE_CHANGE_TYPE, RANGED_CALENDAR_BEHAVIOR } from './constants.js';
23
23
  // Styled elements
24
24
  export * from './styled-components.js';
25
25
  // Flow
@@ -12,7 +12,7 @@ export { default as StatefulDatepicker, default as StatefulDatePicker } from './
12
12
 
13
13
  export { formatDate } from './utils'; // Constants
14
14
 
15
- export { DENSITY, ORIENTATION, STATE_CHANGE_TYPE } from './constants'; // Styled elements
15
+ export { DENSITY, ORIENTATION, RANGED_CALENDAR_BEHAVIOR, STATE_CHANGE_TYPE } from './constants'; // Styled elements
16
16
 
17
17
  export * from './styled-components'; // Dependency components and their types
18
18
 
@@ -12,7 +12,7 @@ export { default as StatefulDatepicker, default as StatefulDatePicker } from './
12
12
 
13
13
  export { formatDate } from './utils'; // Constants
14
14
 
15
- export { DENSITY, ORIENTATION, STATE_CHANGE_TYPE } from './constants'; // Styled elements
15
+ export { DENSITY, ORIENTATION, RANGED_CALENDAR_BEHAVIOR, STATE_CHANGE_TYPE } from './constants'; // Styled elements
16
16
 
17
17
  export * from './styled-components'; // Dependency components and their types
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baseui",
3
- "version": "0.0.0-next-a6f27f9",
3
+ "version": "0.0.0-next-c17dbe5",
4
4
  "description": "A React Component library implementing the Base design language",
5
5
  "keywords": [
6
6
  "react",