@tamagui/config 1.138.2 → 1.138.3

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.
Files changed (51) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/package.json +14 -14
  3. package/dist/cjs/v5-animations.cjs +0 -26
  4. package/dist/cjs/v5-animations.js +0 -21
  5. package/dist/cjs/v5-animations.js.map +0 -6
  6. package/dist/cjs/v5-animations.native.js +0 -29
  7. package/dist/cjs/v5-animations.native.js.map +0 -1
  8. package/dist/cjs/v5-fonts.cjs +0 -74
  9. package/dist/cjs/v5-fonts.js +0 -69
  10. package/dist/cjs/v5-fonts.js.map +0 -6
  11. package/dist/cjs/v5-fonts.native.js +0 -90
  12. package/dist/cjs/v5-fonts.native.js.map +0 -1
  13. package/dist/cjs/v5-media.cjs +0 -90
  14. package/dist/cjs/v5-media.js +0 -55
  15. package/dist/cjs/v5-media.js.map +0 -6
  16. package/dist/cjs/v5-media.native.js +0 -93
  17. package/dist/cjs/v5-media.native.js.map +0 -1
  18. package/dist/cjs/v5.cjs +0 -74
  19. package/dist/cjs/v5.js +0 -57
  20. package/dist/cjs/v5.js.map +0 -6
  21. package/dist/cjs/v5.native.js +0 -79
  22. package/dist/cjs/v5.native.js.map +0 -1
  23. package/dist/esm/v5-animations.js +0 -5
  24. package/dist/esm/v5-animations.js.map +0 -6
  25. package/dist/esm/v5-animations.mjs +0 -3
  26. package/dist/esm/v5-animations.mjs.map +0 -1
  27. package/dist/esm/v5-animations.native.js +0 -3
  28. package/dist/esm/v5-animations.native.js.map +0 -1
  29. package/dist/esm/v5-fonts.js +0 -53
  30. package/dist/esm/v5-fonts.js.map +0 -6
  31. package/dist/esm/v5-fonts.mjs +0 -50
  32. package/dist/esm/v5-fonts.mjs.map +0 -1
  33. package/dist/esm/v5-fonts.native.js +0 -63
  34. package/dist/esm/v5-fonts.native.js.map +0 -1
  35. package/dist/esm/v5-media.js +0 -39
  36. package/dist/esm/v5-media.js.map +0 -6
  37. package/dist/esm/v5-media.mjs +0 -65
  38. package/dist/esm/v5-media.mjs.map +0 -1
  39. package/dist/esm/v5-media.native.js +0 -65
  40. package/dist/esm/v5-media.native.js.map +0 -1
  41. package/dist/esm/v5.js +0 -51
  42. package/dist/esm/v5.js.map +0 -6
  43. package/dist/esm/v5.mjs +0 -39
  44. package/dist/esm/v5.mjs.map +0 -1
  45. package/dist/esm/v5.native.js +0 -41
  46. package/dist/esm/v5.native.js.map +0 -1
  47. package/types/v5-animations.d.ts.map +0 -1
  48. package/types/v5-animations.native.d.ts.map +0 -1
  49. package/types/v5-fonts.d.ts.map +0 -1
  50. package/types/v5-media.d.ts.map +0 -1
  51. package/types/v5.d.ts.map +0 -1
@@ -1 +1 @@
1
- built @tamagui/config in 1518 ms
1
+ built @tamagui/config in 1301 ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config",
3
- "version": "1.138.2",
3
+ "version": "1.138.3",
4
4
  "type": "module",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "dist/cjs",
@@ -82,21 +82,21 @@
82
82
  }
83
83
  },
