@idea-fragments/react-components-zendesk 0.1.70 → 0.1.72
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/forms.js +1 -1
- package/dist/forms.js.map +1 -1
- package/dist/layouts.js.map +1 -1
- package/dist/modals.js +6 -5
- package/dist/modals.js.map +1 -1
- package/dist/styles.js +0 -8
- package/dist/styles.js.map +1 -1
- package/dist/tables.js +6 -6
- package/dist/tables.js.map +1 -1
- package/dist/types/layouts.d.ts +1 -2
- package/dist/types/modals.d.ts +3 -4
- package/dist/types/styles.d.ts +4 -7
- package/package.json +1 -1
package/dist/styles.js
CHANGED
|
@@ -7990,12 +7990,6 @@ var breakpoints = function (_a) {
|
|
|
7990
7990
|
};
|
|
7991
7991
|
var PHONE_SIZE = 560;
|
|
7992
7992
|
var TABLET_SIZE = 840;
|
|
7993
|
-
var forPhones = function (styles) {
|
|
7994
|
-
return "\n @media screen and (max-width: ".concat(unit(PHONE_SIZE), ") {\n ").concat(styles, "\n }\n");
|
|
7995
|
-
};
|
|
7996
|
-
var forTablets = function (styles) {
|
|
7997
|
-
return "\n @media screen and (max-width: ".concat(unit(TABLET_SIZE), ") {\n ").concat(styles, "\n }\n");
|
|
7998
|
-
};
|
|
7999
7993
|
var mediaQueries = function (wideLayout) {
|
|
8000
7994
|
var _a = breakpoints({
|
|
8001
7995
|
wideLayout: wideLayout
|
|
@@ -8118,8 +8112,6 @@ exports.dark = dark$1;
|
|
|
8118
8112
|
exports.darker = darker;
|
|
8119
8113
|
exports.desaturate = desaturate;
|
|
8120
8114
|
exports.fade = fade;
|
|
8121
|
-
exports.forPhones = forPhones;
|
|
8122
|
-
exports.forTablets = forTablets;
|
|
8123
8115
|
exports.hasGoodContrast = hasGoodContrast;
|
|
8124
8116
|
exports.light = light$1;
|
|
8125
8117
|
exports.lighter = lighter;
|