prlg-ui 1.8.334 → 1.8.336
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.
- package/dist/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +1 -1
- package/dist/reka-ui/index.es.js +1 -1
- package/dist/scss/vars.scss +1 -7
- package/package.json +1 -1
package/dist/reka-ui/index.es.js
CHANGED
|
@@ -21236,7 +21236,7 @@ const uS = /* @__PURE__ */ g({
|
|
|
21236
21236
|
a.error ? (p(), V("small", Cw, ne(a.errorMessage), 1)) : W("", !0)
|
|
21237
21237
|
], 2));
|
|
21238
21238
|
}
|
|
21239
|
-
}), V1 = /* @__PURE__ */ F(ww, [["__scopeId", "data-v-
|
|
21239
|
+
}), V1 = /* @__PURE__ */ F(ww, [["__scopeId", "data-v-cc410bfd"]]), qw = {
|
|
21240
21240
|
key: 1,
|
|
21241
21241
|
class: "file__title"
|
|
21242
21242
|
}, Sw = {
|
package/dist/scss/vars.scss
CHANGED
|
@@ -5,19 +5,13 @@
|
|
|
5
5
|
:root {
|
|
6
6
|
//GLOBAL
|
|
7
7
|
--animation-duration: 0.3s;
|
|
8
|
-
--font-size:
|
|
8
|
+
--font-size: 1rem;
|
|
9
9
|
|
|
10
10
|
--card-border-box-shadow: 1px 0px 0px 0px #74889c33 inset,
|
|
11
11
|
-1px 0px 0px 0px #74889c33 inset, 0px 1px 0px 0px #74889c33 inset,
|
|
12
12
|
0px -1px 0px 0px #74889c33 inset;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
@include respond(md) {
|
|
16
|
-
:root {
|
|
17
|
-
--font-size: 16px;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
15
|
//Переменные для INPUT
|
|
22
16
|
:root {
|
|
23
17
|
--input-height-small: 36px;
|