@paperless/core 1.42.2 → 1.42.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.
- package/CHANGELOG.md +8 -0
- package/dist/build/index.esm.js +1 -1
- package/dist/build/index.esm.js.map +1 -1
- package/dist/cjs/index.cjs.js +106 -105
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/collection/index.js +1 -2
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/tailwind/index.js +2 -0
- package/dist/collection/tailwind/index.js.map +1 -0
- package/dist/collection/tailwind/paperless.js +40 -0
- package/dist/collection/tailwind/paperless.js.map +1 -0
- package/dist/collection/tailwind/plugins/hover.js +2 -3
- package/dist/collection/tailwind/plugins/hover.js.map +1 -1
- package/dist/collection/tailwind/plugins/safe-area.js +2 -4
- package/dist/collection/tailwind/plugins/safe-area.js.map +1 -1
- package/dist/collection/tailwind/theme/animation.js.map +1 -0
- package/dist/collection/tailwind/theme/backdrop-blur.js.map +1 -0
- package/dist/collection/tailwind/{border-radius.js → theme/border-radius.js} +1 -1
- package/dist/collection/tailwind/theme/border-radius.js.map +1 -0
- package/dist/collection/tailwind/theme/colors.js.map +1 -0
- package/dist/collection/tailwind/theme/height.js.map +1 -0
- package/dist/collection/tailwind/theme/rotate.js.map +1 -0
- package/dist/collection/tailwind/theme/scale.js.map +1 -0
- package/dist/collection/tailwind/theme/screens.js.map +1 -0
- package/dist/collection/tailwind/{shadows.js → theme/shadows.js} +5 -5
- package/dist/collection/tailwind/theme/shadows.js.map +1 -0
- package/dist/collection/tailwind/theme/spacing.js.map +1 -0
- package/dist/collection/tailwind/theme/typography.js.map +1 -0
- package/dist/collection/tailwind/theme/width.js.map +1 -0
- package/dist/collection/tailwind/theme/z-index.js +14 -0
- package/dist/collection/tailwind/theme/z-index.js.map +1 -0
- package/dist/collection/tailwind.config.js +2 -27
- package/dist/collection/tailwind.config.js.map +1 -1
- package/dist/collection/utils/screens.js +1 -1
- package/dist/collection/utils/screens.js.map +1 -1
- package/dist/components/index.js +106 -105
- package/dist/components/index.js.map +1 -1
- package/dist/esm/index.js +106 -105
- package/dist/esm/index.js.map +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/index.esm.js +1 -1
- package/dist/paperless/index.esm.js.map +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/tailwind/index.ts +1 -0
- package/dist/tailwind/paperless.ts +54 -0
- package/dist/tailwind/plugins/hover.ts +2 -4
- package/dist/tailwind/plugins/safe-area.ts +2 -5
- package/dist/tailwind/{border-radius.ts → theme/border-radius.ts} +1 -1
- package/dist/tailwind/{shadows.ts → theme/shadows.ts} +5 -5
- package/dist/tailwind/theme/z-index.ts +19 -0
- package/dist/tailwind.config.ts +2 -37
- package/dist/types/index.d.ts +1 -312
- package/dist/types/tailwind/index.d.ts +1 -0
- package/dist/types/tailwind/paperless.d.ts +4 -0
- package/dist/types/tailwind/plugins/hover.d.ts +3 -4
- package/dist/types/tailwind/plugins/safe-area.d.ts +3 -4
- package/dist/types/tailwind/{border-radius.d.ts → theme/border-radius.d.ts} +1 -1
- package/dist/types/tailwind/{shadows.d.ts → theme/shadows.d.ts} +5 -5
- package/dist/types/tailwind/theme/z-index.d.ts +14 -0
- package/dist/types/tailwind.config.d.ts +0 -308
- package/dist/types/utils/screens.d.ts +1 -1
- package/package.json +1 -1
- package/dist/collection/tailwind/animation.js.map +0 -1
- package/dist/collection/tailwind/backdrop-blur.js.map +0 -1
- package/dist/collection/tailwind/border-radius.js.map +0 -1
- package/dist/collection/tailwind/colors.js.map +0 -1
- package/dist/collection/tailwind/height.js.map +0 -1
- package/dist/collection/tailwind/rotate.js.map +0 -1
- package/dist/collection/tailwind/scale.js.map +0 -1
- package/dist/collection/tailwind/screens.js.map +0 -1
- package/dist/collection/tailwind/shadows.js.map +0 -1
- package/dist/collection/tailwind/spacing.js.map +0 -1
- package/dist/collection/tailwind/typography.js.map +0 -1
- package/dist/collection/tailwind/width.js.map +0 -1
- package/dist/collection/tailwind/z-index.js +0 -14
- package/dist/collection/tailwind/z-index.js.map +0 -1
- package/dist/tailwind/z-index.ts +0 -19
- package/dist/types/tailwind/z-index.d.ts +0 -14
- /package/dist/collection/tailwind/{animation.js → theme/animation.js} +0 -0
- /package/dist/collection/tailwind/{backdrop-blur.js → theme/backdrop-blur.js} +0 -0
- /package/dist/collection/tailwind/{colors.js → theme/colors.js} +0 -0
- /package/dist/collection/tailwind/{height.js → theme/height.js} +0 -0
- /package/dist/collection/tailwind/{rotate.js → theme/rotate.js} +0 -0
- /package/dist/collection/tailwind/{scale.js → theme/scale.js} +0 -0
- /package/dist/collection/tailwind/{screens.js → theme/screens.js} +0 -0
- /package/dist/collection/tailwind/{spacing.js → theme/spacing.js} +0 -0
- /package/dist/collection/tailwind/{typography.js → theme/typography.js} +0 -0
- /package/dist/collection/tailwind/{width.js → theme/width.js} +0 -0
- /package/dist/tailwind/{animation.ts → theme/animation.ts} +0 -0
- /package/dist/tailwind/{backdrop-blur.ts → theme/backdrop-blur.ts} +0 -0
- /package/dist/tailwind/{colors.ts → theme/colors.ts} +0 -0
- /package/dist/tailwind/{height.ts → theme/height.ts} +0 -0
- /package/dist/tailwind/{rotate.ts → theme/rotate.ts} +0 -0
- /package/dist/tailwind/{scale.ts → theme/scale.ts} +0 -0
- /package/dist/tailwind/{screens.ts → theme/screens.ts} +0 -0
- /package/dist/tailwind/{spacing.ts → theme/spacing.ts} +0 -0
- /package/dist/tailwind/{typography.ts → theme/typography.ts} +0 -0
- /package/dist/tailwind/{width.ts → theme/width.ts} +0 -0
- /package/dist/types/tailwind/{animation.d.ts → theme/animation.d.ts} +0 -0
- /package/dist/types/tailwind/{backdrop-blur.d.ts → theme/backdrop-blur.d.ts} +0 -0
- /package/dist/types/tailwind/{colors.d.ts → theme/colors.d.ts} +0 -0
- /package/dist/types/tailwind/{height.d.ts → theme/height.d.ts} +0 -0
- /package/dist/types/tailwind/{rotate.d.ts → theme/rotate.d.ts} +0 -0
- /package/dist/types/tailwind/{scale.d.ts → theme/scale.d.ts} +0 -0
- /package/dist/types/tailwind/{screens.d.ts → theme/screens.d.ts} +0 -0
- /package/dist/types/tailwind/{spacing.d.ts → theme/spacing.d.ts} +0 -0
- /package/dist/types/tailwind/{typography.d.ts → theme/typography.d.ts} +0 -0
- /package/dist/types/tailwind/{width.d.ts → theme/width.d.ts} +0 -0
package/dist/esm/index.js
CHANGED
|
@@ -48,6 +48,83 @@ const isMobile = () => isTouchDevice() || isSmallerThanScreen('tablet');
|
|
|
48
48
|
const isTablet = () => isBetweenScreens('tablet', 'desktop-xs');
|
|
49
49
|
const isDesktop = () => isBiggerThanScreen('desktop-xs');
|
|
50
50
|
|
|
51
|
+
function getDefaultExportFromCjs (x) {
|
|
52
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
function createCommonjsModule(fn, basedir, module) {
|
|
56
|
+
return module = {
|
|
57
|
+
path: basedir,
|
|
58
|
+
exports: {},
|
|
59
|
+
require: function (path, base) {
|
|
60
|
+
return commonjsRequire();
|
|
61
|
+
}
|
|
62
|
+
}, fn(module, module.exports), module.exports;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
function commonjsRequire () {
|
|
66
|
+
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
var createPlugin_1 = createCommonjsModule(function (module, exports) {
|
|
70
|
+
Object.defineProperty(exports, "__esModule", {
|
|
71
|
+
value: true
|
|
72
|
+
});
|
|
73
|
+
Object.defineProperty(exports, "default", {
|
|
74
|
+
enumerable: true,
|
|
75
|
+
get: function() {
|
|
76
|
+
return _default;
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
function createPlugin(plugin, config) {
|
|
80
|
+
return {
|
|
81
|
+
handler: plugin,
|
|
82
|
+
config
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
createPlugin.withOptions = function(pluginFunction, configFunction = ()=>({})) {
|
|
86
|
+
const optionsFunction = function(options) {
|
|
87
|
+
return {
|
|
88
|
+
__options: options,
|
|
89
|
+
handler: pluginFunction(options),
|
|
90
|
+
config: configFunction(options)
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
optionsFunction.__isOptionsFunction = true;
|
|
94
|
+
// Expose plugin dependencies so that `object-hash` returns a different
|
|
95
|
+
// value if anything here changes, to ensure a rebuild is triggered.
|
|
96
|
+
optionsFunction.__pluginFunction = pluginFunction;
|
|
97
|
+
optionsFunction.__configFunction = configFunction;
|
|
98
|
+
return optionsFunction;
|
|
99
|
+
};
|
|
100
|
+
const _default = createPlugin;
|
|
101
|
+
});
|
|
102
|
+
|
|
103
|
+
var createPlugin = createCommonjsModule(function (module, exports) {
|
|
104
|
+
Object.defineProperty(exports, "__esModule", {
|
|
105
|
+
value: true
|
|
106
|
+
});
|
|
107
|
+
Object.defineProperty(exports, "default", {
|
|
108
|
+
enumerable: true,
|
|
109
|
+
get: function() {
|
|
110
|
+
return _default;
|
|
111
|
+
}
|
|
112
|
+
});
|
|
113
|
+
const _createPlugin = /*#__PURE__*/ _interop_require_default(createPlugin_1);
|
|
114
|
+
function _interop_require_default(obj) {
|
|
115
|
+
return obj && obj.__esModule ? obj : {
|
|
116
|
+
default: obj
|
|
117
|
+
};
|
|
118
|
+
}
|
|
119
|
+
const _default = _createPlugin.default;
|
|
120
|
+
});
|
|
121
|
+
|
|
122
|
+
var plugin = createCommonjsModule(function (module) {
|
|
123
|
+
module.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default;
|
|
124
|
+
});
|
|
125
|
+
|
|
126
|
+
const plugin$1 = /*@__PURE__*/getDefaultExportFromCjs(plugin);
|
|
127
|
+
|
|
51
128
|
const colors = {
|
|
52
129
|
transparent: 'transparent',
|
|
53
130
|
current: 'currentColor',
|
|
@@ -102,14 +179,14 @@ const colors = {
|
|
|
102
179
|
};
|
|
103
180
|
|
|
104
181
|
const shadows = {
|
|
105
|
-
1: '0px 0.0625rem 0.05rem rgba(0,0,0, 0.5)',
|
|
106
|
-
2: '0px 0.0625rem 0.1125rem rgba(0,0,0, 0.65)',
|
|
107
|
-
3: '0px 0.0625rem 0.125rem rgba(0,0,0, 0.65)',
|
|
108
|
-
4: [
|
|
182
|
+
'1': '0px 0.0625rem 0.05rem rgba(0,0,0, 0.5)',
|
|
183
|
+
'2': '0px 0.0625rem 0.1125rem rgba(0,0,0, 0.65)',
|
|
184
|
+
'3': '0px 0.0625rem 0.125rem rgba(0,0,0, 0.65)',
|
|
185
|
+
'4': [
|
|
109
186
|
'0px 0.3125rem 1rem rgba(0,24,98, 0.08)',
|
|
110
187
|
'0px 0.0625rem 0.1875rem rgba(0,24,98, 0.13)',
|
|
111
188
|
],
|
|
112
|
-
5: '0px 0.1875rem 1rem rgba(0,24,98, 0.3)',
|
|
189
|
+
'5': '0px 0.1875rem 1rem rgba(0,24,98, 0.3)',
|
|
113
190
|
transparent: 'transparent',
|
|
114
191
|
'button-primary-hover': '0px 2px 4px rgba(44,75,169, 0.4)',
|
|
115
192
|
'button-secondary-hover': '0px 2px 4px rgba(176,178,203, 0.4)',
|
|
@@ -123,7 +200,7 @@ const borderRadius = {
|
|
|
123
200
|
DEFAULT: '0.25rem',
|
|
124
201
|
medium: '0.25rem',
|
|
125
202
|
small: '0.125rem',
|
|
126
|
-
none: 0,
|
|
203
|
+
none: '0',
|
|
127
204
|
round: '100%',
|
|
128
205
|
};
|
|
129
206
|
|
|
@@ -164,17 +241,17 @@ const backdropBlur = {
|
|
|
164
241
|
};
|
|
165
242
|
|
|
166
243
|
const zIndex = {
|
|
167
|
-
'floating-menu': 190,
|
|
168
|
-
dropdown: 200,
|
|
169
|
-
'navbar-topbar': 280,
|
|
170
|
-
'navbar-backdrop': 290,
|
|
171
|
-
navbar: 300,
|
|
172
|
-
backdrop: 490,
|
|
173
|
-
drawer: 500,
|
|
174
|
-
'drawer-header': 501,
|
|
175
|
-
modal: 600,
|
|
176
|
-
tooltip: 601,
|
|
177
|
-
toast: 700,
|
|
244
|
+
'floating-menu': '190',
|
|
245
|
+
dropdown: '200',
|
|
246
|
+
'navbar-topbar': '280',
|
|
247
|
+
'navbar-backdrop': '290',
|
|
248
|
+
navbar: '300',
|
|
249
|
+
backdrop: '490',
|
|
250
|
+
drawer: '500',
|
|
251
|
+
'drawer-header': '501',
|
|
252
|
+
modal: '600',
|
|
253
|
+
tooltip: '601',
|
|
254
|
+
toast: '700',
|
|
178
255
|
};
|
|
179
256
|
|
|
180
257
|
const animation = {
|
|
@@ -294,85 +371,7 @@ const spacing = {
|
|
|
294
371
|
18: '4.5rem',
|
|
295
372
|
};
|
|
296
373
|
|
|
297
|
-
|
|
298
|
-
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
function createCommonjsModule(fn, basedir, module) {
|
|
302
|
-
return module = {
|
|
303
|
-
path: basedir,
|
|
304
|
-
exports: {},
|
|
305
|
-
require: function (path, base) {
|
|
306
|
-
return commonjsRequire();
|
|
307
|
-
}
|
|
308
|
-
}, fn(module, module.exports), module.exports;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
function commonjsRequire () {
|
|
312
|
-
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
var createPlugin_1 = createCommonjsModule(function (module, exports) {
|
|
316
|
-
Object.defineProperty(exports, "__esModule", {
|
|
317
|
-
value: true
|
|
318
|
-
});
|
|
319
|
-
Object.defineProperty(exports, "default", {
|
|
320
|
-
enumerable: true,
|
|
321
|
-
get: function() {
|
|
322
|
-
return _default;
|
|
323
|
-
}
|
|
324
|
-
});
|
|
325
|
-
function createPlugin(plugin, config) {
|
|
326
|
-
return {
|
|
327
|
-
handler: plugin,
|
|
328
|
-
config
|
|
329
|
-
};
|
|
330
|
-
}
|
|
331
|
-
createPlugin.withOptions = function(pluginFunction, configFunction = ()=>({})) {
|
|
332
|
-
const optionsFunction = function(options) {
|
|
333
|
-
return {
|
|
334
|
-
__options: options,
|
|
335
|
-
handler: pluginFunction(options),
|
|
336
|
-
config: configFunction(options)
|
|
337
|
-
};
|
|
338
|
-
};
|
|
339
|
-
optionsFunction.__isOptionsFunction = true;
|
|
340
|
-
// Expose plugin dependencies so that `object-hash` returns a different
|
|
341
|
-
// value if anything here changes, to ensure a rebuild is triggered.
|
|
342
|
-
optionsFunction.__pluginFunction = pluginFunction;
|
|
343
|
-
optionsFunction.__configFunction = configFunction;
|
|
344
|
-
return optionsFunction;
|
|
345
|
-
};
|
|
346
|
-
const _default = createPlugin;
|
|
347
|
-
});
|
|
348
|
-
|
|
349
|
-
var createPlugin = createCommonjsModule(function (module, exports) {
|
|
350
|
-
Object.defineProperty(exports, "__esModule", {
|
|
351
|
-
value: true
|
|
352
|
-
});
|
|
353
|
-
Object.defineProperty(exports, "default", {
|
|
354
|
-
enumerable: true,
|
|
355
|
-
get: function() {
|
|
356
|
-
return _default;
|
|
357
|
-
}
|
|
358
|
-
});
|
|
359
|
-
const _createPlugin = /*#__PURE__*/ _interop_require_default(createPlugin_1);
|
|
360
|
-
function _interop_require_default(obj) {
|
|
361
|
-
return obj && obj.__esModule ? obj : {
|
|
362
|
-
default: obj
|
|
363
|
-
};
|
|
364
|
-
}
|
|
365
|
-
const _default = _createPlugin.default;
|
|
366
|
-
});
|
|
367
|
-
|
|
368
|
-
var plugin = createCommonjsModule(function (module) {
|
|
369
|
-
module.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default;
|
|
370
|
-
});
|
|
371
|
-
|
|
372
|
-
const plugin$1 = /*@__PURE__*/getDefaultExportFromCjs(plugin);
|
|
373
|
-
|
|
374
|
-
// eslint-disable-next-line unicorn/prefer-module
|
|
375
|
-
const safeArea = plugin$1(({ addUtilities }) => {
|
|
374
|
+
const safeArea = ({ addUtilities }) => {
|
|
376
375
|
const utilities = {
|
|
377
376
|
'.m-safe': {
|
|
378
377
|
marginTop: 'env(safe-area-inset-top)',
|
|
@@ -458,9 +457,9 @@ const safeArea = plugin$1(({ addUtilities }) => {
|
|
|
458
457
|
},
|
|
459
458
|
};
|
|
460
459
|
addUtilities(utilities);
|
|
461
|
-
}
|
|
460
|
+
};
|
|
462
461
|
|
|
463
|
-
const hover =
|
|
462
|
+
const hover = ({ addVariant }) => {
|
|
464
463
|
// Hover media queries
|
|
465
464
|
addVariant('has-hover', '@media (hover: hover)');
|
|
466
465
|
addVariant('no-hover', '@media (hover: none)');
|
|
@@ -481,15 +480,19 @@ const hover = plugin$1(({ addVariant }) => {
|
|
|
481
480
|
'@media (hover: hover) { :merge(.peer):hover & }',
|
|
482
481
|
'@media (hover: none)',
|
|
483
482
|
]);
|
|
484
|
-
}
|
|
483
|
+
};
|
|
485
484
|
|
|
486
|
-
const
|
|
487
|
-
|
|
485
|
+
const paperless = plugin$1((pluginAPI) => {
|
|
486
|
+
safeArea(pluginAPI);
|
|
487
|
+
hover(pluginAPI);
|
|
488
|
+
}, {
|
|
488
489
|
theme: {
|
|
489
490
|
colors,
|
|
491
|
+
// @ts-ignore
|
|
490
492
|
boxShadow: shadows,
|
|
491
493
|
dropShadow: shadows,
|
|
492
494
|
borderRadius,
|
|
495
|
+
// @ts-ignore
|
|
493
496
|
extend: Object.assign(Object.assign({}, animation), { scale,
|
|
494
497
|
rotate: rotateNumbers, fontSize: typeograhpy.fontSize, lineHeight: typeograhpy.lineHeight, backdropBlur,
|
|
495
498
|
zIndex,
|
|
@@ -501,10 +504,8 @@ const tailwindConfig = {
|
|
|
501
504
|
safeArea,
|
|
502
505
|
hover,
|
|
503
506
|
],
|
|
504
|
-
};
|
|
505
|
-
|
|
506
|
-
const tailwind = tailwindConfig;
|
|
507
|
+
});
|
|
507
508
|
|
|
508
|
-
export { camelToSnakeCase, getScreenSize, getScreenSizeInPixels, getScreenSizeInRem, isBetweenScreens, isBiggerThanScreen, isDesktop, isMobile, isSmallerThanScreen, isTablet, isTouchDevice,
|
|
509
|
+
export { camelToSnakeCase, getScreenSize, getScreenSizeInPixels, getScreenSizeInRem, isBetweenScreens, isBiggerThanScreen, isDesktop, isMobile, isSmallerThanScreen, isTablet, isTouchDevice, paperless, snakeToCamelCase };
|
|
509
510
|
|
|
510
511
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"index.js","mappings":"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","names":["require$$0","plugin","rotate"],"sources":["src/utils/transformers.ts","src/tailwind/screens.ts","src/utils/screens.ts","src/tailwind/colors.ts","src/tailwind/shadows.ts","src/tailwind/border-radius.ts","src/tailwind/scale.ts","src/tailwind/rotate.ts","src/tailwind/typography.ts","src/tailwind/backdrop-blur.ts","src/tailwind/z-index.ts","src/tailwind/animation.ts","src/tailwind/width.ts","src/tailwind/height.ts","src/tailwind/spacing.ts","../../node_modules/tailwindcss/lib/util/createPlugin.js","../../node_modules/tailwindcss/lib/public/create-plugin.js","../../node_modules/tailwindcss/plugin.js","src/tailwind/plugins/safe-area.ts","src/tailwind/plugins/hover.ts","src/tailwind.config.ts","src/index.ts"],"sourcesContent":["export const camelToSnakeCase = (str) =>\n str.replace(/[A-Z]/g, (letter) => `_${letter.toLowerCase()}`);\n\nexport const snakeToCamelCase = (str) =>\n str\n .toLowerCase()\n .replace(/([-_][a-z])/g, (group) =>\n group.toUpperCase().replace('-', '').replace('_', '')\n );\n","export default {\n\ttablet: '40rem', // 640 px\n\t'desktop-xs': '64rem', // 1024 px\n\t'desktop-sm': '80rem', // 1360 px\n\tdesktop: '85.375rem', // 1366\n\t'desktop-lg': '90rem', // 1440\n\t'desktop-xl': '120rem', // 1920\n\n\t// layout sizes\n\t'layout-1280': '80rem',\n\t'layout-1440': '90rem',\n\t'layout-1536': '96rem',\n\t'layout-1680': '105rem',\n\t'layout-1920': '120rem',\n\t'layout-2560': '160rem',\n};\n","import screens from '../tailwind/screens';\n\nexport type ScreenSize = keyof typeof screens;\n\nexport const getScreenSize = (size: ScreenSize) => screens[size];\n\nexport const getScreenSizeInRem = (size: ScreenSize) => {\n\tconst screen = getScreenSize(size);\n\treturn parseInt(screen.replace('rem', ''), 10);\n};\n\nexport const getScreenSizeInPixels = (size: ScreenSize) => {\n\tconst rem = getScreenSizeInRem(size);\n\treturn rem * 16;\n};\n\nexport const isBiggerThanScreen = (size: ScreenSize) => {\n\tconst pixels = getScreenSizeInPixels(size);\n\treturn window.innerWidth > pixels;\n};\n\nexport const isSmallerThanScreen = (size: ScreenSize) => {\n\tconst pixels = getScreenSizeInPixels(size);\n\treturn window.innerWidth < pixels;\n};\n\nexport const isBetweenScreens = (\n\tsmallSize: ScreenSize,\n\tbigSize: ScreenSize\n) => {\n\treturn isBiggerThanScreen(smallSize) && isSmallerThanScreen(bigSize);\n};\n\nexport const isTouchDevice = () =>\n\t!!window.matchMedia('(pointer: coarse)').matches;\nexport const isMobile = () => isTouchDevice() || isSmallerThanScreen('tablet');\nexport const isTablet = () => isBetweenScreens('tablet', 'desktop-xs');\nexport const isDesktop = () => isBiggerThanScreen('desktop-xs');\n","export default {\n\ttransparent: 'transparent',\n\tcurrent: 'currentColor',\n\tindigo: {\n\t\tdark: '#2C4BA9',\n\t\tDEFAULT: '#528AFA',\n\t\tlight: '#F1F6FF',\n\t},\n\tsky: {\n\t\tdark: '#30C2C9',\n\t\tDEFAULT: '#1EDAE3',\n\t\tlight: '#F5FEFF',\n\t\tvague: '#BBF4F6',\n\t},\n\tmystic: {\n\t\tblank: '#FFF',\n\t\tdark: '#DAE6F0',\n\t\tDEFAULT: '#F7FAFC',\n\t\tlight: '#FCFDFE',\n\t\tmedium: '#E3ECF3',\n\t},\n\tredberry: {\n\t\tdark: '#BD0F1E',\n\t\tDEFAULT: '#E63241',\n\t\tlight: '#FFE8EA',\n\t\tmedium: '#FF7D88',\n\t},\n\tstorm: {\n\t\tdark: '#272838',\n\t\tDEFAULT: '#51536B',\n\t\tlight: '#B0B2CB',\n\t\tmedium: '#80829E',\n\t\tvague: '#989AB7',\n\t},\n\tnegative: {\n\t\tdark: '#8A0F1D',\n\t\tDEFAULT: '#B91E28',\n\t\tlight: '#FFCCD3',\n\t},\n\tpositive: {\n\t\tdark: '#1DA360',\n\t\tDEFAULT: '#28D17C',\n\t\tlight: '#E5FFF2',\n\t},\n\tunbiased: {\n\t\tdark: '#FFA231',\n\t\tDEFAULT: '#FFC72D',\n\t\tlight: '#FFF6DC',\n\t},\n\twhite: '#FFF',\n\tblack: '#000',\n};\n","export default {\n\t1: '0px 0.0625rem 0.05rem rgba(0,0,0, 0.5)',\n\t2: '0px 0.0625rem 0.1125rem rgba(0,0,0, 0.65)',\n\t3: '0px 0.0625rem 0.125rem rgba(0,0,0, 0.65)',\n\t4: [\n\t\t'0px 0.3125rem 1rem rgba(0,24,98, 0.08)',\n\t\t'0px 0.0625rem 0.1875rem rgba(0,24,98, 0.13)',\n\t],\n\t5: '0px 0.1875rem 1rem rgba(0,24,98, 0.3)',\n\ttransparent: 'transparent',\n\t'button-primary-hover': '0px 2px 4px rgba(44,75,169, 0.4)',\n\t'button-secondary-hover': '0px 2px 4px rgba(176,178,203, 0.4)',\n};\n","export default {\n\txxxlarge: '1.5625rem',\n\txxlarge: '0.75rem',\n\txlarge: '0.5625rem',\n\tlarge: '0.375rem',\n\tDEFAULT: '0.25rem',\n\tmedium: '0.25rem',\n\tsmall: '0.125rem',\n\tnone: 0,\n\tround: '100%',\n};\n","export default {\n\tflip: '-1',\n};\n","const rotateNumbers = {};\n\nfor (let i = 1; i < 360; i++) {\n\trotateNumbers[`${i}`] = `${i}deg`;\n\trotateNumbers[`-${i}`] = `-${i}deg`;\n}\n\nexport default rotateNumbers;\n","export default {\n\tfontSize: {\n\t\th1: '2.5rem',\n\t\th2: '2rem',\n\t\th3: '1.5rem',\n\t\th4: '1.25rem',\n\t\th5: '1.125rem',\n\t\tbody: '1rem',\n\t\t'body-2': '1.125rem',\n\t\txxs: '0.6875rem',\n\t},\n\tlineHeight: {\n\t\th1: '3rem',\n\t\th2: '2.5rem',\n\t\th3: '1.875rem',\n\t\th4: '1.625rem',\n\t\th5: '1.375rem',\n\t\tbody: '1.75rem',\n\t\t'body-2': '1.875rem',\n\t},\n};\n","export default {\n\txs: '2px',\n};\n","export default {\n\t'floating-menu': 190,\n\tdropdown: 200,\n\n\t'navbar-topbar': 280,\n\t'navbar-backdrop': 290,\n\tnavbar: 300,\n\n\tbackdrop: 490,\n\n\tdrawer: 500,\n\t'drawer-header': 501,\n\n\tmodal: 600,\n\n\ttooltip: 601,\n\n\ttoast: 700,\n};\n","export default {\n\tanimation: {\n\t\t'fade-in': 'forwards fadeIn .2s ease',\n\t\t'fade-out': 'forwards fadeOut .2s ease',\n\t\t'slide-in-right': 'forwards slideInRight .5s ease',\n\t\t'slide-in-left': 'forwards slideInLeft .5s ease',\n\t\t'slide-in-top': 'forwards slideInTop .25 ease',\n\t\t'slide-in-bottom': 'forwards slideInBottom .5s ease',\n\t\t'slide-in-right-small': 'forwards slideInRightSmall .5s ease',\n\t\t'slide-in-left-small': 'forwards slideInLeftSmall .5s ease',\n\t\t'slide-in-top-small': 'forwards slideInTopSmall .5s ease',\n\t\t'slide-in-bottom-small': 'forwards slideInBottomSmall .5s ease',\n\t\t'slide-out-right': 'forwards slideOutRight .2s ease',\n\t\t'slide-out-left': 'forwards slideOutLeft .2s ease',\n\t\t'slide-out-top': 'forwards slideOutTop .2s ease',\n\t\t'slide-out-bottom': 'forwards slideOutBottom .5s ease',\n\t\t'slide-out-top-small': 'forwards slideOutTopSmall .5s ease',\n\t\t'slide-out-bottom-small': 'forwards slideOutBottomSmall .5s ease',\n\t},\n\n\tkeyframes: {\n\t\tfadeIn: {\n\t\t\t'0%': { opacity: 0 },\n\t\t\t'100%': { opacity: 100 },\n\t\t},\n\t\tfadeOut: {\n\t\t\t'0%': { opacity: 100 },\n\t\t\t'100%': { opacity: 0 },\n\t\t},\n\t\tslideInRight: {\n\t\t\t'0%': { transform: 'translateX(100%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInLeft: {\n\t\t\t'0%': { transform: 'translateX(-100%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInTop: {\n\t\t\t'0%': { transform: 'translateY(-100%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideInBottom: {\n\t\t\t'0%': { transform: 'translateY(100%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideInRightSmall: {\n\t\t\t'0%': { transform: 'translateX(20%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInLeftSmall: {\n\t\t\t'0%': { transform: 'translateX(-20%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInTopSmall: {\n\t\t\t'0%': { transform: 'translateY(-20%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideInBottomSmall: {\n\t\t\t'0%': { transform: 'translateY(20%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideOutRight: {\n\t\t\t'0%': { transform: 'translateX(0)' },\n\t\t\t'100%': { transform: 'translateX(100%)' },\n\t\t},\n\t\tslideOutLeft: {\n\t\t\t'0%': { transform: 'translateX(0)' },\n\t\t\t'100%': { transform: 'translateX(-100%)' },\n\t\t},\n\t\tslideOutTop: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(-100%)' },\n\t\t},\n\t\tslideOutBottom: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(100%)' },\n\t\t},\n\t\tslideOutTopSmall: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(-20%)' },\n\t\t},\n\t\tslideOutBottomSmall: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(20%)' },\n\t\t},\n\t},\n};\n","export default {\n\twidth: {\n\t\tunset: 'unset',\n\n\t\t// default variant\n\t\t'content-mobile': '100%',\n\t\t'content-1280': '62rem',\n\t\t'content-1440': '71rem',\n\t\t'content-1536': '77rem',\n\t\t'content-1680': '83rem',\n\n\t\t// login variant\n\t\t'sidebar-desktop-login': '100%',\n\t\t'content-desktop-login': '21rem',\n\t},\n};\n","export default {\n\theight: {\n\t\tunset: 'unset',\n\t},\n};\n","export default {\n\t// default variant layout\n\t'content-mobile-x': '1rem',\n\t'content-mobile-y': '1.5rem',\n\n\t'content-desktop-x': '2rem',\n\t'content-desktop-y': '2rem',\n\n\t18: '4.5rem',\n};\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function() {\n return _default;\n }\n});\nfunction createPlugin(plugin, config) {\n return {\n handler: plugin,\n config\n };\n}\ncreatePlugin.withOptions = function(pluginFunction, configFunction = ()=>({})) {\n const optionsFunction = function(options) {\n return {\n __options: options,\n handler: pluginFunction(options),\n config: configFunction(options)\n };\n };\n optionsFunction.__isOptionsFunction = true;\n // Expose plugin dependencies so that `object-hash` returns a different\n // value if anything here changes, to ensure a rebuild is triggered.\n optionsFunction.__pluginFunction = pluginFunction;\n optionsFunction.__configFunction = configFunction;\n return optionsFunction;\n};\nconst _default = createPlugin;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function() {\n return _default;\n }\n});\nconst _createPlugin = /*#__PURE__*/ _interop_require_default(require(\"../util/createPlugin\"));\nfunction _interop_require_default(obj) {\n return obj && obj.__esModule ? obj : {\n default: obj\n };\n}\nconst _default = _createPlugin.default;\n","let createPlugin = require('./lib/public/create-plugin')\nmodule.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default\n","// eslint-disable-next-line unicorn/prefer-module\nimport plugin from 'tailwindcss/plugin';\n\nconst safeArea = plugin(({ addUtilities }) => {\n\tconst utilities = {\n\t\t'.m-safe': {\n\t\t\tmarginTop: 'env(safe-area-inset-top)',\n\t\t\tmarginRight: 'env(safe-area-inset-right)',\n\t\t\tmarginBottom: 'env(safe-area-inset-bottom)',\n\t\t\tmarginLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.mx-safe': {\n\t\t\tmarginRight: 'env(safe-area-inset-right)',\n\t\t\tmarginLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.my-safe': {\n\t\t\tmarginTop: 'env(safe-area-inset-top)',\n\t\t\tmarginBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.mt-safe': {\n\t\t\tmarginTop: 'env(safe-area-inset-top)',\n\t\t},\n\t\t'.mr-safe': {\n\t\t\tmarginRight: 'env(safe-area-inset-right)',\n\t\t},\n\t\t'.mb-safe': {\n\t\t\tmarginBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.ml-safe': {\n\t\t\tmarginLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.p-safe': {\n\t\t\tpaddingTop: 'env(safe-area-inset-top)',\n\t\t\tpaddingRight: 'env(safe-area-inset-right)',\n\t\t\tpaddingBottom: 'env(safe-area-inset-bottom)',\n\t\t\tpaddingLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.px-safe': {\n\t\t\tpaddingRight: 'env(safe-area-inset-right)',\n\t\t\tpaddingLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.py-safe': {\n\t\t\tpaddingTop: 'env(safe-area-inset-top)',\n\t\t\tpaddingBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.pt-safe': {\n\t\t\tpaddingTop: 'env(safe-area-inset-top)',\n\t\t},\n\t\t'.pr-safe': {\n\t\t\tpaddingRight: 'env(safe-area-inset-right)',\n\t\t},\n\t\t'.pb-safe': {\n\t\t\tpaddingBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.pl-safe': {\n\t\t\tpaddingLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.min-h-screen': {\n\t\t\tminHeight: '100vh',\n\t\t},\n\t\t'.min-h-screen-safe': {\n\t\t\tminHeight:\n\t\t\t\t'calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))',\n\t\t},\n\t\t'.max-h-screen': {\n\t\t\tmaxHeight: '100vh',\n\t\t},\n\t\t'.max-h-screen-safe': {\n\t\t\tmaxHeight:\n\t\t\t\t'calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))',\n\t\t},\n\t\t'.h-screen-safe': {\n\t\t\theight: 'calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))',\n\t\t},\n\t\t'.min-w-screen': {\n\t\t\tminWidth: '100vw',\n\t\t},\n\t\t'.min-w-screen-safe': {\n\t\t\tminWidth:\n\t\t\t\t'calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))',\n\t\t},\n\t\t'.max-w-screen': {\n\t\t\tmaxWidth: '100vw',\n\t\t},\n\t\t'.max-w-screen-safe': {\n\t\t\tmaxWidth:\n\t\t\t\t'calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))',\n\t\t},\n\t\t'.w-screen-safe': {\n\t\t\twidth: 'calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))',\n\t\t},\n\t};\n\n\taddUtilities(utilities);\n});\n\n// eslint-disable-next-line unicorn/prefer-module\nexport default safeArea;\n","import plugin from 'tailwindcss/plugin';\n\nconst hover = plugin(({ addVariant }) => {\n\t// Hover media queries\n\taddVariant('has-hover', '@media (hover: hover)');\n\taddVariant('no-hover', '@media (hover: none)');\n\t// Applied on hover if supported, never applied otherwise\n\taddVariant('hover-never', '@media (hover: hover) { &:hover }');\n\taddVariant(\n\t\t'group-hover-never',\n\t\t'@media (hover: hover) { :merge(.group):hover & }'\n\t);\n\taddVariant(\n\t\t'peer-hover-never',\n\t\t'@media (hover: hover) { :merge(.peer):hover & }'\n\t);\n\t// Applied on hover if supported, always applied otherwise\n\taddVariant('hover-always', [\n\t\t'@media (hover: hover) { &:hover }',\n\t\t'@media (hover: none)',\n\t]);\n\taddVariant('group-hover-always', [\n\t\t'@media (hover: hover) { :merge(.group):hover & }',\n\t\t'@media (hover: none)',\n\t]);\n\taddVariant('peer-hover-always', [\n\t\t'@media (hover: hover) { :merge(.peer):hover & }',\n\t\t'@media (hover: none)',\n\t]);\n});\n\nexport default hover;\n","import colors from './tailwind/colors';\nimport shadows from './tailwind/shadows';\nimport borderRadius from './tailwind/border-radius';\nimport scale from './tailwind/scale';\nimport rotate from './tailwind/rotate';\nimport typeograhpy from './tailwind/typography';\nimport backdropBlur from './tailwind/backdrop-blur';\nimport zIndex from './tailwind/z-index';\nimport animation from './tailwind/animation';\nimport screens from './tailwind/screens';\nimport width from './tailwind/width';\nimport height from './tailwind/height';\nimport spacing from './tailwind/spacing';\n\nimport safeArea from './tailwind/plugins/safe-area';\nimport hover from './tailwind/plugins/hover';\n\nexport default {\n\timportant: true,\n\ttheme: {\n\t\tcolors,\n\t\tboxShadow: shadows,\n\t\tdropShadow: shadows,\n\t\tborderRadius,\n\t\textend: {\n\t\t\t...animation,\n\t\t\tscale,\n\t\t\trotate,\n\t\t\tfontSize: typeograhpy.fontSize,\n\t\t\tlineHeight: typeograhpy.lineHeight,\n\t\t\tbackdropBlur,\n\t\t\tzIndex,\n\t\t\tscreens,\n\t\t\twidth: width.width,\n\t\t\theight: height.height,\n\t\t\tspacing,\n\t\t},\n\t},\n\tplugins: [\n\t\trequire('@tailwindcss/aspect-ratio'),\n\t\trequire('tailwind-scrollbar-hide'),\n\t\tsafeArea,\n\t\thover,\n\t],\n};\n","export { Components, JSX } from './components';\nexport * from './types';\nexport * from './utils';\n\nimport tailwindConfig from './tailwind.config';\nexport const tailwind = tailwindConfig;\n"],"version":3}
|
|
1
|
+
{"file":"index.js","mappings":";;;;MAAa,gBAAgB,GAAG,CAAC,GAAG,KAChC,GAAG,CAAC,OAAO,CAAC,QAAQ,EAAE,CAAC,MAAM,KAAK,IAAI,MAAM,CAAC,WAAW,EAAE,EAAE,EAAE;MAErD,gBAAgB,GAAG,CAAC,GAAG,KAChC,GAAG;GACE,WAAW,EAAE;GACb,OAAO,CAAC,cAAc,EAAE,CAAC,KAAK,KAC3B,KAAK,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,GAAG,EAAE,EAAE,CAAC;;ACPjE,gBAAe;EACd,MAAM,EAAE,OAAO;EACf,YAAY,EAAE,OAAO;EACrB,YAAY,EAAE,OAAO;EACrB,OAAO,EAAE,WAAW;EACpB,YAAY,EAAE,OAAO;EACrB,YAAY,EAAE,QAAQ;;EAGtB,aAAa,EAAE,OAAO;EACtB,aAAa,EAAE,OAAO;EACtB,aAAa,EAAE,OAAO;EACtB,aAAa,EAAE,QAAQ;EACvB,aAAa,EAAE,QAAQ;EACvB,aAAa,EAAE,QAAQ;CACvB;;MCXY,aAAa,GAAG,CAAC,IAAgB,KAAK,OAAO,CAAC,IAAI,EAAE;MAEpD,kBAAkB,GAAG,CAAC,IAAgB;EAClD,MAAM,MAAM,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC;EACnC,OAAO,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;AAChD,EAAE;MAEW,qBAAqB,GAAG,CAAC,IAAgB;EACrD,MAAM,GAAG,GAAG,kBAAkB,CAAC,IAAI,CAAC,CAAC;EACrC,OAAO,GAAG,GAAG,EAAE,CAAC;AACjB,EAAE;MAEW,kBAAkB,GAAG,CAAC,IAAgB;EAClD,MAAM,MAAM,GAAG,qBAAqB,CAAC,IAAI,CAAC,CAAC;EAC3C,OAAO,MAAM,CAAC,UAAU,GAAG,MAAM,CAAC;AACnC,EAAE;MAEW,mBAAmB,GAAG,CAAC,IAAgB;EACnD,MAAM,MAAM,GAAG,qBAAqB,CAAC,IAAI,CAAC,CAAC;EAC3C,OAAO,MAAM,CAAC,UAAU,GAAG,MAAM,CAAC;AACnC,EAAE;MAEW,gBAAgB,GAAG,CAC/B,SAAqB,EACrB,OAAmB;EAEnB,OAAO,kBAAkB,CAAC,SAAS,CAAC,IAAI,mBAAmB,CAAC,OAAO,CAAC,CAAC;AACtE,EAAE;MAEW,aAAa,GAAG,MAC5B,CAAC,CAAC,MAAM,CAAC,UAAU,CAAC,mBAAmB,CAAC,CAAC,QAAQ;MACrC,QAAQ,GAAG,MAAM,aAAa,EAAE,IAAI,mBAAmB,CAAC,QAAQ,EAAE;MAClE,QAAQ,GAAG,MAAM,gBAAgB,CAAC,QAAQ,EAAE,YAAY,EAAE;MAC1D,SAAS,GAAG,MAAM,kBAAkB,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;ACpC9D,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;AAC7C,IAAI,KAAK,EAAE,IAAI;AACf,CAAC,CAAC,CAAC;AACH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;AAC1C,IAAI,UAAU,EAAE,IAAI;AACpB,IAAI,GAAG,EAAE,WAAW;AACpB,QAAQ,OAAO,QAAQ,CAAC;AACxB,KAAK;AACL,CAAC,CAAC,CAAC;AACH,SAAS,YAAY,CAAC,MAAM,EAAE,MAAM,EAAE;AACtC,IAAI,OAAO;AACX,QAAQ,OAAO,EAAE,MAAM;AACvB,QAAQ,MAAM;AACd,KAAK,CAAC;AACN,CAAC;AACD,YAAY,CAAC,WAAW,GAAG,SAAS,cAAc,EAAE,cAAc,GAAG,KAAK,EAAE,CAAC,EAAE;AAC/E,IAAI,MAAM,eAAe,GAAG,SAAS,OAAO,EAAE;AAC9C,QAAQ,OAAO;AACf,YAAY,SAAS,EAAE,OAAO;AAC9B,YAAY,OAAO,EAAE,cAAc,CAAC,OAAO,CAAC;AAC5C,YAAY,MAAM,EAAE,cAAc,CAAC,OAAO,CAAC;AAC3C,SAAS,CAAC;AACV,KAAK,CAAC;AACN,IAAI,eAAe,CAAC,mBAAmB,GAAG,IAAI,CAAC;AAC/C;AACA;AACA,IAAI,eAAe,CAAC,gBAAgB,GAAG,cAAc,CAAC;AACtD,IAAI,eAAe,CAAC,gBAAgB,GAAG,cAAc,CAAC;AACtD,IAAI,OAAO,eAAe,CAAC;AAC3B,CAAC,CAAC;AACF,MAAM,QAAQ,GAAG,YAAY;;;;AC9B7B,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE;AAC7C,IAAI,KAAK,EAAE,IAAI;AACf,CAAC,CAAC,CAAC;AACH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;AAC1C,IAAI,UAAU,EAAE,IAAI;AACpB,IAAI,GAAG,EAAE,WAAW;AACpB,QAAQ,OAAO,QAAQ,CAAC;AACxB,KAAK;AACL,CAAC,CAAC,CAAC;AACH,MAAM,aAAa,iBAAiB,wBAAwB,CAACA,cAA+B,CAAC,CAAC;AAC9F,SAAS,wBAAwB,CAAC,GAAG,EAAE;AACvC,IAAI,OAAO,GAAG,IAAI,GAAG,CAAC,UAAU,GAAG,GAAG,GAAG;AACzC,QAAQ,OAAO,EAAE,GAAG;AACpB,KAAK,CAAC;AACN,CAAC;AACD,MAAM,QAAQ,GAAG,aAAa,CAAC,OAAO;;;;ACftC,cAAc,GAAG,CAAC,YAAY,CAAC,UAAU,GAAG,YAAY,GAAG,EAAE,OAAO,EAAE,YAAY,EAAE,EAAE;;;;;ACDtF,eAAe;EACd,WAAW,EAAE,aAAa;EAC1B,OAAO,EAAE,cAAc;EACvB,MAAM,EAAE;IACP,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,SAAS;GAChB;EACD,GAAG,EAAE;IACJ,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,SAAS;IAChB,KAAK,EAAE,SAAS;GAChB;EACD,MAAM,EAAE;IACP,KAAK,EAAE,MAAM;IACb,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;GACjB;EACD,QAAQ,EAAE;IACT,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;GACjB;EACD,KAAK,EAAE;IACN,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,SAAS;IACjB,KAAK,EAAE,SAAS;GAChB;EACD,QAAQ,EAAE;IACT,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,SAAS;GAChB;EACD,QAAQ,EAAE;IACT,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,SAAS;GAChB;EACD,QAAQ,EAAE;IACT,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,SAAS;GAChB;EACD,KAAK,EAAE,MAAM;EACb,KAAK,EAAE,MAAM;CACb;;ACnDD,gBAAe;EACd,GAAG,EAAE,wCAAwC;EAC7C,GAAG,EAAE,2CAA2C;EAChD,GAAG,EAAE,0CAA0C;EAC/C,GAAG,EAAE;IACJ,wCAAwC;IACxC,6CAA6C;GAC7C;EACD,GAAG,EAAE,uCAAuC;EAC5C,WAAW,EAAE,aAAa;EAC1B,sBAAsB,EAAE,kCAAkC;EAC1D,wBAAwB,EAAE,oCAAoC;CAC9D;;ACZD,qBAAe;EACd,QAAQ,EAAE,WAAW;EACrB,OAAO,EAAE,SAAS;EAClB,MAAM,EAAE,WAAW;EACnB,KAAK,EAAE,UAAU;EACjB,OAAO,EAAE,SAAS;EAClB,MAAM,EAAE,SAAS;EACjB,KAAK,EAAE,UAAU;EACjB,IAAI,EAAE,GAAG;EACT,KAAK,EAAE,MAAM;CACb;;ACVD,cAAe;EACd,IAAI,EAAE,IAAI;CACV;;ACFD,MAAM,aAAa,GAAG,EAAE,CAAC;AAEzB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;EAC7B,aAAa,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,CAAC,KAAK,CAAC;EAClC,aAAa,CAAC,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC;;;ACJrC,oBAAe;EACd,QAAQ,EAAE;IACT,EAAE,EAAE,QAAQ;IACZ,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,QAAQ;IACZ,EAAE,EAAE,SAAS;IACb,EAAE,EAAE,UAAU;IACd,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;IACpB,GAAG,EAAE,WAAW;GAChB;EACD,UAAU,EAAE;IACX,EAAE,EAAE,MAAM;IACV,EAAE,EAAE,QAAQ;IACZ,EAAE,EAAE,UAAU;IACd,EAAE,EAAE,UAAU;IACd,EAAE,EAAE,UAAU;IACd,IAAI,EAAE,SAAS;IACf,QAAQ,EAAE,UAAU;GACpB;CACD;;ACpBD,qBAAe;EACd,EAAE,EAAE,KAAK;CACT;;ACFD,eAAe;EACd,eAAe,EAAE,KAAK;EACtB,QAAQ,EAAE,KAAK;EAEf,eAAe,EAAE,KAAK;EACtB,iBAAiB,EAAE,KAAK;EACxB,MAAM,EAAE,KAAK;EAEb,QAAQ,EAAE,KAAK;EAEf,MAAM,EAAE,KAAK;EACb,eAAe,EAAE,KAAK;EAEtB,KAAK,EAAE,KAAK;EAEZ,OAAO,EAAE,KAAK;EAEd,KAAK,EAAE,KAAK;CACZ;;AClBD,kBAAe;EACd,SAAS,EAAE;IACV,SAAS,EAAE,0BAA0B;IACrC,UAAU,EAAE,2BAA2B;IACvC,gBAAgB,EAAE,gCAAgC;IAClD,eAAe,EAAE,+BAA+B;IAChD,cAAc,EAAE,8BAA8B;IAC9C,iBAAiB,EAAE,iCAAiC;IACpD,sBAAsB,EAAE,qCAAqC;IAC7D,qBAAqB,EAAE,oCAAoC;IAC3D,oBAAoB,EAAE,mCAAmC;IACzD,uBAAuB,EAAE,sCAAsC;IAC/D,iBAAiB,EAAE,iCAAiC;IACpD,gBAAgB,EAAE,gCAAgC;IAClD,eAAe,EAAE,+BAA+B;IAChD,kBAAkB,EAAE,kCAAkC;IACtD,qBAAqB,EAAE,oCAAoC;IAC3D,wBAAwB,EAAE,uCAAuC;GACjE;EAED,SAAS,EAAE;IACV,MAAM,EAAE;MACP,IAAI,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE;MACpB,MAAM,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE;KACxB;IACD,OAAO,EAAE;MACR,IAAI,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE;MACtB,MAAM,EAAE,EAAE,OAAO,EAAE,CAAC,EAAE;KACtB;IACD,YAAY,EAAE;MACb,IAAI,EAAE,EAAE,SAAS,EAAE,kBAAkB,EAAE;MACvC,MAAM,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE;KACtC;IACD,WAAW,EAAE;MACZ,IAAI,EAAE,EAAE,SAAS,EAAE,mBAAmB,EAAE;MACxC,MAAM,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE;KACtC;IACD,UAAU,EAAE;MACX,IAAI,EAAE,EAAE,SAAS,EAAE,mBAAmB,EAAE;MACxC,MAAM,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE;KACtC;IACD,aAAa,EAAE;MACd,IAAI,EAAE,EAAE,SAAS,EAAE,kBAAkB,EAAE;MACvC,MAAM,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE;KACtC;IACD,iBAAiB,EAAE;MAClB,IAAI,EAAE,EAAE,SAAS,EAAE,iBAAiB,EAAE;MACtC,MAAM,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE;KACtC;IACD,gBAAgB,EAAE;MACjB,IAAI,EAAE,EAAE,SAAS,EAAE,kBAAkB,EAAE;MACvC,MAAM,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE;KACtC;IACD,eAAe,EAAE;MAChB,IAAI,EAAE,EAAE,SAAS,EAAE,kBAAkB,EAAE;MACvC,MAAM,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE;KACtC;IACD,kBAAkB,EAAE;MACnB,IAAI,EAAE,EAAE,SAAS,EAAE,iBAAiB,EAAE;MACtC,MAAM,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE;KACtC;IACD,aAAa,EAAE;MACd,IAAI,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE;MACpC,MAAM,EAAE,EAAE,SAAS,EAAE,kBAAkB,EAAE;KACzC;IACD,YAAY,EAAE;MACb,IAAI,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE;MACpC,MAAM,EAAE,EAAE,SAAS,EAAE,mBAAmB,EAAE;KAC1C;IACD,WAAW,EAAE;MACZ,IAAI,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE;MACpC,MAAM,EAAE,EAAE,SAAS,EAAE,mBAAmB,EAAE;KAC1C;IACD,cAAc,EAAE;MACf,IAAI,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE;MACpC,MAAM,EAAE,EAAE,SAAS,EAAE,kBAAkB,EAAE;KACzC;IACD,gBAAgB,EAAE;MACjB,IAAI,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE;MACpC,MAAM,EAAE,EAAE,SAAS,EAAE,kBAAkB,EAAE;KACzC;IACD,mBAAmB,EAAE;MACpB,IAAI,EAAE,EAAE,SAAS,EAAE,eAAe,EAAE;MACpC,MAAM,EAAE,EAAE,SAAS,EAAE,iBAAiB,EAAE;KACxC;GACD;CACD;;ACtFD,cAAe;EACd,KAAK,EAAE;IACN,KAAK,EAAE,OAAO;;IAGd,gBAAgB,EAAE,MAAM;IACxB,cAAc,EAAE,OAAO;IACvB,cAAc,EAAE,OAAO;IACvB,cAAc,EAAE,OAAO;IACvB,cAAc,EAAE,OAAO;;IAGvB,uBAAuB,EAAE,MAAM;IAC/B,uBAAuB,EAAE,OAAO;GAChC;CACD;;ACfD,eAAe;EACd,MAAM,EAAE;IACP,KAAK,EAAE,OAAO;GACd;CACD;;ACJD,gBAAe;;EAEd,kBAAkB,EAAE,MAAM;EAC1B,kBAAkB,EAAE,QAAQ;EAE5B,mBAAmB,EAAE,MAAM;EAC3B,mBAAmB,EAAE,MAAM;EAE3B,EAAE,EAAE,QAAQ;CACZ;;ACTD,MAAM,QAAQ,GAAG,CAAC,EAAE,YAAY,EAAE;EACjC,MAAM,SAAS,GAAG;IACjB,SAAS,EAAE;MACV,SAAS,EAAE,0BAA0B;MACrC,WAAW,EAAE,4BAA4B;MACzC,YAAY,EAAE,6BAA6B;MAC3C,UAAU,EAAE,2BAA2B;KACvC;IACD,UAAU,EAAE;MACX,WAAW,EAAE,4BAA4B;MACzC,UAAU,EAAE,2BAA2B;KACvC;IACD,UAAU,EAAE;MACX,SAAS,EAAE,0BAA0B;MACrC,YAAY,EAAE,6BAA6B;KAC3C;IACD,UAAU,EAAE;MACX,SAAS,EAAE,0BAA0B;KACrC;IACD,UAAU,EAAE;MACX,WAAW,EAAE,4BAA4B;KACzC;IACD,UAAU,EAAE;MACX,YAAY,EAAE,6BAA6B;KAC3C;IACD,UAAU,EAAE;MACX,UAAU,EAAE,2BAA2B;KACvC;IACD,SAAS,EAAE;MACV,UAAU,EAAE,0BAA0B;MACtC,YAAY,EAAE,4BAA4B;MAC1C,aAAa,EAAE,6BAA6B;MAC5C,WAAW,EAAE,2BAA2B;KACxC;IACD,UAAU,EAAE;MACX,YAAY,EAAE,4BAA4B;MAC1C,WAAW,EAAE,2BAA2B;KACxC;IACD,UAAU,EAAE;MACX,UAAU,EAAE,0BAA0B;MACtC,aAAa,EAAE,6BAA6B;KAC5C;IACD,UAAU,EAAE;MACX,UAAU,EAAE,0BAA0B;KACtC;IACD,UAAU,EAAE;MACX,YAAY,EAAE,4BAA4B;KAC1C;IACD,UAAU,EAAE;MACX,aAAa,EAAE,6BAA6B;KAC5C;IACD,UAAU,EAAE;MACX,WAAW,EAAE,2BAA2B;KACxC;IACD,eAAe,EAAE;MAChB,SAAS,EAAE,OAAO;KAClB;IACD,oBAAoB,EAAE;MACrB,SAAS,EACR,wEAAwE;KACzE;IACD,eAAe,EAAE;MAChB,SAAS,EAAE,OAAO;KAClB;IACD,oBAAoB,EAAE;MACrB,SAAS,EACR,wEAAwE;KACzE;IACD,gBAAgB,EAAE;MACjB,MAAM,EAAE,wEAAwE;KAChF;IACD,eAAe,EAAE;MAChB,QAAQ,EAAE,OAAO;KACjB;IACD,oBAAoB,EAAE;MACrB,QAAQ,EACP,wEAAwE;KACzE;IACD,eAAe,EAAE;MAChB,QAAQ,EAAE,OAAO;KACjB;IACD,oBAAoB,EAAE;MACrB,QAAQ,EACP,wEAAwE;KACzE;IACD,gBAAgB,EAAE;MACjB,KAAK,EAAE,wEAAwE;KAC/E;GACD,CAAC;EAEF,YAAY,CAAC,SAAS,CAAC,CAAC;AACzB,CAAC;;AC3FD,MAAM,KAAK,GAAG,CAAC,EAAE,UAAU,EAAE;;EAE5B,UAAU,CAAC,WAAW,EAAE,uBAAuB,CAAC,CAAC;EACjD,UAAU,CAAC,UAAU,EAAE,sBAAsB,CAAC,CAAC;;EAE/C,UAAU,CAAC,aAAa,EAAE,mCAAmC,CAAC,CAAC;EAC/D,UAAU,CACT,mBAAmB,EACnB,kDAAkD,CAClD,CAAC;EACF,UAAU,CACT,kBAAkB,EAClB,iDAAiD,CACjD,CAAC;;EAEF,UAAU,CAAC,cAAc,EAAE;IAC1B,mCAAmC;IACnC,sBAAsB;GACtB,CAAC,CAAC;EACH,UAAU,CAAC,oBAAoB,EAAE;IAChC,kDAAkD;IAClD,sBAAsB;GACtB,CAAC,CAAC;EACH,UAAU,CAAC,mBAAmB,EAAE;IAC/B,iDAAiD;IACjD,sBAAsB;GACtB,CAAC,CAAC;AACJ,CAAC;;MCRY,SAAS,GAAGC,QAAM,CAC9B,CAAC,SAAS;EACT,QAAQ,CAAC,SAAS,CAAC,CAAC;EACpB,KAAK,CAAC,SAAS,CAAC,CAAC;AAClB,CAAC,EACD;EACC,KAAK,EAAE;IACN,MAAM;;IAEN,SAAS,EAAE,OAAO;IAClB,UAAU,EAAE,OAAO;IACnB,YAAY;;IAEZ,MAAM,kCACF,SAAS,KACZ,KAAK;cACLC,aAAM,EACN,QAAQ,EAAE,WAAW,CAAC,QAAQ,EAC9B,UAAU,EAAE,WAAW,CAAC,UAAU,EAClC,YAAY;MACZ,MAAM;MACN,OAAO,EACP,KAAK,EAAE,KAAK,CAAC,KAAK,EAClB,MAAM,EAAE,MAAM,CAAC,MAAM,EACrB,OAAO,GACP;GACD;EACD,OAAO,EAAE;IACR,OAAO,CAAC,2BAA2B,CAAC;IACpC,OAAO,CAAC,yBAAyB,CAAC;IAClC,QAAQ;IACR,KAAK;GACL;CACD;;;;","names":["require$$0","plugin","rotate"],"sources":["src/utils/transformers.ts","src/tailwind/theme/screens.ts","src/utils/screens.ts","../../node_modules/tailwindcss/lib/util/createPlugin.js","../../node_modules/tailwindcss/lib/public/create-plugin.js","../../node_modules/tailwindcss/plugin.js","src/tailwind/theme/colors.ts","src/tailwind/theme/shadows.ts","src/tailwind/theme/border-radius.ts","src/tailwind/theme/scale.ts","src/tailwind/theme/rotate.ts","src/tailwind/theme/typography.ts","src/tailwind/theme/backdrop-blur.ts","src/tailwind/theme/z-index.ts","src/tailwind/theme/animation.ts","src/tailwind/theme/width.ts","src/tailwind/theme/height.ts","src/tailwind/theme/spacing.ts","src/tailwind/plugins/safe-area.ts","src/tailwind/plugins/hover.ts","src/tailwind/paperless.ts"],"sourcesContent":["export const camelToSnakeCase = (str) =>\n str.replace(/[A-Z]/g, (letter) => `_${letter.toLowerCase()}`);\n\nexport const snakeToCamelCase = (str) =>\n str\n .toLowerCase()\n .replace(/([-_][a-z])/g, (group) =>\n group.toUpperCase().replace('-', '').replace('_', '')\n );\n","export default {\n\ttablet: '40rem', // 640 px\n\t'desktop-xs': '64rem', // 1024 px\n\t'desktop-sm': '80rem', // 1360 px\n\tdesktop: '85.375rem', // 1366\n\t'desktop-lg': '90rem', // 1440\n\t'desktop-xl': '120rem', // 1920\n\n\t// layout sizes\n\t'layout-1280': '80rem',\n\t'layout-1440': '90rem',\n\t'layout-1536': '96rem',\n\t'layout-1680': '105rem',\n\t'layout-1920': '120rem',\n\t'layout-2560': '160rem',\n};\n","import screens from '../tailwind/theme/screens';\n\nexport type ScreenSize = keyof typeof screens;\n\nexport const getScreenSize = (size: ScreenSize) => screens[size];\n\nexport const getScreenSizeInRem = (size: ScreenSize) => {\n\tconst screen = getScreenSize(size);\n\treturn parseInt(screen.replace('rem', ''), 10);\n};\n\nexport const getScreenSizeInPixels = (size: ScreenSize) => {\n\tconst rem = getScreenSizeInRem(size);\n\treturn rem * 16;\n};\n\nexport const isBiggerThanScreen = (size: ScreenSize) => {\n\tconst pixels = getScreenSizeInPixels(size);\n\treturn window.innerWidth > pixels;\n};\n\nexport const isSmallerThanScreen = (size: ScreenSize) => {\n\tconst pixels = getScreenSizeInPixels(size);\n\treturn window.innerWidth < pixels;\n};\n\nexport const isBetweenScreens = (\n\tsmallSize: ScreenSize,\n\tbigSize: ScreenSize\n) => {\n\treturn isBiggerThanScreen(smallSize) && isSmallerThanScreen(bigSize);\n};\n\nexport const isTouchDevice = () =>\n\t!!window.matchMedia('(pointer: coarse)').matches;\nexport const isMobile = () => isTouchDevice() || isSmallerThanScreen('tablet');\nexport const isTablet = () => isBetweenScreens('tablet', 'desktop-xs');\nexport const isDesktop = () => isBiggerThanScreen('desktop-xs');\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function() {\n return _default;\n }\n});\nfunction createPlugin(plugin, config) {\n return {\n handler: plugin,\n config\n };\n}\ncreatePlugin.withOptions = function(pluginFunction, configFunction = ()=>({})) {\n const optionsFunction = function(options) {\n return {\n __options: options,\n handler: pluginFunction(options),\n config: configFunction(options)\n };\n };\n optionsFunction.__isOptionsFunction = true;\n // Expose plugin dependencies so that `object-hash` returns a different\n // value if anything here changes, to ensure a rebuild is triggered.\n optionsFunction.__pluginFunction = pluginFunction;\n optionsFunction.__configFunction = configFunction;\n return optionsFunction;\n};\nconst _default = createPlugin;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function() {\n return _default;\n }\n});\nconst _createPlugin = /*#__PURE__*/ _interop_require_default(require(\"../util/createPlugin\"));\nfunction _interop_require_default(obj) {\n return obj && obj.__esModule ? obj : {\n default: obj\n };\n}\nconst _default = _createPlugin.default;\n","let createPlugin = require('./lib/public/create-plugin')\nmodule.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default\n","export default {\n\ttransparent: 'transparent',\n\tcurrent: 'currentColor',\n\tindigo: {\n\t\tdark: '#2C4BA9',\n\t\tDEFAULT: '#528AFA',\n\t\tlight: '#F1F6FF',\n\t},\n\tsky: {\n\t\tdark: '#30C2C9',\n\t\tDEFAULT: '#1EDAE3',\n\t\tlight: '#F5FEFF',\n\t\tvague: '#BBF4F6',\n\t},\n\tmystic: {\n\t\tblank: '#FFF',\n\t\tdark: '#DAE6F0',\n\t\tDEFAULT: '#F7FAFC',\n\t\tlight: '#FCFDFE',\n\t\tmedium: '#E3ECF3',\n\t},\n\tredberry: {\n\t\tdark: '#BD0F1E',\n\t\tDEFAULT: '#E63241',\n\t\tlight: '#FFE8EA',\n\t\tmedium: '#FF7D88',\n\t},\n\tstorm: {\n\t\tdark: '#272838',\n\t\tDEFAULT: '#51536B',\n\t\tlight: '#B0B2CB',\n\t\tmedium: '#80829E',\n\t\tvague: '#989AB7',\n\t},\n\tnegative: {\n\t\tdark: '#8A0F1D',\n\t\tDEFAULT: '#B91E28',\n\t\tlight: '#FFCCD3',\n\t},\n\tpositive: {\n\t\tdark: '#1DA360',\n\t\tDEFAULT: '#28D17C',\n\t\tlight: '#E5FFF2',\n\t},\n\tunbiased: {\n\t\tdark: '#FFA231',\n\t\tDEFAULT: '#FFC72D',\n\t\tlight: '#FFF6DC',\n\t},\n\twhite: '#FFF',\n\tblack: '#000',\n};\n","export default {\n\t'1': '0px 0.0625rem 0.05rem rgba(0,0,0, 0.5)',\n\t'2': '0px 0.0625rem 0.1125rem rgba(0,0,0, 0.65)',\n\t'3': '0px 0.0625rem 0.125rem rgba(0,0,0, 0.65)',\n\t'4': [\n\t\t'0px 0.3125rem 1rem rgba(0,24,98, 0.08)',\n\t\t'0px 0.0625rem 0.1875rem rgba(0,24,98, 0.13)',\n\t],\n\t'5': '0px 0.1875rem 1rem rgba(0,24,98, 0.3)',\n\ttransparent: 'transparent',\n\t'button-primary-hover': '0px 2px 4px rgba(44,75,169, 0.4)',\n\t'button-secondary-hover': '0px 2px 4px rgba(176,178,203, 0.4)',\n};\n","export default {\n\txxxlarge: '1.5625rem',\n\txxlarge: '0.75rem',\n\txlarge: '0.5625rem',\n\tlarge: '0.375rem',\n\tDEFAULT: '0.25rem',\n\tmedium: '0.25rem',\n\tsmall: '0.125rem',\n\tnone: '0',\n\tround: '100%',\n};\n","export default {\n\tflip: '-1',\n};\n","const rotateNumbers = {};\n\nfor (let i = 1; i < 360; i++) {\n\trotateNumbers[`${i}`] = `${i}deg`;\n\trotateNumbers[`-${i}`] = `-${i}deg`;\n}\n\nexport default rotateNumbers;\n","export default {\n\tfontSize: {\n\t\th1: '2.5rem',\n\t\th2: '2rem',\n\t\th3: '1.5rem',\n\t\th4: '1.25rem',\n\t\th5: '1.125rem',\n\t\tbody: '1rem',\n\t\t'body-2': '1.125rem',\n\t\txxs: '0.6875rem',\n\t},\n\tlineHeight: {\n\t\th1: '3rem',\n\t\th2: '2.5rem',\n\t\th3: '1.875rem',\n\t\th4: '1.625rem',\n\t\th5: '1.375rem',\n\t\tbody: '1.75rem',\n\t\t'body-2': '1.875rem',\n\t},\n};\n","export default {\n\txs: '2px',\n};\n","export default {\n\t'floating-menu': '190',\n\tdropdown: '200',\n\n\t'navbar-topbar': '280',\n\t'navbar-backdrop': '290',\n\tnavbar: '300',\n\n\tbackdrop: '490',\n\n\tdrawer: '500',\n\t'drawer-header': '501',\n\n\tmodal: '600',\n\n\ttooltip: '601',\n\n\ttoast: '700',\n};\n","export default {\n\tanimation: {\n\t\t'fade-in': 'forwards fadeIn .2s ease',\n\t\t'fade-out': 'forwards fadeOut .2s ease',\n\t\t'slide-in-right': 'forwards slideInRight .5s ease',\n\t\t'slide-in-left': 'forwards slideInLeft .5s ease',\n\t\t'slide-in-top': 'forwards slideInTop .25 ease',\n\t\t'slide-in-bottom': 'forwards slideInBottom .5s ease',\n\t\t'slide-in-right-small': 'forwards slideInRightSmall .5s ease',\n\t\t'slide-in-left-small': 'forwards slideInLeftSmall .5s ease',\n\t\t'slide-in-top-small': 'forwards slideInTopSmall .5s ease',\n\t\t'slide-in-bottom-small': 'forwards slideInBottomSmall .5s ease',\n\t\t'slide-out-right': 'forwards slideOutRight .2s ease',\n\t\t'slide-out-left': 'forwards slideOutLeft .2s ease',\n\t\t'slide-out-top': 'forwards slideOutTop .2s ease',\n\t\t'slide-out-bottom': 'forwards slideOutBottom .5s ease',\n\t\t'slide-out-top-small': 'forwards slideOutTopSmall .5s ease',\n\t\t'slide-out-bottom-small': 'forwards slideOutBottomSmall .5s ease',\n\t},\n\n\tkeyframes: {\n\t\tfadeIn: {\n\t\t\t'0%': { opacity: 0 },\n\t\t\t'100%': { opacity: 100 },\n\t\t},\n\t\tfadeOut: {\n\t\t\t'0%': { opacity: 100 },\n\t\t\t'100%': { opacity: 0 },\n\t\t},\n\t\tslideInRight: {\n\t\t\t'0%': { transform: 'translateX(100%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInLeft: {\n\t\t\t'0%': { transform: 'translateX(-100%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInTop: {\n\t\t\t'0%': { transform: 'translateY(-100%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideInBottom: {\n\t\t\t'0%': { transform: 'translateY(100%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideInRightSmall: {\n\t\t\t'0%': { transform: 'translateX(20%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInLeftSmall: {\n\t\t\t'0%': { transform: 'translateX(-20%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInTopSmall: {\n\t\t\t'0%': { transform: 'translateY(-20%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideInBottomSmall: {\n\t\t\t'0%': { transform: 'translateY(20%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideOutRight: {\n\t\t\t'0%': { transform: 'translateX(0)' },\n\t\t\t'100%': { transform: 'translateX(100%)' },\n\t\t},\n\t\tslideOutLeft: {\n\t\t\t'0%': { transform: 'translateX(0)' },\n\t\t\t'100%': { transform: 'translateX(-100%)' },\n\t\t},\n\t\tslideOutTop: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(-100%)' },\n\t\t},\n\t\tslideOutBottom: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(100%)' },\n\t\t},\n\t\tslideOutTopSmall: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(-20%)' },\n\t\t},\n\t\tslideOutBottomSmall: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(20%)' },\n\t\t},\n\t},\n};\n","export default {\n\twidth: {\n\t\tunset: 'unset',\n\n\t\t// default variant\n\t\t'content-mobile': '100%',\n\t\t'content-1280': '62rem',\n\t\t'content-1440': '71rem',\n\t\t'content-1536': '77rem',\n\t\t'content-1680': '83rem',\n\n\t\t// login variant\n\t\t'sidebar-desktop-login': '100%',\n\t\t'content-desktop-login': '21rem',\n\t},\n};\n","export default {\n\theight: {\n\t\tunset: 'unset',\n\t},\n};\n","export default {\n\t// default variant layout\n\t'content-mobile-x': '1rem',\n\t'content-mobile-y': '1.5rem',\n\n\t'content-desktop-x': '2rem',\n\t'content-desktop-y': '2rem',\n\n\t18: '4.5rem',\n};\n","const safeArea = ({ addUtilities }) => {\n\tconst utilities = {\n\t\t'.m-safe': {\n\t\t\tmarginTop: 'env(safe-area-inset-top)',\n\t\t\tmarginRight: 'env(safe-area-inset-right)',\n\t\t\tmarginBottom: 'env(safe-area-inset-bottom)',\n\t\t\tmarginLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.mx-safe': {\n\t\t\tmarginRight: 'env(safe-area-inset-right)',\n\t\t\tmarginLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.my-safe': {\n\t\t\tmarginTop: 'env(safe-area-inset-top)',\n\t\t\tmarginBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.mt-safe': {\n\t\t\tmarginTop: 'env(safe-area-inset-top)',\n\t\t},\n\t\t'.mr-safe': {\n\t\t\tmarginRight: 'env(safe-area-inset-right)',\n\t\t},\n\t\t'.mb-safe': {\n\t\t\tmarginBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.ml-safe': {\n\t\t\tmarginLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.p-safe': {\n\t\t\tpaddingTop: 'env(safe-area-inset-top)',\n\t\t\tpaddingRight: 'env(safe-area-inset-right)',\n\t\t\tpaddingBottom: 'env(safe-area-inset-bottom)',\n\t\t\tpaddingLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.px-safe': {\n\t\t\tpaddingRight: 'env(safe-area-inset-right)',\n\t\t\tpaddingLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.py-safe': {\n\t\t\tpaddingTop: 'env(safe-area-inset-top)',\n\t\t\tpaddingBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.pt-safe': {\n\t\t\tpaddingTop: 'env(safe-area-inset-top)',\n\t\t},\n\t\t'.pr-safe': {\n\t\t\tpaddingRight: 'env(safe-area-inset-right)',\n\t\t},\n\t\t'.pb-safe': {\n\t\t\tpaddingBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.pl-safe': {\n\t\t\tpaddingLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.min-h-screen': {\n\t\t\tminHeight: '100vh',\n\t\t},\n\t\t'.min-h-screen-safe': {\n\t\t\tminHeight:\n\t\t\t\t'calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))',\n\t\t},\n\t\t'.max-h-screen': {\n\t\t\tmaxHeight: '100vh',\n\t\t},\n\t\t'.max-h-screen-safe': {\n\t\t\tmaxHeight:\n\t\t\t\t'calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))',\n\t\t},\n\t\t'.h-screen-safe': {\n\t\t\theight: 'calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))',\n\t\t},\n\t\t'.min-w-screen': {\n\t\t\tminWidth: '100vw',\n\t\t},\n\t\t'.min-w-screen-safe': {\n\t\t\tminWidth:\n\t\t\t\t'calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))',\n\t\t},\n\t\t'.max-w-screen': {\n\t\t\tmaxWidth: '100vw',\n\t\t},\n\t\t'.max-w-screen-safe': {\n\t\t\tmaxWidth:\n\t\t\t\t'calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))',\n\t\t},\n\t\t'.w-screen-safe': {\n\t\t\twidth: 'calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))',\n\t\t},\n\t};\n\n\taddUtilities(utilities);\n};\n\n// eslint-disable-next-line unicorn/prefer-module\nexport default safeArea;\n","const hover = ({ addVariant }) => {\n\t// Hover media queries\n\taddVariant('has-hover', '@media (hover: hover)');\n\taddVariant('no-hover', '@media (hover: none)');\n\t// Applied on hover if supported, never applied otherwise\n\taddVariant('hover-never', '@media (hover: hover) { &:hover }');\n\taddVariant(\n\t\t'group-hover-never',\n\t\t'@media (hover: hover) { :merge(.group):hover & }'\n\t);\n\taddVariant(\n\t\t'peer-hover-never',\n\t\t'@media (hover: hover) { :merge(.peer):hover & }'\n\t);\n\t// Applied on hover if supported, always applied otherwise\n\taddVariant('hover-always', [\n\t\t'@media (hover: hover) { &:hover }',\n\t\t'@media (hover: none)',\n\t]);\n\taddVariant('group-hover-always', [\n\t\t'@media (hover: hover) { :merge(.group):hover & }',\n\t\t'@media (hover: none)',\n\t]);\n\taddVariant('peer-hover-always', [\n\t\t'@media (hover: hover) { :merge(.peer):hover & }',\n\t\t'@media (hover: none)',\n\t]);\n};\n\nexport default hover;\n","import plugin from 'tailwindcss/plugin';\n\nimport colors from './theme/colors';\nimport shadows from './theme/shadows';\nimport borderRadius from './theme/border-radius';\nimport scale from './theme/scale';\nimport rotate from './theme/rotate';\nimport typeograhpy from './theme/typography';\nimport backdropBlur from './theme/backdrop-blur';\nimport zIndex from './theme/z-index';\nimport animation from './theme/animation';\nimport screens from './theme/screens';\nimport width from './theme/width';\nimport height from './theme/height';\nimport spacing from './theme/spacing';\n\nimport safeArea from './plugins/safe-area';\nimport hover from './plugins/hover';\n\nexport const paperless = plugin(\n\t(pluginAPI) => {\n\t\tsafeArea(pluginAPI);\n\t\thover(pluginAPI);\n\t},\n\t{\n\t\ttheme: {\n\t\t\tcolors,\n\t\t\t// @ts-ignore\n\t\t\tboxShadow: shadows,\n\t\t\tdropShadow: shadows,\n\t\t\tborderRadius,\n\t\t\t// @ts-ignore\n\t\t\textend: {\n\t\t\t\t...animation,\n\t\t\t\tscale,\n\t\t\t\trotate,\n\t\t\t\tfontSize: typeograhpy.fontSize,\n\t\t\t\tlineHeight: typeograhpy.lineHeight,\n\t\t\t\tbackdropBlur,\n\t\t\t\tzIndex,\n\t\t\t\tscreens,\n\t\t\t\twidth: width.width,\n\t\t\t\theight: height.height,\n\t\t\t\tspacing,\n\t\t\t},\n\t\t},\n\t\tplugins: [\n\t\t\trequire('@tailwindcss/aspect-ratio'),\n\t\t\trequire('tailwind-scrollbar-hide'),\n\t\t\tsafeArea,\n\t\t\thover,\n\t\t],\n\t}\n);\n"],"version":3}
|
package/dist/index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!doctype html><html dir="ltr" lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> <title>Stencil Component Starter</title> <script type="module" src="/build/paperless.esm.js" data-stencil data-resources-url="/build/" data-stencil-namespace="paperless"></script> <script nomodule="" src="/build/paperless.js" data-stencil></script> </head> <body> <p-button>Buttono</p-button> <script data-build="2024-07-
|
|
1
|
+
<!doctype html><html dir="ltr" lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> <title>Stencil Component Starter</title> <script type="module" src="/build/paperless.esm.js" data-stencil data-resources-url="/build/" data-stencil-namespace="paperless"></script> <script nomodule="" src="/build/paperless.js" data-stencil></script> </head> <body> <p-button>Buttono</p-button> <script data-build="2024-07-30T11:07:58">
|
|
2
2
|
if ('serviceWorker' in navigator && location.protocol !== 'file:') {
|
|
3
3
|
window.addEventListener('load', function() {
|
|
4
4
|
navigator.serviceWorker.register('/sw.js')
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{i as isTableColumnSizesKey,o as objectGetByPath}from"./p-8da0a7c2.js";export{c as childOf}from"./p-4d330cfc.js";export{f as formatTranslation,g as getLocaleComponentStrings}from"./p-33fa21e3.js";const e=e=>e.replace(/[A-Z]/g,(e=>`_${e.toLowerCase()}`));const t=e=>e.toLowerCase().replace(/([-_][a-z])/g,(e=>e.toUpperCase().replace("-","").replace("_","")));const a={tablet:"40rem","desktop-xs":"64rem","desktop-sm":"80rem",desktop:"85.375rem","desktop-lg":"90rem","desktop-xl":"120rem","layout-1280":"80rem","layout-1440":"90rem","layout-1536":"96rem","layout-1680":"105rem","layout-1920":"120rem","layout-2560":"160rem"};const r=e=>a[e];const n=e=>{const t=r(e);return parseInt(t.replace("rem",""),10)};const s=e=>{const t=n(e);return t*16};const m=e=>{const t=s(e);return window.innerWidth>t};const l=e=>{const t=s(e);return window.innerWidth<t};const d=(e,t)=>m(e)&&l(t);const h=()=>!!window.matchMedia("(pointer: coarse)").matches;const p=()=>h()||l("tablet");const u=()=>d("tablet","desktop-xs");const v=()=>m("desktop-xs");const b={transparent:"transparent",current:"currentColor",indigo:{dark:"#2C4BA9",DEFAULT:"#528AFA",light:"#F1F6FF"},sky:{dark:"#30C2C9",DEFAULT:"#1EDAE3",light:"#F5FEFF",vague:"#BBF4F6"},mystic:{blank:"#FFF",dark:"#DAE6F0",DEFAULT:"#F7FAFC",light:"#FCFDFE",medium:"#E3ECF3"},redberry:{dark:"#BD0F1E",DEFAULT:"#E63241",light:"#FFE8EA",medium:"#FF7D88"},storm:{dark:"#272838",DEFAULT:"#51536B",light:"#B0B2CB",medium:"#80829E",vague:"#989AB7"},negative:{dark:"#8A0F1D",DEFAULT:"#B91E28",light:"#FFCCD3"},positive:{dark:"#1DA360",DEFAULT:"#28D17C",light:"#E5FFF2"},unbiased:{dark:"#FFA231",DEFAULT:"#FFC72D",light:"#FFF6DC"},white:"#FFF",black:"#000"};const
|
|
1
|
+
export{i as isTableColumnSizesKey,o as objectGetByPath}from"./p-8da0a7c2.js";export{c as childOf}from"./p-4d330cfc.js";export{f as formatTranslation,g as getLocaleComponentStrings}from"./p-33fa21e3.js";const e=e=>e.replace(/[A-Z]/g,(e=>`_${e.toLowerCase()}`));const t=e=>e.toLowerCase().replace(/([-_][a-z])/g,(e=>e.toUpperCase().replace("-","").replace("_","")));const a={tablet:"40rem","desktop-xs":"64rem","desktop-sm":"80rem",desktop:"85.375rem","desktop-lg":"90rem","desktop-xl":"120rem","layout-1280":"80rem","layout-1440":"90rem","layout-1536":"96rem","layout-1680":"105rem","layout-1920":"120rem","layout-2560":"160rem"};const r=e=>a[e];const n=e=>{const t=r(e);return parseInt(t.replace("rem",""),10)};const s=e=>{const t=n(e);return t*16};const m=e=>{const t=s(e);return window.innerWidth>t};const l=e=>{const t=s(e);return window.innerWidth<t};const d=(e,t)=>m(e)&&l(t);const h=()=>!!window.matchMedia("(pointer: coarse)").matches;const p=()=>h()||l("tablet");const u=()=>d("tablet","desktop-xs");const v=()=>m("desktop-xs");function b(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e["default"]:e}function F(e,t,a){return a={path:t,exports:{},require:function(e,t){return w()}},e(a,a.exports),a.exports}function w(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var x=F((function(e,t){Object.defineProperty(t,"__esModule",{value:true});Object.defineProperty(t,"default",{enumerable:true,get:function(){return r}});function a(e,t){return{handler:e,config:t}}a.withOptions=function(e,t=(()=>({}))){const a=function(a){return{__options:a,handler:e(a),config:t(a)}};a.__isOptionsFunction=true;a.__pluginFunction=e;a.__configFunction=t;return a};const r=a}));var y=F((function(e,t){Object.defineProperty(t,"__esModule",{value:true});Object.defineProperty(t,"default",{enumerable:true,get:function(){return n}});const a=r(x);function r(e){return e&&e.__esModule?e:{default:e}}const n=a.default}));var k=F((function(e){e.exports=(y.__esModule?y:{default:y}).default}));const B=b(k);const T={transparent:"transparent",current:"currentColor",indigo:{dark:"#2C4BA9",DEFAULT:"#528AFA",light:"#F1F6FF"},sky:{dark:"#30C2C9",DEFAULT:"#1EDAE3",light:"#F5FEFF",vague:"#BBF4F6"},mystic:{blank:"#FFF",dark:"#DAE6F0",DEFAULT:"#F7FAFC",light:"#FCFDFE",medium:"#E3ECF3"},redberry:{dark:"#BD0F1E",DEFAULT:"#E63241",light:"#FFE8EA",medium:"#FF7D88"},storm:{dark:"#272838",DEFAULT:"#51536B",light:"#B0B2CB",medium:"#80829E",vague:"#989AB7"},negative:{dark:"#8A0F1D",DEFAULT:"#B91E28",light:"#FFCCD3"},positive:{dark:"#1DA360",DEFAULT:"#28D17C",light:"#E5FFF2"},unbiased:{dark:"#FFA231",DEFAULT:"#FFC72D",light:"#FFF6DC"},white:"#FFF",black:"#000"};const E={1:"0px 0.0625rem 0.05rem rgba(0,0,0, 0.5)",2:"0px 0.0625rem 0.1125rem rgba(0,0,0, 0.65)",3:"0px 0.0625rem 0.125rem rgba(0,0,0, 0.65)",4:["0px 0.3125rem 1rem rgba(0,24,98, 0.08)","0px 0.0625rem 0.1875rem rgba(0,24,98, 0.13)"],5:"0px 0.1875rem 1rem rgba(0,24,98, 0.3)",transparent:"transparent","button-primary-hover":"0px 2px 4px rgba(44,75,169, 0.4)","button-secondary-hover":"0px 2px 4px rgba(176,178,203, 0.4)"};const L={xxxlarge:"1.5625rem",xxlarge:"0.75rem",xlarge:"0.5625rem",large:"0.375rem",DEFAULT:"0.25rem",medium:"0.25rem",small:"0.125rem",none:"0",round:"100%"};const O={flip:"-1"};const A={};for(let e=1;e<360;e++){A[`${e}`]=`${e}deg`;A[`-${e}`]=`-${e}deg`}const D={fontSize:{h1:"2.5rem",h2:"2rem",h3:"1.5rem",h4:"1.25rem",h5:"1.125rem",body:"1rem","body-2":"1.125rem",xxs:"0.6875rem"},lineHeight:{h1:"3rem",h2:"2.5rem",h3:"1.875rem",h4:"1.625rem",h5:"1.375rem",body:"1.75rem","body-2":"1.875rem"}};const I={xs:"2px"};const S={"floating-menu":"190",dropdown:"200","navbar-topbar":"280","navbar-backdrop":"290",navbar:"300",backdrop:"490",drawer:"500","drawer-header":"501",modal:"600",tooltip:"601",toast:"700"};const Y={animation:{"fade-in":"forwards fadeIn .2s ease","fade-out":"forwards fadeOut .2s ease","slide-in-right":"forwards slideInRight .5s ease","slide-in-left":"forwards slideInLeft .5s ease","slide-in-top":"forwards slideInTop .25 ease","slide-in-bottom":"forwards slideInBottom .5s ease","slide-in-right-small":"forwards slideInRightSmall .5s ease","slide-in-left-small":"forwards slideInLeftSmall .5s ease","slide-in-top-small":"forwards slideInTopSmall .5s ease","slide-in-bottom-small":"forwards slideInBottomSmall .5s ease","slide-out-right":"forwards slideOutRight .2s ease","slide-out-left":"forwards slideOutLeft .2s ease","slide-out-top":"forwards slideOutTop .2s ease","slide-out-bottom":"forwards slideOutBottom .5s ease","slide-out-top-small":"forwards slideOutTopSmall .5s ease","slide-out-bottom-small":"forwards slideOutBottomSmall .5s ease"},keyframes:{fadeIn:{"0%":{opacity:0},"100%":{opacity:100}},fadeOut:{"0%":{opacity:100},"100%":{opacity:0}},slideInRight:{"0%":{transform:"translateX(100%)"},"100%":{transform:"translateX(0)"}},slideInLeft:{"0%":{transform:"translateX(-100%)"},"100%":{transform:"translateX(0)"}},slideInTop:{"0%":{transform:"translateY(-100%)"},"100%":{transform:"translateY(0)"}},slideInBottom:{"0%":{transform:"translateY(100%)"},"100%":{transform:"translateY(0)"}},slideInRightSmall:{"0%":{transform:"translateX(20%)"},"100%":{transform:"translateX(0)"}},slideInLeftSmall:{"0%":{transform:"translateX(-20%)"},"100%":{transform:"translateX(0)"}},slideInTopSmall:{"0%":{transform:"translateY(-20%)"},"100%":{transform:"translateY(0)"}},slideInBottomSmall:{"0%":{transform:"translateY(20%)"},"100%":{transform:"translateY(0)"}},slideOutRight:{"0%":{transform:"translateX(0)"},"100%":{transform:"translateX(100%)"}},slideOutLeft:{"0%":{transform:"translateX(0)"},"100%":{transform:"translateX(-100%)"}},slideOutTop:{"0%":{transform:"translateY(0)"},"100%":{transform:"translateY(-100%)"}},slideOutBottom:{"0%":{transform:"translateY(0)"},"100%":{transform:"translateY(100%)"}},slideOutTopSmall:{"0%":{transform:"translateY(0)"},"100%":{transform:"translateY(-20%)"}},slideOutBottomSmall:{"0%":{transform:"translateY(0)"},"100%":{transform:"translateY(20%)"}}}};const C={width:{unset:"unset","content-mobile":"100%","content-1280":"62rem","content-1440":"71rem","content-1536":"77rem","content-1680":"83rem","sidebar-desktop-login":"100%","content-desktop-login":"21rem"}};const R={height:{unset:"unset"}};const j={"content-mobile-x":"1rem","content-mobile-y":"1.5rem","content-desktop-x":"2rem","content-desktop-y":"2rem",18:"4.5rem"};const X=({addUtilities:e})=>{const t={".m-safe":{marginTop:"env(safe-area-inset-top)",marginRight:"env(safe-area-inset-right)",marginBottom:"env(safe-area-inset-bottom)",marginLeft:"env(safe-area-inset-left)"},".mx-safe":{marginRight:"env(safe-area-inset-right)",marginLeft:"env(safe-area-inset-left)"},".my-safe":{marginTop:"env(safe-area-inset-top)",marginBottom:"env(safe-area-inset-bottom)"},".mt-safe":{marginTop:"env(safe-area-inset-top)"},".mr-safe":{marginRight:"env(safe-area-inset-right)"},".mb-safe":{marginBottom:"env(safe-area-inset-bottom)"},".ml-safe":{marginLeft:"env(safe-area-inset-left)"},".p-safe":{paddingTop:"env(safe-area-inset-top)",paddingRight:"env(safe-area-inset-right)",paddingBottom:"env(safe-area-inset-bottom)",paddingLeft:"env(safe-area-inset-left)"},".px-safe":{paddingRight:"env(safe-area-inset-right)",paddingLeft:"env(safe-area-inset-left)"},".py-safe":{paddingTop:"env(safe-area-inset-top)",paddingBottom:"env(safe-area-inset-bottom)"},".pt-safe":{paddingTop:"env(safe-area-inset-top)"},".pr-safe":{paddingRight:"env(safe-area-inset-right)"},".pb-safe":{paddingBottom:"env(safe-area-inset-bottom)"},".pl-safe":{paddingLeft:"env(safe-area-inset-left)"},".min-h-screen":{minHeight:"100vh"},".min-h-screen-safe":{minHeight:"calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))"},".max-h-screen":{maxHeight:"100vh"},".max-h-screen-safe":{maxHeight:"calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))"},".h-screen-safe":{height:"calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))"},".min-w-screen":{minWidth:"100vw"},".min-w-screen-safe":{minWidth:"calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))"},".max-w-screen":{maxWidth:"100vw"},".max-w-screen-safe":{maxWidth:"calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))"},".w-screen-safe":{width:"calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))"}};e(t)};const U=({addVariant:e})=>{e("has-hover","@media (hover: hover)");e("no-hover","@media (hover: none)");e("hover-never","@media (hover: hover) { &:hover }");e("group-hover-never","@media (hover: hover) { :merge(.group):hover & }");e("peer-hover-never","@media (hover: hover) { :merge(.peer):hover & }");e("hover-always",["@media (hover: hover) { &:hover }","@media (hover: none)"]);e("group-hover-always",["@media (hover: hover) { :merge(.group):hover & }","@media (hover: none)"]);e("peer-hover-always",["@media (hover: hover) { :merge(.peer):hover & }","@media (hover: none)"])};const _=B((e=>{X(e);U(e)}),{theme:{colors:T,boxShadow:E,dropShadow:E,borderRadius:L,extend:Object.assign(Object.assign({},Y),{scale:O,rotate:A,fontSize:D.fontSize,lineHeight:D.lineHeight,backdropBlur:I,zIndex:S,screens:a,width:C.width,height:R.height,spacing:j})},plugins:[require("@tailwindcss/aspect-ratio"),require("tailwind-scrollbar-hide"),X,U]});export{e as camelToSnakeCase,r as getScreenSize,s as getScreenSizeInPixels,n as getScreenSizeInRem,d as isBetweenScreens,m as isBiggerThanScreen,v as isDesktop,p as isMobile,l as isSmallerThanScreen,u as isTablet,h as isTouchDevice,_ as paperless,t as snakeToCamelCase};
|
|
2
2
|
//# sourceMappingURL=index.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["camelToSnakeCase","str","replace","letter","toLowerCase","snakeToCamelCase","group","toUpperCase","screens","tablet","desktop","getScreenSize","size","getScreenSizeInRem","screen","parseInt","getScreenSizeInPixels","rem","isBiggerThanScreen","pixels","window","innerWidth","isSmallerThanScreen","isBetweenScreens","smallSize","bigSize","isTouchDevice","matchMedia","matches","isMobile","isTablet","isDesktop","colors","transparent","current","indigo","dark","DEFAULT","light","sky","vague","mystic","blank","medium","redberry","storm","negative","positive","unbiased","white","black","shadows","borderRadius","xxxlarge","xxlarge","xlarge","large","small","none","round","scale","flip","rotateNumbers","i","typeograhpy","fontSize","h1","h2","h3","h4","h5","body","xxs","lineHeight","backdropBlur","xs","zIndex","dropdown","navbar","backdrop","drawer","modal","tooltip","toast","animation","keyframes","fadeIn","opacity","fadeOut","slideInRight","transform","slideInLeft","slideInTop","slideInBottom","slideInRightSmall","slideInLeftSmall","slideInTopSmall","slideInBottomSmall","slideOutRight","slideOutLeft","slideOutTop","slideOutBottom","slideOutTopSmall","slideOutBottomSmall","width","unset","height","spacing","Object","defineProperty","exports","value","enumerable","get","_default","createPlugin","plugin","config","handler","withOptions","pluginFunction","configFunction","optionsFunction","options","__options","__isOptionsFunction","__pluginFunction","__configFunction","_createPlugin","_interop_require_default","require$$0","obj","__esModule","default","module","safeArea","addUtilities","utilities","marginTop","marginRight","marginBottom","marginLeft","paddingTop","paddingRight","paddingBottom","paddingLeft","minHeight","maxHeight","minWidth","maxWidth","hover","addVariant","tailwindConfig","important","theme","boxShadow","dropShadow","extend","assign","rotate","plugins","require","tailwind"],"sources":["src/utils/transformers.ts","src/tailwind/screens.ts","src/utils/screens.ts","src/tailwind/colors.ts","src/tailwind/shadows.ts","src/tailwind/border-radius.ts","src/tailwind/scale.ts","src/tailwind/rotate.ts","src/tailwind/typography.ts","src/tailwind/backdrop-blur.ts","src/tailwind/z-index.ts","src/tailwind/animation.ts","src/tailwind/width.ts","src/tailwind/height.ts","src/tailwind/spacing.ts","../../node_modules/tailwindcss/lib/util/createPlugin.js","../../node_modules/tailwindcss/lib/public/create-plugin.js","../../node_modules/tailwindcss/plugin.js","src/tailwind/plugins/safe-area.ts","src/tailwind/plugins/hover.ts","src/tailwind.config.ts","src/index.ts"],"sourcesContent":["export const camelToSnakeCase = (str) =>\n str.replace(/[A-Z]/g, (letter) => `_${letter.toLowerCase()}`);\n\nexport const snakeToCamelCase = (str) =>\n str\n .toLowerCase()\n .replace(/([-_][a-z])/g, (group) =>\n group.toUpperCase().replace('-', '').replace('_', '')\n );\n","export default {\n\ttablet: '40rem', // 640 px\n\t'desktop-xs': '64rem', // 1024 px\n\t'desktop-sm': '80rem', // 1360 px\n\tdesktop: '85.375rem', // 1366\n\t'desktop-lg': '90rem', // 1440\n\t'desktop-xl': '120rem', // 1920\n\n\t// layout sizes\n\t'layout-1280': '80rem',\n\t'layout-1440': '90rem',\n\t'layout-1536': '96rem',\n\t'layout-1680': '105rem',\n\t'layout-1920': '120rem',\n\t'layout-2560': '160rem',\n};\n","import screens from '../tailwind/screens';\n\nexport type ScreenSize = keyof typeof screens;\n\nexport const getScreenSize = (size: ScreenSize) => screens[size];\n\nexport const getScreenSizeInRem = (size: ScreenSize) => {\n\tconst screen = getScreenSize(size);\n\treturn parseInt(screen.replace('rem', ''), 10);\n};\n\nexport const getScreenSizeInPixels = (size: ScreenSize) => {\n\tconst rem = getScreenSizeInRem(size);\n\treturn rem * 16;\n};\n\nexport const isBiggerThanScreen = (size: ScreenSize) => {\n\tconst pixels = getScreenSizeInPixels(size);\n\treturn window.innerWidth > pixels;\n};\n\nexport const isSmallerThanScreen = (size: ScreenSize) => {\n\tconst pixels = getScreenSizeInPixels(size);\n\treturn window.innerWidth < pixels;\n};\n\nexport const isBetweenScreens = (\n\tsmallSize: ScreenSize,\n\tbigSize: ScreenSize\n) => {\n\treturn isBiggerThanScreen(smallSize) && isSmallerThanScreen(bigSize);\n};\n\nexport const isTouchDevice = () =>\n\t!!window.matchMedia('(pointer: coarse)').matches;\nexport const isMobile = () => isTouchDevice() || isSmallerThanScreen('tablet');\nexport const isTablet = () => isBetweenScreens('tablet', 'desktop-xs');\nexport const isDesktop = () => isBiggerThanScreen('desktop-xs');\n","export default {\n\ttransparent: 'transparent',\n\tcurrent: 'currentColor',\n\tindigo: {\n\t\tdark: '#2C4BA9',\n\t\tDEFAULT: '#528AFA',\n\t\tlight: '#F1F6FF',\n\t},\n\tsky: {\n\t\tdark: '#30C2C9',\n\t\tDEFAULT: '#1EDAE3',\n\t\tlight: '#F5FEFF',\n\t\tvague: '#BBF4F6',\n\t},\n\tmystic: {\n\t\tblank: '#FFF',\n\t\tdark: '#DAE6F0',\n\t\tDEFAULT: '#F7FAFC',\n\t\tlight: '#FCFDFE',\n\t\tmedium: '#E3ECF3',\n\t},\n\tredberry: {\n\t\tdark: '#BD0F1E',\n\t\tDEFAULT: '#E63241',\n\t\tlight: '#FFE8EA',\n\t\tmedium: '#FF7D88',\n\t},\n\tstorm: {\n\t\tdark: '#272838',\n\t\tDEFAULT: '#51536B',\n\t\tlight: '#B0B2CB',\n\t\tmedium: '#80829E',\n\t\tvague: '#989AB7',\n\t},\n\tnegative: {\n\t\tdark: '#8A0F1D',\n\t\tDEFAULT: '#B91E28',\n\t\tlight: '#FFCCD3',\n\t},\n\tpositive: {\n\t\tdark: '#1DA360',\n\t\tDEFAULT: '#28D17C',\n\t\tlight: '#E5FFF2',\n\t},\n\tunbiased: {\n\t\tdark: '#FFA231',\n\t\tDEFAULT: '#FFC72D',\n\t\tlight: '#FFF6DC',\n\t},\n\twhite: '#FFF',\n\tblack: '#000',\n};\n","export default {\n\t1: '0px 0.0625rem 0.05rem rgba(0,0,0, 0.5)',\n\t2: '0px 0.0625rem 0.1125rem rgba(0,0,0, 0.65)',\n\t3: '0px 0.0625rem 0.125rem rgba(0,0,0, 0.65)',\n\t4: [\n\t\t'0px 0.3125rem 1rem rgba(0,24,98, 0.08)',\n\t\t'0px 0.0625rem 0.1875rem rgba(0,24,98, 0.13)',\n\t],\n\t5: '0px 0.1875rem 1rem rgba(0,24,98, 0.3)',\n\ttransparent: 'transparent',\n\t'button-primary-hover': '0px 2px 4px rgba(44,75,169, 0.4)',\n\t'button-secondary-hover': '0px 2px 4px rgba(176,178,203, 0.4)',\n};\n","export default {\n\txxxlarge: '1.5625rem',\n\txxlarge: '0.75rem',\n\txlarge: '0.5625rem',\n\tlarge: '0.375rem',\n\tDEFAULT: '0.25rem',\n\tmedium: '0.25rem',\n\tsmall: '0.125rem',\n\tnone: 0,\n\tround: '100%',\n};\n","export default {\n\tflip: '-1',\n};\n","const rotateNumbers = {};\n\nfor (let i = 1; i < 360; i++) {\n\trotateNumbers[`${i}`] = `${i}deg`;\n\trotateNumbers[`-${i}`] = `-${i}deg`;\n}\n\nexport default rotateNumbers;\n","export default {\n\tfontSize: {\n\t\th1: '2.5rem',\n\t\th2: '2rem',\n\t\th3: '1.5rem',\n\t\th4: '1.25rem',\n\t\th5: '1.125rem',\n\t\tbody: '1rem',\n\t\t'body-2': '1.125rem',\n\t\txxs: '0.6875rem',\n\t},\n\tlineHeight: {\n\t\th1: '3rem',\n\t\th2: '2.5rem',\n\t\th3: '1.875rem',\n\t\th4: '1.625rem',\n\t\th5: '1.375rem',\n\t\tbody: '1.75rem',\n\t\t'body-2': '1.875rem',\n\t},\n};\n","export default {\n\txs: '2px',\n};\n","export default {\n\t'floating-menu': 190,\n\tdropdown: 200,\n\n\t'navbar-topbar': 280,\n\t'navbar-backdrop': 290,\n\tnavbar: 300,\n\n\tbackdrop: 490,\n\n\tdrawer: 500,\n\t'drawer-header': 501,\n\n\tmodal: 600,\n\n\ttooltip: 601,\n\n\ttoast: 700,\n};\n","export default {\n\tanimation: {\n\t\t'fade-in': 'forwards fadeIn .2s ease',\n\t\t'fade-out': 'forwards fadeOut .2s ease',\n\t\t'slide-in-right': 'forwards slideInRight .5s ease',\n\t\t'slide-in-left': 'forwards slideInLeft .5s ease',\n\t\t'slide-in-top': 'forwards slideInTop .25 ease',\n\t\t'slide-in-bottom': 'forwards slideInBottom .5s ease',\n\t\t'slide-in-right-small': 'forwards slideInRightSmall .5s ease',\n\t\t'slide-in-left-small': 'forwards slideInLeftSmall .5s ease',\n\t\t'slide-in-top-small': 'forwards slideInTopSmall .5s ease',\n\t\t'slide-in-bottom-small': 'forwards slideInBottomSmall .5s ease',\n\t\t'slide-out-right': 'forwards slideOutRight .2s ease',\n\t\t'slide-out-left': 'forwards slideOutLeft .2s ease',\n\t\t'slide-out-top': 'forwards slideOutTop .2s ease',\n\t\t'slide-out-bottom': 'forwards slideOutBottom .5s ease',\n\t\t'slide-out-top-small': 'forwards slideOutTopSmall .5s ease',\n\t\t'slide-out-bottom-small': 'forwards slideOutBottomSmall .5s ease',\n\t},\n\n\tkeyframes: {\n\t\tfadeIn: {\n\t\t\t'0%': { opacity: 0 },\n\t\t\t'100%': { opacity: 100 },\n\t\t},\n\t\tfadeOut: {\n\t\t\t'0%': { opacity: 100 },\n\t\t\t'100%': { opacity: 0 },\n\t\t},\n\t\tslideInRight: {\n\t\t\t'0%': { transform: 'translateX(100%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInLeft: {\n\t\t\t'0%': { transform: 'translateX(-100%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInTop: {\n\t\t\t'0%': { transform: 'translateY(-100%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideInBottom: {\n\t\t\t'0%': { transform: 'translateY(100%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideInRightSmall: {\n\t\t\t'0%': { transform: 'translateX(20%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInLeftSmall: {\n\t\t\t'0%': { transform: 'translateX(-20%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInTopSmall: {\n\t\t\t'0%': { transform: 'translateY(-20%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideInBottomSmall: {\n\t\t\t'0%': { transform: 'translateY(20%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideOutRight: {\n\t\t\t'0%': { transform: 'translateX(0)' },\n\t\t\t'100%': { transform: 'translateX(100%)' },\n\t\t},\n\t\tslideOutLeft: {\n\t\t\t'0%': { transform: 'translateX(0)' },\n\t\t\t'100%': { transform: 'translateX(-100%)' },\n\t\t},\n\t\tslideOutTop: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(-100%)' },\n\t\t},\n\t\tslideOutBottom: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(100%)' },\n\t\t},\n\t\tslideOutTopSmall: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(-20%)' },\n\t\t},\n\t\tslideOutBottomSmall: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(20%)' },\n\t\t},\n\t},\n};\n","export default {\n\twidth: {\n\t\tunset: 'unset',\n\n\t\t// default variant\n\t\t'content-mobile': '100%',\n\t\t'content-1280': '62rem',\n\t\t'content-1440': '71rem',\n\t\t'content-1536': '77rem',\n\t\t'content-1680': '83rem',\n\n\t\t// login variant\n\t\t'sidebar-desktop-login': '100%',\n\t\t'content-desktop-login': '21rem',\n\t},\n};\n","export default {\n\theight: {\n\t\tunset: 'unset',\n\t},\n};\n","export default {\n\t// default variant layout\n\t'content-mobile-x': '1rem',\n\t'content-mobile-y': '1.5rem',\n\n\t'content-desktop-x': '2rem',\n\t'content-desktop-y': '2rem',\n\n\t18: '4.5rem',\n};\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function() {\n return _default;\n }\n});\nfunction createPlugin(plugin, config) {\n return {\n handler: plugin,\n config\n };\n}\ncreatePlugin.withOptions = function(pluginFunction, configFunction = ()=>({})) {\n const optionsFunction = function(options) {\n return {\n __options: options,\n handler: pluginFunction(options),\n config: configFunction(options)\n };\n };\n optionsFunction.__isOptionsFunction = true;\n // Expose plugin dependencies so that `object-hash` returns a different\n // value if anything here changes, to ensure a rebuild is triggered.\n optionsFunction.__pluginFunction = pluginFunction;\n optionsFunction.__configFunction = configFunction;\n return optionsFunction;\n};\nconst _default = createPlugin;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function() {\n return _default;\n }\n});\nconst _createPlugin = /*#__PURE__*/ _interop_require_default(require(\"../util/createPlugin\"));\nfunction _interop_require_default(obj) {\n return obj && obj.__esModule ? obj : {\n default: obj\n };\n}\nconst _default = _createPlugin.default;\n","let createPlugin = require('./lib/public/create-plugin')\nmodule.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default\n","// eslint-disable-next-line unicorn/prefer-module\nimport plugin from 'tailwindcss/plugin';\n\nconst safeArea = plugin(({ addUtilities }) => {\n\tconst utilities = {\n\t\t'.m-safe': {\n\t\t\tmarginTop: 'env(safe-area-inset-top)',\n\t\t\tmarginRight: 'env(safe-area-inset-right)',\n\t\t\tmarginBottom: 'env(safe-area-inset-bottom)',\n\t\t\tmarginLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.mx-safe': {\n\t\t\tmarginRight: 'env(safe-area-inset-right)',\n\t\t\tmarginLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.my-safe': {\n\t\t\tmarginTop: 'env(safe-area-inset-top)',\n\t\t\tmarginBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.mt-safe': {\n\t\t\tmarginTop: 'env(safe-area-inset-top)',\n\t\t},\n\t\t'.mr-safe': {\n\t\t\tmarginRight: 'env(safe-area-inset-right)',\n\t\t},\n\t\t'.mb-safe': {\n\t\t\tmarginBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.ml-safe': {\n\t\t\tmarginLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.p-safe': {\n\t\t\tpaddingTop: 'env(safe-area-inset-top)',\n\t\t\tpaddingRight: 'env(safe-area-inset-right)',\n\t\t\tpaddingBottom: 'env(safe-area-inset-bottom)',\n\t\t\tpaddingLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.px-safe': {\n\t\t\tpaddingRight: 'env(safe-area-inset-right)',\n\t\t\tpaddingLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.py-safe': {\n\t\t\tpaddingTop: 'env(safe-area-inset-top)',\n\t\t\tpaddingBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.pt-safe': {\n\t\t\tpaddingTop: 'env(safe-area-inset-top)',\n\t\t},\n\t\t'.pr-safe': {\n\t\t\tpaddingRight: 'env(safe-area-inset-right)',\n\t\t},\n\t\t'.pb-safe': {\n\t\t\tpaddingBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.pl-safe': {\n\t\t\tpaddingLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.min-h-screen': {\n\t\t\tminHeight: '100vh',\n\t\t},\n\t\t'.min-h-screen-safe': {\n\t\t\tminHeight:\n\t\t\t\t'calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))',\n\t\t},\n\t\t'.max-h-screen': {\n\t\t\tmaxHeight: '100vh',\n\t\t},\n\t\t'.max-h-screen-safe': {\n\t\t\tmaxHeight:\n\t\t\t\t'calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))',\n\t\t},\n\t\t'.h-screen-safe': {\n\t\t\theight: 'calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))',\n\t\t},\n\t\t'.min-w-screen': {\n\t\t\tminWidth: '100vw',\n\t\t},\n\t\t'.min-w-screen-safe': {\n\t\t\tminWidth:\n\t\t\t\t'calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))',\n\t\t},\n\t\t'.max-w-screen': {\n\t\t\tmaxWidth: '100vw',\n\t\t},\n\t\t'.max-w-screen-safe': {\n\t\t\tmaxWidth:\n\t\t\t\t'calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))',\n\t\t},\n\t\t'.w-screen-safe': {\n\t\t\twidth: 'calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))',\n\t\t},\n\t};\n\n\taddUtilities(utilities);\n});\n\n// eslint-disable-next-line unicorn/prefer-module\nexport default safeArea;\n","import plugin from 'tailwindcss/plugin';\n\nconst hover = plugin(({ addVariant }) => {\n\t// Hover media queries\n\taddVariant('has-hover', '@media (hover: hover)');\n\taddVariant('no-hover', '@media (hover: none)');\n\t// Applied on hover if supported, never applied otherwise\n\taddVariant('hover-never', '@media (hover: hover) { &:hover }');\n\taddVariant(\n\t\t'group-hover-never',\n\t\t'@media (hover: hover) { :merge(.group):hover & }'\n\t);\n\taddVariant(\n\t\t'peer-hover-never',\n\t\t'@media (hover: hover) { :merge(.peer):hover & }'\n\t);\n\t// Applied on hover if supported, always applied otherwise\n\taddVariant('hover-always', [\n\t\t'@media (hover: hover) { &:hover }',\n\t\t'@media (hover: none)',\n\t]);\n\taddVariant('group-hover-always', [\n\t\t'@media (hover: hover) { :merge(.group):hover & }',\n\t\t'@media (hover: none)',\n\t]);\n\taddVariant('peer-hover-always', [\n\t\t'@media (hover: hover) { :merge(.peer):hover & }',\n\t\t'@media (hover: none)',\n\t]);\n});\n\nexport default hover;\n","import colors from './tailwind/colors';\nimport shadows from './tailwind/shadows';\nimport borderRadius from './tailwind/border-radius';\nimport scale from './tailwind/scale';\nimport rotate from './tailwind/rotate';\nimport typeograhpy from './tailwind/typography';\nimport backdropBlur from './tailwind/backdrop-blur';\nimport zIndex from './tailwind/z-index';\nimport animation from './tailwind/animation';\nimport screens from './tailwind/screens';\nimport width from './tailwind/width';\nimport height from './tailwind/height';\nimport spacing from './tailwind/spacing';\n\nimport safeArea from './tailwind/plugins/safe-area';\nimport hover from './tailwind/plugins/hover';\n\nexport default {\n\timportant: true,\n\ttheme: {\n\t\tcolors,\n\t\tboxShadow: shadows,\n\t\tdropShadow: shadows,\n\t\tborderRadius,\n\t\textend: {\n\t\t\t...animation,\n\t\t\tscale,\n\t\t\trotate,\n\t\t\tfontSize: typeograhpy.fontSize,\n\t\t\tlineHeight: typeograhpy.lineHeight,\n\t\t\tbackdropBlur,\n\t\t\tzIndex,\n\t\t\tscreens,\n\t\t\twidth: width.width,\n\t\t\theight: height.height,\n\t\t\tspacing,\n\t\t},\n\t},\n\tplugins: [\n\t\trequire('@tailwindcss/aspect-ratio'),\n\t\trequire('tailwind-scrollbar-hide'),\n\t\tsafeArea,\n\t\thover,\n\t],\n};\n","export { Components, JSX } from './components';\nexport * from './types';\nexport * from './utils';\n\nimport tailwindConfig from './tailwind.config';\nexport const tailwind = tailwindConfig;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["camelToSnakeCase","str","replace","letter","toLowerCase","snakeToCamelCase","group","toUpperCase","screens","tablet","desktop","getScreenSize","size","getScreenSizeInRem","screen","parseInt","getScreenSizeInPixels","rem","isBiggerThanScreen","pixels","window","innerWidth","isSmallerThanScreen","isBetweenScreens","smallSize","bigSize","isTouchDevice","matchMedia","matches","isMobile","isTablet","isDesktop","Object","defineProperty","exports","value","enumerable","get","_default","createPlugin","plugin","config","handler","withOptions","pluginFunction","configFunction","optionsFunction","options","__options","__isOptionsFunction","__pluginFunction","__configFunction","_createPlugin","_interop_require_default","require$$0","obj","__esModule","default","module","colors","transparent","current","indigo","dark","DEFAULT","light","sky","vague","mystic","blank","medium","redberry","storm","negative","positive","unbiased","white","black","shadows","borderRadius","xxxlarge","xxlarge","xlarge","large","small","none","round","scale","flip","rotateNumbers","i","typeograhpy","fontSize","h1","h2","h3","h4","h5","body","xxs","lineHeight","backdropBlur","xs","zIndex","dropdown","navbar","backdrop","drawer","modal","tooltip","toast","animation","keyframes","fadeIn","opacity","fadeOut","slideInRight","transform","slideInLeft","slideInTop","slideInBottom","slideInRightSmall","slideInLeftSmall","slideInTopSmall","slideInBottomSmall","slideOutRight","slideOutLeft","slideOutTop","slideOutBottom","slideOutTopSmall","slideOutBottomSmall","width","unset","height","spacing","safeArea","addUtilities","utilities","marginTop","marginRight","marginBottom","marginLeft","paddingTop","paddingRight","paddingBottom","paddingLeft","minHeight","maxHeight","minWidth","maxWidth","hover","addVariant","paperless","pluginAPI","theme","boxShadow","dropShadow","extend","assign","rotate","plugins","require"],"sources":["src/utils/transformers.ts","src/tailwind/theme/screens.ts","src/utils/screens.ts","../../node_modules/tailwindcss/lib/util/createPlugin.js","../../node_modules/tailwindcss/lib/public/create-plugin.js","../../node_modules/tailwindcss/plugin.js","src/tailwind/theme/colors.ts","src/tailwind/theme/shadows.ts","src/tailwind/theme/border-radius.ts","src/tailwind/theme/scale.ts","src/tailwind/theme/rotate.ts","src/tailwind/theme/typography.ts","src/tailwind/theme/backdrop-blur.ts","src/tailwind/theme/z-index.ts","src/tailwind/theme/animation.ts","src/tailwind/theme/width.ts","src/tailwind/theme/height.ts","src/tailwind/theme/spacing.ts","src/tailwind/plugins/safe-area.ts","src/tailwind/plugins/hover.ts","src/tailwind/paperless.ts"],"sourcesContent":["export const camelToSnakeCase = (str) =>\n str.replace(/[A-Z]/g, (letter) => `_${letter.toLowerCase()}`);\n\nexport const snakeToCamelCase = (str) =>\n str\n .toLowerCase()\n .replace(/([-_][a-z])/g, (group) =>\n group.toUpperCase().replace('-', '').replace('_', '')\n );\n","export default {\n\ttablet: '40rem', // 640 px\n\t'desktop-xs': '64rem', // 1024 px\n\t'desktop-sm': '80rem', // 1360 px\n\tdesktop: '85.375rem', // 1366\n\t'desktop-lg': '90rem', // 1440\n\t'desktop-xl': '120rem', // 1920\n\n\t// layout sizes\n\t'layout-1280': '80rem',\n\t'layout-1440': '90rem',\n\t'layout-1536': '96rem',\n\t'layout-1680': '105rem',\n\t'layout-1920': '120rem',\n\t'layout-2560': '160rem',\n};\n","import screens from '../tailwind/theme/screens';\n\nexport type ScreenSize = keyof typeof screens;\n\nexport const getScreenSize = (size: ScreenSize) => screens[size];\n\nexport const getScreenSizeInRem = (size: ScreenSize) => {\n\tconst screen = getScreenSize(size);\n\treturn parseInt(screen.replace('rem', ''), 10);\n};\n\nexport const getScreenSizeInPixels = (size: ScreenSize) => {\n\tconst rem = getScreenSizeInRem(size);\n\treturn rem * 16;\n};\n\nexport const isBiggerThanScreen = (size: ScreenSize) => {\n\tconst pixels = getScreenSizeInPixels(size);\n\treturn window.innerWidth > pixels;\n};\n\nexport const isSmallerThanScreen = (size: ScreenSize) => {\n\tconst pixels = getScreenSizeInPixels(size);\n\treturn window.innerWidth < pixels;\n};\n\nexport const isBetweenScreens = (\n\tsmallSize: ScreenSize,\n\tbigSize: ScreenSize\n) => {\n\treturn isBiggerThanScreen(smallSize) && isSmallerThanScreen(bigSize);\n};\n\nexport const isTouchDevice = () =>\n\t!!window.matchMedia('(pointer: coarse)').matches;\nexport const isMobile = () => isTouchDevice() || isSmallerThanScreen('tablet');\nexport const isTablet = () => isBetweenScreens('tablet', 'desktop-xs');\nexport const isDesktop = () => isBiggerThanScreen('desktop-xs');\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function() {\n return _default;\n }\n});\nfunction createPlugin(plugin, config) {\n return {\n handler: plugin,\n config\n };\n}\ncreatePlugin.withOptions = function(pluginFunction, configFunction = ()=>({})) {\n const optionsFunction = function(options) {\n return {\n __options: options,\n handler: pluginFunction(options),\n config: configFunction(options)\n };\n };\n optionsFunction.__isOptionsFunction = true;\n // Expose plugin dependencies so that `object-hash` returns a different\n // value if anything here changes, to ensure a rebuild is triggered.\n optionsFunction.__pluginFunction = pluginFunction;\n optionsFunction.__configFunction = configFunction;\n return optionsFunction;\n};\nconst _default = createPlugin;\n","\"use strict\";\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function() {\n return _default;\n }\n});\nconst _createPlugin = /*#__PURE__*/ _interop_require_default(require(\"../util/createPlugin\"));\nfunction _interop_require_default(obj) {\n return obj && obj.__esModule ? obj : {\n default: obj\n };\n}\nconst _default = _createPlugin.default;\n","let createPlugin = require('./lib/public/create-plugin')\nmodule.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default\n","export default {\n\ttransparent: 'transparent',\n\tcurrent: 'currentColor',\n\tindigo: {\n\t\tdark: '#2C4BA9',\n\t\tDEFAULT: '#528AFA',\n\t\tlight: '#F1F6FF',\n\t},\n\tsky: {\n\t\tdark: '#30C2C9',\n\t\tDEFAULT: '#1EDAE3',\n\t\tlight: '#F5FEFF',\n\t\tvague: '#BBF4F6',\n\t},\n\tmystic: {\n\t\tblank: '#FFF',\n\t\tdark: '#DAE6F0',\n\t\tDEFAULT: '#F7FAFC',\n\t\tlight: '#FCFDFE',\n\t\tmedium: '#E3ECF3',\n\t},\n\tredberry: {\n\t\tdark: '#BD0F1E',\n\t\tDEFAULT: '#E63241',\n\t\tlight: '#FFE8EA',\n\t\tmedium: '#FF7D88',\n\t},\n\tstorm: {\n\t\tdark: '#272838',\n\t\tDEFAULT: '#51536B',\n\t\tlight: '#B0B2CB',\n\t\tmedium: '#80829E',\n\t\tvague: '#989AB7',\n\t},\n\tnegative: {\n\t\tdark: '#8A0F1D',\n\t\tDEFAULT: '#B91E28',\n\t\tlight: '#FFCCD3',\n\t},\n\tpositive: {\n\t\tdark: '#1DA360',\n\t\tDEFAULT: '#28D17C',\n\t\tlight: '#E5FFF2',\n\t},\n\tunbiased: {\n\t\tdark: '#FFA231',\n\t\tDEFAULT: '#FFC72D',\n\t\tlight: '#FFF6DC',\n\t},\n\twhite: '#FFF',\n\tblack: '#000',\n};\n","export default {\n\t'1': '0px 0.0625rem 0.05rem rgba(0,0,0, 0.5)',\n\t'2': '0px 0.0625rem 0.1125rem rgba(0,0,0, 0.65)',\n\t'3': '0px 0.0625rem 0.125rem rgba(0,0,0, 0.65)',\n\t'4': [\n\t\t'0px 0.3125rem 1rem rgba(0,24,98, 0.08)',\n\t\t'0px 0.0625rem 0.1875rem rgba(0,24,98, 0.13)',\n\t],\n\t'5': '0px 0.1875rem 1rem rgba(0,24,98, 0.3)',\n\ttransparent: 'transparent',\n\t'button-primary-hover': '0px 2px 4px rgba(44,75,169, 0.4)',\n\t'button-secondary-hover': '0px 2px 4px rgba(176,178,203, 0.4)',\n};\n","export default {\n\txxxlarge: '1.5625rem',\n\txxlarge: '0.75rem',\n\txlarge: '0.5625rem',\n\tlarge: '0.375rem',\n\tDEFAULT: '0.25rem',\n\tmedium: '0.25rem',\n\tsmall: '0.125rem',\n\tnone: '0',\n\tround: '100%',\n};\n","export default {\n\tflip: '-1',\n};\n","const rotateNumbers = {};\n\nfor (let i = 1; i < 360; i++) {\n\trotateNumbers[`${i}`] = `${i}deg`;\n\trotateNumbers[`-${i}`] = `-${i}deg`;\n}\n\nexport default rotateNumbers;\n","export default {\n\tfontSize: {\n\t\th1: '2.5rem',\n\t\th2: '2rem',\n\t\th3: '1.5rem',\n\t\th4: '1.25rem',\n\t\th5: '1.125rem',\n\t\tbody: '1rem',\n\t\t'body-2': '1.125rem',\n\t\txxs: '0.6875rem',\n\t},\n\tlineHeight: {\n\t\th1: '3rem',\n\t\th2: '2.5rem',\n\t\th3: '1.875rem',\n\t\th4: '1.625rem',\n\t\th5: '1.375rem',\n\t\tbody: '1.75rem',\n\t\t'body-2': '1.875rem',\n\t},\n};\n","export default {\n\txs: '2px',\n};\n","export default {\n\t'floating-menu': '190',\n\tdropdown: '200',\n\n\t'navbar-topbar': '280',\n\t'navbar-backdrop': '290',\n\tnavbar: '300',\n\n\tbackdrop: '490',\n\n\tdrawer: '500',\n\t'drawer-header': '501',\n\n\tmodal: '600',\n\n\ttooltip: '601',\n\n\ttoast: '700',\n};\n","export default {\n\tanimation: {\n\t\t'fade-in': 'forwards fadeIn .2s ease',\n\t\t'fade-out': 'forwards fadeOut .2s ease',\n\t\t'slide-in-right': 'forwards slideInRight .5s ease',\n\t\t'slide-in-left': 'forwards slideInLeft .5s ease',\n\t\t'slide-in-top': 'forwards slideInTop .25 ease',\n\t\t'slide-in-bottom': 'forwards slideInBottom .5s ease',\n\t\t'slide-in-right-small': 'forwards slideInRightSmall .5s ease',\n\t\t'slide-in-left-small': 'forwards slideInLeftSmall .5s ease',\n\t\t'slide-in-top-small': 'forwards slideInTopSmall .5s ease',\n\t\t'slide-in-bottom-small': 'forwards slideInBottomSmall .5s ease',\n\t\t'slide-out-right': 'forwards slideOutRight .2s ease',\n\t\t'slide-out-left': 'forwards slideOutLeft .2s ease',\n\t\t'slide-out-top': 'forwards slideOutTop .2s ease',\n\t\t'slide-out-bottom': 'forwards slideOutBottom .5s ease',\n\t\t'slide-out-top-small': 'forwards slideOutTopSmall .5s ease',\n\t\t'slide-out-bottom-small': 'forwards slideOutBottomSmall .5s ease',\n\t},\n\n\tkeyframes: {\n\t\tfadeIn: {\n\t\t\t'0%': { opacity: 0 },\n\t\t\t'100%': { opacity: 100 },\n\t\t},\n\t\tfadeOut: {\n\t\t\t'0%': { opacity: 100 },\n\t\t\t'100%': { opacity: 0 },\n\t\t},\n\t\tslideInRight: {\n\t\t\t'0%': { transform: 'translateX(100%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInLeft: {\n\t\t\t'0%': { transform: 'translateX(-100%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInTop: {\n\t\t\t'0%': { transform: 'translateY(-100%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideInBottom: {\n\t\t\t'0%': { transform: 'translateY(100%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideInRightSmall: {\n\t\t\t'0%': { transform: 'translateX(20%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInLeftSmall: {\n\t\t\t'0%': { transform: 'translateX(-20%)' },\n\t\t\t'100%': { transform: 'translateX(0)' },\n\t\t},\n\t\tslideInTopSmall: {\n\t\t\t'0%': { transform: 'translateY(-20%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideInBottomSmall: {\n\t\t\t'0%': { transform: 'translateY(20%)' },\n\t\t\t'100%': { transform: 'translateY(0)' },\n\t\t},\n\t\tslideOutRight: {\n\t\t\t'0%': { transform: 'translateX(0)' },\n\t\t\t'100%': { transform: 'translateX(100%)' },\n\t\t},\n\t\tslideOutLeft: {\n\t\t\t'0%': { transform: 'translateX(0)' },\n\t\t\t'100%': { transform: 'translateX(-100%)' },\n\t\t},\n\t\tslideOutTop: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(-100%)' },\n\t\t},\n\t\tslideOutBottom: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(100%)' },\n\t\t},\n\t\tslideOutTopSmall: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(-20%)' },\n\t\t},\n\t\tslideOutBottomSmall: {\n\t\t\t'0%': { transform: 'translateY(0)' },\n\t\t\t'100%': { transform: 'translateY(20%)' },\n\t\t},\n\t},\n};\n","export default {\n\twidth: {\n\t\tunset: 'unset',\n\n\t\t// default variant\n\t\t'content-mobile': '100%',\n\t\t'content-1280': '62rem',\n\t\t'content-1440': '71rem',\n\t\t'content-1536': '77rem',\n\t\t'content-1680': '83rem',\n\n\t\t// login variant\n\t\t'sidebar-desktop-login': '100%',\n\t\t'content-desktop-login': '21rem',\n\t},\n};\n","export default {\n\theight: {\n\t\tunset: 'unset',\n\t},\n};\n","export default {\n\t// default variant layout\n\t'content-mobile-x': '1rem',\n\t'content-mobile-y': '1.5rem',\n\n\t'content-desktop-x': '2rem',\n\t'content-desktop-y': '2rem',\n\n\t18: '4.5rem',\n};\n","const safeArea = ({ addUtilities }) => {\n\tconst utilities = {\n\t\t'.m-safe': {\n\t\t\tmarginTop: 'env(safe-area-inset-top)',\n\t\t\tmarginRight: 'env(safe-area-inset-right)',\n\t\t\tmarginBottom: 'env(safe-area-inset-bottom)',\n\t\t\tmarginLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.mx-safe': {\n\t\t\tmarginRight: 'env(safe-area-inset-right)',\n\t\t\tmarginLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.my-safe': {\n\t\t\tmarginTop: 'env(safe-area-inset-top)',\n\t\t\tmarginBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.mt-safe': {\n\t\t\tmarginTop: 'env(safe-area-inset-top)',\n\t\t},\n\t\t'.mr-safe': {\n\t\t\tmarginRight: 'env(safe-area-inset-right)',\n\t\t},\n\t\t'.mb-safe': {\n\t\t\tmarginBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.ml-safe': {\n\t\t\tmarginLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.p-safe': {\n\t\t\tpaddingTop: 'env(safe-area-inset-top)',\n\t\t\tpaddingRight: 'env(safe-area-inset-right)',\n\t\t\tpaddingBottom: 'env(safe-area-inset-bottom)',\n\t\t\tpaddingLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.px-safe': {\n\t\t\tpaddingRight: 'env(safe-area-inset-right)',\n\t\t\tpaddingLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.py-safe': {\n\t\t\tpaddingTop: 'env(safe-area-inset-top)',\n\t\t\tpaddingBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.pt-safe': {\n\t\t\tpaddingTop: 'env(safe-area-inset-top)',\n\t\t},\n\t\t'.pr-safe': {\n\t\t\tpaddingRight: 'env(safe-area-inset-right)',\n\t\t},\n\t\t'.pb-safe': {\n\t\t\tpaddingBottom: 'env(safe-area-inset-bottom)',\n\t\t},\n\t\t'.pl-safe': {\n\t\t\tpaddingLeft: 'env(safe-area-inset-left)',\n\t\t},\n\t\t'.min-h-screen': {\n\t\t\tminHeight: '100vh',\n\t\t},\n\t\t'.min-h-screen-safe': {\n\t\t\tminHeight:\n\t\t\t\t'calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))',\n\t\t},\n\t\t'.max-h-screen': {\n\t\t\tmaxHeight: '100vh',\n\t\t},\n\t\t'.max-h-screen-safe': {\n\t\t\tmaxHeight:\n\t\t\t\t'calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))',\n\t\t},\n\t\t'.h-screen-safe': {\n\t\t\theight: 'calc(100vh - (env(safe-area-inset-top) + env(safe-area-inset-bottom)))',\n\t\t},\n\t\t'.min-w-screen': {\n\t\t\tminWidth: '100vw',\n\t\t},\n\t\t'.min-w-screen-safe': {\n\t\t\tminWidth:\n\t\t\t\t'calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))',\n\t\t},\n\t\t'.max-w-screen': {\n\t\t\tmaxWidth: '100vw',\n\t\t},\n\t\t'.max-w-screen-safe': {\n\t\t\tmaxWidth:\n\t\t\t\t'calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))',\n\t\t},\n\t\t'.w-screen-safe': {\n\t\t\twidth: 'calc(100vw - (env(safe-area-inset-left) + env(safe-area-inset-right)))',\n\t\t},\n\t};\n\n\taddUtilities(utilities);\n};\n\n// eslint-disable-next-line unicorn/prefer-module\nexport default safeArea;\n","const hover = ({ addVariant }) => {\n\t// Hover media queries\n\taddVariant('has-hover', '@media (hover: hover)');\n\taddVariant('no-hover', '@media (hover: none)');\n\t// Applied on hover if supported, never applied otherwise\n\taddVariant('hover-never', '@media (hover: hover) { &:hover }');\n\taddVariant(\n\t\t'group-hover-never',\n\t\t'@media (hover: hover) { :merge(.group):hover & }'\n\t);\n\taddVariant(\n\t\t'peer-hover-never',\n\t\t'@media (hover: hover) { :merge(.peer):hover & }'\n\t);\n\t// Applied on hover if supported, always applied otherwise\n\taddVariant('hover-always', [\n\t\t'@media (hover: hover) { &:hover }',\n\t\t'@media (hover: none)',\n\t]);\n\taddVariant('group-hover-always', [\n\t\t'@media (hover: hover) { :merge(.group):hover & }',\n\t\t'@media (hover: none)',\n\t]);\n\taddVariant('peer-hover-always', [\n\t\t'@media (hover: hover) { :merge(.peer):hover & }',\n\t\t'@media (hover: none)',\n\t]);\n};\n\nexport default hover;\n","import plugin from 'tailwindcss/plugin';\n\nimport colors from './theme/colors';\nimport shadows from './theme/shadows';\nimport borderRadius from './theme/border-radius';\nimport scale from './theme/scale';\nimport rotate from './theme/rotate';\nimport typeograhpy from './theme/typography';\nimport backdropBlur from './theme/backdrop-blur';\nimport zIndex from './theme/z-index';\nimport animation from './theme/animation';\nimport screens from './theme/screens';\nimport width from './theme/width';\nimport height from './theme/height';\nimport spacing from './theme/spacing';\n\nimport safeArea from './plugins/safe-area';\nimport hover from './plugins/hover';\n\nexport const paperless = plugin(\n\t(pluginAPI) => {\n\t\tsafeArea(pluginAPI);\n\t\thover(pluginAPI);\n\t},\n\t{\n\t\ttheme: {\n\t\t\tcolors,\n\t\t\t// @ts-ignore\n\t\t\tboxShadow: shadows,\n\t\t\tdropShadow: shadows,\n\t\t\tborderRadius,\n\t\t\t// @ts-ignore\n\t\t\textend: {\n\t\t\t\t...animation,\n\t\t\t\tscale,\n\t\t\t\trotate,\n\t\t\t\tfontSize: typeograhpy.fontSize,\n\t\t\t\tlineHeight: typeograhpy.lineHeight,\n\t\t\t\tbackdropBlur,\n\t\t\t\tzIndex,\n\t\t\t\tscreens,\n\t\t\t\twidth: width.width,\n\t\t\t\theight: height.height,\n\t\t\t\tspacing,\n\t\t\t},\n\t\t},\n\t\tplugins: [\n\t\t\trequire('@tailwindcss/aspect-ratio'),\n\t\t\trequire('tailwind-scrollbar-hide'),\n\t\t\tsafeArea,\n\t\t\thover,\n\t\t],\n\t}\n);\n"],"mappings":"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"}
|