@qrsln/lootstrap 24.3.9-beta.0 → 24.3.15-beta.0

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.
@@ -1,8 +1,8 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * CSS Compiled on: 2024-03-09
3
+ * CSS Compiled on: 2024-03-15
4
4
  *
5
- * Lootstrap v24.3.9-beta.0 (https://github.com/krsln/Lootstrap/)
5
+ * Lootstrap v24.3.15-beta.0 (https://github.com/krsln/Lootstrap/)
6
6
  * Copyright 2024 Qrsln.
7
7
  * Licensed under MIT (https://github.com/krsln/Lootstrap/blob/master/LICENSE)
8
8
  */
@@ -748,17 +748,19 @@ progress {
748
748
  --ls-bg-accent-hsl: 217deg,96%,52%;
749
749
  --ls-bg-accent: hsl(217, 96%, 52%);
750
750
  --ls-fg-accent: hsl(0, 0%, 100%);
751
- --ls-bg-surface: hsl(0, 0%, 100%);
752
- --ls-fg-surface: hsl(0, 0%, 0%);
751
+ --ls-fg-default: hsl(0, 0%, 0%);
752
+ --ls-fg-muted: hsl(213, 11%, 69%);
753
+ --ls-fg-link: hsl(217, 96%, 52%);
753
754
  --ls-bg-body: #f9fafb;
755
+ --ls-bg-surface: hsl(0, 0%, 100%);
756
+ --ls-bg-secondary: #fcfcfc;
757
+ --ls-bg-foremost: #f7f7f7;
758
+ --ls-bg-header: #f2f2f2;
759
+ --ls-bg-sub-header: #ededed;
754
760
  --ls-border-hsl: 0deg,0%,88%;
755
761
  --ls-shadow-hsl: 240deg,7%,18%;
756
- --ls-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0))
757
- }
758
- .Accent-light {
759
- --ls-bg-accent-hsl: 217deg,96%,52%;
760
- --ls-bg-accent: hsl(217, 96%, 52%);
761
- --ls-fg-accent: hsl(0, 0%, 100%)
762
+ --ls-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
763
+ color-scheme: light
762
764
  }
763
765
  .Theme-dark {
764
766
  --ls-contrast-hsl: 0deg,0%,100%;
@@ -768,21 +770,23 @@ progress {
768
770
  --ls-bg-accent-hsl: 217deg,97%,76%;
769
771
  --ls-bg-accent: #87b4fd;
770
772
  --ls-fg-accent: hsl(0, 0%, 0%);
771
- --ls-bg-surface: hsl(240, 7%, 18%);
772
- --ls-fg-surface: hsl(0, 0%, 100%);
773
+ --ls-fg-default: hsl(0, 0%, 100%);
774
+ --ls-fg-muted: hsl(213, 11%, 69%);
775
+ --ls-fg-link: #87b4fd;
773
776
  --ls-bg-body: #1c1c21;
777
+ --ls-bg-surface: hsl(240, 7%, 18%);
778
+ --ls-bg-secondary: #26262c;
779
+ --ls-bg-foremost: #212126;
780
+ --ls-bg-header: #3e3e47;
781
+ --ls-bg-sub-header: #474752;
774
782
  --ls-border-hsl: 240deg,7%,28%;
775
783
  --ls-shadow-hsl: 0deg,0%,7%;
776
- --ls-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0))
784
+ --ls-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
785
+ color-scheme: dark
777
786
  }
778
787
  .Theme-dark .Btn-close {
779
788
  filter: invert(1) grayscale(100%) brightness(200%)
780
789
  }
