@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "7.1.38",
3
+ "version": "7.1.40",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "publishConfig": {
@@ -1,5 +1,5 @@
1
- import { P as a, a as m } from "./presetSizes.js";
2
- const s = {
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
- // 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
- }, i = {
30
+ }, c = {
25
31
  small: {
26
- base: m.base.small,
27
- action: m.action.small,
28
- container: m.container.small,
29
- box: m.box.small,
30
- case: m.case.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
31
37
  },
32
38
  medium: {
33
- base: m.base.medium,
34
- action: m.action.medium,
35
- container: m.container.medium,
36
- box: m.box.medium,
37
- case: m.case.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
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
- s as P,
49
- i as a
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 a = {
2
+ const m = {
3
3
  base: {
4
4
  small: s.sp5,
5
- medium: s.sp6
6
- // large: BASE_SPACINGS['sp7'],
5
+ medium: s.sp6,
6
+ large: s.sp7
7
7
  },
8
8
  action: {
9
9
  small: s.sp7,
10
- medium: s.sp8
11
- // large: BASE_SPACINGS['sp9'],
10
+ medium: s.sp8,
11
+ large: s.sp9
12
12
  },
13
13
  container: {
14
14
  small: s.sp9,
15
- medium: s.sp10
16
- // large: BASE_SPACINGS['sp11'],
15
+ medium: s.sp10,
16
+ large: s.sp11
17
17
  },
18
18
  box: {
19
19
  small: s.sp7,
20
- medium: s["sp7-5"]
21
- // large: BASE_SPACINGS['sp8'],
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
- // large: BASE_SPACINGS['sp6'],
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
- // large: BASE_SPACINGS['sp5'],
31
+ medium: s.sp4,
32
+ large: s.sp5
33
33
  },
34
34
  action: {
35
35
  small: s.sp5,
36
- medium: s.sp6
37
- // large: BASE_SPACINGS['sp8'],
36
+ medium: s.sp6,
37
+ large: s.sp8
38
38
  },
39
39
  container: {
40
40
  small: s.sp7,
41
- medium: s.sp8
42
- // large: BASE_SPACINGS['sp9'],
41
+ medium: s.sp8,
42
+ large: s.sp9
43
43
  },
44
44
  box: {
45
45
  small: s["sp6-5"],
46
- medium: s.sp7
47
- // large: BASE_SPACINGS['sp8'],
46
+ medium: s.sp7,
47
+ large: s.sp8
48
48
  },
49
49
  case: {
50
50
  small: s.sp4,
51
- medium: s.sp5
52
- // large: BASE_SPACINGS['sp6'],
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
  };