@rolster/styles-foundations 2.5.24 → 2.5.25

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.
@@ -4364,17 +4364,6 @@ button {
4364
4364
  overflow: hidden;
4365
4365
  box-sizing: border-box;
4366
4366
  }
4367
- .rls-divider {
4368
- height: var(--rls-sizing-x1);
4369
- background-image: linear-gradient(
4370
- to left,
4371
- var(--rls-app-color-300) 50%,
4372
- rgba(255, 255, 255, 0) 0%
4373
- );
4374
- background-position: bottom;
4375
- background-size: var(--rls-sizing-x4);
4376
- background-repeat: repeat-x;
4377
- }
4378
4367
  .rls-datatable {
4379
4368
  --pvt-datatable-letter-spacing: var(--rlc-datatable-letter-spacing, 0.0625em);
4380
4369
  --pvt-datatable-font-size: var(--rlc-datatable-font-size, 7rem);
@@ -4583,7 +4572,7 @@ button {
4583
4572
  }
4584
4573
  .rls-datatable__cell--overflow,
4585
4574
  .rls-datatable__data--overflow {
4586
- overflow: initial;
4575
+ overflow: hidden;
4587
4576
  }
4588
4577
  .rls-datatable__cell--control,
4589
4578
  .rls-datatable__data--control {
@@ -5033,6 +5022,17 @@ button {
5033
5022
  padding: 0rem var(--rls-sizing-x8);
5034
5023
  box-sizing: border-box;
5035
5024
  }
5025
+ .rls-divider {
5026
+ height: var(--rlc-divider-height, var(--rls-sizing-x1));
5027
+ background-image: linear-gradient(
5028
+ to left,
5029
+ var(--rlc-divider-background, var(--rls-app-color-300)) 50%,
5030
+ rgba(255, 255, 255, 0) 0%
5031
+ );
5032
+ background-position: bottom;
5033
+ background-size: var(--rlc-divider-size, var(--rls-sizing-x4));
5034
+ background-repeat: repeat-x;
5035
+ }
5036
5036
  .rls-aspect-ratio {
5037
5037
  --rls-app-font-size-1360: 2.5px;
5038
5038
  --rls-app-font-size-1820: 2.925px;