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