@team_yumi/ramen 0.4.0-next.20231123-b5f5bca-2ffdba989b40213ee2c85fa43e56dd4f → 0.4.0-next.20231124-6a01ee9-56428f393d415f317b0ef9a378f93e4a

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.
@@ -3,6 +3,7 @@ import { Collections } from './../../../models';
3
3
  export interface IProps {
4
4
  orientation?: (typeof Collections.IOrientation)[number];
5
5
  size?: (typeof Collections.ISize)[number];
6
+ backgroundThone?: (typeof Collections.IBackgroundThone)[number];
6
7
  }
7
8
  declare const XDivider: React.FC<IProps>;
8
9
  export default XDivider;
@@ -7,6 +7,7 @@ export interface IProps {
7
7
  color?: (typeof Collections.ITagColor)[number];
8
8
  onClose?: MouseEventHandler<HTMLDivElement>;
9
9
  onClick?: MouseEventHandler<HTMLDivElement>;
10
+ disabled?: boolean;
10
11
  }
11
12
  declare const XTag: React.FC<IProps>;
12
13
  export default XTag;
@@ -9,6 +9,10 @@ export interface IProps {
9
9
  lineClamp?: (typeof Collections.ILineClamp)[number];
10
10
  textAlign?: (typeof Collections.ITextAlign)[number];
11
11
  colorThone?: (typeof Collections.ITextColorThone)[number];
12
+ /**
13
+ * Text color can be any color from the palette fundamentals
14
+ */
15
+ color?: (typeof Collections.IColor)[number];
12
16
  }
13
17
  declare const XText: React.FC<IProps>;
14
18
  export default XText;
@@ -17,6 +17,7 @@ export interface IProps {
17
17
  searchText: string;
18
18
  data?: IData;
19
19
  setData: (data: IData) => void;
20
+ disabled?: boolean;
20
21
  }
21
22
  declare const XSelectModal: React.FC<IProps>;
22
23
  export default XSelectModal;
package/index.css CHANGED
@@ -396,7 +396,6 @@
396
396
  }
397
397
 
398
398
 
399
-
400
399
  .root-module_background_thone-darkest__i0opu {
401
400
  background-color: var(--color-neutral-dark);
402
401
  }
@@ -421,6 +420,10 @@
421
420
  background-color: var(--color-neutral-dark);
422
421
  }
423
422
 
423
+ .root-module_background_thone-dark-30__e-30s {
424
+ background-color: var(--neutral-dark-30);
425
+ }
426
+
424
427
  .root-module_border_radius-xxs__fG-b3{
425
428
  border-radius: var(--xbox-border-small);
426
429
  }
@@ -571,6 +574,62 @@
571
574
  color: var(--color-neutral-light);
572
575
  }
573
576
 
577
+
578
+ /**
579
+ * Colors
580
+ */
581
+ .root-module_color-gray__lVpfL {
582
+ color: var(--color-neutral-light);
583
+ }
584
+
585
+ .root-module_color-disabled__-h7GE {
586
+ color: var(--neutral-dark-50);
587
+ }
588
+
589
+ .root-module_color-black__28xe- {
590
+ color: var(--color-neutral-darkest);
591
+ }
592
+
593
+ .root-module_color-green__LxsRV {
594
+ color: var(--xicon-color-green);
595
+ }
596
+
597
+ .root-module_color-sky-blue__aFXgz {
598
+ color: var(--xicon-color-sky-blue);
599
+ }
600
+
601
+ .root-module_color-orange__PR323 {
602
+ color: var(--xicon-color-orange);
603
+ }
604
+
605
+ .root-module_color-red__niURw {
606
+ color: var(--xicon-color-red);
607
+ }
608
+
609
+ .root-module_color-purple__E1Qm1 {
610
+ color: var(--xicon-color-purple);
611
+ }
612
+
613
+ .root-module_color-pink__2YXPc {
614
+ color: var(--xicon-color-pink);
615
+ }
616
+
617
+ .root-module_color-green-check__AEEdP {
618
+ color: var(--xicon-color-green-check);
619
+ }
620
+
621
+ .root-module_color-red-refuse__LMJyr {
622
+ color: var(--xicon-color-red-refuse);
623
+ }
624
+
625
+ .root-module_color-yellow__MqYDk {
626
+ color: var(--xicon-color-yellow);
627
+ }
628
+
629
+ .root-module_color-turquoise__M7-LO {
630
+ color: var(--xicon-color-turquoise);
631
+ }
632
+
574
633
  .root-module_x-icon__YwX20 {
575
634
  display: inline-block;
576
635
  box-sizing: content-box;
@@ -1600,6 +1659,10 @@
1600
1659
  transform: scale(0.95);
1601
1660
  }
