@tenancy.nz/datepicker 1.4.7 → 1.4.8
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 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var _rollupPluginBabelHelpers = require('../_virtual/_rollupPluginBabelHelpers.cjs');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var dayjs = require('dayjs');
|
|
8
|
-
var customParseFormat = require('dayjs/plugin/customParseFormat');
|
|
8
|
+
var customParseFormat = require('dayjs/plugin/customParseFormat.js');
|
|
9
9
|
var InputAdornment = require('@mui/material/InputAdornment');
|
|
10
10
|
var AdapterDayjs = require('@mui/x-date-pickers/AdapterDayjs');
|
|
11
11
|
var xDatePickers = require('@mui/x-date-pickers');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { objectWithoutProperties as _objectWithoutProperties, slicedToArray as _slicedToArray, objectSpread2 as _objectSpread2 } from '../_virtual/_rollupPluginBabelHelpers.js';
|
|
2
2
|
import React, { useState, useEffect } from 'react';
|
|
3
3
|
import dayjs from 'dayjs';
|
|
4
|
-
import customParseFormat from 'dayjs/plugin/customParseFormat';
|
|
4
|
+
import customParseFormat from 'dayjs/plugin/customParseFormat.js';
|
|
5
5
|
import InputAdornment from '@mui/material/InputAdornment';
|
|
6
6
|
import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs';
|
|
7
7
|
import { LocalizationProvider } from '@mui/x-date-pickers';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tenancy.nz/datepicker",
|
|
3
3
|
"description": "Datepicker library for TPS UI.",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.8",
|
|
5
5
|
"author": "TPS <https://www.tenancy.co.nz>",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/cjs/index.cjs",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dayjs": "^1.11.19",
|
|
20
20
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
21
21
|
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
22
|
-
"@tenancy.nz/ui": "1.4.
|
|
22
|
+
"@tenancy.nz/ui": "1.4.8"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "tsx ../../scripts/build.js"
|