84
84
  "dependencies": {
85
- "@tamagui/animations-css": "1.138.2",
86
- "@tamagui/animations-moti": "1.138.2",
87
- "@tamagui/animations-react-native": "1.138.2",
88
- "@tamagui/colors": "1.138.2",
89
- "@tamagui/core": "1.138.2",
90
- "@tamagui/font-inter": "1.138.2",
91
- "@tamagui/font-silkscreen": "1.138.2",
92
- "@tamagui/react-native-media-driver": "1.138.2",
93
- "@tamagui/shorthands": "1.138.2",
94
- "@tamagui/theme-builder": "1.138.2",
95
- "@tamagui/themes": "1.138.2",
96
- "@tamagui/web": "1.138.2"
85
+ "@tamagui/animations-css": "1.138.3",
86
+ "@tamagui/animations-moti": "1.138.3",
87
+ "@tamagui/animations-react-native": "1.138.3",
88
+ "@tamagui/colors": "1.138.3",
89
+ "@tamagui/core": "1.138.3",
90
+ "@tamagui/font-inter": "1.138.3",
91
+ "@tamagui/font-silkscreen": "1.138.3",
92
+ "@tamagui/react-native-media-driver": "1.138.3",
93
+ "@tamagui/shorthands": "1.138.3",
94
+ "@tamagui/theme-builder": "1.138.3",
95
+ "@tamagui/themes": "1.138.3",
96
+ "@tamagui/web": "1.138.3"
97
97
  },
98
98
  "devDependencies": {
99
- "@tamagui/build": "1.138.2"
99
+ "@tamagui/build": "1.138.3"
100
100
  },
