uplord-ui 0.1.13 → 0.1.14
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/{Rating-DZ1ZC25O.js → Rating-BF7qfHwE.js} +14 -11
- package/dist/{Rating-BUGSqOX5.cjs → Rating-CCmg46h5.cjs} +2 -2
- package/dist/components.cjs.js +1 -1
- package/dist/components.es.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/styles/mixins.scss +4 -4
- package/dist/styles/variables.scss +62 -34
- package/dist/uplord-ui.css +1 -1
- package/package.json +1 -1
package/dist/components.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./Rating-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./Rating-CCmg46h5.cjs");exports.Accordion=t.Accordion;exports.Alert=t.Alert;exports.Banner=t.Banner;exports.Button=t.Button;exports.Card=t.Card;exports.Checkbox=t.Checkbox;exports.Footer=t.Footer;exports.FormikInput=t.FormikInput;exports.Header=t.Header;exports.Icon=t.Icon;exports.Input=t.Input;exports.InputOtp=t.InputOtp;exports.Logo=t.Logo;exports.Modal=t.Modal;exports.Navbar=t.Navbar;exports.Pagination=t.Pagination;exports.Projects=t.Projects;exports.Radio=t.Radio;exports.Rating=t.Rating;exports.Section=t.Section;exports.Select=t.Select;exports.Social=t.Social;exports.Stack=t.Stack;exports.Textarea=t.Textarea;exports.Timeline=t.Timeline;
|
package/dist/components.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as o, j as e, B as t, d as n, C as r, e as i, F as c, f as d, H as l, k as p, I, g as S, L as g, M as k, N as u, c as b, P as m, R as x, l as A, S as B, h as C, b as F, a as P, i as R, T } from "./Rating-
|
|
1
|
+
import { A as o, j as e, B as t, d as n, C as r, e as i, F as c, f as d, H as l, k as p, I, g as S, L as g, M as k, N as u, c as b, P as m, R as x, l as A, S as B, h as C, b as F, a as P, i as R, T } from "./Rating-BF7qfHwE.js";
|
|
2
2
|
export {
|
|
3
3
|
o as Accordion,
|
|
4
4
|
e as Alert,
|
package/dist/index.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./Rating-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./Rating-CCmg46h5.cjs");exports.Accordion=t.Accordion;exports.Alert=t.Alert;exports.Banner=t.Banner;exports.Button=t.Button;exports.Card=t.Card;exports.Checkbox=t.Checkbox;exports.Footer=t.Footer;exports.FormikInput=t.FormikInput;exports.Header=t.Header;exports.Icon=t.Icon;exports.Input=t.Input;exports.InputOtp=t.InputOtp;exports.Logo=t.Logo;exports.Modal=t.Modal;exports.Navbar=t.Navbar;exports.Pagination=t.Pagination;exports.Projects=t.Projects;exports.Radio=t.Radio;exports.Rating=t.Rating;exports.Section=t.Section;exports.Select=t.Select;exports.Social=t.Social;exports.Stack=t.Stack;exports.Textarea=t.Textarea;exports.Timeline=t.Timeline;
|
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as o, j as e, B as t, d as n, C as r, e as i, F as c, f as d, H as l, k as p, I, g as S, L as g, M as k, N as u, c as b, P as m, R as x, l as A, S as B, h as C, b as F, a as P, i as R, T } from "./Rating-
|
|
1
|
+
import { A as o, j as e, B as t, d as n, C as r, e as i, F as c, f as d, H as l, k as p, I, g as S, L as g, M as k, N as u, c as b, P as m, R as x, l as A, S as B, h as C, b as F, a as P, i as R, T } from "./Rating-BF7qfHwE.js";
|
|
2
2
|
export {
|
|
3
3
|
o as Accordion,
|
|
4
4
|
e as Alert,
|
package/dist/styles/mixins.scss
CHANGED
|
@@ -199,10 +199,10 @@ $color-tooltip-text-dark: #000;
|
|
|
199
199
|
@include text-normal;
|
|
200
200
|
|
|
201
201
|
& {
|
|
202
|
-
color: $color-
|
|
202
|
+
color: $color-body;
|
|
203
203
|
|
|
204
204
|
@include dark-mode {
|
|
205
|
-
color: $color-
|
|
205
|
+
color: $color-body-dark;
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
208
|
|
|
@@ -227,10 +227,10 @@ $color-tooltip-text-dark: #000;
|
|
|
227
227
|
|
|
228
228
|
& {
|
|
229
229
|
margin-bottom: 0.5rem;
|
|
230
|
-
color: $color-
|
|
230
|
+
color: $color-body;
|
|
231
231
|
|
|
232
232
|
@include dark-mode {
|
|
233
|
-
color: $color-
|
|
233
|
+
color: $color-body-dark;
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
&:last-child {
|
|
@@ -8,39 +8,67 @@ $breakpoint-sm: 400px;
|
|
|
8
8
|
$breakpoint-md: 744px;
|
|
9
9
|
$breakpoint-lg: 1024px;
|
|
10
10
|
$breakpoint-xl: 2032px;
|
|
11
|
-
$color-light:
|
|
12
|
-
$color-dark:
|
|
13
|
-
$color-bg: $color-light;
|
|
14
|
-
$color-border: color.mix($color-dark, $color-light, 25%);
|
|
15
|
-
$color-hover: color.mix($color-dark, $color-light, 5%);
|
|
16
|
-
$color-focus: $color-dark;
|
|
17
|
-
$color-disabled: color.change($color-dark, $alpha: 0.15);
|
|
18
|
-
$color-skeleton: color.mix($color-dark, $color-light, 15%);
|
|
19
|
-
$color-icon: color.mix($color-dark, $color-light, 80%);
|
|
20
|
-
$color-block: color.mix($color-dark, $color-light, 2%);
|
|
21
|
-
$color-bg-dark: $color-dark;
|
|
22
|
-
$color-border-dark: color.mix($color-light, $color-dark, 20%);
|
|
23
|
-
$color-hover-dark: color.mix($color-light, $color-dark, 10%);
|
|
24
|
-
$color-focus-dark: $color-light;
|
|
25
|
-
$color-disabled-dark: color.change($color-light, $alpha: 0.15);
|
|
26
|
-
$color-skeleton-dark: color.mix($color-light, $color-dark, 20%);
|
|
27
|
-
$color-icon-dark: color.mix($color-light, $color-dark, 80%);
|
|
28
|
-
$color-block-dark: color.mix($color-light, $color-dark, 5%);
|
|
29
|
-
$color-primary: #dd2121;
|
|
30
|
-
$color-success: #34c759;
|
|
31
|
-
$color-error: #dd2121;
|
|
32
|
-
$color-error-02: #dd212111;
|
|
33
|
-
$color-warning: #fc0;
|
|
34
|
-
$color-info: #1164cc;
|
|
35
|
-
$color-rebecca: #639;
|
|
36
|
-
$color-heading: #222;
|
|
37
|
-
$color-heading-dark: #fff;
|
|
38
|
-
$color-text: #5d5d5d;
|
|
39
|
-
$color-text-dark: #bdc1c6;
|
|
40
|
-
$color-header: $color-info;
|
|
41
|
-
$color-header-dark: #0d0d0d;
|
|
42
|
-
$color-nav: rgb(0 0 0 / 20%);
|
|
43
|
-
$color-nav-dark: rgb(255 255 255 / 10%);
|
|
44
|
-
$color-header-text: #fff;
|
|
11
|
+
$color-light: hsl(0deg 0% 100%);
|
|
12
|
+
$color-dark: hsl(0deg 0% 5%);
|
|
45
13
|
$header-height: 4.875rem;
|
|
46
14
|
$nav-height: 4.375rem;
|
|
15
|
+
|
|
16
|
+
// Light mode
|
|
17
|
+
|
|
18
|
+
// Background
|
|
19
|
+
$color-bg: hsl(0deg 0% 100%);
|
|
20
|
+
$color-bg-02: hsl(0deg 0% 95%);
|
|
21
|
+
$color-border: hsl(0deg 0% 80%);
|
|
22
|
+
$color-border-02: hsl(0deg 0% 90%);
|
|
23
|
+
|
|
24
|
+
// Text/icon
|
|
25
|
+
$color-heading: hsl(0deg 0% 5%);
|
|
26
|
+
$color-body: hsl(0deg 0% 30%);
|
|
27
|
+
$color-placeholder: hsl(0deg 0% 80%);
|
|
28
|
+
$color-icon: hsl(0deg 0% 30%);
|
|
29
|
+
|
|
30
|
+
// Input
|
|
31
|
+
$color-input: hsl(0deg 0% 30%);
|
|
32
|
+
$color-hover: hsl(0deg 0% 95%);
|
|
33
|
+
$color-disabled: hsl(0deg 0% 90%);
|
|
34
|
+
$color-loading: hsl(0deg 0% 95%);
|
|
35
|
+
$color-skeleton: hsl(0deg 0% 90%);
|
|
36
|
+
$color-focus: hsl(0deg 0% 5%);
|
|
37
|
+
|
|
38
|
+
// Dark mode
|
|
39
|
+
|
|
40
|
+
// Background
|
|
41
|
+
$color-bg-dark: hsl(0deg 0% 5%);
|
|
42
|
+
$color-bg-02-dark: hsl(0deg 0% 10%);
|
|
43
|
+
$color-border-dark: hsl(0deg 0% 25%);
|
|
44
|
+
$color-border-02-dark: hsl(0deg 0% 20%);
|
|
45
|
+
|
|
46
|
+
// Text/icon
|
|
47
|
+
$color-heading-dark: hsl(0deg 0% 95%);
|
|
48
|
+
$color-body-dark: hsl(0deg 0% 70%);
|
|
49
|
+
$color-placeholder-dark: hsl(0deg 0% 25%);
|
|
50
|
+
$color-icon-dark: hsl(0deg 0% 70%);
|
|
51
|
+
|
|
52
|
+
// Input
|
|
53
|
+
$color-input-dark: hsl(0deg 0% 5%);
|
|
54
|
+
$color-hover-dark: hsl(0deg 0% 10%);
|
|
55
|
+
$color-disabled-dark: hsl(0deg 0% 15%);
|
|
56
|
+
$color-loading-dark: hsl(0deg 0% 10%);
|
|
57
|
+
$color-skeleton-dark: hsl(0deg 0% 15%);
|
|
58
|
+
$color-focus-dark: hsl(0deg 0% 95%);
|
|
59
|
+
|
|
60
|
+
// Colors
|
|
61
|
+
$color-primary: hsl(0deg 80% 50%);
|
|
62
|
+
$color-success: hsl(142deg 76% 36%);
|
|
63
|
+
$color-error: hsl(355deg 75% 40%);
|
|
64
|
+
$color-error-02: hsl(0deg 80% 95%);
|
|
65
|
+
$color-warning: hsl(38deg 92% 50%);
|
|
66
|
+
$color-info: hsl(213deg 85% 43%);
|
|
67
|
+
$color-rebecca: hsl(270deg 50% 40%);
|
|
68
|
+
|
|
69
|
+
// Other
|
|
70
|
+
$color-header: $color-info;
|
|
71
|
+
$color-header-dark: $color-bg-dark;
|
|
72
|
+
$color-nav: hsl(213deg 85% 33%);
|
|
73
|
+
$color-nav-dark: hsl(0deg 0% 15%);
|
|
74
|
+
$color-header-text: $color-light;
|