@team_yumi/ramen 1.2.1-next.20240513-5282c8c-a0e146d843a80611c1dd116dc5f51b0e → 1.2.1-next.20240514-5de7b49-7436dc6e8154d1b83bc58c672d528397

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 CHANGED
@@ -1427,6 +1427,7 @@ body {
1427
1427
 
1428
1428
  .root-module_ximage__BTwY3 {
1429
1429
  overflow: hidden;
1430
+ display: grid;
1430
1431
  }
1431
1432
 
1432
1433
  .root-module_ximage--rounded-none__VEnxB {
@@ -3173,12 +3174,13 @@ body {
3173
3174
  }
3174
3175
 
3175
3176
  .root-module_xcounter__button__PsOy- > div {
3176
- color: var(--primary-color-contrast, #FFFFFF);
3177
+ color: var(--primary-color-contrast, #ffffff);
3177
3178
  }
3178
3179
 
3179
3180
  .root-module_xcounter__button--disabled__hgCON {
3180
3181
  background: var(--color-neutral-light);
3181
- cursor: not-allowed;
3182
+ pointer-events: none;
3183
+ opacity: 0.5;
3182
3184
  }
3183
3185
 
3184
3186
  .root-module_xcounter__button--disabled__hgCON > div {
@@ -3232,9 +3234,9 @@ body {
3232
3234
 
3233
3235
  .root-module_xcounter__input__value__K4MmE > input::-webkit-inner-spin-button,
3234
3236
  .root-module_xcounter__input__value__K4MmE > input::-webkit-outer-spin-button {
3235
- -webkit-appearance: none;
3236
- appearance: none;
3237
- margin: 0; /* Remove qualquer margem padrão */
3237
+ -webkit-appearance: none;
3238
+ appearance: none;
3239
+ margin: 0; /* Remove qualquer margem padrão */
3238
3240
  }
3239
3241
 
3240
3242
  .root-module_xcounter__input__value__K4MmE > input:focus-visible {
@@ -3831,7 +3833,7 @@ body {
3831
3833
 
3832
3834
  .root-module_x-modal__modal__4ywZm {
3833
3835
  height: 0;
3834
- max-height: 100%;
3836
+ max-height: 95%;
3835
3837
  position: relative;
3836
3838
  background-color: var(--color-neutral-lightest);
3837
3839
  border-top-left-radius: var(--xbox-rounding-xl);
@@ -5335,6 +5337,25 @@ body {
5335
5337
 
5336
5338
 
5337
5339
 
5340
+ .root-module_x-datepickeryear__mfTLF {
5341
+ border: 1px solid var(--neutral-dark-20);
5342
+ border-radius: 16px;
5343
+ margin-bottom: 8px;
5344
+ }
5345
+
5346
+ .root-module_x-datepickeryear-selected__YFNla {
5347
+ background-color: var(--color-turquoise);
5348
+ padding: 16px 8px 16px 8px;
5349
+ width: 96px;
5350
+ border-radius: 8px;
5351
+ }
5352
+
5353
+ .root-module_x-datepickeryear-default__BYKj9 {
5354
+ padding: 16px 8px 16px 8px;
5355
+ width: 96px;
5356
+ border-radius: 8px;
5357
+ }
5358
+
5338
5359
  .root-module_x-card-business__akBHB {
5339
5360
  width: 47%;
5340
5361
  padding: 16px 8px 16px 8px;