1602
1661
 
1662
+ .root-module_xtag--disabled__UcRb- {
1663
+ color: var(--neutral-dark-50, #999999);
1664
+ }
1665
+
1603
1666
  .root-module_xtag__text_container__HXCgg {
1604
1667
  display: flex;
1605
1668
  align-items: center;
@@ -1632,7 +1695,6 @@
1632
1695
  text-align: center;
1633
1696
  }
1634
1697
 
1635
-
1636
1698
  /* color green */
1637
1699
  .root-module_xtag--color-green__O-2oh .root-module_xtag__text_container__HXCgg {
1638
1700
  background: var(--xtag-color-green);
@@ -1729,7 +1791,6 @@
1729
1791
  color: var(--color-neutral-lightest);
1730
1792
  }
1731
1793
 
1732
-
1733
1794
  /* color yellow */
1734
1795
  .root-module_xtag--color-yellow__vRla3 .root-module_xtag__text_container__HXCgg {
1735
1796
  background: var(--xtag-color-yellow);
@@ -1741,6 +1802,7 @@
1741
1802
  .root-module_xtag--color-yellow__vRla3 .root-module_xtag__icon__yybge > div {
1742
1803
  color: var(--color-neutral-darkest);
1743
1804
  }
1805
+
1744
1806
  .root-module_xtag_business__pRYgk {
1745
1807
  display: flex;
1746
1808
  height: var(--xbox-size-9);
@@ -1897,7 +1959,7 @@
1897
1959
  }
1898
1960
 
1899
1961
  .root-module_xinput__wKJg8 {
1900
- background-color: var(--color-neutral-lightest, #FFFFFF);
1962
+ background-color: var(--color-neutral-lightest, #ffffff);
1901
1963
  border-radius: 999px;
1902
1964
  display: flex;
1903
1965
  flex-direction: column;
@@ -3045,6 +3107,35 @@
3045
3107
  height: 32px;
3046
3108
  }
3047
3109
 
3110
+
3111
+ .root-module_background_thone-darkest__E96Mt {
3112
+ background-color: var(--color-neutral-dark);
3113
+ }
3114
+
3115
+ .root-module_background_thone-medium__aBAtb {
3116
+ background-color: var(--color-neutral-medium);
3117
+ }
3118
+
3119
+ .root-module_background_thone-dim__DDlW7 {
3120
+ background-color: var(--color-neutral-dim);
3121
+ }
3122
+
3123
+ .root-module_background_thone-lightest__Am7km {
3124
+ background-color: var(--color-neutral-lightest);
3125
+ }
3126
+
3127
+ .root-module_background_thone-light__UjktA {
3128
+ background-color: var(--color-neutral-light);
3129
+ }
3130
+
3131
+ .root-module_background_thone-dark__xTW5z {
3132
+ background-color: var(--color-neutral-dark);
3133
+ }
3134
+
3135
+ .root-module_background_thone-dark-30__9uO6O {
3136
+ background-color: var(--neutral-dark-30);
3137
+ }
3138
+
3048
3139
  .root-module_xexpansion-panel__5nGjX {
3049
3140
  display: flex;
3050
3141
  flex-direction: column;