@team_yumi/ramen 1.0.2-next.20240312-9cf6926-c0f19f88eb522a4906393b6eb2dba313 → 1.0.2-next.20240312-15487b4-3b73b7e7bb6f280b757ac31c5a1c5690
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/index.css +6 -2
- package/index.js +1 -1
- package/package.json +1 -1
- package/src/components/core/x-input/root.d.ts +1 -0
package/index.css
CHANGED
|
@@ -786,7 +786,7 @@ body {
|
|
|
786
786
|
}
|
|
787
787
|
|
|
788
788
|
.root-module_x-icon__YwX20 {
|
|
789
|
-
display:
|
|
789
|
+
display: grid;
|
|
790
790
|
box-sizing: content-box;
|
|
791
791
|
max-width: var(--xicon-size-xl);
|
|
792
792
|
color: var(--color-neutral-darkest);
|
|
@@ -1147,6 +1147,10 @@ body {
|
|
|
1147
1147
|
color: var(--color-neutral-lightest);
|
|
1148
1148
|
}
|
|
1149
1149
|
|
|
1150
|
+
.root-module_buttonicon_type-solid__leS8D[disabled] > div {
|
|
1151
|
+
color: var(--color-neutral-dim);
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1150
1154
|
.root-module_buttonicon_type-tonal__GLawu {
|
|
1151
1155
|
background-color: var(--color-neutral-light);
|
|
1152
1156
|
color: var(--color-neutral-darkest);
|
|
@@ -2043,7 +2047,7 @@ body {
|
|
|
2043
2047
|
|
|
2044
2048
|
.root-module_x-input__icon__7Kv84>div {
|
|
2045
2049
|
margin-right: var(--xbox-padding-xs);
|
|
2046
|
-
display:
|
|
2050
|
+
display: grid;
|
|
2047
2051
|
}
|
|
2048
2052
|
|
|
2049
2053
|
.root-module_x-input__8bcVs:not(.root-module_x-input--has-error__T7LO6).root-module_x-input__8bcVs:focus-within .root-module_x-input__icon__7Kv84 {
|