@beweco/aurora-ui 0.6.4 → 0.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -1476,6 +1476,160 @@ var themeColors = {
1476
1476
  overlay: "#000000",
1477
1477
  },
1478
1478
  },
1479
+ "oceanMint-light": {
1480
+ extend: "light",
1481
+ colors: {
1482
+ primary: {
1483
+ "50": "#e4f4fc",
1484
+ "100": "#bee4f7",
1485
+ "200": "#98d4f3",
1486
+ "300": "#72c5ee",
1487
+ "400": "#4cb5ea",
1488
+ "500": "#26a5e5",
1489
+ "600": "#1f88bd",
1490
+ "700": "#196b95",
1491
+ "800": "#124e6d",
1492
+ "900": "#0b3245",
1493
+ foreground: "#000",
1494
+ DEFAULT: "#26a5e5",
1495
+ },
1496
+ secondary: {
1497
+ "50": "#e2fdf2",
1498
+ "100": "#bafae0",
1499
+ "200": "#92f7cd",
1500
+ "300": "#6af5bb",
1501
+ "400": "#42f2a8",
1502
+ "500": "#1aef96",
1503
+ "600": "#15c57c",
1504
+ "700": "#119b62",
1505
+ "800": "#0c7247",
1506
+ "900": "#08482d",
1507
+ foreground: "#000",
1508
+ DEFAULT: "#1aef96",
1509
+ },
1510
+ success: {
1511
+ "50": "#e2f8ec",
1512
+ "100": "#b9efd1",
1513
+ "200": "#91e5b5",
1514
+ "300": "#68dc9a",
1515
+ "400": "#40d27f",
1516
+ "500": "#17c964",
1517
+ "600": "#13a653",
1518
+ "700": "#0f8341",
1519
+ "800": "#0b5f30",
1520
+ "900": "#073c1e",
1521
+ foreground: "#000",
1522
+ DEFAULT: "#17c964",
1523
+ },
1524
+ warning: {
1525
+ "50": "#fef4e4",
1526
+ "100": "#fce4bd",
1527
+ "200": "#fad497",
1528
+ "300": "#f9c571",
1529
+ "400": "#f7b54a",
1530
+ "500": "#f5a524",
1531
+ "600": "#ca881e",
1532
+ "700": "#9f6b17",
1533
+ "800": "#744e11",
1534
+ "900": "#4a320b",
1535
+ foreground: "#000",
1536
+ DEFAULT: "#f5a524",
1537
+ },
1538
+ danger: {
1539
+ "50": "#fee1eb",
1540
+ "100": "#fbb8cf",
1541
+ "200": "#f98eb3",
1542
+ "300": "#f76598",
1543
+ "400": "#f53b7c",
1544
+ "500": "#f31260",
1545
+ "600": "#c80f4f",
1546
+ "700": "#9e0c3e",
1547
+ "800": "#73092e",
1548
+ "900": "#49051d",
1549
+ foreground: "#000",
1550
+ DEFAULT: "#f31260",
1551
+ },
1552
+ focus: "#006FEE",
1553
+ overlay: "#ffffff",
1554
+ },
1555
+ },
1556
+ "oceanMint-dark": {
1557
+ extend: "dark",
1558
+ colors: {
1559
+ primary: {
1560
+ "50": "#0b3245",
1561
+ "100": "#124e6d",
1562
+ "200": "#196b95",
1563
+ "300": "#1f88bd",
1564
+ "400": "#26a5e5",
1565
+ "500": "#4cb5ea",
1566
+ "600": "#72c5ee",
1567
+ "700": "#98d4f3",
1568
+ "800": "#bee4f7",
1569
+ "900": "#e4f4fc",
1570
+ foreground: "#000",
1571
+ DEFAULT: "#26a5e5",
1572
+ },
1573
+ secondary: {
1574
+ "50": "#08482d",
1575
+ "100": "#0c7247",
1576
+ "200": "#119b62",
1577
+ "300": "#15c57c",
1578
+ "400": "#1aef96",
1579
+ "500": "#42f2a8",
1580
+ "600": "#6af5bb",
1581
+ "700": "#92f7cd",
1582
+ "800": "#bafae0",
1583
+ "900": "#e2fdf2",
1584
+ foreground: "#000",
1585
+ DEFAULT: "#1aef96",
1586
+ },
1587
+ success: {
1588
+ "50": "#073c1e",
1589
+ "100": "#0b5f30",
1590
+ "200": "#0f8341",
1591
+ "300": "#13a653",
1592
+ "400": "#17c964",
1593
+ "500": "#40d27f",
1594
+ "600": "#68dc9a",
1595
+ "700": "#91e5b5",
1596
+ "800": "#b9efd1",
1597
+ "900": "#e2f8ec",
1598
+ foreground: "#000",
1599
+ DEFAULT: "#17c964",
1600
+ },
1601
+ warning: {
1602
+ "50": "#4a320b",
1603
+ "100": "#744e11",
1604
+ "200": "#9f6b17",
1605
+ "300": "#ca881e",
1606
+ "400": "#f5a524",
1607
+ "500": "#f7b54a",
1608
+ "600": "#f9c571",
1609
+ "700": "#fad497",
1610
+ "800": "#fce4bd",
1611
+ "900": "#fef4e4",
1612
+ foreground: "#000",
1613
+ DEFAULT: "#f5a524",
1614
+ },
1615
+ danger: {
1616
+ "50": "#49051d",
1617
+ "100": "#73092e",
1618
+ "200": "#9e0c3e",
1619
+ "300": "#c80f4f",
1620
+ "400": "#f31260",
1621
+ "500": "#f53b7c",
1622
+ "600": "#f76598",
1623
+ "700": "#f98eb3",
1624
+ "800": "#fbb8cf",
1625
+ "900": "#fee1eb",
1626
+ foreground: "#000",
1627
+ DEFAULT: "#f31260",
1628
+ },
1629
+ focus: "#006FEE",
1630
+ overlay: "#000000",
1631
+ },
1632
+ },
1479
1633
  };
