@clickhouse/click-ui 0.0.167 → 0.0.169

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.
@@ -583,6 +583,148 @@ declare const _default: {
583
583
  },
584
584
  "checkbox": {
585
585
  "color": {
586
+ "variations": {
587
+ "default": {
588
+ "background": {
589
+ "default": "#f6f7fa",
590
+ "hover": "#f6f7fa",
591
+ "active": "#161517",
592
+ "disabled": "#dfdfdf"
593
+ },
594
+ "stroke": {
595
+ "default": "#b3b6bd",
596
+ "hover": "#b3b6bd",
597
+ "active": "#161517",
598
+ "disabled": "#c0c0c0"
599
+ },
600
+ "check": {
601
+ "default": "#ffffff",
602
+ "hover": "#ffffff",
603
+ "active": "#ffffff",
604
+ "disabled": "#a0a0a0"
605
+ }
606
+ },
607
+ "var1": {
608
+ "background": {
609
+ "default": "#f6f7fa",
610
+ "hover": "#f6f7fa",
611
+ "active": "#62de85",
612
+ "disabled": "#dfdfdf"
613
+ },
614
+ "stroke": {
615
+ "default": "#62de85",
616
+ "hover": "#66FF73",
617
+ "active": "#66FF73",
618
+ "disabled": "#c0c0c0"
619
+ },
620
+ "check": {
621
+ "default": "#ffffff",
622
+ "hover": "#ffffff",
623
+ "active": "#ffffff",
624
+ "disabled": "#a0a0a0"
625
+ }
626
+ },
627
+ "var2": {
628
+ "background": {
629
+ "default": "#f6f7fa",
630
+ "hover": "#f6f7fa",
631
+ "active": "#6c9af3",
632
+ "disabled": "#dfdfdf"
633
+ },
634
+ "stroke": {
635
+ "default": "#6c9af3",
636
+ "hover": "#6c9af3",
637
+ "active": "#6c9af3",
638
+ "disabled": "#c0c0c0"
639
+ },
640
+ "check": {
641
+ "default": "#ffffff",
642
+ "hover": "#ffffff",
643
+ "active": "#ffffff",
644
+ "disabled": "#a0a0a0"
645
+ }
646
+ },
647
+ "var3": {
648
+ "background": {
649
+ "default": "#f6f7fa",
650
+ "hover": "#f6f7fa",
651
+ "active": "#FB64D6",
652
+ "disabled": "#dfdfdf"
653
+ },
654
+ "stroke": {
655
+ "default": "#FB64D6",
656
+ "hover": "#FB64D6",
657
+ "active": "#FB64D6",
658
+ "disabled": "#c0c0c0"
659
+ },
660
+ "check": {
661
+ "default": "#ffffff",
662
+ "hover": "#ffffff",
663
+ "active": "#ffffff",
664
+ "disabled": "#a0a0a0"
665
+ }
666
+ },
667
+ "var4": {
668
+ "background": {
669
+ "default": "#f6f7fa",
670
+ "hover": "#f6f7fa",
671
+ "active": "#ffb864",
672
+ "disabled": "#dfdfdf"
673
+ },
674
+ "stroke": {
675
+ "default": "#ffb864",
676
+ "hover": "#ffb864",
677
+ "active": "#ffb864",
678
+ "disabled": "#c0c0c0"
679
+ },
680
+ "check": {
681
+ "default": "#ffffff",
682
+ "hover": "#ffffff",
683
+ "active": "#ffffff",
684
+ "disabled": "#a0a0a0"
685
+ }
686
+ },
687
+ "var5": {
688
+ "background": {
689
+ "default": "#f6f7fa",
690
+ "hover": "#f6f7fa",
691
+ "active": "#00CCAA",
692
+ "disabled": "#dfdfdf"
693
+ },
694
+ "stroke": {
695
+ "default": "#00CCAA",
696
+ "hover": "#00CCAA",
697
+ "active": "#00CCAA",
698
+ "disabled": "#c0c0c0"
699
+ },
700
+ "check": {
701
+ "default": "#ffffff",
702
+ "hover": "#ffffff",
703
+ "active": "#ffffff",
704
+ "disabled": "#a0a0a0"
705
+ }
706
+ },
707
+ "var6": {
708
+ "background": {
709
+ "default": "#f6f7fa",
710
+ "hover": "#f6f7fa",
711
+ "active": "#CC66FF",
712
+ "disabled": "#dfdfdf"
713
+ },
714
+ "stroke": {
715
+ "default": "#CC66FF",
716
+ "hover": "#BB33FF",
717
+ "active": "#BB33FF",
718
+ "disabled": "#c0c0c0"
719
+ },
720
+ "check": {
721
+ "default": "#ffffff",
722
+ "hover": "#ffffff",
723
+ "active": "#ffffff",
724
+ "disabled": "#a0a0a0"
725
+ }
726
+ }
727
+ },
586
728
  "background": {
587
729
  "default": "#f6f7fa",
588
730
  "hover": "#f6f7fa",
@@ -1399,7 +1541,7 @@ declare const _default: {
1399
1541
  "chart": {
1400
1542
  "bars": {
1401
1543
  "color": {
1402
- "green": "#00FF15",
1544
+ "green": "#62de85",
1403
1545
  "blue": "#6c9af3",
1404
1546
  "fuchsia": "#FB64D6",
1405
1547
  "orange": "#ffb864",
@@ -1467,7 +1609,7 @@ declare const _default: {
1467
1609
  },
1468
1610
  "chart": {
1469
1611
  "bars": {
1470
- "green": "#00FF15",
1612
+ "green": "#62de85",
1471
1613
  "blue": "#6c9af3",
1472
1614
  "fuchsia": "#FB64D6",
1473
1615
  "orange": "#ffb864",
@@ -1482,7 +1624,7 @@ declare const _default: {
1482
1624
  }
1483
1625
  },
1484
1626
  "icon": {
1485
- "background": "linear-gradient(132deg, #FFFFFF 7.59%, #292929 30.01%);"
1627
+ "background": "linear-gradient(132deg, #FFFFFF 8%, #292929 30%);"
1486
1628
  }
1487
1629
  }
1488
1630
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickhouse/click-ui",
3
- "version": "0.0.167",
3
+ "version": "0.0.169",
4
4
  "description": "Official ClickHouse design system react library",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -1 +0,0 @@
1
- export declare const RightArrow: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const S3Logo: () => import("react/jsx-runtime").JSX.Element;
package/dist/vite.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>