@qrsln/lootstrap 24.3.9-beta.0 → 24.3.12-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.
- package/dist/css/lootstrap.css +131 -20
- package/dist/css/lootstrap.css.map +1 -1
- package/dist/css/lootstrap.min.css +3 -3
- package/package.json +3 -3
- package/scss/Abstracts/Mixins/_theme.scss +17 -6
- package/scss/Abstracts/_variables.scss +1 -0
- package/scss/Structure/Components/__dir-components.scss +1 -0
- package/scss/Structure/Components/_sidenav.scss +213 -0
- package/scss/Structure/Core/_themes.scss +4 -1
- package/scss/Structure/Utils/_text.scss +1 -1
- package/scss/_header.scss +2 -2
package/dist/css/lootstrap.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* CSS Compiled on: 2024-03-
|
|
3
|
+
* CSS Compiled on: 2024-03-12
|
|
4
4
|
*
|
|
5
|
-
* Lootstrap v24.3.
|
|
5
|
+
* Lootstrap v24.3.12-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
|
*/
|
|
@@ -755,11 +755,6 @@ progress {
|
|
|
755
755
|
--ls-shadow-hsl: 240deg,7%,18%;
|
|
756
756
|
--ls-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0))
|
|
757
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
|
-
}
|
|
763
758
|
.Theme-dark {
|
|
764
759
|
--ls-contrast-hsl: 0deg,0%,100%;
|
|
765
760
|
--ls-bg-hue-hsl: 240deg,7%,18%;
|
|
@@ -778,11 +773,6 @@ progress {
|
|
|
778
773
|
.Theme-dark .Btn-close {
|
|
779
774
|
filter: invert(1) grayscale(100%) brightness(200%)
|
|
780
775
|
}
|
|
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
776
|
.Theme-night {
|
|
787
777
|
--ls-contrast-hsl: 0deg,0%,100%;
|
|
788
778
|
--ls-bg-hue-hsl: 0deg,0%,7%;
|
|
@@ -801,11 +791,21 @@ progress {
|
|
|
801
791
|
.Theme-night .Btn-close {
|
|
802
792
|
filter: invert(1) grayscale(100%) brightness(200%)
|
|
803
793
|
}
|
|
804
|
-
.Accent-
|
|
805
|
-
--ls-bg-accent-hsl:
|
|
806
|
-
--ls-bg-accent:
|
|
794
|
+
.Accent-light {
|
|
795
|
+
--ls-bg-accent-hsl: 0deg,0%,98%;
|
|
796
|
+
--ls-bg-accent: hsl(0, 0%, 98%);
|
|
807
797
|
--ls-fg-accent: hsl(0, 0%, 0%)
|
|
808
798
|
}
|
|
799
|
+
.Accent-dark {
|
|
800
|
+
--ls-bg-accent-hsl: 240deg,7%,18%;
|
|
801
|
+
--ls-bg-accent: hsl(240, 7%, 18%);
|
|
802
|
+
--ls-fg-accent: hsl(0, 0%, 100%)
|
|
803
|
+
}
|
|
804
|
+
.Accent-night {
|
|
805
|
+
--ls-bg-accent-hsl: 0deg,0%,7%;
|
|
806
|
+
--ls-bg-accent: hsl(0, 0%, 7%);
|
|
807
|
+
--ls-fg-accent: hsl(0, 0%, 100%)
|
|
808
|
+
}
|
|
809
809
|
.Accent-primary {
|
|
810
810
|
--ls-bg-accent-hsl: 217deg,96%,52%;
|
|
811
811
|
--ls-bg-accent: hsl(217, 96%, 52%);
|
|
@@ -4035,7 +4035,7 @@ fieldset:disabled .Btn {
|
|
|
4035
4035
|
clear: both
|
|
4036
4036
|
}
|
|
4037
4037
|
.Placeholder-paragraph .Placeholder:last-child {
|
|
4038
|
-
width:
|
|
4038
|
+
width: 67%
|
|
4039
4039
|
}
|
|
4040
4040
|
.Placeholder-paragraph .Placeholder:nth-child(1n) {
|
|
4041
4041
|
animation-delay: .7s
|
|
@@ -4071,16 +4071,16 @@ fieldset:disabled .Btn {
|
|
|
4071
4071
|
background-color: transparent
|
|
4072
4072
|
}
|
|
4073
4073
|
.Placeholder-textual .Placeholder:nth-child(1n) {
|
|
4074
|
-
background-image: linear-gradient(90deg,currentColor
|
|
4074
|
+
background-image: linear-gradient(90deg,currentColor 10%,transparent calc(10% + 1px),transparent calc(10% + 6px),currentColor calc(10% + 6px),currentColor 42%,transparent calc(42% + 1px),transparent calc(42% + 6px),currentColor calc(42% + 6px),currentColor 79%,transparent calc(79% + 1px),transparent calc(79% + 6px),currentColor calc(79% + 6px),currentColor)
|
|
4075
4075
|
}
|
|
4076
4076
|
.Placeholder-textual .Placeholder:nth-child(2n) {
|
|
4077
|
-
background-image: linear-gradient(90deg,currentColor
|
|
4077
|
+
background-image: linear-gradient(90deg,currentColor 22%,transparent calc(22% + 1px),transparent calc(22% + 6px),currentColor calc(22% + 6px),currentColor 68%,transparent calc(68% + 1px),transparent calc(68% + 6px),currentColor calc(68% + 6px),currentColor 83%,transparent calc(83% + 1px),transparent calc(83% + 6px),currentColor calc(83% + 6px),currentColor)
|
|
4078
4078
|
}
|
|
4079
4079
|
.Placeholder-textual .Placeholder:nth-child(3n) {
|
|
4080
|
-
background-image: linear-gradient(90deg,currentColor
|
|
4080
|
+
background-image: linear-gradient(90deg,currentColor 29%,transparent calc(29% + 1px),transparent calc(29% + 6px),currentColor calc(29% + 6px),currentColor 65%,transparent calc(65% + 1px),transparent calc(65% + 6px),currentColor calc(65% + 6px),currentColor 81%,transparent calc(81% + 1px),transparent calc(81% + 6px),currentColor calc(81% + 6px),currentColor)
|
|
4081
4081
|
}
|
|
4082
4082
|
.Placeholder-textual .Placeholder:nth-child(4n) {
|
|
4083
|
-
background-image: linear-gradient(90deg,currentColor
|
|
4083
|
+
background-image: linear-gradient(90deg,currentColor 19%,transparent calc(19% + 1px),transparent calc(19% + 6px),currentColor calc(19% + 6px),currentColor 69%,transparent calc(69% + 1px),transparent calc(69% + 6px),currentColor calc(69% + 6px),currentColor 82%,transparent calc(82% + 1px),transparent calc(82% + 6px),currentColor calc(82% + 6px),currentColor)
|
|
4084
4084
|
}
|
|
4085
4085
|
.Placeholder-xs,
|
|
4086
4086
|
.Placeholder-xs .Placeholder {
|
|
@@ -4247,6 +4247,117 @@ fieldset:disabled .Btn {
|
|
|
4247
4247
|
.Rating .Centered:not(.Rating-value).Selected .Fraction svg path {
|
|
4248
4248
|
fill: var(--ls-rating-gradient-id) hsla(var(--ls-contrast-hsl),0.5)
|
|
4249
4249
|
}
|
|
4250
|
+
.Sidenav-transition .Sidenav-backdrop {
|
|
4251
|
+
transition-duration: .4s;
|
|
4252
|
+
transition-timing-function: cubic-bezier(0.25,0.8,0.25,1);
|
|
4253
|
+
transition-property: background-color,visibility
|
|
4254
|
+
}
|
|
4255
|
+
.Sidenav-transition .Sidenav-content {
|
|
4256
|
+
transition-duration: .4s;
|
|
4257
|
+
transition-timing-function: cubic-bezier(0.25,0.8,0.25,1);
|
|
4258
|
+
transition-property: transform,margin-left,margin-right
|
|
4259
|
+
}
|
|
4260
|
+
.Sidenav-container {
|
|
4261
|
+
--ls-sidenav-width: 329px;
|
|
4262
|
+
--ls-sidenav-border-radius: 0;
|
|
4263
|
+
--ls-sidenav-divider-color: hsla(var(--ls-bg-accent-hsl), 0.25);
|
|
4264
|
+
position: relative;
|
|
4265
|
+
display: block;
|
|
4266
|
+
overflow: hidden;
|
|
4267
|
+
height: 100%;
|
|
4268
|
+
color: var(--ls-fg-surface);
|
|
4269
|
+
background-color: var(--ls-bg-surface);
|
|
4270
|
+
box-sizing: border-box;
|
|
4271
|
+
z-index: 1;
|
|
4272
|
+
-webkit-overflow-scrolling: touch
|
|
4273
|
+
}
|
|
4274
|
+
.Sidenav-container.Opened .Sidenav-mode-side + .Sidenav-content {
|
|
4275
|
+
margin-left: var(--ls-sidenav-width)
|
|
4276
|
+
}
|
|
4277
|
+
.Sidenav-container.Opened .Sidenav-mode-push + .Sidenav-content {
|
|
4278
|
+
margin-left: var(--ls-sidenav-width);
|
|
4279
|
+
margin-right: -328px
|
|
4280
|
+
}
|
|
4281
|
+
.Sidenav-container.Opened .Sidenav {
|
|
4282
|
+
transform: none;
|
|
4283
|
+
visibility: visible
|
|
4284
|
+
}
|
|
4285
|
+
.Sidenav-container:not(.Opened) .Sidenav {
|
|
4286
|
+
box-shadow: none;
|
|
4287
|
+
visibility: hidden;
|
|
4288
|
+
display: none
|
|
4289
|
+
}
|
|
4290
|
+
.Sidenav-container .Sidenav-backdrop {
|
|
4291
|
+
position: absolute;
|
|
4292
|
+
display: block;
|
|
4293
|
+
top: 0;
|
|
4294
|
+
left: 0;
|
|
4295
|
+
right: 0;
|
|
4296
|
+
bottom: 0;
|
|
4297
|
+
z-index: 3;
|
|
4298
|
+
visibility: hidden
|
|
4299
|
+
}
|
|
4300
|
+
.Sidenav-container .Sidenav-backdrop.Active {
|
|
4301
|
+
visibility: visible;
|
|
4302
|
+
background-color: hsla(var(--ls-contrast-hsl),.25)
|
|
4303
|
+
}
|
|
4304
|
+
.Sidenav-container .Sidenav {
|
|
4305
|
+
position: absolute;
|
|
4306
|
+
display: block;
|
|
4307
|
+
top: 0;
|
|
4308
|
+
bottom: 0;
|
|
4309
|
+
width: var(--ls-sidenav-width);
|
|
4310
|
+
color: var(--ls-fg-surface);
|
|
4311
|
+
background-color: var(--ls-bg-surface);
|
|
4312
|
+
box-shadow: 0 9px 21px hsla(var(--ls-shadow-hsl),.18),0 6px 6px hsla(var(--ls-shadow-hsl),.24);
|
|
4313
|
+
border-top-right-radius: var(--ls-sidenav-border-radius);
|
|
4314
|
+
border-bottom-right-radius: var(--ls-sidenav-border-radius);
|
|
4315
|
+
z-index: 3;
|
|
4316
|
+
outline: 0;
|
|
4317
|
+
box-sizing: border-box;
|
|
4318
|
+
overflow-y: auto;
|
|
4319
|
+
transform: translate3d(-100%,0,0)
|
|
4320
|
+
}
|
|
4321
|
+
.Sidenav-container .Sidenav.Sidenav-mode-side {
|
|
4322
|
+
z-index: 2;
|
|
4323
|
+
box-shadow: none;
|
|
4324
|
+
border-right-color: var(--ls-sidenav-divider-color);
|
|
4325
|
+
border-right-width: 1px;
|
|
4326
|
+
border-right-style: solid
|
|
4327
|
+
}
|
|
4328
|
+
.Sidenav-container .Sidenav .Sidenav-inner {
|
|
4329
|
+
width: 100%;
|
|
4330
|
+
height: 100%;
|
|
4331
|
+
overflow: auto;
|
|
4332
|
+
-webkit-overflow-scrolling: touch
|
|
4333
|
+
}
|
|
4334
|
+
.Sidenav-container .Sidenav-content {
|
|
4335
|
+
position: relative;
|
|
4336
|
+
display: block;
|
|
4337
|
+
height: 100%;
|
|
4338
|
+
z-index: 1;
|
|
4339
|
+
overflow: auto
|
|
4340
|
+
}
|
|
4341
|
+
.Sidenav-container[fullscreen] {
|
|
4342
|
+
position: absolute;
|
|
4343
|
+
top: 0;
|
|
4344
|
+
left: 0;
|
|
4345
|
+
right: 0;
|
|
4346
|
+
bottom: 0
|
|
4347
|
+
}
|
|
4348
|
+
.Sidenav-container[fullscreen].Opened {
|
|
4349
|
+
overflow: hidden
|
|
4350
|
+
}
|
|
4351
|
+
[dir=rtl] .Sidenav-container .Sidenav {
|
|
4352
|
+
border-radius: var(--ls-sidenav-border-radius) 0 0 var(--ls-sidenav-border-radius);
|
|
4353
|
+
transform: translate3d(100%,0,0)
|
|
4354
|
+
}
|
|
4355
|
+
[dir=rtl] .Sidenav-container .Sidenav-mode-side {
|
|
4356
|
+
border-left-color: var(--ls-sidenav-divider-color);
|
|
4357
|
+
border-left-width: 1px;
|
|
4358
|
+
border-left-style: solid;
|
|
4359
|
+
border-right: none
|
|
4360
|
+
}
|
|
4250
4361
|
.Scrollbar {
|
|
4251
4362
|
--ls-scrollbar-width: 0.8rem;
|
|
4252
4363
|
--ls-scrollbar-track-bg: hsla(var(--ls-bg-accent-hsl), 0.04);
|