@apify/ui-library 1.125.1 → 1.126.0
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/dist/src/design_system/theme.d.ts +2 -0
- package/dist/src/design_system/theme.d.ts.map +1 -1
- package/dist/src/design_system/tokens/layouts.d.ts +2 -0
- package/dist/src/design_system/tokens/layouts.d.ts.map +1 -1
- package/dist/src/design_system/tokens/layouts.js +2 -0
- package/dist/src/design_system/tokens/layouts.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/design_system/tokens/layouts.ts +2 -0
|
@@ -467,12 +467,14 @@ export declare const theme: {
|
|
|
467
467
|
readonly desktop: "1024px";
|
|
468
468
|
readonly mediumDesktop: "1200px";
|
|
469
469
|
readonly largeDesktop: "1440px";
|
|
470
|
+
readonly xLargeDesktop: "1520px";
|
|
470
471
|
};
|
|
471
472
|
device: {
|
|
472
473
|
readonly tablet: "(min-width: 768px)";
|
|
473
474
|
readonly desktop: "(min-width: 1024px)";
|
|
474
475
|
readonly mediumDesktop: "(min-width: 1200px)";
|
|
475
476
|
readonly largeDesktop: "(min-width: 1440px)";
|
|
477
|
+
readonly xLargeDesktop: "(min-width: 1520px)";
|
|
476
478
|
};
|
|
477
479
|
transition: {
|
|
478
480
|
smoothEaseIn: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/design_system/theme.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKd,4FAA4F
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/design_system/theme.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKd,4FAA4F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAM/F,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,CAAA"}
|
|
@@ -16,6 +16,7 @@ export declare const layouts: {
|
|
|
16
16
|
readonly desktop: "1024px";
|
|
17
17
|
readonly mediumDesktop: "1200px";
|
|
18
18
|
readonly largeDesktop: "1440px";
|
|
19
|
+
readonly xLargeDesktop: "1520px";
|
|
19
20
|
};
|
|
20
21
|
/**
|
|
21
22
|
* @type {Screen}
|
|
@@ -25,5 +26,6 @@ export declare const devices: {
|
|
|
25
26
|
readonly desktop: "(min-width: 1024px)";
|
|
26
27
|
readonly mediumDesktop: "(min-width: 1200px)";
|
|
27
28
|
readonly largeDesktop: "(min-width: 1440px)";
|
|
29
|
+
readonly xLargeDesktop: "(min-width: 1520px)";
|
|
28
30
|
};
|
|
29
31
|
//# sourceMappingURL=layouts.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"layouts.d.ts","sourceRoot":"","sources":["../../../../src/design_system/tokens/layouts.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH;;;GAGG;AACH,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"layouts.d.ts","sourceRoot":"","sources":["../../../../src/design_system/tokens/layouts.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH;;;GAGG;AACH,eAAO,MAAM,OAAO;;;;;;CAMV,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,OAAO;;;;;;CAMV,CAAC"}
|
|
@@ -16,6 +16,7 @@ export const layouts = {
|
|
|
16
16
|
desktop: '1024px',
|
|
17
17
|
mediumDesktop: '1200px',
|
|
18
18
|
largeDesktop: '1440px',
|
|
19
|
+
xLargeDesktop: '1520px',
|
|
19
20
|
};
|
|
20
21
|
/**
|
|
21
22
|
* @type {Screen}
|
|
@@ -25,5 +26,6 @@ export const devices = {
|
|
|
25
26
|
desktop: '(min-width: 1024px)',
|
|
26
27
|
mediumDesktop: '(min-width: 1200px)',
|
|
27
28
|
largeDesktop: '(min-width: 1440px)',
|
|
29
|
+
xLargeDesktop: '(min-width: 1520px)',
|
|
28
30
|
};
|
|
29
31
|
//# sourceMappingURL=layouts.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"layouts.js","sourceRoot":"","sources":["../../../../src/design_system/tokens/layouts.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH;;;GAGG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG;IACnB,MAAM,EAAE,OAAO;IACf,OAAO,EAAE,QAAQ;IACjB,aAAa,EAAE,QAAQ;IACvB,YAAY,EAAE,QAAQ;
|
|
1
|
+
{"version":3,"file":"layouts.js","sourceRoot":"","sources":["../../../../src/design_system/tokens/layouts.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH;;;GAGG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG;IACnB,MAAM,EAAE,OAAO;IACf,OAAO,EAAE,QAAQ;IACjB,aAAa,EAAE,QAAQ;IACvB,YAAY,EAAE,QAAQ;IACtB,aAAa,EAAE,QAAQ;CACjB,CAAC;AAEX;;GAEG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG;IACnB,MAAM,EAAE,oBAAoB;IAC5B,OAAO,EAAE,qBAAqB;IAC9B,aAAa,EAAE,qBAAqB;IACpC,YAAY,EAAE,qBAAqB;IACnC,aAAa,EAAE,qBAAqB;CAC9B,CAAC"}
|