781
- .Accent-dark {
782
- --ls-bg-accent-hsl: 217deg,97%,76%;
783
- --ls-bg-accent: #87b4fd;
784
- --ls-fg-accent: hsl(0, 0%, 0%)
785
- }
786
790
  .Theme-night {
787
791
  --ls-contrast-hsl: 0deg,0%,100%;
788
792
  --ls-bg-hue-hsl: 0deg,0%,7%;
@@ -791,21 +795,38 @@ progress {
791
795
  --ls-bg-accent-hsl: 217deg,97%,76%;
792
796
  --ls-bg-accent: #87b4fd;
793
797
  --ls-fg-accent: hsl(0, 0%, 0%);
794
- --ls-bg-surface: hsl(0, 0%, 7%);
795
- --ls-fg-surface: hsl(0, 0%, 100%);
798
+ --ls-fg-default: hsl(0, 0%, 100%);
799
+ --ls-fg-muted: hsl(213, 11%, 69%);
800
+ --ls-fg-link: #87b4fd;
796
801
  --ls-bg-body: #030303;
802
+ --ls-bg-surface: hsl(0, 0%, 7%);
803
+ --ls-bg-secondary: #0d0d0d;
804
+ --ls-bg-foremost: #080808;
805
+ --ls-bg-header: #262626;
806
+ --ls-bg-sub-header: #303030;
797
807
  --ls-border-hsl: 0deg,0%,17%;
798
808
  --ls-shadow-hsl: 0deg,0%,0%;
799
- --ls-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0))
809
+ --ls-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
810
+ color-scheme: normal
800
811
  }
801
812
  .Theme-night .Btn-close {
802
813
  filter: invert(1) grayscale(100%) brightness(200%)
803
814
  }
