@elliemae/ds-date-range-selector 3.0.0-alpha.3 → 3.0.0-next.11

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.
@@ -28,6 +28,7 @@ var __toCommonJS = /* @__PURE__ */ ((cache) => {
28
28
  var DSDateRangeSelector_exports = {};
29
29
  __export(DSDateRangeSelector_exports, {
30
30
  CUSTOM_OPTION_VALUE: () => import_dropdownPreselectedOptions.CUSTOM_OPTION_VALUE,
31
+ DSDateRangeSelector: () => DSDateRangeSelector,
31
32
  DateRangeRecurrenceSelectorWithSchema: () => DateRangeRecurrenceSelectorWithSchema,
32
33
  DropdownOptionsTypes: () => import_dropdownPreselectedOptions.DropdownOptionsTypes,
33
34
  default: () => DSDateRangeSelector_default,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/DSDateRangeSelector.tsx", "../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import React from 'react';\nimport { PropTypes, describe } from 'react-desc';\nimport moment from 'moment';\nimport DateRangeSelectorImpl from './components/DateRangeSelectorImpl';\nimport {\n DropdownOptionsTypes,\n dropdownPreselectedOptions,\n CUSTOM_OPTION_VALUE,\n} from './options/dropdownPreselectedOptions';\nimport CustomOptionRender from './components/CustomOptionRender/CustomOptionRender';\n\nconst DSDateRangeSelector = ({\n containerProps = {},\n className = '',\n preselectedOptions = dropdownPreselectedOptions,\n onChange = () => null,\n placeholder = 'Select Range',\n value = null,\n customOptionRender = CustomOptionRender,\n startDate = null,\n endDate = null,\n displayFormatDay = 'D',\n disableCustomOption = false,\n}) => (\n <DateRangeSelectorImpl\n className={className}\n containerProps={containerProps}\n customOptionRender={customOptionRender}\n disableCustomOption={disableCustomOption}\n displayFormatDay={displayFormatDay}\n dropdownPreselectedOptions={preselectedOptions}\n endDate={endDate}\n onChange={onChange}\n placeholder={placeholder}\n startDate={startDate}\n value={value}\n />\n);\n\nexport {\n CUSTOM_OPTION_VALUE,\n dropdownPreselectedOptions,\n DropdownOptionsTypes,\n};\n\nconst dateRangeRecurrenceSelectorProps = {\n containerProps: PropTypes.object.description(\n 'Set of properties attached to the main container',\n ),\n className: PropTypes.string.description('html class attribute'),\n preselectedOptions: PropTypes.arrayOf(\n PropTypes.shape({\n label: PropTypes.string,\n value: PropTypes.string,\n }),\n ).description('options to display in dropdown menu'),\n onChange: PropTypes.func.description(\n 'function executed when selection changes',\n ),\n placeholder: PropTypes.string\n .description('inputs placeholder')\n .defaultValue('Select Range'),\n value: PropTypes.oneOf([PropTypes.string, PropTypes.number]).description(\n 'selected value',\n ),\n customOptionRender: PropTypes.element.description(\n 'custom renderer for options',\n ),\n startDate: PropTypes.instanceOf(Date, moment).description(\n 'moment object of start date',\n ),\n endDate: PropTypes.instanceOf(Date, moment).description(\n 'moment object of end date',\n ),\n displayFormatDay: PropTypes.string\n .description('format to display date')\n .defaultValue('D'),\n disableCustomOption: PropTypes.bool\n .description('disables custom options')\n .defaultValue(false),\n};\n\nDSDateRangeSelector.propTypes = dateRangeRecurrenceSelectorProps;\n\nconst DateRangeRecurrenceSelectorWithSchema = describe(DSDateRangeSelector);\nDateRangeRecurrenceSelectorWithSchema.propTypes = dateRangeRecurrenceSelectorProps;\n\nexport { DateRangeRecurrenceSelectorWithSchema };\nexport default DSDateRangeSelector;\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,mBAAkB;AAClB,wBAAoC;AACpC,oBAAmB;AACnB,mCAAkC;AAClC,wCAIO;AACP,gCAA+B;AAE/B,MAAM,sBAAsB,CAAC;AAAA,EAC3B,iBAAiB;AAAA,EACjB,YAAY;AAAA,EACZ,qBAAqB;AAAA,EACrB,WAAW,MAAM;AAAA,EACjB,cAAc;AAAA,EACd,QAAQ;AAAA,EACR,qBAAqB;AAAA,EACrB,YAAY;AAAA,EACZ,UAAU;AAAA,EACV,mBAAmB;AAAA,EACnB,sBAAsB;AAAA,MAEtB,mDAAC,sCAAD;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,4BAA4B;AAAA,EAC5B;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAUJ,MAAM,mCAAmC;AAAA,EACvC,gBAAgB,4BAAU,OAAO,YAC/B;AAAA,EAEF,WAAW,4BAAU,OAAO,YAAY;AAAA,EACxC,oBAAoB,4BAAU,QAC5B,4BAAU,MAAM;AAAA,IACd,OAAO,4BAAU;AAAA,IACjB,OAAO,4BAAU;AAAA,MAEnB,YAAY;AAAA,EACd,UAAU,4BAAU,KAAK,YACvB;AAAA,EAEF,aAAa,4BAAU,OACpB,YAAY,sBACZ,aAAa;AAAA,EAChB,OAAO,4BAAU,MAAM,CAAC,4BAAU,QAAQ,4BAAU,SAAS,YAC3D;AAAA,EAEF,oBAAoB,4BAAU,QAAQ,YACpC;AAAA,EAEF,WAAW,4BAAU,WAAW,MAAM,uBAAQ,YAC5C;AAAA,EAEF,SAAS,4BAAU,WAAW,MAAM,uBAAQ,YAC1C;AAAA,EAEF,kBAAkB,4BAAU,OACzB,YAAY,0BACZ,aAAa;AAAA,EAChB,qBAAqB,4BAAU,KAC5B,YAAY,2BACZ,aAAa;AAAA;AAGlB,oBAAoB,YAAY;AAEhC,MAAM,wCAAwC,gCAAS;AACvD,sCAAsC,YAAY;AAGlD,IAAO,8BAAQ;",
4
+ "sourcesContent": ["import React from 'react';\nimport { PropTypes, describe } from 'react-desc';\nimport moment from 'moment';\nimport DateRangeSelectorImpl from './components/DateRangeSelectorImpl';\nimport {\n DropdownOptionsTypes,\n dropdownPreselectedOptions,\n CUSTOM_OPTION_VALUE,\n} from './options/dropdownPreselectedOptions';\nimport CustomOptionRender from './components/CustomOptionRender/CustomOptionRender';\n\nconst DSDateRangeSelector = ({\n containerProps = {},\n className = '',\n preselectedOptions = dropdownPreselectedOptions,\n onChange = () => null,\n placeholder = 'Select Range',\n value = null,\n customOptionRender = CustomOptionRender,\n startDate = null,\n endDate = null,\n displayFormatDay = 'D',\n disableCustomOption = false,\n}) => (\n <DateRangeSelectorImpl\n className={className}\n containerProps={containerProps}\n customOptionRender={customOptionRender}\n disableCustomOption={disableCustomOption}\n displayFormatDay={displayFormatDay}\n dropdownPreselectedOptions={preselectedOptions}\n endDate={endDate}\n onChange={onChange}\n placeholder={placeholder}\n startDate={startDate}\n value={value}\n />\n);\n\nexport {\n CUSTOM_OPTION_VALUE,\n dropdownPreselectedOptions,\n DropdownOptionsTypes,\n};\n\nconst dateRangeRecurrenceSelectorProps = {\n containerProps: PropTypes.object.description(\n 'Set of properties attached to the main container',\n ),\n className: PropTypes.string.description('html class attribute'),\n preselectedOptions: PropTypes.arrayOf(\n PropTypes.shape({\n label: PropTypes.string,\n value: PropTypes.string,\n }),\n ).description('options to display in dropdown menu'),\n onChange: PropTypes.func.description(\n 'function executed when selection changes',\n ),\n placeholder: PropTypes.string\n .description('inputs placeholder')\n .defaultValue('Select Range'),\n value: PropTypes.oneOf([PropTypes.string, PropTypes.number]).description(\n 'selected value',\n ),\n customOptionRender: PropTypes.element.description(\n 'custom renderer for options',\n ),\n startDate: PropTypes.instanceOf(Date, moment).description(\n 'moment object of start date',\n ),\n endDate: PropTypes.instanceOf(Date, moment).description(\n 'moment object of end date',\n ),\n displayFormatDay: PropTypes.string\n .description('format to display date')\n .defaultValue('D'),\n disableCustomOption: PropTypes.bool\n .description('disables custom options')\n .defaultValue(false),\n};\n\nDSDateRangeSelector.propTypes = dateRangeRecurrenceSelectorProps;\n\nconst DateRangeRecurrenceSelectorWithSchema = describe(DSDateRangeSelector);\nDateRangeRecurrenceSelectorWithSchema.propTypes = dateRangeRecurrenceSelectorProps;\n\nexport { DateRangeRecurrenceSelectorWithSchema, DSDateRangeSelector };\nexport default DSDateRangeSelector;\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,mBAAkB;AAClB,wBAAoC;AACpC,oBAAmB;AACnB,mCAAkC;AAClC,wCAIO;AACP,gCAA+B;AAE/B,MAAM,sBAAsB,CAAC;AAAA,EAC3B,iBAAiB;AAAA,EACjB,YAAY;AAAA,EACZ,qBAAqB;AAAA,EACrB,WAAW,MAAM;AAAA,EACjB,cAAc;AAAA,EACd,QAAQ;AAAA,EACR,qBAAqB;AAAA,EACrB,YAAY;AAAA,EACZ,UAAU;AAAA,EACV,mBAAmB;AAAA,EACnB,sBAAsB;AAAA,MAEtB,mDAAC,sCAAD;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,4BAA4B;AAAA,EAC5B;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAUJ,MAAM,mCAAmC;AAAA,EACvC,gBAAgB,4BAAU,OAAO,YAC/B;AAAA,EAEF,WAAW,4BAAU,OAAO,YAAY;AAAA,EACxC,oBAAoB,4BAAU,QAC5B,4BAAU,MAAM;AAAA,IACd,OAAO,4BAAU;AAAA,IACjB,OAAO,4BAAU;AAAA,MAEnB,YAAY;AAAA,EACd,UAAU,4BAAU,KAAK,YACvB;AAAA,EAEF,aAAa,4BAAU,OACpB,YAAY,sBACZ,aAAa;AAAA,EAChB,OAAO,4BAAU,MAAM,CAAC,4BAAU,QAAQ,4BAAU,SAAS,YAC3D;AAAA,EAEF,oBAAoB,4BAAU,QAAQ,YACpC;AAAA,EAEF,WAAW,4BAAU,WAAW,MAAM,uBAAQ,YAC5C;AAAA,EAEF,SAAS,4BAAU,WAAW,MAAM,uBAAQ,YAC1C;AAAA,EAEF,kBAAkB,4BAAU,OACzB,YAAY,0BACZ,aAAa;AAAA,EAChB,qBAAqB,4BAAU,KAC5B,YAAY,2BACZ,aAAa;AAAA;AAGlB,oBAAoB,YAAY;AAEhC,MAAM,wCAAwC,gCAAS;AACvD,sCAAsC,YAAY;AAGlD,IAAO,8BAAQ;",
6
6
  "names": []
7
7
  }
package/dist/cjs/index.js CHANGED
@@ -28,6 +28,7 @@ var __toCommonJS = /* @__PURE__ */ ((cache) => {
28
28
  var src_exports = {};
29
29
  __export(src_exports, {
30
30
  CUSTOM_OPTION_VALUE: () => import_DSDateRangeSelector2.CUSTOM_OPTION_VALUE,
31
+ DSDateRangeSelector: () => import_DSDateRangeSelector.DSDateRangeSelector,
31
32
  DateRangeRecurrenceSelectorWithSchema: () => import_DSDateRangeSelector.DateRangeRecurrenceSelectorWithSchema,
32
33
  default: () => import_DSDateRangeSelector.default
33
34
  });
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx", "../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export {\n default,\n DateRangeRecurrenceSelectorWithSchema,\n} from './DSDateRangeSelector';\nexport { CUSTOM_OPTION_VALUE } from './DSDateRangeSelector';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,iCAGO;AACP,kCAAoC;",
4
+ "sourcesContent": ["export {\n default,\n DateRangeRecurrenceSelectorWithSchema,\n DSDateRangeSelector,\n} from './DSDateRangeSelector';\nexport { CUSTOM_OPTION_VALUE } from './DSDateRangeSelector';\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,iCAIO;AACP,kCAAoC;",
6
6
  "names": []
7
7
  }
@@ -56,6 +56,7 @@ DateRangeRecurrenceSelectorWithSchema.propTypes = dateRangeRecurrenceSelectorPro
56
56
  var DSDateRangeSelector_default = DSDateRangeSelector;
57
57
  export {
58
58
  CUSTOM_OPTION_VALUE,
59
+ DSDateRangeSelector,
59
60
  DateRangeRecurrenceSelectorWithSchema,
60
61
  DropdownOptionsTypes,
61
62
  DSDateRangeSelector_default as default,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../scripts/build/transpile/react-shim.js", "../../src/DSDateRangeSelector.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { PropTypes, describe } from 'react-desc';\nimport moment from 'moment';\nimport DateRangeSelectorImpl from './components/DateRangeSelectorImpl';\nimport {\n DropdownOptionsTypes,\n dropdownPreselectedOptions,\n CUSTOM_OPTION_VALUE,\n} from './options/dropdownPreselectedOptions';\nimport CustomOptionRender from './components/CustomOptionRender/CustomOptionRender';\n\nconst DSDateRangeSelector = ({\n containerProps = {},\n className = '',\n preselectedOptions = dropdownPreselectedOptions,\n onChange = () => null,\n placeholder = 'Select Range',\n value = null,\n customOptionRender = CustomOptionRender,\n startDate = null,\n endDate = null,\n displayFormatDay = 'D',\n disableCustomOption = false,\n}) => (\n <DateRangeSelectorImpl\n className={className}\n containerProps={containerProps}\n customOptionRender={customOptionRender}\n disableCustomOption={disableCustomOption}\n displayFormatDay={displayFormatDay}\n dropdownPreselectedOptions={preselectedOptions}\n endDate={endDate}\n onChange={onChange}\n placeholder={placeholder}\n startDate={startDate}\n value={value}\n />\n);\n\nexport {\n CUSTOM_OPTION_VALUE,\n dropdownPreselectedOptions,\n DropdownOptionsTypes,\n};\n\nconst dateRangeRecurrenceSelectorProps = {\n containerProps: PropTypes.object.description(\n 'Set of properties attached to the main container',\n ),\n className: PropTypes.string.description('html class attribute'),\n preselectedOptions: PropTypes.arrayOf(\n PropTypes.shape({\n label: PropTypes.string,\n value: PropTypes.string,\n }),\n ).description('options to display in dropdown menu'),\n onChange: PropTypes.func.description(\n 'function executed when selection changes',\n ),\n placeholder: PropTypes.string\n .description('inputs placeholder')\n .defaultValue('Select Range'),\n value: PropTypes.oneOf([PropTypes.string, PropTypes.number]).description(\n 'selected value',\n ),\n customOptionRender: PropTypes.element.description(\n 'custom renderer for options',\n ),\n startDate: PropTypes.instanceOf(Date, moment).description(\n 'moment object of start date',\n ),\n endDate: PropTypes.instanceOf(Date, moment).description(\n 'moment object of end date',\n ),\n displayFormatDay: PropTypes.string\n .description('format to display date')\n .defaultValue('D'),\n disableCustomOption: PropTypes.bool\n .description('disables custom options')\n .defaultValue(false),\n};\n\nDSDateRangeSelector.propTypes = dateRangeRecurrenceSelectorProps;\n\nconst DateRangeRecurrenceSelectorWithSchema = describe(DSDateRangeSelector);\nDateRangeRecurrenceSelectorWithSchema.propTypes = dateRangeRecurrenceSelectorProps;\n\nexport { DateRangeRecurrenceSelectorWithSchema };\nexport default DSDateRangeSelector;\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { PropTypes, describe } from 'react-desc';\nimport moment from 'moment';\nimport DateRangeSelectorImpl from './components/DateRangeSelectorImpl';\nimport {\n DropdownOptionsTypes,\n dropdownPreselectedOptions,\n CUSTOM_OPTION_VALUE,\n} from './options/dropdownPreselectedOptions';\nimport CustomOptionRender from './components/CustomOptionRender/CustomOptionRender';\n\nconst DSDateRangeSelector = ({\n containerProps = {},\n className = '',\n preselectedOptions = dropdownPreselectedOptions,\n onChange = () => null,\n placeholder = 'Select Range',\n value = null,\n customOptionRender = CustomOptionRender,\n startDate = null,\n endDate = null,\n displayFormatDay = 'D',\n disableCustomOption = false,\n}) => (\n <DateRangeSelectorImpl\n className={className}\n containerProps={containerProps}\n customOptionRender={customOptionRender}\n disableCustomOption={disableCustomOption}\n displayFormatDay={displayFormatDay}\n dropdownPreselectedOptions={preselectedOptions}\n endDate={endDate}\n onChange={onChange}\n placeholder={placeholder}\n startDate={startDate}\n value={value}\n />\n);\n\nexport {\n CUSTOM_OPTION_VALUE,\n dropdownPreselectedOptions,\n DropdownOptionsTypes,\n};\n\nconst dateRangeRecurrenceSelectorProps = {\n containerProps: PropTypes.object.description(\n 'Set of properties attached to the main container',\n ),\n className: PropTypes.string.description('html class attribute'),\n preselectedOptions: PropTypes.arrayOf(\n PropTypes.shape({\n label: PropTypes.string,\n value: PropTypes.string,\n }),\n ).description('options to display in dropdown menu'),\n onChange: PropTypes.func.description(\n 'function executed when selection changes',\n ),\n placeholder: PropTypes.string\n .description('inputs placeholder')\n .defaultValue('Select Range'),\n value: PropTypes.oneOf([PropTypes.string, PropTypes.number]).description(\n 'selected value',\n ),\n customOptionRender: PropTypes.element.description(\n 'custom renderer for options',\n ),\n startDate: PropTypes.instanceOf(Date, moment).description(\n 'moment object of start date',\n ),\n endDate: PropTypes.instanceOf(Date, moment).description(\n 'moment object of end date',\n ),\n displayFormatDay: PropTypes.string\n .description('format to display date')\n .defaultValue('D'),\n disableCustomOption: PropTypes.bool\n .description('disables custom options')\n .defaultValue(false),\n};\n\nDSDateRangeSelector.propTypes = dateRangeRecurrenceSelectorProps;\n\nconst DateRangeRecurrenceSelectorWithSchema = describe(DSDateRangeSelector);\nDateRangeRecurrenceSelectorWithSchema.propTypes = dateRangeRecurrenceSelectorProps;\n\nexport { DateRangeRecurrenceSelectorWithSchema, DSDateRangeSelector };\nexport default DSDateRangeSelector;\n"],
5
5
  "mappings": "AAAA;ACAA;AACA;AACA;AACA;AACA;AAAA;AAAA;AAAA;AAAA;AAKA;AAEA,MAAM,sBAAsB,CAAC;AAAA,EAC3B,iBAAiB;AAAA,EACjB,YAAY;AAAA,EACZ,qBAAqB;AAAA,EACrB,WAAW,MAAM;AAAA,EACjB,cAAc;AAAA,EACd,QAAQ;AAAA,EACR,qBAAqB;AAAA,EACrB,YAAY;AAAA,EACZ,UAAU;AAAA,EACV,mBAAmB;AAAA,EACnB,sBAAsB;AAAA,MAEtB,qCAAC,uBAAD;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,4BAA4B;AAAA,EAC5B;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAUJ,MAAM,mCAAmC;AAAA,EACvC,gBAAgB,UAAU,OAAO,YAC/B;AAAA,EAEF,WAAW,UAAU,OAAO,YAAY;AAAA,EACxC,oBAAoB,UAAU,QAC5B,UAAU,MAAM;AAAA,IACd,OAAO,UAAU;AAAA,IACjB,OAAO,UAAU;AAAA,MAEnB,YAAY;AAAA,EACd,UAAU,UAAU,KAAK,YACvB;AAAA,EAEF,aAAa,UAAU,OACpB,YAAY,sBACZ,aAAa;AAAA,EAChB,OAAO,UAAU,MAAM,CAAC,UAAU,QAAQ,UAAU,SAAS,YAC3D;AAAA,EAEF,oBAAoB,UAAU,QAAQ,YACpC;AAAA,EAEF,WAAW,UAAU,WAAW,MAAM,QAAQ,YAC5C;AAAA,EAEF,SAAS,UAAU,WAAW,MAAM,QAAQ,YAC1C;AAAA,EAEF,kBAAkB,UAAU,OACzB,YAAY,0BACZ,aAAa;AAAA,EAChB,qBAAqB,UAAU,KAC5B,YAAY,2BACZ,aAAa;AAAA;AAGlB,oBAAoB,YAAY;AAEhC,MAAM,wCAAwC,SAAS;AACvD,sCAAsC,YAAY;AAGlD,IAAO,8BAAQ;",
6
6
  "names": []
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,11 +1,13 @@
1
1
  import * as React from "react";
2
2
  import {
3
3
  default as default2,
4
- DateRangeRecurrenceSelectorWithSchema
4
+ DateRangeRecurrenceSelectorWithSchema,
5
+ DSDateRangeSelector
5
6
  } from "./DSDateRangeSelector";
6
7
  import { CUSTOM_OPTION_VALUE } from "./DSDateRangeSelector";
7
8
  export {
8
9
  CUSTOM_OPTION_VALUE,
10
+ DSDateRangeSelector,
9
11
  DateRangeRecurrenceSelectorWithSchema,
10
12
  default2 as default
11
13
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export {\n default,\n DateRangeRecurrenceSelectorWithSchema,\n} from './DSDateRangeSelector';\nexport { CUSTOM_OPTION_VALUE } from './DSDateRangeSelector';\n"],
5
- "mappings": "AAAA;ACAA;AAAA;AAAA;AAAA;AAIA;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export {\n default,\n DateRangeRecurrenceSelectorWithSchema,\n DSDateRangeSelector,\n} from './DSDateRangeSelector';\nexport { CUSTOM_OPTION_VALUE } from './DSDateRangeSelector';\n"],
5
+ "mappings": "AAAA;ACAA;AAAA;AAAA;AAAA;AAAA;AAKA;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-date-range-selector",
3
- "version": "3.0.0-alpha.3",
3
+ "version": "3.0.0-next.11",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Date Range Selector",
6
6
  "files": [
@@ -51,11 +51,11 @@
51
51
  "indent": 4
52
52
  },
53
53
  "dependencies": {
54
- "@elliemae/ds-classnames": "3.0.0-alpha.3",
55
- "@elliemae/ds-date-picker": "3.0.0-alpha.3",
56
- "@elliemae/ds-form": "3.0.0-alpha.3",
57
- "@elliemae/ds-icons": "3.0.0-alpha.3",
58
- "@elliemae/ds-popper": "3.0.0-alpha.3",
54
+ "@elliemae/ds-classnames": "3.0.0-next.11",
55
+ "@elliemae/ds-date-picker": "3.0.0-next.11",
56
+ "@elliemae/ds-form": "3.0.0-next.11",
57
+ "@elliemae/ds-icons": "3.0.0-next.11",
58
+ "@elliemae/ds-popper": "3.0.0-next.11",
59
59
  "moment": "~2.29.1",
60
60
  "react-dates": "~21.8.0",
61
61
  "react-desc": "~4.1.3",