@team_yumi/ramen 1.0.2-next.20240312-5eed168-1c2b3e5dff4bd8422e8b88516e25c7d5 → 1.0.2-next.20240313-a294498-fedf0dc1b04894fa4df124ed6131dd7a
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 +7 -6
- package/index.js +2 -2
- package/package.json +1 -1
- package/src/components/core/x-text-field/root.d.ts +4 -0
- package/src/components/mobile/x-card-approve/root.d.ts +1 -1
- package/src/components/mobile/x-empty-state/index.d.ts +1 -1
- package/src/components/mobile/x-empty-state/options/index.d.ts +2 -1
- package/src/components/mobile/x-empty-state/{root.d.ts → root.module.d.ts} +1 -0
- package/src/index.mobile.d.ts +1 -1
- package/src/models/Collections/IEmptyStateType.d.ts +1 -1
package/index.css
CHANGED
|
@@ -2469,7 +2469,7 @@ body {
|
|
|
2469
2469
|
font-size: var(--xtext-size-11);
|
|
2470
2470
|
}
|
|
2471
2471
|
|
|
2472
|
-
.root-
|
|
2472
|
+
.root-module_x-form-item__fE4Jw {
|
|
2473
2473
|
display: flex;
|
|
2474
2474
|
flex-direction: column;
|
|
2475
2475
|
align-items: stretch;
|
|
@@ -2478,21 +2478,21 @@ body {
|
|
|
2478
2478
|
gap: var(--xbox-padding-xs);
|
|
2479
2479
|
}
|
|
2480
2480
|
|
|
2481
|
-
.root-
|
|
2482
|
-
.root-
|
|
2481
|
+
.root-module_x-form-item__caption__MhNSq,
|
|
2482
|
+
.root-module_x-form-item__error__0voIU {
|
|
2483
2483
|
display: flex;
|
|
2484
2484
|
align-items: center;
|
|
2485
2485
|
gap: var(--xbox-padding-xs);
|
|
2486
2486
|
color: var(--color-neutral-medium);
|
|
2487
2487
|
}
|
|
2488
2488
|
|
|
2489
|
-
.root-
|
|
2490
|
-
.root-
|
|
2489
|
+
.root-module_x-form-item__caption__MhNSq div:first-child,
|
|
2490
|
+
.root-module_x-form-item__error__0voIU div:first-child {
|
|
2491
2491
|
height: 20px;
|
|
2492
2492
|
width: 20px;
|
|
2493
2493
|
}
|
|
2494
2494
|
|
|
2495
|
-
.root-
|
|
2495
|
+
.root-module_x-form-item__error__0voIU div {
|
|
2496
2496
|
color: var(--global-error-red-50);
|
|
2497
2497
|
}
|
|
2498
2498
|
|
|
@@ -2840,6 +2840,7 @@ body {
|
|
|
2840
2840
|
box-shadow: 0 3px 8px -1px rgba(24, 39, 75, 0.08);
|
|
2841
2841
|
border-radius: 16px;
|
|
2842
2842
|
border: 1px solid transparent;
|
|
2843
|
+
width: 100%;
|
|
2843
2844
|
}
|
|
2844
2845
|
|
|
2845
2846
|
.root-module_xcollapse-card--disabled__Z1DBA {
|