tinybase 8.4.0 → 8.4.1

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.
@@ -360,6 +360,7 @@ const TEXT_OVERFLOW = 'text-overflow';
360
360
  const ALIGN_ITEMS = 'align-items';
361
361
  const BACKDROP_FILTER = 'backdrop-filter';
362
362
  const MARGIN_RIGHT = MARGIN + '-' + RIGHT;
363
+ const Z_INDEX = 'z-index';
363
364
  const FIXED = 'fixed';
364
365
  const REVERT = 'revert';
365
366
  const UNSET = 'unset';
@@ -383,8 +384,8 @@ const APP_STYLESHEET = arrayJoin(
383
384
  all: 'initial',
384
385
  [FONT_SIZE]: rem(0.75),
385
386
  [POSITION]: FIXED,
387
+ [Z_INDEX]: 999999,
386
388
  'font-family': 'inter,sans-serif',
387
- 'z-index': 999999,
388
389
  '--bg': oklch(20),
389
390
  '--bg2': oklch(15),
390
391
  '--bg3': oklch(25),
@@ -488,6 +489,7 @@ const APP_STYLESHEET = arrayJoin(
488
489
  [BACKGROUND]: oklch(30, '% 0.008 var(--hue) / .5'),
489
490
  [WIDTH]: 'calc(100% - .5rem)',
490
491
  [POSITION]: 'absolute',
492
+ [Z_INDEX]: 1,
491
493
  [BORDER + '-' + BOTTOM]: cssVar(BORDER),
492
494
  [ALIGN_ITEMS]: 'center',
493
495
  [BACKDROP_FILTER]: 'blur(4px)',
@@ -360,6 +360,7 @@ const TEXT_OVERFLOW = 'text-overflow';
360
360
  const ALIGN_ITEMS = 'align-items';
361
361
  const BACKDROP_FILTER = 'backdrop-filter';
362
362
  const MARGIN_RIGHT = MARGIN + '-' + RIGHT;
363
+ const Z_INDEX = 'z-index';
363
364
  const FIXED = 'fixed';
364
365
  const REVERT = 'revert';
365
366
  const UNSET = 'unset';
@@ -383,8 +384,8 @@ const APP_STYLESHEET = arrayJoin(
383
384
  all: 'initial',
384
385
  [FONT_SIZE]: rem(0.75),
385
386
  [POSITION]: FIXED,
387
+ [Z_INDEX]: 999999,
386
388
  'font-family': 'inter,sans-serif',
387
- 'z-index': 999999,
388
389
  '--bg': oklch(20),
389
390
  '--bg2': oklch(15),
390
391
  '--bg3': oklch(25),
@@ -488,6 +489,7 @@ const APP_STYLESHEET = arrayJoin(
488
489
  [BACKGROUND]: oklch(30, '% 0.008 var(--hue) / .5'),
489
490
  [WIDTH]: 'calc(100% - .5rem)',
490
491
  [POSITION]: 'absolute',
492
+ [Z_INDEX]: 1,
491
493
  [BORDER + '-' + BOTTOM]: cssVar(BORDER),
492
494
  [ALIGN_ITEMS]: 'center',
493
495
  [BACKDROP_FILTER]: 'blur(4px)',
@@ -419,6 +419,7 @@ const TEXT_OVERFLOW = 'text-overflow';
419
419
  const ALIGN_ITEMS = 'align-items';
420
420
  const BACKDROP_FILTER = 'backdrop-filter';
421
421
  const MARGIN_RIGHT = MARGIN + '-' + RIGHT;
422
+ const Z_INDEX = 'z-index';
422
423
  const FIXED = 'fixed';
423
424
  const REVERT = 'revert';
424
425
  const UNSET = 'unset';
@@ -442,8 +443,8 @@ const APP_STYLESHEET = arrayJoin(
442
443
  all: 'initial',
443
444
  [FONT_SIZE]: rem(0.75),
444
445
  [POSITION]: FIXED,
446
+ [Z_INDEX]: 999999,
445
447
  'font-family': 'inter,sans-serif',
446
- 'z-index': 999999,
447
448
  '--bg': oklch(20),
448
449
  '--bg2': oklch(15),
449
450
  '--bg3': oklch(25),
@@ -547,6 +548,7 @@ const APP_STYLESHEET = arrayJoin(
547
548
  [BACKGROUND]: oklch(30, '% 0.008 var(--hue) / .5'),
548
549
  [WIDTH]: 'calc(100% - .5rem)',
549
550
  [POSITION]: 'absolute',
551
+ [Z_INDEX]: 1,
550
552
  [BORDER + '-' + BOTTOM]: cssVar(BORDER),
551
553
  [ALIGN_ITEMS]: 'center',
552
554
  [BACKDROP_FILTER]: 'blur(4px)',
@@ -419,6 +419,7 @@ const TEXT_OVERFLOW = 'text-overflow';
419
419
  const ALIGN_ITEMS = 'align-items';
420
420
  const BACKDROP_FILTER = 'backdrop-filter';
421
421
  const MARGIN_RIGHT = MARGIN + '-' + RIGHT;
422
+ const Z_INDEX = 'z-index';
422
423
  const FIXED = 'fixed';
423
424
  const REVERT = 'revert';
424
425
  const UNSET = 'unset';
@@ -442,8 +443,8 @@ const APP_STYLESHEET = arrayJoin(
442
443
  all: 'initial',
443
444
  [FONT_SIZE]: rem(0.75),
444
445
  [POSITION]: FIXED,
446
+ [Z_INDEX]: 999999,
445
447
  'font-family': 'inter,sans-serif',
446
- 'z-index': 999999,
447
448
  '--bg': oklch(20),
448
449
  '--bg2': oklch(15),
449
450
  '--bg3': oklch(25),
@@ -547,6 +548,7 @@ const APP_STYLESHEET = arrayJoin(
547
548
  [BACKGROUND]: oklch(30, '% 0.008 var(--hue) / .5'),
548
549
  [WIDTH]: 'calc(100% - .5rem)',
549
550
  [POSITION]: 'absolute',
551
+ [Z_INDEX]: 1,
550
552
  [BORDER + '-' + BOTTOM]: cssVar(BORDER),
551
553
  [ALIGN_ITEMS]: 'center',
552
554
  [BACKDROP_FILTER]: 'blur(4px)',
@@ -337,6 +337,7 @@ const TEXT_OVERFLOW = 'text-overflow';
337
337
  const ALIGN_ITEMS = 'align-items';
338
338
  const BACKDROP_FILTER = 'backdrop-filter';
339
339
  const MARGIN_RIGHT = MARGIN + '-' + RIGHT;
340
+ const Z_INDEX = 'z-index';
340
341
  const FIXED = 'fixed';
341
342
  const REVERT = 'revert';
342
343
  const UNSET = 'unset';
@@ -360,8 +361,8 @@ const APP_STYLESHEET = arrayJoin(
360
361
  all: 'initial',
361
362
  [FONT_SIZE]: rem(0.75),
362
363
  [POSITION]: FIXED,
364
+ [Z_INDEX]: 999999,
363
365
  'font-family': 'inter,sans-serif',
364
- 'z-index': 999999,
365
366
  '--bg': oklch(20),
366
367
  '--bg2': oklch(15),
367
368
  '--bg3': oklch(25),
@@ -465,6 +466,7 @@ const APP_STYLESHEET = arrayJoin(
465
466
  [BACKGROUND]: oklch(30, '% 0.008 var(--hue) / .5'),
466
467
  [WIDTH]: 'calc(100% - .5rem)',
467
468
  [POSITION]: 'absolute',
469
+ [Z_INDEX]: 1,
468
470
  [BORDER + '-' + BOTTOM]: cssVar(BORDER),
469
471
  [ALIGN_ITEMS]: 'center',
470
472
  [BACKDROP_FILTER]: 'blur(4px)',
@@ -337,6 +337,7 @@ const TEXT_OVERFLOW = 'text-overflow';
337
337
  const ALIGN_ITEMS = 'align-items';
338
338
  const BACKDROP_FILTER = 'backdrop-filter';
339
339
  const MARGIN_RIGHT = MARGIN + '-' + RIGHT;
340
+ const Z_INDEX = 'z-index';
340
341
  const FIXED = 'fixed';
341
342
  const REVERT = 'revert';
342
343
  const UNSET = 'unset';
@@ -360,8 +361,8 @@ const APP_STYLESHEET = arrayJoin(
360
361
  all: 'initial',
361
362
  [FONT_SIZE]: rem(0.75),
362
363
  [POSITION]: FIXED,
364
+ [Z_INDEX]: 999999,
363
365
  'font-family': 'inter,sans-serif',
364
- 'z-index': 999999,
365
366
  '--bg': oklch(20),
366
367
  '--bg2': oklch(15),
367
368
  '--bg3': oklch(25),
@@ -465,6 +466,7 @@ const APP_STYLESHEET = arrayJoin(
465
466
  [BACKGROUND]: oklch(30, '% 0.008 var(--hue) / .5'),
466
467
  [WIDTH]: 'calc(100% - .5rem)',
467
468
  [POSITION]: 'absolute',
469
+ [Z_INDEX]: 1,
468
470
  [BORDER + '-' + BOTTOM]: cssVar(BORDER),
469
471
  [ALIGN_ITEMS]: 'center',
470
472
  [BACKDROP_FILTER]: 'blur(4px)',