@julseb-lib/react 1.1.33 → 1.1.35

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Image
3
- } from "./chunk-CIZBB6QC.js";
3
+ } from "./chunk-UJYXKYNM.js";
4
4
 
5
5
  // src/lib/components/LazyImage/Image.tsx
6
6
  import { jsx } from "react/jsx-runtime";
@@ -11,4 +11,4 @@ var Image_default = Image2;
11
11
  export {
12
12
  Image_default as default
13
13
  };
14
- //# sourceMappingURL=Image-YXIP4TUI.js.map
14
+ //# sourceMappingURL=Image-L6FD5DYZ.js.map
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=chunk-T4CGOFVW.js.map
@@ -213,7 +213,9 @@ var designTokens = {
213
213
  "white-50": "white-50",
214
214
  "white-80": "white-80",
215
215
  "gradient-black": "gradient-black",
216
- "gradient-white": "gradient-white"
216
+ "gradient-white": "gradient-white",
217
+ "gradient-theme-bg": "gradient-theme-bg",
218
+ "gradient-theme-text": "gradient-theme-text"
217
219
  },
218
220
  libFontFamilies: {
219
221
  /**
@@ -329,6 +331,15 @@ var designTokens = {
329
331
  bold: "bold",
330
332
  black: "black"
331
333
  },
334
+ /**
335
+ * Letter spacing (tracking) values.
336
+ * Tighter — -0.05em
337
+ * Tight — -0.025em
338
+ * Normal — 0em
339
+ * Wide — 0.025em
340
+ * Wider — 0.05em
341
+ * Widest — 0.1em
342
+ */
332
343
  libTracking: {
333
344
  tighter: "tighter",
334
345
  tight: "tight",
@@ -337,6 +348,15 @@ var designTokens = {
337
348
  wider: "wider",
338
349
  widest: "widest"
339
350
  },
351
+ /**
352
+ * Line height (leading) values.
353
+ * Tight — 1.25
354
+ * Snug — 1.375
355
+ * Normal — 1.5
356
+ * Relaxed — 1.625
357
+ * Loose — 2
358
+ * None — 1
359
+ */
340
360
  libLeading: {
341
361
  tight: "tight",
342
362
  snug: "snug",
@@ -345,6 +365,18 @@ var designTokens = {
345
365
  loose: "loose",
346
366
  none: "none"
347
367
  },
368
+ /**
369
+ * Border radius values.
370
+ * xs — 0.125rem
371
+ * sm — 0.25rem
372
+ * md — 0.375rem
373
+ * lg — 0.5rem
374
+ * xl — 0.75rem
375
+ * 2xl — 1rem
376
+ * 3xl — 1.5rem
377
+ * 4xl — 2rem
378
+ * full — 9999px
379
+ */
348
380
  libRadius: {
349
381
  xs: "xs",
350
382
  sm: "sm",
@@ -356,6 +388,7 @@ var designTokens = {
356
388
  "4xl": "4xl",
357
389
  full: "full"
358
390
  },
391
+ /** Box shadow size values. */
359
392
  libShadows: {
360
393
  "2xs": "2xs",
361
394
  xs: "xs",
@@ -366,11 +399,13 @@ var designTokens = {
366
399
  "2xl": "2xl",
367
400
  none: "none"
368
401
  },
402
+ /** Inset (inner) shadow size values. */
369
403
  libInsetShadows: {
370
404
  "2xs": "2xs",
371
405
  xs: "xs",
372
406
  sm: "sm"
373
407
  },
408
+ /** Drop shadow filter size values. */
374
409
  libDropShadows: {
375
410
  xs: "xs",
376
411
  sm: "sm",
@@ -379,6 +414,7 @@ var designTokens = {
379
414
  xl: "xl",
380
415
  "2xl": "2xl"
381
416
  },
417
+ /** Text shadow size values. */
382
418
  libTextShadow: {
383
419
  "2xs": "2xs",
384
420
  xs: "xs",
@@ -386,17 +422,20 @@ var designTokens = {
386
422
  md: "md",
387
423
  lg: "lg"
388
424
  },
425
+ /** CSS transition timing function values. */
389
426
  libTransitionTimingFunctions: {
390
427
  "--ease-in": "--ease-in",
391
428
  "--ease-out": "--ease-out",
392
429
  "--ease-in-out": "--ease-in-out"
393
430
  },
431
+ /** CSS animation presets. */
394
432
  libAnimate: {
395
433
  spin: "spin",
396
434
  ping: "ping",
397
435
  pulse: "pulse",
398
436
  bounce: "bounce"
399
437
  },
438
+ /** Blur filter size values. */
400
439
  libBlur: {
401
440
  xs: "xs",
402
441
  sm: "sm",
@@ -406,6 +445,7 @@ var designTokens = {
406
445
  "2xl": "2xl",
407
446
  "3xl": "3xl"
408
447
  },
448
+ /** CSS perspective distance values for 3D transforms. */
409
449
  libPerspective: {
410
450
  dramatic: "dramatic",
411
451
  near: "near",
@@ -413,8 +453,11 @@ var designTokens = {
413
453
  midrange: "midrange",
414
454
  distant: "distant"
415
455
  },
456
+ /** Video aspect ratio token (16:9). */
416
457
  libAspectVideo: {},
458
+ /** Display heading tags (h1–h5) reference. */
417
459
  libTextDisplayTags,
460
+ /** Text-level HTML element tags (h6, p, strong, em, small, blockquote, ul, ol, dl). */
418
461
  libTextTags: {
419
462
  h6: "h6",
420
463
  p: "p",
@@ -426,6 +469,7 @@ var designTokens = {
426
469
  ol: "ol",
427
470
  dl: "dl"
428
471
  },
472
+ /** CSS transition property targets. */
429
473
  libTransitions: {
430
474
  none: "none",
431
475
  all: "all",
@@ -435,27 +479,33 @@ var designTokens = {
435
479
  shadow: "shadow",
436
480
  transform: "transform"
437
481
  },
482
+ /** Color theme modes. */
438
483
  libThemes: {
439
484
  light: "light",
440
485
  dark: "dark"
441
486
  },
487
+ /** Input field border radius variants. */
442
488
  libInputVariants: {
443
489
  rounded: "rounded",
444
490
  pill: "pill"
445
491
  },
492
+ /** Input field background color modes. */
446
493
  libInputBackgrounds: {
447
494
  light: "light",
448
495
  dark: "dark"
449
496
  },
497
+ /** Main content area width presets. */
450
498
  libMainSizes: {
451
499
  default: "default",
452
500
  large: "large",
453
501
  form: "form"
454
502
  },
503
+ /** Aside panel width presets. */
455
504
  libAsideSizes: {
456
505
  default: "default",
457
506
  small: "small"
458
507
  },
508
+ /** Z-index layer values (0–50, with negative counterparts). */
459
509
  libZIndex: {
460
510
  "0": "0",
461
511
  "10": "10",
@@ -470,11 +520,13 @@ var designTokens = {
470
520
  "-40": "-40",
471
521
  "-50": "-50"
472
522
  },
523
+ /** CSS position property values. */
473
524
  libPosition: {
474
525
  relative: "relative",
475
526
  absolute: "absolute",
476
527
  fixed: "fixed"
477
528
  },
529
+ /** Minimum height sizing values. */
478
530
  libMinHeights: {
479
531
  px: "px",
480
532
  full: "full",
@@ -491,7 +543,9 @@ var designTokens = {
491
543
  fit: "fit",
492
544
  lh: "lh"
493
545
  },
546
+ /** Keyboard Key component size variants. */
494
547
  libKeySizes: { large: "large", small: "small" },
548
+ /** Maximum width sizing values. */
495
549
  libMaxWidths: {
496
550
  "3xs": "3xs",
497
551
  "2xs": "2xs",
@@ -520,23 +574,32 @@ var designTokens = {
520
574
  max: "max",
521
575
  fit: "fit"
522
576
  },
577
+ /** Skeleton loading animation styles. */
523
578
  libSkeletonAnimations: { pulse: "pulse", shine: "shine", none: "none" },
579
+ /** Tooltip positioning options. */
524
580
  libTooltipPositions: {
525
581
  top: "top",
526
582
  bottom: "bottom",
527
583
  left: "left",
528
584
  right: "right"
529
585
  },
586
+ /** Tooltip trigger interaction modes. */
530
587
  libTooltipTriggers: { hover: "hover", click: "click" },
588
+ /** Loader spinner visual variants. */
531
589
  libLoaderVariants: { 1: 1, 2: 2, 3: 3 },
590
+ /** Button visual style variants. */
532
591
  libButtonVariants: {
533
592
  plain: "plain",
534
593
  ghost: "ghost",
535
594
  transparent: "transparent"
536
595
  },
596
+ /** Button size presets. */
537
597
  libButtonSize: { default: "default", small: "small" },
598
+ /** ButtonGroup toggle selection modes (single or multi). */
538
599
  libButtonGroupToggle: { single: "single", multi: "multi" },
600
+ /** Tag visual style variants. */
539
601
  libTagVariant: { plain: "plain", outline: "outline" },
602
+ /** HTML input type values supported by the Input component. */
540
603
  libInputTypes: {
541
604
  color: "color",
542
605
  date: "date",
@@ -555,14 +618,19 @@ var designTokens = {
555
618
  select: "select",
556
619
  textarea: "textarea"
557
620
  },
621
+ /** Checkbox/radio input visual variants (tile, toggle, selector). */
558
622
  libCheckInputVariants: {
559
623
  tile: "tile",
560
624
  toggle: "toggle",
561
625
  selector: "selector"
562
626
  },
627
+ /** Dropdown list expansion direction. */
563
628
  libListInputDirections: { up: "up", down: "down" },
629
+ /** Accordion visual style variants. */
564
630
  libAccordionVariant: { basic: "basic", rounded: "rounded" },
631
+ /** Accordion expand/collapse icon styles. */
565
632
  libAccordionIcon: { plus: "plus", chevron: "chevron" },
633
+ /** Toast notification status types. */
566
634
  libToastStatus: {
567
635
  success: "success",
568
636
  error: "error",
@@ -570,27 +638,36 @@ var designTokens = {
570
638
  info: "info",
571
639
  loading: "loading"
572
640
  },
641
+ /** Tabs button alignment options. */
573
642
  libTabsJustify: { start: "start", stretch: "stretch" },
643
+ /** Tabs visual style variants. */
574
644
  libTabsVariant: { basic: "basic", rounded: "rounded" },
645
+ /** Slideshow pagination indicator styles. */
575
646
  libSlideshowPagination: {
576
647
  dots: "dots",
577
648
  "dots-outline": "dots-outline",
578
649
  bars: "bars",
579
650
  thumbnails: "thumbnails"
580
651
  },
652
+ /** Slideshow pagination placement (inside or outside the slide area). */
581
653
  libSlideshowPaginationPosition: { inside: "inside", outside: "outside" },
654
+ /** Slideshow navigation button alignment. */
582
655
  libSlideshowButtonsPositions: { left: "left", right: "right" },
656
+ /** Slideshow navigation button size presets. */
583
657
  libSlideshowButtonsSizes: { small: "small", large: "large" },
658
+ /** Table visual style variants. */
584
659
  libTableVariants: {
585
660
  bordered: "bordered",
586
661
  stripped: "stripped",
587
662
  "border-bottom": "border-bottom"
588
663
  },
664
+ /** Markdown editor view modes (code, live preview, preview only). */
589
665
  libMdEditorViews: {
590
666
  viewCode: "viewCode",
591
667
  viewLive: "viewLive",
592
668
  viewPreview: "viewPreview"
593
669
  },
670
+ /** Markdown editor toolbar formatting buttons. */
594
671
  libMdEditorButtons: {
595
672
  bold: "bold",
596
673
  italic: "italic",
@@ -606,12 +683,19 @@ var designTokens = {
606
683
  comment: "comment",
607
684
  image: "image"
608
685
  },
686
+ /** Markdown editor heading level options (h1–h6). */
609
687
  libMdEditorTitles: { ...libTextDisplayTags, h6: "h6" },
688
+ /** Drawer panel slide-in positions. */
610
689
  libDrawerPositions: { left: "left", right: "right" },
690
+ /** Mobile navigation burger button position. */
611
691
  libNavBurgerPositions: { left: "left", right: "right" },
692
+ /** Mobile navigation display variants. */
612
693
  libNavMobileVariants: { full: "full", top: "top", drawer: "drawer" },
694
+ /** Footer links layout direction. */
613
695
  libFooterDirection: { horizontal: "horizontal", vertical: "vertical" },
696
+ /** Footer links separator character styles. */
614
697
  libFooterLinksSeparator: { dot: "dot", dash: "dash" },
698
+ /** ISO 3166-1 alpha-2 country codes for the InputPhone component. */
615
699
  libCountryCodes: {
616
700
  af: "af",
617
701
  ax: "ax",
@@ -1134,7 +1218,9 @@ var genBgOverlay = {
1134
1218
  "white-50": "bg-overlay-white-50",
1135
1219
  "white-80": "bg-overlay-white-80",
1136
1220
  "gradient-black": "bg-overlay-gradient-black",
1137
- "gradient-white": "bg-overlay-gradient-white"
1221
+ "gradient-white": "bg-overlay-gradient-white",
1222
+ "gradient-theme-bg": "bg-overlay-gradient-theme-bg",
1223
+ "gradient-theme-text": "bg-overlay-gradient-theme-text"
1138
1224
  };
1139
1225
  var genBgAllColors = {
1140
1226
  ...genBgColor,
@@ -2407,4 +2493,4 @@ export {
2407
2493
  genFontWeight,
2408
2494
  Image
2409
2495
  };
2410
- //# sourceMappingURL=chunk-CIZBB6QC.js.map
2496
+ //# sourceMappingURL=chunk-UJYXKYNM.js.map