101
101
  "publishConfig": {
102
102
  "access": "public"
@@ -1,26 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all) __defProp(target, name, {
7
- get: all[name],
8
- enumerable: !0
9
- });
10
- },
11
- __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
- get: () => from[key],
14
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
- });
16
- return to;
17
- };
18
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
20
- }), mod);
21
- var v5_animations_exports = {};
22
- __export(v5_animations_exports, {
23
- animations: () => import_animationsCSS.animationsCSS
24
- });
25
- module.exports = __toCommonJS(v5_animations_exports);
26
- var import_animationsCSS = require("./animationsCSS.cjs");
@@ -1,21 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: !0 });
8
- }, __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from == "object" || typeof from == "function")
10
- for (let key of __getOwnPropNames(from))
11
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
- var v5_animations_exports = {};
16
- __export(v5_animations_exports, {
17
- animations: () => import_animationsCSS.animationsCSS
18
- });
19
- module.exports = __toCommonJS(v5_animations_exports);
20
- var import_animationsCSS = require("./animationsCSS");
21
- //# sourceMappingURL=v5-animations.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/v5-animations.ts"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAA4C;",
5
- "names": []
6
- }
@@ -1,29 +0,0 @@
1
- "use strict";
2
-
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all) __defProp(target, name, {
9
- get: all[name],
10
- enumerable: !0
11
- });
12
- },
13
- __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
- get: () => from[key],
16
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
- });
18
- return to;
19
- };
20
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
- value: !0
22
- }), mod);
23
- var v5_animations_native_exports = {};
24
- __export(v5_animations_native_exports, {
25
- animations: () => import_animationsReactNative.animationsReactNative
26
- });
27
- module.exports = __toCommonJS(v5_animations_native_exports);
28
- var import_animationsReactNative = require("./animationsReactNative.native.js");
29
- //# sourceMappingURL=v5-animations.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["v5_animations_native_exports","__export","animations","import_animationsReactNative","animationsReactNative","module","exports","__toCommonJS","require"],"sources":["../../src/v5-animations.native.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,4BAAA;AAAAC,QAAA,CAAAD,4BAAA;EAAAE,UAAA,EAAAA,CAAA,KAAAC,4BAAA,CAAAC;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAP,4BAAA;AAAA,IAAAG,4BAAA,GAAoDK,OAAA","ignoreList":[]}
@@ -1,74 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all) __defProp(target, name, {
7
- get: all[name],
8
- enumerable: !0
9
- });
10
- },
11
- __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
- get: () => from[key],
14
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
- });
16
- return to;
17
- };
18
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
20
- }), mod);
21
- var v5_fonts_exports = {};
22
- __export(v5_fonts_exports, {
23
- createSystemFont: () => createSystemFont,
24
- fonts: () => fonts
25
- });
26
- module.exports = __toCommonJS(v5_fonts_exports);
27
- var import_core = require("@tamagui/core");
28
- const createSystemFont = ({
29
- font = {},
30
- sizeLineHeight = size => size + 10,
31
- sizeSize = size => size * 1
32
- } = {}) => {
33
- const size = Object.fromEntries(Object.entries({
34
- ...defaultSizes,
35
- ...font.size
36
- }).map(([k, v]) => [k, sizeSize(+v)]));
37
- return (0, import_core.createFont)({
38
- family: import_core.isWeb ? '-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif' : "System",
39
- lineHeight: Object.fromEntries(Object.entries(size).map(([k, v]) => [k, sizeLineHeight((0, import_core.getVariableValue)(v))])),
40
- weight: {
41
- 4: "300"
42
- },
43
- letterSpacing: {
44
- 4: 0
45
- },
46
- ...font,
47
- size
48
- });
49
- },
50
- defaultSizes = {
51
- 1: 11,
52
- 2: 12,
53
- 3: 13,
54
- 4: 14,
55
- true: 14,
56
- 5: 16,
57
- 6: 18,
58
- 7: 20,
59
- 8: 23,
60
- 9: 30,
61
- 10: 46,
62
- 11: 55,
63
- 12: 62,
64
- 13: 72,
65
- 14: 92,
66
- 15: 114,
67
- 16: 134
68
- },
69
- fonts = {
70
- body: createSystemFont(),
71
- heading: createSystemFont({
72
- sizeSize: n => n * 1.4
73
- })
74
- };
@@ -1,69 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: !0 });
8
- }, __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from == "object" || typeof from == "function")
10
- for (let key of __getOwnPropNames(from))
11
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
- var v5_fonts_exports = {};
16
- __export(v5_fonts_exports, {
17
- createSystemFont: () => createSystemFont,
18
- fonts: () => fonts
19
- });
20
- module.exports = __toCommonJS(v5_fonts_exports);
21
- var import_core = require("@tamagui/core");
22
- const createSystemFont = ({
23
- font = {},
24
- sizeLineHeight = (size) => size + 10,
25
- sizeSize = (size) => size * 1
26
- } = {}) => {
27
- const size = Object.fromEntries(
28
- Object.entries({
29
- ...defaultSizes,
30
- ...font.size
31
- }).map(([k, v]) => [k, sizeSize(+v)])
32
- );
33
- return (0, import_core.createFont)({
34
- family: import_core.isWeb ? '-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif' : "System",
35
- lineHeight: Object.fromEntries(
36
- Object.entries(size).map(([k, v]) => [k, sizeLineHeight((0, import_core.getVariableValue)(v))])
37
- ),
38
- weight: {
39
- 4: "300"
40
- },
41
- letterSpacing: {
42
- 4: 0
43
- },
44
- ...font,
45
- size
46
- });
47
- }, defaultSizes = {
48
- 1: 11,
49
- 2: 12,
50
- 3: 13,
51
- 4: 14,
52
- true: 14,
53
- 5: 16,
54
- 6: 18,
55
- 7: 20,
56
- 8: 23,
57
- 9: 30,
58
- 10: 46,
59
- 11: 55,
60
- 12: 62,
61
- 13: 72,
62
- 14: 92,
63
- 15: 114,
64
- 16: 134
65
- }, fonts = {
66
- body: createSystemFont(),
67
- heading: createSystemFont({ sizeSize: (n) => n * 1.4 })
68
- };
69
- //# sourceMappingURL=v5-fonts.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/v5-fonts.ts"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,kBAAoD;AAE7C,MAAM,mBAAmB,CAAwB;AAAA,EACtD,OAAO,CAAC;AAAA,EACR,iBAAiB,CAAC,SAAS,OAAO;AAAA,EAClC,WAAW,CAAC,SAAS,OAAO;AAC9B,IAII,CAAC,MAAgD;AAEnD,QAAM,OAAO,OAAO;AAAA,IAClB,OAAO,QAAQ;AAAA,MACb,GAAG;AAAA,MACH,GAAG,KAAK;AAAA,IACV,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;AAAA,EACtC;AACA,aAAO,wBAAW;AAAA,IAChB,QAAQ,oBACJ,mGACA;AAAA,IACJ,YAAY,OAAO;AAAA,MACjB,OAAO,QAAQ,IAAI,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,mBAAe,8BAAiB,CAAC,CAAC,CAAC,CAAC;AAAA,IAC/E;AAAA,IACA,QAAQ;AAAA,MACN,GAAG;AAAA,IACL;AAAA,IACA,eAAe;AAAA,MACb,GAAG;AAAA,IACL;AAAA,IACA,GAAI;AAAA,IACJ;AAAA,EACF,CAAC;AACH,GAEM,eAAe;AAAA,EACnB,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,MAAM;AAAA,EACN,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AACN,GAEa,QAAQ;AAAA,EACnB,MAAM,iBAAiB;AAAA,EACvB,SAAS,iBAAiB,EAAE,UAAU,CAAC,MAAM,IAAI,IAAI,CAAC;AACxD;",
5
- "names": []
6
- }
@@ -1,90 +0,0 @@
1
- "use strict";
2
-
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all) __defProp(target, name, {
9
- get: all[name],
10
- enumerable: !0
11
- });
12
- },
13
- __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
- get: () => from[key],
16
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
- });
18
- return to;
19
- };
20
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
- value: !0
22
- }), mod);
23
- var v5_fonts_exports = {};
24
- __export(v5_fonts_exports, {
25
- createSystemFont: () => createSystemFont,
26
- fonts: () => fonts
27
- });
28
- module.exports = __toCommonJS(v5_fonts_exports);
29
- var import_core = require("@tamagui/core"),
30
- createSystemFont = function () {
31
- var {
32
- font = {},
33
- sizeLineHeight = function (size2) {
34
- return size2 + 10;
35
- },
36
- sizeSize = function (size2) {
37
- return size2 * 1;
38
- }
39
- } = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {},
40
- size = Object.fromEntries(Object.entries({
41
- ...defaultSizes,
42
- ...font.size
43
- }).map(function (param) {
44
- var [k, v] = param;
45
- return [k, sizeSize(+v)];
46
- }));
47
- return (0, import_core.createFont)({
48
- family: import_core.isWeb ? '-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif' : "System",
49
- lineHeight: Object.fromEntries(Object.entries(size).map(function (param) {
50
- var [k, v] = param;
51
- return [k, sizeLineHeight((0, import_core.getVariableValue)(v))];
52
- })),
53
- weight: {
54
- 4: "300"
55
- },
56
- letterSpacing: {
57
- 4: 0
58
- },
59
- ...font,
60
- size
61
- });
62
- },
63
- defaultSizes = {
64
- 1: 11,
65
- 2: 12,
66
- 3: 13,
67
- 4: 14,
68
- true: 14,
69
- 5: 16,
70
- 6: 18,
71
- 7: 20,
72
- 8: 23,
73
- 9: 30,
74
- 10: 46,
75
- 11: 55,
76
- 12: 62,
77
- 13: 72,
78
- 14: 92,
79
- 15: 114,
80
- 16: 134
81
- },
82
- fonts = {
83
- body: createSystemFont(),
84
- heading: createSystemFont({
85
- sizeSize: function (n) {
86
- return n * 1.4;
87
- }
88
- })
89
- };
90
- //# sourceMappingURL=v5-fonts.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","v5_fonts_exports","__export","createSystemFont","fonts","module","exports","import_core","require","font","sizeLineHeight","size2","sizeSize","arguments","length","size","Object","fromEntries","entries","defaultSizes","map","param","k","v","createFont","family","isWeb","lineHeight","getVariableValue","weight","letterSpacing","true"],"sources":["../../src/v5-fonts.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,gBAAA;AAAAC,QAAA,CAAAD,gBAAA;EAAAE,gBAAA,EAAAA,CAAA,KAAAA,gBAAA;EAAAC,KAAA,EAAAA,CAAA,KAAAA;AAAA;AACAC,MAAA,CAAAC,OAAA,GAAAV,YAAoD,CAAAK,gBAAA;AAE7C,IAAAM,WAAM,GAAAC,OAAmB,CAAwB;EAAAL,gBAAA,YAAAA,CAAA;IACtD;QAAAM,IAAQ;QAAAC,cAAA,YAAAA,CAAAC,KAAA;UACR,OAAAA,KAAA,GAAiB,EAAC;QAClB;QAAAC,QAAW,GAAC,SAAAA,CAASD,KAAO;UAK1B,OAAiDA,KAAA;QAEnD;MAAA,IAAME,SAAO,CAAAC,MAAO,QAAAD,SAAA,iBAAAA,SAAA;MAAAE,IAAA,GAAAC,MAAA,CAAAC,WAAA,CAAAD,MAAA,CAAAE,OAAA;QAClB,GAAAC,YAAe;QAAA,GACbV,IAAG,CAAAM;MAAA,GAAAK,GACH,CAAG,UAAKC,KAAA;QACV,IAAG,CAAAC,CAAA,EAAKC,CAAC,IAAIF,KAAA;QACf,QACAC,CAAA,EACEV,QAAQ,EAAAW,CAAA,EAGR;MAAmB;IAC4D,OAC/E,IAAAhB,WAAA,CAAAiB,UAAA;MACAC,MAAA,EAAQlB,WAAA,CAAAmB,KAAA;MAAAC,UACH,EAAAX,MAAA,CAAAC,WAAA,CAAAD,MAAA,CAAAE,OAAA,CAAAH,IAAA,EAAAK,GAAA,WAAAC,KAAA;QACL,KAAAC,CAAA,EAAAC,CAAA,IAAAF,KAAA;QACA,QACEC,CAAG,EACLZ,cAAA,KAAAH,WAAA,CAAAqB,gBAAA,EAAAL,CAAA,GACI;MACJ;MACDM,MAAA;QAGG;MACJ,CAAG;MACHC,aAAG;QACA;MACH,CAAG;MACH,GAAArB,IAAM;MACNM;IACA;EAAG;EACHI,YAAG;IACH,GAAG;IACH,GAAG;IACH,KAAI;IACJ,KAAI;IACJY,IAAI;IACJ,KAAI;IACJ,KAAI;IACJ,KAAI;IACJ,KAAI;IACN,CAEa;IACX,MAAM;IACN;IACF","ignoreList":[]}
@@ -1,90 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all) __defProp(target, name, {
7
- get: all[name],
8
- enumerable: !0
9
- });
10
- },
11
- __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
- get: () => from[key],
14
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
- });
16
- return to;
17
- };
18
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
20
- }), mod);
21
- var v5_media_exports = {};
22
- __export(v5_media_exports, {
23
- breakpoints: () => breakpoints,
24
- media: () => media,
25
- mediaQueryDefaultActive: () => mediaQueryDefaultActive
26
- });
27
- module.exports = __toCommonJS(v5_media_exports);
28
- const breakpoints = {
29
- "2xl": 1536,
30
- xl: 1280,
31
- lg: 1024,
32
- md: 768,
33
- sm: 640,
34
- xs: 460,
35
- "2xs": 340
36
- },
37
- media = {
38
- maxXs: {
39
- maxWidth: breakpoints.xs
40
- },
41
- max2xs: {
42
- maxWidth: breakpoints["2xs"]
43
- },
44
- maxSm: {
45
- maxWidth: breakpoints.sm
46
- },
47
- maxMd: {
48
- maxWidth: breakpoints.md
49
- },
50
- maxLg: {
51
- maxWidth: breakpoints.lg
52
- },
53
- maxXl: {
54
- maxWidth: breakpoints.xl
55
- },
56
- max2Xl: {
57
- maxWidth: breakpoints["2xl"]
58
- },
59
- // for site
60
- "2xl": {
61
- minWidth: breakpoints["2xl"]
62
- },
63
- xl: {
64
- minWidth: breakpoints.xl
65
- },
66
- lg: {
67
- minWidth: breakpoints.lg
68
- },
69
- md: {
70
- minWidth: breakpoints.md
71
- },
72
- sm: {
73
- minWidth: breakpoints.sm
74
- },
75
- xs: {
76
- minWidth: breakpoints.xs
77
- },
78
- "2xs": {
79
- minWidth: breakpoints["2xs"]
80
- }
81
- },
82
- mediaQueryDefaultActive = {
83
- "2xl": !1,
84
- xl: !1,
85
- lg: !1,
86
- md: !1,
87
- sm: !1,
88
- xs: !0,
89
- "2xs": !0
90
- };
@@ -1,55 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: !0 });
8
- }, __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from == "object" || typeof from == "function")
10
- for (let key of __getOwnPropNames(from))
11
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
- var v5_media_exports = {};
16
- __export(v5_media_exports, {
17
- breakpoints: () => breakpoints,
18
- media: () => media,
19
- mediaQueryDefaultActive: () => mediaQueryDefaultActive
20
- });
21
- module.exports = __toCommonJS(v5_media_exports);
22
- const breakpoints = {
23
- "2xl": 1536,
24
- xl: 1280,
25
- lg: 1024,
26
- md: 768,
27
- sm: 640,
28
- xs: 460,
29
- "2xs": 340
30
- }, media = {
31
- maxXs: { maxWidth: breakpoints.xs },
32
- max2xs: { maxWidth: breakpoints["2xs"] },
33
- maxSm: { maxWidth: breakpoints.sm },
34
- maxMd: { maxWidth: breakpoints.md },
35
- maxLg: { maxWidth: breakpoints.lg },
36
- maxXl: { maxWidth: breakpoints.xl },
37
- max2Xl: { maxWidth: breakpoints["2xl"] },
38
- // for site
39
- "2xl": { minWidth: breakpoints["2xl"] },
40
- xl: { minWidth: breakpoints.xl },
41
- lg: { minWidth: breakpoints.lg },
42
- md: { minWidth: breakpoints.md },
43
- sm: { minWidth: breakpoints.sm },
44
- xs: { minWidth: breakpoints.xs },
45
- "2xs": { minWidth: breakpoints["2xs"] }
46
- }, mediaQueryDefaultActive = {
47
- "2xl": !1,
48
- xl: !1,
49
- lg: !1,
50
- md: !1,
51
- sm: !1,
52
- xs: !0,
53
- "2xs": !0
54
- };
55
- //# sourceMappingURL=v5-media.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/v5-media.ts"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGO,MAAM,cAAc;AAAA,EACzB,OAAO;AAAA,EACP,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,OAAO;AACT,GAEa,QAAQ;AAAA,EACnB,OAAO,EAAE,UAAU,YAAY,GAAG;AAAA,EAClC,QAAQ,EAAE,UAAU,YAAY,KAAK,EAAE;AAAA,EACvC,OAAO,EAAE,UAAU,YAAY,GAAG;AAAA,EAClC,OAAO,EAAE,UAAU,YAAY,GAAG;AAAA,EAClC,OAAO,EAAE,UAAU,YAAY,GAAG;AAAA,EAClC,OAAO,EAAE,UAAU,YAAY,GAAG;AAAA,EAClC,QAAQ,EAAE,UAAU,YAAY,KAAK,EAAE;AAAA;AAAA,EAEvC,OAAO,EAAE,UAAU,YAAY,KAAK,EAAE;AAAA,EACtC,IAAI,EAAE,UAAU,YAAY,GAAG;AAAA,EAC/B,IAAI,EAAE,UAAU,YAAY,GAAG;AAAA,EAC/B,IAAI,EAAE,UAAU,YAAY,GAAG;AAAA,EAC/B,IAAI,EAAE,UAAU,YAAY,GAAG;AAAA,EAC/B,IAAI,EAAE,UAAU,YAAY,GAAG;AAAA,EAC/B,OAAO,EAAE,UAAU,YAAY,KAAK,EAAE;AACxC,GAEa,0BAA0B;AAAA,EACrC,OAAO;AAAA,EACP,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,OAAO;AACT;",
5
- "names": []
6
- }
@@ -1,93 +0,0 @@
1
- "use strict";
2
-
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all) __defProp(target, name, {
9
- get: all[name],
10
- enumerable: !0
11
- });
12
- },
13
- __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
- get: () => from[key],
16
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
- });
18
- return to;
19
- };
20
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
- value: !0
22
- }), mod);
23
- var v5_media_exports = {};
24
- __export(v5_media_exports, {
25
- breakpoints: () => breakpoints,
26
- media: () => media,
27
- mediaQueryDefaultActive: () => mediaQueryDefaultActive
28
- });
29
- module.exports = __toCommonJS(v5_media_exports);
30
- var breakpoints = {
31
- "2xl": 1536,
32
- xl: 1280,
33
- lg: 1024,
34
- md: 768,
35
- sm: 640,
36
- xs: 460,
37
- "2xs": 340
38
- },
39
- media = {
40
- maxXs: {
41
- maxWidth: breakpoints.xs
42
- },
43
- max2xs: {
44
- maxWidth: breakpoints["2xs"]
45
- },
46
- maxSm: {
47
- maxWidth: breakpoints.sm
48
- },
49
- maxMd: {
50
- maxWidth: breakpoints.md
51
- },
52
- maxLg: {
53
- maxWidth: breakpoints.lg
54
- },
55
- maxXl: {
56
- maxWidth: breakpoints.xl
57
- },
58
- max2Xl: {
59
- maxWidth: breakpoints["2xl"]
60
- },
61
- // for site
62
- "2xl": {
63
- minWidth: breakpoints["2xl"]
64
- },
65
- xl: {
66
- minWidth: breakpoints.xl
67
- },
68
- lg: {
69
- minWidth: breakpoints.lg
70
- },
71
- md: {
72
- minWidth: breakpoints.md
73
- },
74
- sm: {
75
- minWidth: breakpoints.sm
76
- },
77
- xs: {
78
- minWidth: breakpoints.xs
79
- },
80
- "2xs": {
81
- minWidth: breakpoints["2xs"]
82
- }
83
- },
84
- mediaQueryDefaultActive = {
85
- "2xl": !1,
86
- xl: !1,
87
- lg: !1,
88
- md: !1,
89
- sm: !1,
90
- xs: !0,
91
- "2xs": !0
92
- };
93
- //# sourceMappingURL=v5-media.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","v5_media_exports","__export","breakpoints","media","mediaQueryDefaultActive","module","exports","xl","lg","md","sm","xs","maxXs","maxWidth","max2xs","maxSm","maxMd","maxLg","maxXl","max2Xl"],"sources":["../../src/v5-media.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,gBAAA;AAAAC,QAAA,CAAAD,gBAAA;EAAAE,WAAA,EAAAA,CAAA,KAAAA,WAAA;EAAAC,KAAA,EAAAA,CAAA,KAAAA,KAAA;EAAAC,uBAAA,EAAAA,CAAA,KAAAA;AAAA;AAGOC,MAAM,CAAAC,OAAA,GAAAX,YAAc,CAAAK,gBAAA;AAAA,IACzBE,WAAO;IACP,KAAI;IACJK,EAAA,EAAI;IACJC,EAAA,EAAI;IACJC,EAAA,EAAI;IACJC,EAAA,EAAI;IACJC,EAAA,KAAO;IACT,KAEa;EAAQ;EACnBR,KAAA,GAAS;IACTS,KAAA;MACAC,QAAS,EAAAX,WAAU,CAAAS;IACnB;IACAG,MAAA,EAAO;MACPD,QAAS,EAAAX,WAAU;IACnB;IAAuCa,KAAA;MAEvCF,QAAS,EAAAX,WAAU,CAAAQ;IACnB;IACAM,KAAI,EAAE;MACNH,QAAM,EAAAX,WAAU,CAAAO;IAChB;IACAQ,KAAI,EAAE;MACNJ,QAAS,EAAAX,WAAU,CAAAM;IACrB,CAEa;IACXU,KAAA,EAAO;MACPL,QAAI,EAAAX,WAAA,CAAAK;IACJ;IACAY,MAAI;MACJN,QAAI,EAAAX,WAAA;IACJ;IACA;IACF","ignoreList":[]}