804
- .Accent-night {
805
- --ls-bg-accent-hsl: 217deg,97%,76%;
806
- --ls-bg-accent: #87b4fd;
815
+ .Accent-light {
816
+ --ls-bg-accent-hsl: 0deg,0%,98%;
817
+ --ls-bg-accent: hsl(0, 0%, 98%);
807
818
  --ls-fg-accent: hsl(0, 0%, 0%)
808
819
  }
820
+ .Accent-dark {
821
+ --ls-bg-accent-hsl: 240deg,7%,18%;
822
+ --ls-bg-accent: hsl(240, 7%, 18%);
823
+ --ls-fg-accent: hsl(0, 0%, 100%)
824
+ }
825
+ .Accent-night {
826
+ --ls-bg-accent-hsl: 0deg,0%,7%;
827
+ --ls-bg-accent: hsl(0, 0%, 7%);
828
+ --ls-fg-accent: hsl(0, 0%, 100%)
829
+ }
809
830
  .Accent-primary {
810
831
  --ls-bg-accent-hsl: 217deg,96%,52%;
811
832
  --ls-bg-accent: hsl(217, 96%, 52%);
@@ -1363,7 +1384,7 @@ progress {
1363
1384
  --ls-breadcrumb-margin-bottom: 0.5rem;
1364
1385
  --ls-breadcrumb-font-size: inherit;
1365
1386
  --ls-breadcrumb-bg: var(--ls-bg-surface);
1366
- --ls-breadcrumb-color: var(--ls-fg-surface);
1387
+ --ls-breadcrumb-color: var(--ls-fg-default);
1367
1388
  --ls-breadcrumb-border: none;
1368
1389
  --ls-breadcrumb-border-radius: 0;
1369
1390
  --ls-breadcrumb-hover-border-color: hsla(var(--ls-bg-accent-hsl), 0.25);
@@ -2182,7 +2203,7 @@ fieldset:disabled .Btn {
2182
2203
  transition: 0s
2183
2204
  }
2184
2205
  .Calendar {
2185
- --ls-calendar-color: var(--ls-fg-surface);
2206
+ --ls-calendar-color: var(--ls-fg-default);
2186
2207
  --ls-calendar-bg: var(--ls-bg-surface);
2187
2208
  --ls-calendar-border-width: 1px;
2188
2209
  --ls-calendar-border-color: hsla(var(--ls-border-hsl), var(--ls-border-alpha));
@@ -2357,7 +2378,7 @@ fieldset:disabled .Btn {
2357
2378
  word-wrap: break-word;
2358
2379
  overflow: visible;
2359
2380
  font-family: var(--ls-font-sans-serif);
2360
- color: var(--ls-fg-surface);
2381
+ color: var(--ls-fg-default);
2361
2382
  background-color: var(--ls-bg-surface);
2362
2383
  background-clip: border-box;
2363
2384
  border: none;
@@ -2882,7 +2903,7 @@ fieldset:disabled .Btn {
2882
2903
  height: auto
2883
2904
  }
2884
2905
  .List {
2885
- --ls-list-color: var(--ls-fg-surface);
2906
+ --ls-list-color: var(--ls-fg-default);
2886
2907
  --ls-list-bg: var(--ls-bg-surface);
2887
2908
  --ls-list-active-color: var(--ls-fg-accent);
2888
2909
  --ls-list-active-bg: var(--ls-bg-accent);
@@ -2892,8 +2913,8 @@ fieldset:disabled .Btn {
2892
2913
  --ls-list-border-radius: 0.25rem;
2893
2914
  --ls-list-item-padding-y: 0.5rem;
2894
2915
  --ls-list-item-padding-x: 1rem;
2895
- --ls-list-action-color: var(--ls-fg-surface);
2896
- --ls-list-action-hover-color: var(--ls-fg-surface);
2916
+ --ls-list-action-color: var(--ls-fg-default);
2917
+ --ls-list-action-hover-color: var(--ls-fg-default);
2897
2918
  --ls-list-action-hover-bg: hsla(var(--ls-bg-accent-hsl), 0.08);
2898
2919
  --ls-list-action-active-color: var(--ls-fg-accent);
2899
2920
  --ls-list-action-active-bg: var(--ls-bg-accent);
@@ -3272,7 +3293,7 @@ fieldset:disabled .Btn {
3272
3293
  --ls-modal-width: 500px;
3273
3294
  --ls-modal-padding: 0.75rem;
3274
3295
  --ls-modal-margin: 0.5rem;
3275
- --ls-modal-color: var(--ls-fg-surface);
3296
+ --ls-modal-color: var(--ls-fg-default);
3276
3297
  --ls-modal-bg: var(--ls-bg-surface);
3277
3298
  --ls-modal-border-color: transparent;
3278
3299
  --ls-modal-border-width: 0;
@@ -3868,7 +3889,7 @@ fieldset:disabled .Btn {
3868
3889
  }
3869
3890
  .Nav-tabs-classic .Nav-item.Show .Nav-link,
3870
3891
  .Nav-tabs-classic .Nav-link.Active {
3871
- color: var(--ls-fg-surface);
3892
+ color: var(--ls-fg-default);
3872
3893
  background-color: var(--ls-bg-surface);
3873
3894
  border-color: hsla(var(--ls-border-hsl),var(--ls-border-alpha)) hsla(var(--ls-border-hsl),var(--ls-border-alpha)) var(--ls-bg-surface)
3874
3895
  }
@@ -4035,7 +4056,7 @@ fieldset:disabled .Btn {
4035
4056
  clear: both
4036
4057
  }
4037
4058
  .Placeholder-paragraph .Placeholder:last-child {
4038
- width: 59%
4059
+ width: 77%
4039
4060
  }
4040
4061
  .Placeholder-paragraph .Placeholder:nth-child(1n) {
4041
4062
  animation-delay: .7s
@@ -4071,16 +4092,16 @@ fieldset:disabled .Btn {
4071
4092
  background-color: transparent
4072
4093
  }
4073
4094
  .Placeholder-textual .Placeholder:nth-child(1n) {
4074
- background-image: linear-gradient(90deg,currentColor 17%,transparent calc(17% + 1px),transparent calc(17% + 6px),currentColor calc(17% + 6px),currentColor 39%,transparent calc(39% + 1px),transparent calc(39% + 6px),currentColor calc(39% + 6px),currentColor 67%,transparent calc(67% + 1px),transparent calc(67% + 6px),currentColor calc(67% + 6px),currentColor)
4095
+ background-image: linear-gradient(90deg,currentColor 10%,transparent calc(10% + 1px),transparent calc(10% + 6px),currentColor calc(10% + 6px),currentColor 41%,transparent calc(41% + 1px),transparent calc(41% + 6px),currentColor calc(41% + 6px),currentColor 77%,transparent calc(77% + 1px),transparent calc(77% + 6px),currentColor calc(77% + 6px),currentColor)
4075
4096
  }
4076
4097
  .Placeholder-textual .Placeholder:nth-child(2n) {
4077
- background-image: linear-gradient(90deg,currentColor 28%,transparent calc(28% + 1px),transparent calc(28% + 6px),currentColor calc(28% + 6px),currentColor 67%,transparent calc(67% + 1px),transparent calc(67% + 6px),currentColor calc(67% + 6px),currentColor 85%,transparent calc(85% + 1px),transparent calc(85% + 6px),currentColor calc(85% + 6px),currentColor)
4098
+ background-image: linear-gradient(90deg,currentColor 11%,transparent calc(11% + 1px),transparent calc(11% + 6px),currentColor calc(11% + 6px),currentColor 72%,transparent calc(72% + 1px),transparent calc(72% + 6px),currentColor calc(72% + 6px),currentColor 83%,transparent calc(83% + 1px),transparent calc(83% + 6px),currentColor calc(83% + 6px),currentColor)
4078
4099
  }
4079
4100
  .Placeholder-textual .Placeholder:nth-child(3n) {
4080
- background-image: linear-gradient(90deg,currentColor 26%,transparent calc(26% + 1px),transparent calc(26% + 6px),currentColor calc(26% + 6px),currentColor 77%,transparent calc(77% + 1px),transparent calc(77% + 6px),currentColor calc(77% + 6px),currentColor 82%,transparent calc(82% + 1px),transparent calc(82% + 6px),currentColor calc(82% + 6px),currentColor)
4101
+ background-image: linear-gradient(90deg,currentColor 15%,transparent calc(15% + 1px),transparent calc(15% + 6px),currentColor calc(15% + 6px),currentColor 48%,transparent calc(48% + 1px),transparent calc(48% + 6px),currentColor calc(48% + 6px),currentColor 73%,transparent calc(73% + 1px),transparent calc(73% + 6px),currentColor calc(73% + 6px),currentColor)
4081
4102
  }
4082
4103
  .Placeholder-textual .Placeholder:nth-child(4n) {
4083
- background-image: linear-gradient(90deg,currentColor 17%,transparent calc(17% + 1px),transparent calc(17% + 6px),currentColor calc(17% + 6px),currentColor 60%,transparent calc(60% + 1px),transparent calc(60% + 6px),currentColor calc(60% + 6px),currentColor 80%,transparent calc(80% + 1px),transparent calc(80% + 6px),currentColor calc(80% + 6px),currentColor)
4104
+ background-image: linear-gradient(90deg,currentColor 8%,transparent calc(8% + 1px),transparent calc(8% + 6px),currentColor calc(8% + 6px),currentColor 45%,transparent calc(45% + 1px),transparent calc(45% + 6px),currentColor calc(45% + 6px),currentColor 69%,transparent calc(69% + 1px),transparent calc(69% + 6px),currentColor calc(69% + 6px),currentColor)
4084
4105
  }
4085
4106
  .Placeholder-xs,
4086
4107
  .Placeholder-xs .Placeholder {
@@ -4177,6 +4198,7 @@ fieldset:disabled .Btn {
4177
4198
  --ls-rating-bg: whitesmoke;
4178
4199
  --ls-rating-active-color: var(--ls-fg-accent);
4179
4200
  --ls-rating-active-bg: var(--ls-bg-accent);
4201
+ --ls-rating-gradient-id: "Gradient-test_1";
4180
4202
  --ls-rating-fraction-gradient: linear-gradient(to right, var(--ls-rating-active-bg) 0%, var(--ls-rating-bg) 100%);
4181
4203
  --ls-rating-fraction-color: hsla(var(--ls-contrast-hsl), 1);
4182
4204
  display: flex;
@@ -4247,6 +4269,116 @@ fieldset:disabled .Btn {
4247
4269
  .Rating .Centered:not(.Rating-value).Selected .Fraction svg path {
4248
4270
  fill: var(--ls-rating-gradient-id) hsla(var(--ls-contrast-hsl),0.5)
4249
4271
  }
4272
+ .Sidenav-transition .Sidenav-backdrop {
4273
+ transition-duration: .4s;
4274
+ transition-timing-function: cubic-bezier(0.25,0.8,0.25,1);
4275
+ transition-property: background-color,visibility
4276
+ }
4277
+ .Sidenav-transition .Sidenav-content {
4278
+ transition-duration: .4s;
4279
+ transition-timing-function: cubic-bezier(0.25,0.8,0.25,1);
4280
+ transition-property: transform,margin-left,margin-right
4281
+ }
4282
+ .Sidenav-container {
4283
+ --ls-sidenav-width: 329px;
4284
+ --ls-sidenav-border-radius: 0;
4285
+ --ls-sidenav-divider-color: hsla(var(--ls-bg-accent-hsl), 0.25);
4286
+ position: relative;
4287
+ display: block;
4288
+ overflow: hidden;
4289
+ height: 100%;
4290
+ color: var(--ls-fg-default);
4291
+ background-color: var(--ls-bg-body);
4292
+ box-sizing: border-box;
4293
+ z-index: 1;
4294
+ -webkit-overflow-scrolling: touch
4295
+ }
4296
+ .Sidenav-container.Opened .Sidenav-mode-side + .Sidenav-content {
4297
+ margin-left: var(--ls-sidenav-width)
4298
+ }
4299
+ .Sidenav-container.Opened .Sidenav-mode-push + .Sidenav-content {
4300
+ margin-left: var(--ls-sidenav-width);
4301
+ margin-right: -328px
4302
+ }
4303
+ .Sidenav-container.Opened .Sidenav {
4304
+ transform: none;
4305
+ visibility: visible
4306
+ }
4307
+ .Sidenav-container:not(.Opened) .Sidenav {
4308
+ box-shadow: none;
4309
+ visibility: hidden;
4310
+ display: none
4311
+ }
4312
+ .Sidenav-container .Sidenav-backdrop {
4313
+ position: absolute;
4314
+ display: block;
4315
+ top: 0;
4316
+ left: 0;
4317
+ right: 0;
4318
+ bottom: 0;
4319
+ z-index: 3;
4320
+ visibility: hidden
4321
+ }
4322
+ .Sidenav-container .Sidenav-backdrop.Active {
4323
+ visibility: visible;
4324
+ background-color: hsla(var(--ls-contrast-hsl),.25)
4325
+ }
4326
+ .Sidenav-container .Sidenav {
4327
+ position: absolute;
4328
+ display: block;
4329
+ top: 0;
4330
+ bottom: 0;
4331
+ width: var(--ls-sidenav-width);
4332
+ background-color: var(--ls-bg-surface);
4333
+ box-shadow: 0 9px 21px hsla(var(--ls-shadow-hsl),.18),0 6px 6px hsla(var(--ls-shadow-hsl),.24);
4334
+ border-top-right-radius: var(--ls-sidenav-border-radius);
4335
+ border-bottom-right-radius: var(--ls-sidenav-border-radius);
4336
+ z-index: 3;
4337
+ outline: 0;
4338
+ box-sizing: border-box;
4339
+ overflow-y: auto;
4340
+ transform: translate3d(-100%,0,0)
4341
+ }
4342
+ .Sidenav-container .Sidenav.Sidenav-mode-side {
4343
+ z-index: 2;
4344
+ box-shadow: none;
4345
+ border-right-color: var(--ls-sidenav-divider-color);
4346
+ border-right-width: 1px;
4347
+ border-right-style: solid
4348
+ }
4349
+ .Sidenav-container .Sidenav .Sidenav-inner {
4350
+ width: 100%;
4351
+ height: 100%;
4352
+ overflow: auto;
4353
+ -webkit-overflow-scrolling: touch
4354
+ }
4355
+ .Sidenav-container .Sidenav-content {
4356
+ position: relative;
4357
+ display: block;
4358
+ height: 100%;
4359
+ z-index: 1;
4360
+ overflow: auto
4361
+ }
4362
+ .Sidenav-container[fullscreen] {
4363
+ position: absolute;
4364
+ top: 0;
4365
+ left: 0;
4366
+ right: 0;
4367
+ bottom: 0
4368
+ }
4369
+ .Sidenav-container[fullscreen].Opened {
4370
+ overflow: hidden
4371
+ }
4372
+ [dir=rtl] .Sidenav-container .Sidenav {
4373
+ border-radius: var(--ls-sidenav-border-radius) 0 0 var(--ls-sidenav-border-radius);
4374
+ transform: translate3d(100%,0,0)
4375
+ }
4376
+ [dir=rtl] .Sidenav-container .Sidenav-mode-side {
4377
+ border-left-color: var(--ls-sidenav-divider-color);
4378
+ border-left-width: 1px;
4379
+ border-left-style: solid;
4380
+ border-right: none
4381
+ }
4250
4382
  .Scrollbar {
4251
4383
  --ls-scrollbar-width: 0.8rem;
4252
4384
  --ls-scrollbar-track-bg: hsla(var(--ls-bg-accent-hsl), 0.04);
@@ -4486,14 +4618,14 @@ fieldset:disabled .Btn {
4486
4618
  .Table {
4487
4619
  --ls-table-accent-bg: transparent;
4488
4620
  --ls-table-bg: transparent;
4489
- --ls-table-color: var(--ls-fg-surface);
4621
+ --ls-table-color: var(--ls-fg-default);
4490
4622
  --ls-table-border-color: hsla(var(--ls-border-hsl), 1);
4491
4623
  --ls-table-striped-bg: rgba(0, 0, 0, 0.05);
4492
- --ls-table-striped-color: var(--ls-fg-surface);
4624
+ --ls-table-striped-color: var(--ls-fg-default);
4493
4625
  --ls-table-active-bg: rgba(0, 0, 0, 0.1);
4494
- --ls-table-active-color: var(--ls-fg-surface);
4626
+ --ls-table-active-color: var(--ls-fg-default);
4495
4627
  --ls-table-hover-bg: rgba(0, 0, 0, 0.075);
4496
- --ls-table-hover-color: var(--ls-fg-surface);
4628
+ --ls-table-hover-color: var(--ls-fg-default);
4497
4629
  width: 100%;
4498
4630
  margin-bottom: 1rem;
4499
4631
  vertical-align: top;
@@ -4690,7 +4822,7 @@ fieldset:disabled .Btn {
4690
4822
  position: relative;
4691
4823
  font-family: var(--ls-font-sans-serif);
4692
4824
  min-width: 0;
4693
- color: var(--ls-fg-surface);
4825
+ color: var(--ls-fg-default);
4694
4826
  background-color: var(--ls-bg-surface);
4695
4827
  background-clip: border-box;
4696
4828
  padding: 0;
@@ -4751,7 +4883,7 @@ fieldset:disabled .Btn {
4751
4883
  --ls-toast-min-width: 200px;
4752
4884
  --ls-toast-max-width: 350px;
4753
4885
  --ls-toast-font-size: 0.875rem;
4754
- --ls-toast-color: var(--ls-fg-surface);
4886
+ --ls-toast-color: var(--ls-fg-default);
4755
4887
  --ls-toast-bg: var(--ls-bg-surface);
4756
4888
  --ls-toast-border-color: hsla(var(--ls-bg-accent-hsl), 0.25);
4757
4889
  --ls-toast-border-width: 1px;
@@ -4932,7 +5064,7 @@ fieldset:disabled .Btn {
4932
5064
  .Tooltip {
4933
5065
  --ls-tooltip-padding-y: 0.3125rem;
4934
5066
  --ls-tooltip-padding-x: 0.625rem;
4935
- --ls-tooltip-color: var(--ls-fg-surface);
5067
+ --ls-tooltip-color: var(--ls-fg-default);
4936
5068
  --ls-tooltip-bg: var(--ls-bg-surface);
4937
5069
  --ls-tooltip-border-width: 1px;
4938
5070
  --ls-tooltip-border-color: hsla(var(--ls-border-hsl), var(--ls-border-alpha));
@@ -4950,7 +5082,7 @@ fieldset:disabled .Btn {
4950
5082
  box-shadow: var(--ls-tooltip-box-shadow)
4951
5083
  }
4952
5084
  .Tooltip.Tooltip-outline {
4953
- --ls-tooltip-color: var(--ls-fg-surface);
5085
+ --ls-tooltip-color: var(--ls-fg-default);
4954
5086
  --ls-tooltip-bg: transparent;
4955
5087
  --ls-tooltip-border-color: hsla(var(--ls-border-hsl), var(--ls-border-alpha))
4956
5088
  }
@@ -6103,7 +6235,7 @@ fieldset:disabled .Btn {
6103
6235
  }
6104
6236
  .Form .Form-select > option,
6105
6237
  .Form-material .Form-select > option {
6106
- color: var(--ls-fg-surface);
6238
+ color: var(--ls-fg-default);
6107
6239
  background: var(--ls-bg-surface);
6108
6240
  padding: .5rem;
6109
6241
  margin: 3px 0;
@@ -6118,7 +6250,7 @@ fieldset:disabled .Btn {
6118
6250
  .Form .Form-select > option:hover,
6119
6251
  .Form-material .Form-select > option:active,
6120
6252
  .Form-material .Form-select > option:hover {
6121
- color: var(--ls-fg-surface);
6253
+ color: var(--ls-fg-default);
6122
6254
  background-color: var(--ls-bg-surface)
6123
6255
  }
6124
6256
  .Form .Form-select ~ .Form-label,
@@ -6342,7 +6474,7 @@ fieldset:disabled .Btn {
6342
6474
  }
6343
6475
  .Form-outline .Form-select > option:active,
6344
6476
  .Form-outline .Form-select > option:hover {
6345
- color: var(--ls-fg-surface);
6477
+ color: var(--ls-fg-default);
6346
6478
  background-color: var(--ls-bg-surface)
6347
6479
  }
6348
6480
  .Form-outline .Form-select ~ .Form-label {
@@ -6379,7 +6511,7 @@ fieldset:disabled .Btn {
6379
6511
  font-size: 1rem;
6380
6512
  font-weight: 400;
6381
6513
  line-height: 1.5;
6382
- color: var(--ls-fg-surface);
6514
+ color: var(--ls-fg-default);
6383
6515
  background-color: var(--ls-bg-surface);
6384
6516
  background-clip: padding-box;
6385
6517
  border: 1px solid hsla(var(--ls-border-hsl),var(--ls-border-alpha));
@@ -6401,7 +6533,7 @@ fieldset:disabled .Btn {
6401
6533
  cursor: pointer
6402
6534
  }
6403
6535
  .Form-control:focus {
6404
- color: var(--ls-fg-surface);
6536
+ color: var(--ls-fg-default);
6405
6537
  background-color: var(--ls-bg-surface);
6406
6538
  border-color: hsla(var(--ls-border-hsl),var(--ls-border-alpha));
6407
6539
  outline: 0;
@@ -6433,7 +6565,7 @@ fieldset:disabled .Btn {
6433
6565
  margin: -.375rem -.75rem;
6434
6566
  -webkit-margin-end: .75rem;
6435
6567
  margin-inline-end: .75rem;
6436
- color: var(--ls-fg-surface);
6568
+ color: var(--ls-fg-default);
6437
6569
  background-color: var(--ls-bg-surface);
6438
6570
  pointer-events: none;
6439
6571
  border-color: inherit;
@@ -6449,7 +6581,7 @@ fieldset:disabled .Btn {
6449
6581
  margin: -.375rem -.75rem;
6450
6582
  -webkit-margin-end: .75rem;
6451
6583
  margin-inline-end: .75rem;
6452
- color: var(--ls-fg-surface);
6584
+ color: var(--ls-fg-default);
6453
6585
  background-color: var(--ls-bg-surface);
6454
6586
  pointer-events: none;
6455
6587
  border-color: inherit;
@@ -6684,7 +6816,7 @@ textarea.Form-control-lg {
6684
6816
  font-size: 1rem;
6685
6817
  font-weight: 400;
6686
6818
  line-height: 1.5;
6687
- color: var(--ls-fg-surface);
6819
+ color: var(--ls-fg-default);
6688
6820
  background-color: var(--ls-bg-surface);
6689
6821
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='hsl(213, 11%25, 69%25)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
6690
6822
  background-repeat: no-repeat;
@@ -6717,7 +6849,7 @@ textarea.Form-control-lg {
6717
6849
  }
6718
6850
  .Form-select:-moz-focusring {
6719
6851
  color: transparent;
6720
- text-shadow: 0 0 0 var(--ls-fg-surface)
6852
+ text-shadow: 0 0 0 var(--ls-fg-default)
6721
6853
  }
6722
6854
  .Form-select-sm {
6723
6855
  padding-top: .25rem;
@@ -6855,7 +6987,7 @@ textarea.Form-control-lg {
6855
6987
  font-size: 1rem;
6856
6988
  font-weight: 400;
6857
6989
  line-height: 1.5;
6858
- color: var(--ls-fg-surface);
6990
+ color: var(--ls-fg-default);
6859
6991
  text-align: center;
6860
6992
  white-space: nowrap;
6861
6993
  background-color: var(--ls-bg-surface);
@@ -6899,7 +7031,7 @@ textarea.Form-control-lg {
6899
7031
  }
6900
7032
  .Form-label {
6901
7033
  margin-bottom: .5rem;
6902
- color: var(--ls-fg-surface)
7034
+ color: var(--ls-fg-default)
6903
7035
  }
6904
7036
  .Col-form-label {
6905
7037
  padding-top: calc(.375rem + 1px);
@@ -6907,7 +7039,7 @@ textarea.Form-control-lg {
6907
7039
  margin-bottom: 0;
6908
7040
  font-size: inherit;
6909
7041
  line-height: 1.5;
6910
- color: var(--ls-fg-surface)
7042
+ color: var(--ls-fg-default)
6911
7043
  }
6912
7044
  .Col-form-label-lg {
6913
7045
  padding-top: calc(.5rem + 1px);