armtek-uikit-react 1.0.278 → 1.0.279

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.
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- var isBigint = { exports: {} };
4
- exports.__module = isBigint;
3
+ var isSymbol = { exports: {} };
4
+ exports.__module = isSymbol;
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- var isWeakset = { exports: {} };
4
- exports.__module = isWeakset;
3
+ var isBigint = { exports: {} };
4
+ exports.__module = isBigint;
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- var isSymbol = { exports: {} };
4
- exports.__module = isSymbol;
3
+ var isWeakset = { exports: {} };
4
+ exports.__module = isWeakset;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../../_virtual/index10.cjs");
3
+ const index = require("../../_virtual/index11.cjs");
4
4
  const index$1 = require("../has-bigints/index.cjs");
5
5
  var hasRequiredIsBigint;
6
6
  function requireIsBigint() {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../../_virtual/index9.cjs");
3
+ const index = require("../../_virtual/index10.cjs");
4
4
  const index$2 = require("../call-bound/index.cjs");
5
5
  const index$1 = require("../has-symbols/index.cjs");
6
6
  const index$3 = require("../safe-regex-test/index.cjs");
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../../_virtual/index11.cjs");
3
+ const index = require("../../_virtual/index9.cjs");
4
4
  const index$1 = require("../get-intrinsic/index.cjs");
5
5
  const index$2 = require("../call-bound/index.cjs");
6
6
  var hasRequiredIsWeakset;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
- const reactDatepicker = require("react-datepicker");
5
+ const ReactDatePicker = require("react-datepicker");
6
6
  ;/* empty css */
7
7
  const ru = require("date-fns/locale/ru");
8
8
  const format = require("date-fns/format");
@@ -17,7 +17,7 @@ const renderDayContents = (day) => {
17
17
  };
18
18
  const DatePicker = React.forwardRef((props, ref) => {
19
19
  return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "ui-datepicker", children: /* @__PURE__ */ jsxRuntime.jsx(
20
- reactDatepicker.DatePicker,
20
+ ReactDatePicker,
21
21
  {
22
22
  ref,
23
23
  locale: ru.ru,
@@ -1,4 +1,4 @@
1
- import { DatePickerProps as DatePickerPropsType } from 'react-datepicker';
1
+ import { type DatePickerProps as DatePickerPropsType } from 'react-datepicker';
2
2
  import './styles.css';
3
3
  export type DatePickerProps = DatePickerPropsType;
4
4
  declare const DatePicker: import("react").ForwardRefExoticComponent<DatePickerPropsType & import("react").RefAttributes<unknown>>;
@@ -1,4 +1,4 @@
1
- import { DatePickerProps as DatePickerPropsType } from 'react-datepicker';
1
+ import { type DatePickerProps as DatePickerPropsType } from 'react-datepicker';
2
2
  import './styles.css';
3
3
  export type DatePickerProps = DatePickerPropsType;
4
4
  declare const DatePicker: import("react").ForwardRefExoticComponent<DatePickerPropsType & import("react").RefAttributes<unknown>>;
@@ -1,6 +1,6 @@
1
1
  import { jsx, Fragment, jsxs } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
- import { DatePicker as DatePicker$1 } from "react-datepicker";
3
+ import ReactDatePicker from "react-datepicker";
4
4
  /* empty css */
5
5
  import { ru } from "date-fns/locale/ru";
6
6
  import { format } from "date-fns/format";
@@ -15,7 +15,7 @@ const renderDayContents = (day) => {
15
15
  };
16
16
  const DatePicker = forwardRef((props, ref) => {
17
17
  return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx("div", { className: "ui-datepicker", children: /* @__PURE__ */ jsx(
18
- DatePicker$1,
18
+ ReactDatePicker,
19
19
  {
20
20
  ref,
21
21
  locale: ru,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "armtek-uikit-react",
3
- "version": "1.0.278",
3
+ "version": "1.0.279",
4
4
  "description": "Armtek UIKit for React",
5
5
  "main": "lib/cjs/index.cjs",
6
6
  "module": "lib/esm/index.js",