@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/components/index.js
CHANGED
|
@@ -49,6 +49,83 @@ const isMobile = () => isTouchDevice() || isSmallerThanScreen('tablet');
|
|
|
49
49
|
const isTablet = () => isBetweenScreens('tablet', 'desktop-xs');
|
|
50
50
|
const isDesktop = () => isBiggerThanScreen('desktop-xs');
|
|
51
51
|
|
|
52
|
+
function getDefaultExportFromCjs (x) {
|
|
53
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
function createCommonjsModule(fn, basedir, module) {
|
|
57
|
+
return module = {
|
|
58
|
+
path: basedir,
|
|
59
|
+
exports: {},
|
|
60
|
+
require: function (path, base) {
|
|
61
|
+
return commonjsRequire();
|
|
62
|
+
}
|
|
63
|
+
}, fn(module, module.exports), module.exports;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
function commonjsRequire () {
|
|
67
|
+
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
var createPlugin_1 = createCommonjsModule(function (module, exports) {
|
|
71
|
+
Object.defineProperty(exports, "__esModule", {
|
|
72
|
+
value: true
|
|
73
|
+
});
|
|
74
|
+
Object.defineProperty(exports, "default", {
|
|
75
|
+
enumerable: true,
|
|
76
|
+
get: function() {
|
|
77
|
+
return _default;
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
function createPlugin(plugin, config) {
|
|
81
|
+
return {
|
|
82
|
+
handler: plugin,
|
|
83
|
+
config
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
createPlugin.withOptions = function(pluginFunction, configFunction = ()=>({})) {
|
|
87
|
+
const optionsFunction = function(options) {
|
|
88
|
+
return {
|
|
89
|
+
__options: options,
|
|
90
|
+
handler: pluginFunction(options),
|
|
91
|
+
config: configFunction(options)
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
optionsFunction.__isOptionsFunction = true;
|
|
95
|
+
// Expose plugin dependencies so that `object-hash` returns a different
|
|
96
|
+
// value if anything here changes, to ensure a rebuild is triggered.
|
|
97
|
+
optionsFunction.__pluginFunction = pluginFunction;
|
|
98
|
+
optionsFunction.__configFunction = configFunction;
|
|
99
|
+
return optionsFunction;
|
|
100
|
+
};
|
|
101
|
+
const _default = createPlugin;
|
|
102
|
+
});
|
|
103
|
+
|
|
104
|
+
var createPlugin = createCommonjsModule(function (module, exports) {
|
|
105
|
+
Object.defineProperty(exports, "__esModule", {
|
|
106
|
+
value: true
|
|
107
|
+
});
|
|
108
|
+
Object.defineProperty(exports, "default", {
|
|
109
|
+
enumerable: true,
|
|
110
|
+
get: function() {
|
|
111
|
+
return _default;
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
const _createPlugin = /*#__PURE__*/ _interop_require_default(createPlugin_1);
|
|
115
|
+
function _interop_require_default(obj) {
|
|
116
|
+
return obj && obj.__esModule ? obj : {
|
|
117
|
+
default: obj
|
|
118
|
+
};
|
|
119
|
+
}
|
|
120
|
+
const _default = _createPlugin.default;
|
|
121
|
+
});
|
|
122
|
+
|
|
123
|
+
var plugin = createCommonjsModule(function (module) {
|
|
124
|
+
module.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default;
|
|
125
|
+
});
|
|
126
|
+
|
|
127
|
+
const plugin$1 = /*@__PURE__*/getDefaultExportFromCjs(plugin);
|
|
128
|
+
|
|
52
129
|
const colors = {
|
|
53
130
|
transparent: 'transparent',
|
|
54
131
|
current: 'currentColor',
|
|
@@ -103,14 +180,14 @@ const colors = {
|
|
|
103
180
|
};
|
|
104
181
|
|
|
105
182
|
const shadows = {
|
|
106
|
-
1: '0px 0.0625rem 0.05rem rgba(0,0,0, 0.5)',
|
|
107
|
-
2: '0px 0.0625rem 0.1125rem rgba(0,0,0, 0.65)',
|
|
108
|
-
3: '0px 0.0625rem 0.125rem rgba(0,0,0, 0.65)',
|
|
109
|
-
4: [
|
|
183
|
+
'1': '0px 0.0625rem 0.05rem rgba(0,0,0, 0.5)',
|
|
184
|
+
'2': '0px 0.0625rem 0.1125rem rgba(0,0,0, 0.65)',
|
|
185
|
+
'3': '0px 0.0625rem 0.125rem rgba(0,0,0, 0.65)',
|
|
186
|
+
'4': [
|
|
110
187
|
'0px 0.3125rem 1rem rgba(0,24,98, 0.08)',
|
|
111
188
|
'0px 0.0625rem 0.1875rem rgba(0,24,98, 0.13)',
|
|
112
189
|
],
|
|
113
|
-
5: '0px 0.1875rem 1rem rgba(0,24,98, 0.3)',
|
|
190
|
+
'5': '0px 0.1875rem 1rem rgba(0,24,98, 0.3)',
|
|
114
191
|
transparent: 'transparent',
|
|
115
192
|
'button-primary-hover': '0px 2px 4px rgba(44,75,169, 0.4)',
|
|
116
193
|
'button-secondary-hover': '0px 2px 4px rgba(176,178,203, 0.4)',
|
|
@@ -124,7 +201,7 @@ const borderRadius = {
|
|
|
124
201
|
DEFAULT: '0.25rem',
|
|
125
202
|
medium: '0.25rem',
|
|
126
203
|
small: '0.125rem',
|
|
127
|
-
none: 0,
|
|
204
|
+
none: '0',
|
|
128
205
|
round: '100%',
|
|
129
206
|
};
|
|
130
207
|
|
|
@@ -165,17 +242,17 @@ const backdropBlur = {
|
|
|
165
242
|
};
|
|
166
243
|
|
|
167
244
|
const zIndex = {
|
|
168
|
-
'floating-menu': 190,
|
|
169
|
-
dropdown: 200,
|
|
170
|
-
'navbar-topbar': 280,
|
|
171
|
-
'navbar-backdrop': 290,
|
|
172
|
-
navbar: 300,
|
|
173
|
-
backdrop: 490,
|
|
174
|
-
drawer: 500,
|
|
175
|
-
'drawer-header': 501,
|
|
176
|
-
modal: 600,
|
|
177
|
-
tooltip: 601,
|
|
178
|
-
toast: 700,
|
|
245
|
+
'floating-menu': '190',
|
|
246
|
+
dropdown: '200',
|
|
247
|
+
'navbar-topbar': '280',
|
|
248
|
+
'navbar-backdrop': '290',
|
|
249
|
+
navbar: '300',
|
|
250
|
+
backdrop: '490',
|
|
251
|
+
drawer: '500',
|
|
252
|
+
'drawer-header': '501',
|
|
253
|
+
modal: '600',
|
|
254
|
+
tooltip: '601',
|
|
255
|
+
toast: '700',
|
|
179
256
|
};
|
|
180
257
|
|
|
181
258
|
const animation = {
|
|
@@ -295,85 +372,7 @@ const spacing = {
|
|
|
295
372
|
18: '4.5rem',
|
|
296
373
|
};
|
|
297
374
|
|
|
298
|
-
|
|
299
|
-
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
function createCommonjsModule(fn, basedir, module) {
|
|
303
|
-
return module = {
|
|
304
|
-
path: basedir,
|
|
305
|
-
exports: {},
|
|
306
|
-
require: function (path, base) {
|
|
307
|
-
return commonjsRequire();
|
|
308
|
-
}
|
|
309
|
-
}, fn(module, module.exports), module.exports;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
function commonjsRequire () {
|
|
313
|
-
throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
var createPlugin_1 = createCommonjsModule(function (module, exports) {
|
|
317
|
-
Object.defineProperty(exports, "__esModule", {
|
|
318
|
-
value: true
|
|
319
|
-
});
|
|
320
|
-
Object.defineProperty(exports, "default", {
|
|
321
|
-
enumerable: true,
|
|
322
|
-
get: function() {
|
|
323
|
-
return _default;
|
|
324
|
-
}
|
|
325
|
-
});
|
|
326
|
-
function createPlugin(plugin, config) {
|
|
327
|
-
return {
|
|
328
|
-
handler: plugin,
|
|
329
|
-
config
|
|
330
|
-
};
|
|
331
|
-
}
|
|
332
|
-
createPlugin.withOptions = function(pluginFunction, configFunction = ()=>({})) {
|
|
333
|
-
const optionsFunction = function(options) {
|
|
334
|
-
return {
|
|
335
|
-
__options: options,
|
|
336
|
-
handler: pluginFunction(options),
|
|
337
|
-
config: configFunction(options)
|
|
338
|
-
};
|
|
339
|
-
};
|
|
340
|
-
optionsFunction.__isOptionsFunction = true;
|
|
341
|
-
// Expose plugin dependencies so that `object-hash` returns a different
|
|
342
|
-
// value if anything here changes, to ensure a rebuild is triggered.
|
|
343
|
-
optionsFunction.__pluginFunction = pluginFunction;
|
|
344
|
-
optionsFunction.__configFunction = configFunction;
|
|
345
|
-
return optionsFunction;
|
|
346
|
-
};
|
|
347
|
-
const _default = createPlugin;
|
|
348
|
-
});
|
|
349
|
-
|
|
350
|
-
var createPlugin = createCommonjsModule(function (module, exports) {
|
|
351
|
-
Object.defineProperty(exports, "__esModule", {
|
|
352
|
-
value: true
|
|
353
|
-
});
|
|
354
|
-
Object.defineProperty(exports, "default", {
|
|
355
|
-
enumerable: true,
|
|
356
|
-
get: function() {
|
|
357
|
-
return _default;
|
|
358
|
-
}
|
|
359
|
-
});
|
|
360
|
-
const _createPlugin = /*#__PURE__*/ _interop_require_default(createPlugin_1);
|
|
361
|
-
function _interop_require_default(obj) {
|
|
362
|
-
return obj && obj.__esModule ? obj : {
|
|
363
|
-
default: obj
|
|
364
|
-
};
|
|
365
|
-
}
|
|
366
|
-
const _default = _createPlugin.default;
|
|
367
|
-
});
|
|
368
|
-
|
|
369
|
-
var plugin = createCommonjsModule(function (module) {
|
|
370
|
-
module.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default;
|
|
371
|
-
});
|
|
372
|
-
|
|
373
|
-
const plugin$1 = /*@__PURE__*/getDefaultExportFromCjs(plugin);
|
|
374
|
-
|
|
375
|
-
// eslint-disable-next-line unicorn/prefer-module
|
|
376
|
-
const safeArea = plugin$1(({ addUtilities }) => {
|
|
375
|
+
const safeArea = ({ addUtilities }) => {
|
|
377
376
|
const utilities = {
|
|
378
377
|
'.m-safe': {
|
|
379
378
|
marginTop: 'env(safe-area-inset-top)',
|
|
@@ -459,9 +458,9 @@ const safeArea = plugin$1(({ addUtilities }) => {
|
|
|
459
458
|
},
|
|
460
459
|
};
|
|
461
460
|
addUtilities(utilities);
|
|
462
|
-
}
|
|
461
|
+
};
|
|
463
462
|
|
|
464
|
-
const hover =
|
|
463
|
+
const hover = ({ addVariant }) => {
|
|
465
464
|
// Hover media queries
|
|
466
465
|
addVariant('has-hover', '@media (hover: hover)');
|
|
467
466
|
addVariant('no-hover', '@media (hover: none)');
|
|
@@ -482,15 +481,19 @@ const hover = plugin$1(({ addVariant }) => {
|
|
|
482
481
|
'@media (hover: hover) { :merge(.peer):hover & }',
|
|
483
482
|
'@media (hover: none)',
|
|
484
483
|
]);
|
|
485
|
-
}
|
|
484
|
+
};
|
|
486
485
|
|
|
487
|
-
const
|
|
488
|
-
|
|
486
|
+
const paperless = plugin$1((pluginAPI) => {
|
|
487
|
+
safeArea(pluginAPI);
|
|
488
|
+
hover(pluginAPI);
|
|
489
|
+
}, {
|
|
489
490
|
theme: {
|
|
490
491
|
colors,
|
|
492
|
+
// @ts-ignore
|
|
491
493
|
boxShadow: shadows,
|
|
492
494
|
dropShadow: shadows,
|
|
493
495
|
borderRadius,
|
|
496
|
+
// @ts-ignore
|
|
494
497
|
extend: Object.assign(Object.assign({}, animation), { scale,
|
|
495
498
|
rotate: rotateNumbers, fontSize: typeograhpy.fontSize, lineHeight: typeograhpy.lineHeight, backdropBlur,
|
|
496
499
|
zIndex,
|
|
@@ -502,10 +505,8 @@ const tailwindConfig = {
|
|
|
502
505
|
safeArea,
|
|
503
506
|
hover,
|
|
504
507
|
],
|
|
505
|
-
};
|
|
506
|
-
|
|
507
|
-
const tailwind = tailwindConfig;
|
|
508
|
+
});
|
|
508
509
|
|
|
509
|
-
export { camelToSnakeCase, getScreenSize, getScreenSizeInPixels, getScreenSizeInRem, isBetweenScreens, isBiggerThanScreen, isDesktop, isMobile, isSmallerThanScreen, isTablet, isTouchDevice,
|
|
510
|
+
export { camelToSnakeCase, getScreenSize, getScreenSizeInPixels, getScreenSizeInRem, isBetweenScreens, isBiggerThanScreen, isDesktop, isMobile, isSmallerThanScreen, isTablet, isTouchDevice, paperless, snakeToCamelCase };
|
|
510
511
|
|
|
511
512
|
//# sourceMappingURL=index.js.map
|
|
@@ -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":"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","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}
|