magtool 1.5.3 → 1.5.5
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/assets/scss/var.scss +3 -85
- package/dist/component.js +260 -260
- package/dist/composition.js +28 -24
- package/dist/css/magtool.css +1 -1
- package/dist/index.js +3 -2
- package/dist/vendor.js +10 -9
- package/package.json +2 -2
package/assets/scss/var.scss
CHANGED
|
@@ -1,87 +1,5 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--mg-white: rgba(255, 255, 255, 1);
|
|
3
|
-
--mg-white1: rgba(255, 255, 255, 0.1);
|
|
4
|
-
--mg-white3: rgba(255, 255, 255, 0.3);
|
|
5
|
-
--mg-white5: rgba(255, 255, 255, 0.5);
|
|
6
|
-
--mg-white7: rgba(255, 255, 255, 0.7);
|
|
7
|
-
--mg-white9: rgba(255, 255, 255, 0.9);
|
|
8
|
-
--mg-dark: rgba(46, 38, 61, 1);
|
|
9
|
-
--mg-dark1: rgba(46, 38, 61, 0.1);
|
|
10
|
-
--mg-dark3: rgba(46, 38, 61, 0.3);
|
|
11
|
-
--mg-dark5: rgba(46, 38, 61, 0.5);
|
|
12
|
-
--mg-dark7: rgba(46, 38, 61, 0.7);
|
|
13
|
-
--mg-dark9: rgba(46, 38, 61, 0.9);
|
|
14
|
-
--mg-primary: rgba(22, 177, 255, 1);
|
|
15
|
-
--mg-primary1: rgba(22, 177, 255, 0.1);
|
|
16
|
-
--mg-primary3: rgba(22, 177, 255, 0.3);
|
|
17
|
-
--mg-primary5: rgba(22, 177, 255, 0.5);
|
|
18
|
-
--mg-primary7: rgba(22, 177, 255, 0.7);
|
|
19
|
-
--mg-primary9: rgba(22, 177, 255, 0.9);
|
|
20
|
-
--mg-orange: rgba(250, 139, 12, 1);
|
|
21
|
-
--mg-orange1: rgba(250, 139, 12, 0.1);
|
|
22
|
-
--mg-orange3: rgba(250, 139, 12, 0.3);
|
|
23
|
-
--mg-orange5: rgba(250, 139, 12, 0.5);
|
|
24
|
-
--mg-orange7: rgba(250, 139, 12, 0.7);
|
|
25
|
-
--mg-orange9: rgba(250, 139, 12, 0.9);
|
|
26
|
-
--mg-green: rgba(32, 201, 151, 1);
|
|
27
|
-
--mg-green1: rgba(32, 201, 151, 0.1);
|
|
28
|
-
--mg-green3: rgba(32, 201, 151, 0.3);
|
|
29
|
-
--mg-green5: rgba(32, 201, 151, 0.5);
|
|
30
|
-
--mg-green7: rgba(32, 201, 151, 0.7);
|
|
31
|
-
--mg-green9: rgba(32, 201, 151, 0.9);
|
|
32
|
-
--mg-red: rgba(255, 77, 79, 1);
|
|
33
|
-
--mg-red1: rgba(255, 77, 79, 0.1);
|
|
34
|
-
--mg-red3: rgba(255, 77, 79, 0.3);
|
|
35
|
-
--mg-red5: rgba(255, 77, 79, 0.5);
|
|
36
|
-
--mg-red7: rgba(255, 77, 79, 0.7);
|
|
37
|
-
--mg-red9: rgba(255, 77, 79, 0.9);
|
|
38
|
-
--mg-yellow: rgba(255, 77, 79, 1);
|
|
39
|
-
--mg-yellow1: rgba(255, 77, 79, 0.1);
|
|
40
|
-
--mg-yellow3: rgba(255, 77, 79, 0.3);
|
|
41
|
-
--mg-yellow5: rgba(255, 77, 79, 0.5);
|
|
42
|
-
--mg-yellow7: rgba(255, 77, 79, 0.7);
|
|
43
|
-
--mg-yellow9: rgba(255, 77, 79, 0.9);
|
|
44
|
-
--mg-blue: rgba(44, 153, 255, 1);
|
|
45
|
-
--mg-blue1: rgba(44, 153, 255, 0.1);
|
|
46
|
-
--mg-blue3: rgba(44, 153, 255, 0.3);
|
|
47
|
-
--mg-blue5: rgba(44, 153, 255, 0.5);
|
|
48
|
-
--mg-blue7: rgba(44, 153, 255, 0.7);
|
|
49
|
-
--mg-blue9: rgba(44, 153, 255, 0.9);
|
|
50
|
-
--mg-purple: rgba(134, 50, 244, 1);
|
|
51
|
-
--mg-purple1: rgba(134, 50, 244, 0.1);
|
|
52
|
-
--mg-purple3: rgba(134, 50, 244, 0.3);
|
|
53
|
-
--mg-purple5: rgba(134, 50, 244, 0.5);
|
|
54
|
-
--mg-purple7: rgba(134, 50, 244, 0.7);
|
|
55
|
-
--mg-purple9: rgba(134, 50, 244, 0.9);
|
|
56
|
-
--mg-pink: rgba(255, 105, 165, 1);
|
|
57
|
-
--mg-pink1: rgba(255, 105, 165, 0.1);
|
|
58
|
-
--mg-pink3: rgba(255, 105, 165, 0.3);
|
|
59
|
-
--mg-pink5: rgba(255, 105, 165, 0.5);
|
|
60
|
-
--mg-pink7: rgba(255, 105, 165, 0.7);
|
|
61
|
-
--mg-pink9: rgba(255, 105, 165, 0.9);
|
|
62
|
-
--mg-yellow: rgba(255, 204, 0, 1);
|
|
63
|
-
--mg-yellow1: rgba(255, 204, 0, 0.1);
|
|
64
|
-
--mg-yellow3: rgba(255, 204, 0, 0.3);
|
|
65
|
-
--mg-yellow5: rgba(255, 204, 0, 0.5);
|
|
66
|
-
--mg-yellow7: rgba(255, 204, 0, 0.7);
|
|
67
|
-
--mg-yellow9: rgba(255, 204, 0, 0.9);
|
|
68
|
-
--mg-gray: rgba(230, 230, 230, 1);
|
|
69
|
-
--mg-gray1: rgba(230, 230, 230, 0.1);
|
|
70
|
-
--mg-gray3: rgba(230, 230, 230, 0.3);
|
|
71
|
-
--mg-gray5: rgba(230, 230, 230, 0.5);
|
|
72
|
-
--mg-gray7: rgba(230, 230, 230, 0.7);
|
|
73
|
-
--mg-gray9: rgba(230, 230, 230, 0.9);
|
|
74
|
-
--mg-ad: rgba(239, 246, 254, 1);
|
|
75
1
|
|
|
76
|
-
--mg-label: #999;
|
|
77
|
-
--mg-dark-2: #666;
|
|
78
2
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
--mg-trans-in: all 300ms ease-in;
|
|
84
|
-
--mg-trans-out: all 300ms ease-out;
|
|
85
|
-
--mg-trans-inout: all 300ms ease-in-out;
|
|
86
|
-
--mg-trans-linear: all 300ms linear;
|
|
87
|
-
}
|
|
3
|
+
@mixin backdrop($blur: 12px, $saturate: 120%, $contrast: 100%) {
|
|
4
|
+
backdrop-filter: blur($blur) saturate($saturate) contrast($contrast);
|
|
5
|
+
}
|