mimir-ui-kit 1.1.0 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- ._otp_1f72t_3{display:flex;align-items:center;width:100%;-moz-column-gap:var(--space-xs);column-gap:var(--space-xs)}@media (max-width: 767px){._otp_1f72t_3{-moz-column-gap:4.65px;column-gap:4.65px}}._input-wrapper_1f72t_15{flex:0 0 64px;padding:0}@media (max-width: 767px){._input-wrapper_1f72t_15{flex:0 0 48px}}._input_1f72t_15{text-align:center}._separator_1f72t_29{display:block;flex:0 0 54px;align-self:center;height:1px;background-color:var(--black-100)}
1
+ ._otp_xwv60_3{display:flex;align-items:center;width:100%;-moz-column-gap:var(--space-xs);column-gap:var(--space-xs)}@media (max-width: 767px){._otp_xwv60_3{-moz-column-gap:4.65px;column-gap:4.65px}}._input-wrapper_xwv60_15{flex:0 0 64px;padding:0}@media (max-width: 767px){._input-wrapper_xwv60_15{flex:0 0 48px}}._input_xwv60_15{text-align:center}._separator_xwv60_29{display:block;flex:0 0 54px;align-self:center;height:1px;margin:0 var(--space-xs);background-color:var(--black-100)}
@@ -3,12 +3,12 @@ import { forwardRef, useRef, useImperativeHandle, useMemo, Fragment } from "reac
3
3
  import { c as classNames } from "../../index-CweZ_OcN.js";
4
4
  import { Input } from "../Input/Input.js";
5
5
  import { RE_DIGIT, ITEMS_PER_SEPARATOR, DEFAULT_VALUE_LENGTH } from "./constants.js";
6
- import '../../assets/OtpInput.css';const otp = "_otp_1f72t_3";
7
- const input = "_input_1f72t_15";
8
- const separator = "_separator_1f72t_29";
6
+ import '../../assets/OtpInput.css';const otp = "_otp_xwv60_3";
7
+ const input = "_input_xwv60_15";
8
+ const separator = "_separator_xwv60_29";
9
9
  const cls = {
10
10
  otp,
11
- "input-wrapper": "_input-wrapper_1f72t_15",
11
+ "input-wrapper": "_input-wrapper_xwv60_15",
12
12
  input,
13
13
  separator
14
14
  };
package/package.json CHANGED
@@ -1,9 +1,26 @@
1
1
  {
2
2
  "name": "mimir-ui-kit",
3
3
  "private": false,
4
- "version": "1.1.0",
4
+ "version": "1.1.2",
5
5
  "type": "module",
6
- "exports": "./dist/index.js",
6
+ "exports": {
7
+ ".": {
8
+ "types": "./dist/index.d.ts",
9
+ "default": "./dist/index.js"
10
+ },
11
+ "./components": {
12
+ "types": "./dist/components/index.d.ts",
13
+ "default": "./dist/components/index.js"
14
+ },
15
+ "./hooks": {
16
+ "types": "./dist/hooks/index.d.ts",
17
+ "default": "./dist/hooks/index.js"
18
+ },
19
+ "./icons": {
20
+ "types": "./dist/icons/index.d.ts",
21
+ "default": "./dist/icons/index.js"
22
+ }
23
+ },
7
24
  "module": "./dist/index.js",
8
25
  "types": "./dist/index.d.ts",
9
26
  "files": [