1480
1634
 
1481
1635
  var ColorSelector = function (_a) {
@@ -6522,6 +6676,7 @@ var THEME_COLOR_HEX_MAP = {
6522
6676
  green: "#16c964",
6523
6677
  coral: "#ff4f4f",
6524
6678
  skyBlue: "#60A5FA",
6679
+ oceanMint: "#26a5e5",
6525
6680
  };
6526
6681
  function hexToRgb$1(hex) {
6527
6682
  var clean = hex.replace("#", "");
@@ -6709,6 +6864,11 @@ function removeCustomPrimaryColor() {
6709
6864
  * @file This file contains the theme configurations for the application.
6710
6865
  */
6711
6866
  var ALL_THEMES = __spreadArray(["light", "dark"], Object.keys(themeColors), true);
6867
+ /**
6868
+ * Base color ids registered in {@link themeColors} (e.g. `oceanMint` from `oceanMint-light`).
6869
+ * Keeps Storybook / pickers in sync when new `*-light` / `*-dark` pairs are added.
6870
+ */
6871
+ Array.from(new Set(Object.keys(themeColors).map(function (key) { return key.replace(/-(light|dark)$/, ""); }))).sort();
6712
6872
 
6713
6873
  /**
6714
6874
  * Custom hook to manage the theme state and side effects.
package/dist/index.esm.js CHANGED
@@ -1477,6 +1477,160 @@ var themeColors = {
1477
1477
  overlay: "#000000",
1478
1478
  },
1479
1479
  },
1480
+ "oceanMint-light": {
1481
+ extend: "light",
1482
+ colors: {
1483
+ primary: {
1484
+ "50": "#e4f4fc",
1485
+ "100": "#bee4f7",
1486
+ "200": "#98d4f3",
1487
+ "300": "#72c5ee",
1488
+ "400": "#4cb5ea",
1489
+ "500": "#26a5e5",
1490
+ "600": "#1f88bd",
1491
+ "700": "#196b95",
1492
+ "800": "#124e6d",
1493
+ "900": "#0b3245",
1494
+ foreground: "#000",
1495
+ DEFAULT: "#26a5e5",
1496
+ },
1497
+ secondary: {
1498
+ "50": "#e2fdf2",
1499
+ "100": "#bafae0",
1500
+ "200": "#92f7cd",
1501
+ "300": "#6af5bb",
1502
+ "400": "#42f2a8",
1503
+ "500": "#1aef96",
1504
+ "600": "#15c57c",
1505
+ "700": "#119b62",
1506
+ "800": "#0c7247",
1507
+ "900": "#08482d",
1508
+ foreground: "#000",
1509
+ DEFAULT: "#1aef96",
1510
+ },
1511
+ success: {
1512
+ "50": "#e2f8ec",
1513
+ "100": "#b9efd1",
1514
+ "200": "#91e5b5",
1515
+ "300": "#68dc9a",
1516
+ "400": "#40d27f",
1517
+ "500": "#17c964",
1518
+ "600": "#13a653",
1519
+ "700": "#0f8341",
1520
+ "800": "#0b5f30",
1521
+ "900": "#073c1e",
1522
+ foreground: "#000",
1523
+ DEFAULT: "#17c964",
1524
+ },
1525
+ warning: {
1526
+ "50": "#fef4e4",
1527
+ "100": "#fce4bd",
1528
+ "200": "#fad497",
1529
+ "300": "#f9c571",
1530
+ "400": "#f7b54a",
1531
+ "500": "#f5a524",
1532
+ "600": "#ca881e",
1533
+ "700": "#9f6b17",
1534
+ "800": "#744e11",
1535
+ "900": "#4a320b",
1536
+ foreground: "#000",
1537
+ DEFAULT: "#f5a524",
1538
+ },
1539
+ danger: {
1540
+ "50": "#fee1eb",
1541
+ "100": "#fbb8cf",
1542
+ "200": "#f98eb3",
1543
+ "300": "#f76598",
1544
+ "400": "#f53b7c",
1545
+ "500": "#f31260",
1546
+ "600": "#c80f4f",
1547
+ "700": "#9e0c3e",
1548
+ "800": "#73092e",
1549
+ "900": "#49051d",
1550
+ foreground: "#000",
1551
+ DEFAULT: "#f31260",
1552
+ },
1553
+ focus: "#006FEE",
1554
+ overlay: "#ffffff",
1555
+ },
1556
+ },
1557
+ "oceanMint-dark": {
1558
+ extend: "dark",
1559
+ colors: {
1560
+ primary: {
1561
+ "50": "#0b3245",
1562
+ "100": "#124e6d",
1563
+ "200": "#196b95",
1564
+ "300": "#1f88bd",
1565
+ "400": "#26a5e5",
1566
+ "500": "#4cb5ea",
1567
+ "600": "#72c5ee",
1568
+ "700": "#98d4f3",
1569
+ "800": "#bee4f7",
1570
+ "900": "#e4f4fc",
1571
+ foreground: "#000",
1572
+ DEFAULT: "#26a5e5",
1573
+ },
1574
+ secondary: {
1575
+ "50": "#08482d",
1576
+ "100": "#0c7247",
1577
+ "200": "#119b62",
1578
+ "300": "#15c57c",
1579
+ "400": "#1aef96",
1580
+ "500": "#42f2a8",
1581
+ "600": "#6af5bb",
1582
+ "700": "#92f7cd",
1583
+ "800": "#bafae0",
1584
+ "900": "#e2fdf2",
1585
+ foreground: "#000",
1586
+ DEFAULT: "#1aef96",
1587
+ },
1588
+ success: {
1589
+ "50": "#073c1e",
1590
+ "100": "#0b5f30",
1591
+ "200": "#0f8341",
1592
+ "300": "#13a653",
1593
+ "400": "#17c964",
1594
+ "500": "#40d27f",
1595
+ "600": "#68dc9a",
1596
+ "700": "#91e5b5",
1597
+ "800": "#b9efd1",
1598
+ "900": "#e2f8ec",
1599
+ foreground: "#000",
1600
+ DEFAULT: "#17c964",
1601
+ },
1602
+ warning: {
1603
+ "50": "#4a320b",
1604
+ "100": "#744e11",
1605
+ "200": "#9f6b17",
1606
+ "300": "#ca881e",
1607
+ "400": "#f5a524",
1608
+ "500": "#f7b54a",
1609
+ "600": "#f9c571",
1610
+ "700": "#fad497",
1611
+ "800": "#fce4bd",
1612
+ "900": "#fef4e4",
1613
+ foreground: "#000",
1614
+ DEFAULT: "#f5a524",
1615
+ },
1616
+ danger: {
1617
+ "50": "#49051d",
1618
+ "100": "#73092e",
1619
+ "200": "#9e0c3e",
1620
+ "300": "#c80f4f",
1621
+ "400": "#f31260",
1622
+ "500": "#f53b7c",
1623
+ "600": "#f76598",
1624
+ "700": "#f98eb3",
1625
+ "800": "#fbb8cf",
1626
+ "900": "#fee1eb",
1627
+ foreground: "#000",
1628
+ DEFAULT: "#f31260",
1629
+ },
1630
+ focus: "#006FEE",
1631
+ overlay: "#000000",
1632
+ },
1633
+ },
1480
1634
  };
1481
1635
 
1482
1636
  var ColorSelector = function (_a) {
@@ -6523,6 +6677,7 @@ var THEME_COLOR_HEX_MAP = {
6523
6677
  green: "#16c964",
6524
6678
  coral: "#ff4f4f",
6525
6679
  skyBlue: "#60A5FA",
6680
+ oceanMint: "#26a5e5",
6526
6681
  };
6527
6682
  function hexToRgb$1(hex) {
6528
6683
  var clean = hex.replace("#", "");
@@ -6710,6 +6865,11 @@ function removeCustomPrimaryColor() {
6710
6865
  * @file This file contains the theme configurations for the application.
6711
6866
  */
6712
6867
  var ALL_THEMES = __spreadArray(["light", "dark"], Object.keys(themeColors), true);
6868
+ /**
6869
+ * Base color ids registered in {@link themeColors} (e.g. `oceanMint` from `oceanMint-light`).
6870
+ * Keeps Storybook / pickers in sync when new `*-light` / `*-dark` pairs are added.
6871
+ */
6872
+ Array.from(new Set(Object.keys(themeColors).map(function (key) { return key.replace(/-(light|dark)$/, ""); }))).sort();
6713
6873
 
6714
6874
  /**
6715
6875
  * Custom hook to manage the theme state and side effects.
@@ -1,5 +1,5 @@
1
1
  export type ThemeMode = "light" | "dark";
2
- export type ThemeColor = "purple" | "yellow" | "blue" | "green" | "coral" | "skyBlue";
2
+ export type ThemeColor = "purple" | "yellow" | "blue" | "green" | "coral" | "skyBlue" | "oceanMint";
3
3
  export interface IThemeContext {
4
4
  mode: ThemeMode;
5
5
  color: ThemeColor;
@@ -1 +1 @@
1
- {"version":3,"file":"theme-context.type.d.ts","sourceRoot":"","sources":["../../../../src/contexts/theme/theme-context.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AACzC,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;AAEtF,MAAM,WAAW,aAAa;IAC7B,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,UAAU,CAAC;IAClB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;IACnC,QAAQ,EAAE,CAAC,KAAK,EAAE,UAAU,GAAG,MAAM,KAAK,IAAI,CAAC;CAC/C"}
1
+ {"version":3,"file":"theme-context.type.d.ts","sourceRoot":"","sources":["../../../../src/contexts/theme/theme-context.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AACzC,MAAM,MAAM,UAAU,GACnB,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,OAAO,GACP,OAAO,GACP,SAAS,GACT,WAAW,CAAC;AAEf,MAAM,WAAW,aAAa;IAC7B,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,UAAU,CAAC;IAClB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;IACnC,QAAQ,EAAE,CAAC,KAAK,EAAE,UAAU,GAAG,MAAM,KAAK,IAAI,CAAC;CAC/C"}
@@ -1 +1 @@
1
- {"version":3,"file":"hex-to-theme-color.d.ts","sourceRoot":"","sources":["../../../../src/providers/theme/hex-to-theme-color.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AAE1E,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAO1D,CAAC;AA2BF,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAEjD;AAED,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI,CAQhE;AAED,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAevD"}
1
+ {"version":3,"file":"hex-to-theme-color.d.ts","sourceRoot":"","sources":["../../../../src/providers/theme/hex-to-theme-color.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AAE1E,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAQ1D,CAAC;AA2BF,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAEjD;AAED,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI,CAQhE;AAED,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAevD"}
@@ -1,5 +1,16 @@
1
1
  /**
2
2
  * @file This file contains the theme configurations for the application.
3
3
  */
4
+ /**
5
+ * An array of all available theme strings.
6
+ * Each theme is a combination of a color and a mode, e.g., "green-dark".
7
+ * @type {string[]}
8
+ */
9
+ import type { ThemeColor } from "../../contexts/theme/theme-context.type";
4
10
  export declare const ALL_THEMES: string[];
11
+ /**
12
+ * Base color ids registered in {@link themeColors} (e.g. `oceanMint` from `oceanMint-light`).
13
+ * Keeps Storybook / pickers in sync when new `*-light` / `*-dark` pairs are added.
14
+ */
15
+ export declare const REGISTERED_THEME_COLORS: ThemeColor[];
5
16
  //# sourceMappingURL=theme.utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"theme.utils.d.ts","sourceRoot":"","sources":["../../../../src/providers/theme/theme.utils.ts"],"names":[],"mappings":"AAAA;;GAEG;AASH,eAAO,MAAM,UAAU,UAAiD,CAAC"}
1
+ {"version":3,"file":"theme.utils.d.ts","sourceRoot":"","sources":["../../../../src/providers/theme/theme.utils.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;GAIG;AACH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AAG1E,eAAO,MAAM,UAAU,UAAiD,CAAC;AAEzE;;;GAGG;AACH,eAAO,MAAM,uBAAuB,EAAE,UAAU,EAIxB,CAAC"}
@@ -640,5 +640,159 @@ export declare const themeColors: {
640
640
  overlay: string;
641
641
  };
642
642
  };
643
+ "oceanMint-light": {
644
+ extend: string;
645
+ colors: {
646
+ primary: {
647
+ "50": string;
648
+ "100": string;
649
+ "200": string;
650
+ "300": string;
651
+ "400": string;
652
+ "500": string;
653
+ "600": string;
654
+ "700": string;
655
+ "800": string;
656
+ "900": string;
657
+ foreground: string;
658
+ DEFAULT: string;
659
+ };
660
+ secondary: {
661
+ "50": string;
662
+ "100": string;
663
+ "200": string;
664
+ "300": string;
665
+ "400": string;
666
+ "500": string;
667
+ "600": string;
668
+ "700": string;
669
+ "800": string;
670
+ "900": string;
671
+ foreground: string;
672
+ DEFAULT: string;
673
+ };
674
+ success: {
675
+ "50": string;
676
+ "100": string;
677
+ "200": string;
678
+ "300": string;
679
+ "400": string;
680
+ "500": string;
681
+ "600": string;
682
+ "700": string;
683
+ "800": string;
684
+ "900": string;
685
+ foreground: string;
686
+ DEFAULT: string;
687
+ };
688
+ warning: {
689
+ "50": string;
690
+ "100": string;
691
+ "200": string;
692
+ "300": string;
693
+ "400": string;
694
+ "500": string;
695
+ "600": string;
696
+ "700": string;
697
+ "800": string;
698
+ "900": string;
699
+ foreground: string;
700
+ DEFAULT: string;
701
+ };
702
+ danger: {
703
+ "50": string;
704
+ "100": string;
705
+ "200": string;
706
+ "300": string;
707
+ "400": string;
708
+ "500": string;
709
+ "600": string;
710
+ "700": string;
711
+ "800": string;
712
+ "900": string;
713
+ foreground: string;
714
+ DEFAULT: string;
715
+ };
716
+ focus: string;
717
+ overlay: string;
718
+ };
719
+ };
720
+ "oceanMint-dark": {
721
+ extend: string;
722
+ colors: {
723
+ primary: {
724
+ "50": string;
725
+ "100": string;
726
+ "200": string;
727
+ "300": string;
728
+ "400": string;
729
+ "500": string;
730
+ "600": string;
731
+ "700": string;
732
+ "800": string;
733
+ "900": string;
734
+ foreground: string;
735
+ DEFAULT: string;
736
+ };
737
+ secondary: {
738
+ "50": string;
739
+ "100": string;
740
+ "200": string;
741
+ "300": string;
742
+ "400": string;
743
+ "500": string;
744
+ "600": string;
745
+ "700": string;
746
+ "800": string;
747
+ "900": string;
748
+ foreground: string;
749
+ DEFAULT: string;
750
+ };
751
+ success: {
752
+ "50": string;
753
+ "100": string;
754
+ "200": string;
755
+ "300": string;
756
+ "400": string;
757
+ "500": string;
758
+ "600": string;
759
+ "700": string;
760
+ "800": string;
761
+ "900": string;
762
+ foreground: string;
763
+ DEFAULT: string;
764
+ };
765
+ warning: {
766
+ "50": string;
767
+ "100": string;
768
+ "200": string;
769
+ "300": string;
770
+ "400": string;
771
+ "500": string;
772
+ "600": string;
773
+ "700": string;
774
+ "800": string;
775
+ "900": string;
776
+ foreground: string;
777
+ DEFAULT: string;
778
+ };
779
+ danger: {
780
+ "50": string;
781
+ "100": string;
782
+ "200": string;
783
+ "300": string;
784
+ "400": string;
785
+ "500": string;
786
+ "600": string;
787
+ "700": string;
788
+ "800": string;
789
+ "900": string;
790
+ foreground: string;
791
+ DEFAULT: string;
792
+ };
793
+ focus: string;
794
+ overlay: string;
795
+ };
796
+ };
643
797
  };
644
798
  //# sourceMappingURL=colors.default.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"colors.default.d.ts","sourceRoot":"","sources":["../../../src/styles/colors.default.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqoBvB,CAAC"}
1
+ {"version":3,"file":"colors.default.d.ts","sourceRoot":"","sources":["../../../src/styles/colors.default.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+xBvB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beweco/aurora-ui",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "description": "Bewe Aurora UI Component Library",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",