mimir-ui-kit 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
package/dist/assets/OtpInput.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.
|
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 = "
|
7
|
-
const input = "
|
8
|
-
const separator = "
|
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-
|
11
|
+
"input-wrapper": "_input-wrapper_xwv60_15",
|
12
12
|
input,
|
13
13
|
separator
|
14
14
|
};
|