@m4l/styles 7.1.39 → 7.1.40
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/package.json +1 -1
- package/theme/sizes/pointerQr.js +32 -26
- package/theme/sizes/presetSizes.js +12 -7
package/package.json
CHANGED
package/theme/sizes/pointerQr.js
CHANGED
|
@@ -1,27 +1,5 @@
|
|
|
1
|
-
import { P as
|
|
2
|
-
const
|
|
3
|
-
small: {
|
|
4
|
-
base: e.base.small,
|
|
5
|
-
action: e.action.small,
|
|
6
|
-
container: e.container.small,
|
|
7
|
-
box: e.box.small,
|
|
8
|
-
case: e.case.small
|
|
9
|
-
},
|
|
10
|
-
medium: {
|
|
11
|
-
base: e.base.medium,
|
|
12
|
-
action: e.action.medium,
|
|
13
|
-
container: e.container.medium,
|
|
14
|
-
box: e.box.medium,
|
|
15
|
-
case: e.case.medium
|
|
16
|
-
}
|
|
17
|
-
// large: {
|
|
18
|
-
// base: PRESET_SIZES_DESKTOP.base.large,
|
|
19
|
-
// action: PRESET_SIZES_DESKTOP.action.large,
|
|
20
|
-
// container: PRESET_SIZES_DESKTOP.container.large,
|
|
21
|
-
// box: PRESET_SIZES_DESKTOP.box.large,
|
|
22
|
-
// case: PRESET_SIZES_DESKTOP.case.large,
|
|
23
|
-
// },
|
|
24
|
-
}, o = {
|
|
1
|
+
import { P as a, a as e } from "./presetSizes.js";
|
|
2
|
+
const o = {
|
|
25
3
|
small: {
|
|
26
4
|
base: a.base.small,
|
|
27
5
|
action: a.action.small,
|
|
@@ -36,6 +14,7 @@ const s = {
|
|
|
36
14
|
box: a.box.medium,
|
|
37
15
|
case: a.case.medium
|
|
38
16
|
},
|
|
17
|
+
// @ts-ignore-next-line
|
|
39
18
|
large: {
|
|
40
19
|
// @ts-ignore-next-line
|
|
41
20
|
base: a.base.large,
|
|
@@ -48,8 +27,35 @@ const s = {
|
|
|
48
27
|
// @ts-ignore-next-line
|
|
49
28
|
case: a.case.large
|
|
50
29
|
}
|
|
30
|
+
}, c = {
|
|
31
|
+
small: {
|
|
32
|
+
base: e.base.small,
|
|
33
|
+
action: e.action.small,
|
|
34
|
+
container: e.container.small,
|
|
35
|
+
box: e.box.small,
|
|
36
|
+
case: e.case.small
|
|
37
|
+
},
|
|
38
|
+
medium: {
|
|
39
|
+
base: e.base.medium,
|
|
40
|
+
action: e.action.medium,
|
|
41
|
+
container: e.container.medium,
|
|
42
|
+
box: e.box.medium,
|
|
43
|
+
case: e.case.medium
|
|
44
|
+
},
|
|
45
|
+
large: {
|
|
46
|
+
// @ts-ignore-next-line
|
|
47
|
+
base: e.base.large,
|
|
48
|
+
// @ts-ignore-next-line
|
|
49
|
+
action: e.action.large,
|
|
50
|
+
// @ts-ignore-next-line
|
|
51
|
+
container: e.container.large,
|
|
52
|
+
// @ts-ignore-next-line
|
|
53
|
+
box: e.box.large,
|
|
54
|
+
// @ts-ignore-next-line
|
|
55
|
+
case: e.case.large
|
|
56
|
+
}
|
|
51
57
|
};
|
|
52
58
|
export {
|
|
53
|
-
|
|
54
|
-
|
|
59
|
+
o as P,
|
|
60
|
+
c as a
|
|
55
61
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { B as s } from "./baseSizes.js";
|
|
2
|
-
const
|
|
2
|
+
const m = {
|
|
3
3
|
base: {
|
|
4
4
|
small: s.sp5,
|
|
5
5
|
medium: s.sp6,
|
|
@@ -28,26 +28,31 @@ const a = {
|
|
|
28
28
|
}, p = {
|
|
29
29
|
base: {
|
|
30
30
|
small: s["sp3-5"],
|
|
31
|
-
medium: s.sp4
|
|
31
|
+
medium: s.sp4,
|
|
32
|
+
large: s.sp5
|
|
32
33
|
},
|
|
33
34
|
action: {
|
|
34
35
|
small: s.sp5,
|
|
35
|
-
medium: s.sp6
|
|
36
|
+
medium: s.sp6,
|
|
37
|
+
large: s.sp8
|
|
36
38
|
},
|
|
37
39
|
container: {
|
|
38
40
|
small: s.sp7,
|
|
39
|
-
medium: s.sp8
|
|
41
|
+
medium: s.sp8,
|
|
42
|
+
large: s.sp9
|
|
40
43
|
},
|
|
41
44
|
box: {
|
|
42
45
|
small: s["sp6-5"],
|
|
43
|
-
medium: s.sp7
|
|
46
|
+
medium: s.sp7,
|
|
47
|
+
large: s.sp8
|
|
44
48
|
},
|
|
45
49
|
case: {
|
|
46
50
|
small: s.sp4,
|
|
47
|
-
medium: s.sp5
|
|
51
|
+
medium: s.sp5,
|
|
52
|
+
large: s.sp6
|
|
48
53
|
}
|
|
49
54
|
};
|
|
50
55
|
export {
|
|
51
56
|
p as P,
|
|
52
|
-
a
|
|
57
|
+
m as a
|
|
53
58
|
};
|