@bagelink/vue 0.0.961 → 0.0.965

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/style.css CHANGED
@@ -707,7 +707,7 @@ data[data-v-6c27f163] {
707
707
  }
708
708
  }
709
709
 
710
- .fileUploadWrap[data-v-30231b53] {
710
+ .fileUploadWrap[data-v-f191c0e6] {
711
711
  outline: 1px solid var(--border-color);
712
712
  border-radius: var(--input-border-radius);
713
713
  text-align: center;
@@ -719,7 +719,7 @@ data[data-v-6c27f163] {
719
719
  background: var(--input-bg);
720
720
  height: 215px;
721
721
  }
722
- .bagel-input .fileUploadWrap.fileDropZone[data-v-30231b53] {
722
+ .bagel-input .fileUploadWrap.fileDropZone[data-v-f191c0e6] {
723
723
  background: var(--input-bg);
724
724
  display: flex;
725
725
  align-items: center;
@@ -727,14 +727,14 @@ data[data-v-6c27f163] {
727
727
  color: var(--bgl-gray);
728
728
  flex-direction: column;
729
729
  }
730
- .fileUploadWrap.dragover[data-v-30231b53],
731
- .fileUploadWrap[data-v-30231b53]:hover {
730
+ .fileUploadWrap.dragover[data-v-f191c0e6],
731
+ .fileUploadWrap[data-v-f191c0e6]:hover {
732
732
  box-shadow: inset 0 0 10px #00000012;
733
733
  }
734
- .fileUploadWrap[style*="height: auto;"][data-v-30231b53] {
734
+ .fileUploadWrap[style*='height: auto;'][data-v-f191c0e6] {
735
735
  min-height: 215px;
736
736
  }
737
- .multi-image-item-preview[data-v-30231b53] {
737
+ .multi-image-item-preview[data-v-f191c0e6] {
738
738
  border: 1px solid var(--border-color) !important;
739
739
  border-radius: var(--input-border-radius);
740
740
  margin: 0.5rem !important;
@@ -748,12 +748,12 @@ data[data-v-6c27f163] {
748
748
  gap: 1rem;
749
749
  align-items: center;
750
750
  }
751
- .multi-image-item-preview p[data-v-30231b53] {
751
+ .multi-image-item-preview p[data-v-f191c0e6] {
752
752
  overflow: hidden;
753
753
  text-overflow: ellipsis;
754
754
  white-space: nowrap;
755
755
  }
756
- .multi-preview[data-v-30231b53]{
756
+ .multi-preview[data-v-f191c0e6] {
757
757
  width: 40px;
758
758
  height: 40px;
759
759
  border-radius: var(--input-border-radius);
@@ -764,17 +764,17 @@ data[data-v-6c27f163] {
764
764
  align-items: center;
765
765
  display: flex;
766
766
  }
767
- .bgl-single-preview[data-v-30231b53]{
767
+ .bgl-single-preview[data-v-f191c0e6] {
768
768
  height: 100%;
769
769
  position: relative;
770
770
  }
771
- .bgl-single-preview + .fileUploadPlaceHolder[data-v-30231b53]{
771
+ .bgl-single-preview + .fileUploadPlaceHolder[data-v-f191c0e6] {
772
772
  position: absolute;
773
773
  inset: 0;
774
774
  margin: auto;
775
775
  top: calc(50% - 2rem);
776
776
  }
777
- .single-image-item-preview[data-v-30231b53] {
777
+ .single-image-item-preview[data-v-f191c0e6] {
778
778
  height: 100%;
779
779
  min-height: 100%;
780
780
  position: relative;
@@ -782,13 +782,13 @@ data[data-v-6c27f163] {
782
782
  align-items: center;
783
783
  justify-content: center;
784
784
  }
785
- .fileUploadWrap[style*="height: auto"] .single-image-item-preview[data-v-30231b53] {
785
+ .fileUploadWrap[style*='height: auto'] .single-image-item-preview[data-v-f191c0e6] {
786
786
  min-height: 215px;
787
787
  }
788
- .fileUploadWrap[style*="height: auto"] .single-preview[data-v-30231b53] {
788
+ .fileUploadWrap[style*='height: auto'] .single-preview[data-v-f191c0e6] {
789
789
  margin: 0rem !important;
790
790
  }
791
- .single-preview[data-v-30231b53]{
791
+ .single-preview[data-v-f191c0e6] {
792
792
  border-radius: var(--input-border-radius);
793
793
  margin: 1rem;
794
794
  padding: 0px;
@@ -797,30 +797,30 @@ data[data-v-6c27f163] {
797
797
  object-fit: cover;
798
798
  background: var(--bgl-gray-light);
799
799
  }
800
- .single-image-item-preview[data-v-30231b53]:hover::after{
801
- content: "zoom_in";
800
+ .single-image-item-preview[data-v-f191c0e6]:hover::after {
801
+ content: 'zoom_in';
802
802
  font-size: 32px;
803
- font-family: "Material Symbols Outlined", serif;
803
+ font-family: 'Material Symbols Outlined', serif;
804
804
  position: absolute;
805
805
  border-radius: 100%;
806
806
  color: var(--bgl-white);
807
807
  z-index: 9;
808
808
  pointer-events: none;
809
809
  }
810
- .single-image-item-preview:hover img[data-v-30231b53]{
810
+ .single-image-item-preview:hover img[data-v-f191c0e6] {
811
811
  filter: brightness(70%);
812
812
  }
813
- .bgl_fill-image.single-image-item-preview[data-v-30231b53] {
813
+ .bgl_fill-image.single-image-item-preview[data-v-f191c0e6] {
814
814
  height: 100%;
815
815
  }
816
- .bgl_fill-image.single-image-item-preview .single-preview[data-v-30231b53]{
816
+ .bgl_fill-image.single-image-item-preview .single-preview[data-v-f191c0e6] {
817
817
  border-radius: unset;
818
818
  object-fit: cover;
819
819
  box-shadow: unset;
820
820
  width: 100%;
821
821
  height: auto;
822
822
  }
823
- .single-image-item-preview .pie[data-v-30231b53] {
823
+ .single-image-item-preview .pie[data-v-f191c0e6] {
824
824
  transform-origin: top;
825
825
  transform: scale(1.4);
826
826
  position: absolute;
@@ -834,31 +834,31 @@ data[data-v-6c27f163] {
834
834
  border: none !important;
835
835
  padding: 0 !important;
836
836
  }
837
- .bgl_oval-upload[data-v-30231b53] {
837
+ .bgl_oval-upload[data-v-f191c0e6] {
838
838
  border-radius: 100% !important;
839
839
  overflow: hidden;
840
840
  }
841
- .bgl_oval-upload p[data-v-30231b53] {
842
- padding: 0.75rem !important;
843
- font-size: 12px
841
+ .bgl_oval-upload p[data-v-f191c0e6] {
842
+ padding: 0.75rem !important;
843
+ font-size: 12px;
844
844
  }
845
- .bgl_oval-upload .fileUploadPlaceHolder[data-v-30231b53]{
846
- top: 0;
845
+ .bgl_oval-upload .fileUploadPlaceHolder[data-v-f191c0e6] {
846
+ top: 0;
847
847
  }
848
- .bgl_oval-upload .pie[data-v-30231b53] {
849
- transform: scale(1);
848
+ .bgl_oval-upload .pie[data-v-f191c0e6] {
849
+ transform: scale(1);
850
850
  }
851
- .bgl_oval-upload span.bgl_icon-font.color-primary[data-v-30231b53] {
852
- transform: scale(0.4) !important;
851
+ .bgl_oval-upload span.bgl_icon-font.color-primary[data-v-f191c0e6] {
852
+ transform: scale(0.4) !important;
853
853
  }
854
- .bgl_oval-upload .single-image-item-preview[data-v-30231b53]{
855
- height: 100%;
854
+ .bgl_oval-upload .single-image-item-preview[data-v-f191c0e6] {
855
+ height: 100%;
856
856
  }
857
- .bgl_oval-upload .single-preview[data-v-30231b53] {
858
- margin: 0;
859
- height: 100% !important;
857
+ .bgl_oval-upload .single-preview[data-v-f191c0e6] {
858
+ margin: 0;
859
+ height: 100% !important;
860
860
  }
861
- .pie[data-v-30231b53] {
861
+ .pie[data-v-f191c0e6] {
862
862
  width: 30px;
863
863
  height: 30px;
864
864
  position: relative;
@@ -866,7 +866,7 @@ data[data-v-6c27f163] {
866
866
  align-items: center;
867
867
  justify-content: center;
868
868
  }
869
- .pie[data-v-30231b53]:before {
869
+ .pie[data-v-f191c0e6]:before {
870
870
  content: '';
871
871
  position: absolute;
872
872
  border-radius: 50%;
@@ -884,26 +884,26 @@ data[data-v-6c27f163] {
884
884
  #000 calc(100% - var(--b))
885
885
  );
886
886
  }
887
- .pie .success[data-v-30231b53] {
887
+ .pie .success[data-v-f191c0e6] {
888
888
  transform: scale(0);
889
889
  opacity: 0;
890
890
  transition: all 0.3s ease-in-out;
891
891
  }
892
- .pie .progress[data-v-30231b53] {
892
+ .pie .progress[data-v-f191c0e6] {
893
893
  position: absolute;
894
894
  font-size: 10px;
895
895
  }
896
- .pie.complete .progress[data-v-30231b53] {
896
+ .pie.complete .progress[data-v-f191c0e6] {
897
897
  display: none;
898
898
  }
899
- .pie.complete .success[data-v-30231b53] {
899
+ .pie.complete .success[data-v-f191c0e6] {
900
900
  transform: scale(1.3);
901
901
  opacity: 1;
902
902
  }
903
- .pie.complete[data-v-30231b53]:before {
903
+ .pie.complete[data-v-f191c0e6]:before {
904
904
  background: conic-gradient(var(--bgl-green) calc(var(--p) * 1%), #0000 0);
905
905
  }
906
- .pie.complete[data-v-30231b53] {
906
+ .pie.complete[data-v-f191c0e6] {
907
907
  color: var(--bgl-green);
908
908
  }
909
909
 
@@ -3234,22 +3234,22 @@ body:has(.bg-dark.is-active) {
3234
3234
  background: transparent;
3235
3235
  }
3236
3236
 
3237
- .table-list-wrap[data-v-3dbd30bd] {
3237
+ .table-list-wrap[data-v-9025464f] {
3238
3238
  min-height: 150px;
3239
3239
  }
3240
- .selected[data-v-3dbd30bd] {
3240
+ .selected[data-v-9025464f] {
3241
3241
  background: var(--bgl-primary-tint);
3242
3242
  }
3243
- tbody tr.selected[data-v-3dbd30bd]:hover {
3243
+ tbody tr.selected[data-v-9025464f]:hover {
3244
3244
  background: var(--bgl-primary-light);
3245
3245
  }
3246
- .loading-table[data-v-3dbd30bd] {
3246
+ .loading-table[data-v-9025464f] {
3247
3247
  position: relative;
3248
3248
  }
3249
- .inset[data-v-3dbd30bd] {
3249
+ .inset[data-v-9025464f] {
3250
3250
  inset: 0;
3251
3251
  }
3252
- .loading-table-animation[data-v-3dbd30bd] {
3252
+ .loading-table-animation[data-v-9025464f] {
3253
3253
  --size: 60px;
3254
3254
  top: 30vh;
3255
3255
  inset-inline-start: calc(50% - var(--size));
@@ -3257,9 +3257,9 @@ tbody tr.selected[data-v-3dbd30bd]:hover {
3257
3257
  border-top: 4px solid var(--bgl-primary);
3258
3258
  width: var(--size);
3259
3259
  height: var(--size);
3260
- animation: loading-table-3dbd30bd 1s linear infinite;
3260
+ animation: loading-table-9025464f 1s linear infinite;
3261
3261
  }
3262
- @keyframes loading-table-3dbd30bd {
3262
+ @keyframes loading-table-9025464f {
3263
3263
  0% {
3264
3264
  transform: translate(-50%, -50%) rotate(0deg);
3265
3265
  }
@@ -3267,51 +3267,51 @@ tbody tr.selected[data-v-3dbd30bd]:hover {
3267
3267
  transform: translate(-50%, -50%) rotate(360deg);
3268
3268
  }
3269
3269
  }
3270
- .list-arrows[data-v-3dbd30bd] {
3270
+ .list-arrows[data-v-9025464f] {
3271
3271
  opacity: 0;
3272
3272
  }
3273
- .list-arrows .bgl_icon-font[data-v-3dbd30bd] {
3273
+ .list-arrows .bgl_icon-font[data-v-9025464f] {
3274
3274
  transition: all ease-in-out 0.2s;
3275
3275
  }
3276
- .list-arrows.sorted[data-v-3dbd30bd] {
3276
+ .list-arrows.sorted[data-v-9025464f] {
3277
3277
  opacity: 1;
3278
3278
  }
3279
- .col img[data-v-3dbd30bd] {
3279
+ .col img[data-v-9025464f] {
3280
3280
  height: 35px;
3281
3281
  margin-top: -14px;
3282
3282
  margin-bottom: -14px;
3283
3283
  border-radius: 5px;
3284
3284
  }
3285
- .list-arrows.sorted .desc[data-v-3dbd30bd] {
3285
+ .list-arrows.sorted .desc[data-v-9025464f] {
3286
3286
  transform: rotate(180deg);
3287
3287
  display: inline-block;
3288
3288
  }
3289
- table[data-v-3dbd30bd] {
3289
+ table[data-v-9025464f] {
3290
3290
  border-spacing: 0 15px;
3291
3291
  border-collapse: collapse;
3292
3292
  width: 100%;
3293
3293
  }
3294
- th[data-v-3dbd30bd] {
3294
+ th[data-v-9025464f] {
3295
3295
  font-size: 0.8rem;
3296
3296
  color: var(--bgl-black-tint);
3297
3297
  position: sticky;
3298
3298
  top: 0;
3299
3299
  z-index: 2;
3300
3300
  background: var(--bgl-box-bg);
3301
- height: var(--44de596f);
3301
+ height: var(--651c754b);
3302
3302
  vertical-align: bottom;
3303
3303
  font-weight: 400;
3304
3304
  text-align: start;
3305
3305
  }
3306
- .embedded-field[data-v-3dbd30bd] {
3306
+ .embedded-field[data-v-9025464f] {
3307
3307
  margin-bottom: -0.2rem;
3308
3308
  margin-top: -0.2rem;
3309
3309
  }
3310
- .row[data-v-3dbd30bd] {
3310
+ .row[data-v-9025464f] {
3311
3311
  border-bottom: 1px solid var(--border-color);
3312
3312
  cursor: pointer;
3313
3313
  }
3314
- .row.first-row[data-v-3dbd30bd] {
3314
+ .row.first-row[data-v-9025464f] {
3315
3315
  font-size: 0.8rem;
3316
3316
  color: var(--bgl-black-tint);
3317
3317
  position: sticky;
@@ -3320,7 +3320,7 @@ th[data-v-3dbd30bd] {
3320
3320
  background: var(--bgl-box-bg);
3321
3321
  vertical-align: bottom;
3322
3322
  }
3323
- .row.first-row[data-v-3dbd30bd]::after {
3323
+ .row.first-row[data-v-9025464f]::after {
3324
3324
  content: '';
3325
3325
  border-bottom: 1px solid var(--border-color);
3326
3326
  position: absolute;
@@ -3328,30 +3328,30 @@ th[data-v-3dbd30bd] {
3328
3328
  right: 0;
3329
3329
  bottom: -1px;
3330
3330
  }
3331
- .first-row .col[data-v-3dbd30bd] {
3331
+ .first-row .col[data-v-9025464f] {
3332
3332
  cursor: pointer;
3333
3333
  background: var(--bgl-box-bg);
3334
3334
  }
3335
- .col[data-v-3dbd30bd] {
3335
+ .col[data-v-9025464f] {
3336
3336
  white-space: nowrap;
3337
3337
  padding: 0.75rem 1rem;
3338
3338
  transition: var(--bgl-transition);
3339
3339
  line-height: 1;
3340
3340
  align-items: center;
3341
3341
  }
3342
- .col[data-v-3dbd30bd]:has(.bagel-input) {
3342
+ .col[data-v-9025464f]:has(.bagel-input) {
3343
3343
  padding: 0rem 0.25rem;
3344
3344
  }
3345
- .col > div[data-v-3dbd30bd] {
3345
+ .col > div[data-v-9025464f] {
3346
3346
  display: flex;
3347
3347
  gap: 0.5rem;
3348
3348
  }
3349
- .max-col-width[data-v-3dbd30bd] {
3349
+ .max-col-width[data-v-9025464f] {
3350
3350
  max-width: 30vw;
3351
3351
  overflow: hidden;
3352
3352
  text-overflow: ellipsis;
3353
3353
  }
3354
- .col.check .bgl_icon-font[data-v-3dbd30bd] {
3354
+ .col.check .bgl_icon-font[data-v-9025464f] {
3355
3355
  border-radius: 100%;
3356
3356
  background: var(--bgl-blue-20);
3357
3357
  color: var(--bgl-primary);
@@ -3362,35 +3362,35 @@ th[data-v-3dbd30bd] {
3362
3362
  justify-content: center;
3363
3363
  margin-top: -2px;
3364
3364
  }
3365
- .rows[data-v-3dbd30bd] {
3365
+ .rows[data-v-9025464f] {
3366
3366
  font-size: 0.88em;
3367
3367
  }
3368
- .table-list[data-v-3dbd30bd] {
3368
+ .table-list[data-v-9025464f] {
3369
3369
  height: 100%;
3370
3370
  position: relative;
3371
3371
  padding-left: 0 !important;
3372
3372
  padding-right: 0 !important;
3373
3373
  overflow: auto;
3374
3374
  }
3375
- .BagelTable .table-list[data-v-3dbd30bd] {
3375
+ .BagelTable .table-list[data-v-9025464f] {
3376
3376
  overflow: unset;
3377
3377
  }
3378
- .row-item[data-v-3dbd30bd] {
3379
- height: var(--44de596f);
3378
+ .row-item[data-v-9025464f] {
3379
+ height: var(--651c754b);
3380
3380
  transition: all 200ms ease;
3381
3381
  }
3382
- .row-item[data-v-3dbd30bd]:hover {
3382
+ .row-item[data-v-9025464f]:hover {
3383
3383
  background: var(--bgl-gray-light);
3384
3384
  }
3385
- .row-item input[type='checkbox'][data-v-3dbd30bd] {
3385
+ .row-item input[type='checkbox'][data-v-9025464f] {
3386
3386
  margin-top: 0.45rem !important;
3387
3387
  accent-color: var(--bgl-accent-color);
3388
3388
  }
3389
- .infinite-wrapper[data-v-3dbd30bd] {
3389
+ .infinite-wrapper[data-v-9025464f] {
3390
3390
  overflow-y: auto;
3391
3391
  width: 100%;
3392
3392
  }
3393
- input[type='checkbox'][data-v-3dbd30bd] {
3393
+ input[type='checkbox'][data-v-9025464f] {
3394
3394
  margin-top: 0.3rem !important;
3395
3395
  accent-color: var(--bgl-accent-color);
3396
3396
  transform: scale(1.2);
@@ -3402,7 +3402,7 @@ input[type='checkbox'][data-v-3dbd30bd] {
3402
3402
  height: 0.85rem;
3403
3403
  width: 0.85rem;
3404
3404
  }
3405
- input[type='checkbox'][data-v-3dbd30bd]::before {
3405
+ input[type='checkbox'][data-v-9025464f]::before {
3406
3406
  content: '';
3407
3407
  height: 0.85rem;
3408
3408
  width: 0.85rem;
@@ -3415,18 +3415,18 @@ input[type='checkbox'][data-v-3dbd30bd]::before {
3415
3415
  transform: scale(1);
3416
3416
  position: absolute;
3417
3417
  }
3418
- input[type='checkbox'][data-v-3dbd30bd]:hover::before {
3418
+ input[type='checkbox'][data-v-9025464f]:hover::before {
3419
3419
  opacity: 0.2;
3420
3420
  transform: scale(2);
3421
3421
  }
3422
- [lang='he'] [dir='ltr'][data-v-3dbd30bd] {
3422
+ [lang='he'] [dir='ltr'][data-v-9025464f] {
3423
3423
  text-align: right;
3424
3424
  }
3425
- th input[type='checkbox'][data-v-3dbd30bd] {
3425
+ th input[type='checkbox'][data-v-9025464f] {
3426
3426
  transform: translateY(0.2rem) scale(1.2);
3427
3427
  accent-color: var(--bgl-accent-color);
3428
3428
  }
3429
- th[data-v-3dbd30bd]::after {
3429
+ th[data-v-9025464f]::after {
3430
3430
  content: '';
3431
3431
  border-bottom: 1px solid var(--border-color);
3432
3432
  position: absolute;
@@ -3434,24 +3434,24 @@ th[data-v-3dbd30bd]::after {
3434
3434
  right: 0;
3435
3435
  bottom: -1px;
3436
3436
  }
3437
- tr[data-v-3dbd30bd] {
3437
+ tr[data-v-9025464f] {
3438
3438
  border-bottom: 1px solid var(--border-color);
3439
3439
  cursor: pointer;
3440
3440
  align-items: center;
3441
3441
  }
3442
- td[data-v-3dbd30bd],
3443
- th[data-v-3dbd30bd] {
3442
+ td[data-v-9025464f],
3443
+ th[data-v-9025464f] {
3444
3444
  white-space: nowrap;
3445
3445
  padding: 0.75rem 0.65rem;
3446
3446
  transition: var(--bgl-transition);
3447
3447
  line-height: 1;
3448
3448
  }
3449
- tbody tr[data-v-3dbd30bd] {
3449
+ tbody tr[data-v-9025464f] {
3450
3450
  font-size: 0.88em;
3451
- height: var(--44de596f);
3451
+ height: var(--651c754b);
3452
3452
  transition: all 200ms ease;
3453
3453
  }
3454
- tbody tr[data-v-3dbd30bd]:hover {
3454
+ tbody tr[data-v-9025464f]:hover {
3455
3455
  background: var(--bgl-gray-light);
3456
3456
  }
3457
3457
 
@@ -6388,6 +6388,9 @@ to {
6388
6388
  .hm-10px {
6389
6389
  max-height: 10px;
6390
6390
  }
6391
+ .min-h-10px {
6392
+ min-height: 10px;
6393
+ }
6391
6394
  .h-20 {
6392
6395
  height: 20%;
6393
6396
  }
@@ -6400,6 +6403,9 @@ to {
6400
6403
  .hm-20px {
6401
6404
  max-height: 20px;
6402
6405
  }
6406
+ .min-h-20px {
6407
+ min-height: 20px;
6408
+ }
6403
6409
  .h-30 {
6404
6410
  height: 30%;
6405
6411
  }
@@ -6415,6 +6421,9 @@ to {
6415
6421
  .hm-30px {
6416
6422
  max-height: 30px;
6417
6423
  }
6424
+ .min-h-30px {
6425
+ min-height: 30px;
6426
+ }
6418
6427
  .h-40 {
6419
6428
  height: 40%;
6420
6429
  }
@@ -6427,6 +6436,9 @@ to {
6427
6436
  .hm-40px {
6428
6437
  max-height: 40px;
6429
6438
  }
6439
+ .min-h-40px {
6440
+ min-height: 40px;
6441
+ }
6430
6442
  .h-50 {
6431
6443
  height: 50%;
6432
6444
  }
@@ -6439,6 +6451,9 @@ to {
6439
6451
  .hm-50px {
6440
6452
  max-height: 50px;
6441
6453
  }
6454
+ .min-h-50px {
6455
+ min-height: 50px;
6456
+ }
6442
6457
  .h-60 {
6443
6458
  height: 60%;
6444
6459
  }
@@ -6451,6 +6466,9 @@ to {
6451
6466
  .hm-60px {
6452
6467
  max-height: 60px;
6453
6468
  }
6469
+ .min-h-60px {
6470
+ min-height: 60px;
6471
+ }
6454
6472
  .h-70 {
6455
6473
  height: 70%;
6456
6474
  }
@@ -6463,6 +6481,9 @@ to {
6463
6481
  .hm-70px {
6464
6482
  max-height: 70px;
6465
6483
  }
6484
+ .min-h-70px {
6485
+ min-height: 70px;
6486
+ }
6466
6487
  .h-80 {
6467
6488
  height: 80%;
6468
6489
  }
@@ -6475,6 +6496,9 @@ to {
6475
6496
  .hm-80px {
6476
6497
  max-height: 80px;
6477
6498
  }
6499
+ .min-h-80px {
6500
+ min-height: 80px;
6501
+ }
6478
6502
  .h-90 {
6479
6503
  height: 90%;
6480
6504
  }
@@ -6487,6 +6511,9 @@ to {
6487
6511
  .hm-90px {
6488
6512
  max-height: 90px;
6489
6513
  }
6514
+ .min-h-90px {
6515
+ min-height: 90px;
6516
+ }
6490
6517
  .h-100 {
6491
6518
  height: 100%;
6492
6519
  }
@@ -6499,6 +6526,9 @@ to {
6499
6526
  .hm-100px {
6500
6527
  max-height: 100px;
6501
6528
  }
6529
+ .min-h-100px {
6530
+ min-height: 100px;
6531
+ }
6502
6532
  .h-150 {
6503
6533
  height: 150%;
6504
6534
  }
@@ -6511,6 +6541,9 @@ to {
6511
6541
  .hm-150px {
6512
6542
  max-height: 150px;
6513
6543
  }
6544
+ .min-h-150px {
6545
+ min-height: 150px;
6546
+ }
6514
6547
  .h-200 {
6515
6548
  height: 200%;
6516
6549
  }
@@ -6523,6 +6556,9 @@ to {
6523
6556
  .hm-200px {
6524
6557
  max-height: 200px;
6525
6558
  }
6559
+ .min-h-200px {
6560
+ min-height: 200px;
6561
+ }
6526
6562
  .h-300 {
6527
6563
  height: 300%;
6528
6564
  }
@@ -6535,6 +6571,9 @@ to {
6535
6571
  .hm-300px {
6536
6572
  max-height: 300px;
6537
6573
  }
6574
+ .min-h-300px {
6575
+ min-height: 300px;
6576
+ }
6538
6577
  .h-400 {
6539
6578
  height: 400%;
6540
6579
  }
@@ -6547,6 +6586,9 @@ to {
6547
6586
  .hm-400px {
6548
6587
  max-height: 400px;
6549
6588
  }
6589
+ .min-h-400px {
6590
+ min-height: 400px;
6591
+ }
6550
6592
  .h-500 {
6551
6593
  height: 500%;
6552
6594
  }
@@ -6559,6 +6601,9 @@ to {
6559
6601
  .hm-500px {
6560
6602
  max-height: 500px;
6561
6603
  }
6604
+ .min-h-500px {
6605
+ min-height: 500px;
6606
+ }
6562
6607
  .h-600 {
6563
6608
  height: 600%;
6564
6609
  }
@@ -6571,6 +6616,69 @@ to {
6571
6616
  .hm-600px {
6572
6617
  max-height: 600px;
6573
6618
  }
6619
+ .min-h-600px {
6620
+ min-height: 600px;
6621
+ }
6622
+ .h-700 {
6623
+ height: 700%;
6624
+ }
6625
+ .vh-700 {
6626
+ height: 700vh;
6627
+ }
6628
+ .h-700px {
6629
+ height: 700px;
6630
+ }
6631
+ .hm-700px {
6632
+ max-height: 700px;
6633
+ }
6634
+ .min-h-700px {
6635
+ min-height: 700px;
6636
+ }
6637
+ .h-800 {
6638
+ height: 800%;
6639
+ }
6640
+ .vh-800 {
6641
+ height: 800vh;
6642
+ }
6643
+ .h-800px {
6644
+ height: 800px;
6645
+ }
6646
+ .hm-800px {
6647
+ max-height: 800px;
6648
+ }
6649
+ .min-h-800px {
6650
+ min-height: 800px;
6651
+ }
6652
+ .h-900 {
6653
+ height: 900%;
6654
+ }
6655
+ .vh-900 {
6656
+ height: 900vh;
6657
+ }
6658
+ .h-900px {
6659
+ height: 900px;
6660
+ }
6661
+ .hm-900px {
6662
+ max-height: 900px;
6663
+ }
6664
+ .min-h-900px {
6665
+ min-height: 900px;
6666
+ }
6667
+ .h-1000 {
6668
+ height: 1000%;
6669
+ }
6670
+ .vh-1000 {
6671
+ height: 1000vh;
6672
+ }
6673
+ .h-1000px {
6674
+ height: 1000px;
6675
+ }
6676
+ .hm-1000px {
6677
+ max-height: 1000px;
6678
+ }
6679
+ .min-h-1000px {
6680
+ min-height: 1000px;
6681
+ }
6574
6682
  .layout-h-100 {
6575
6683
  height: 100vh;
6576
6684
  overflow-y: hidden;
@@ -9792,6 +9900,9 @@ to {
9792
9900
  max-height: 10px;
9793
9901
  }
9794
9902
 
9903
+ .min-h-10px {
9904
+ min-height: 10px;
9905
+ }
9795
9906
 
9796
9907
  .m_h-20 {
9797
9908
  height: 20%;
@@ -9809,6 +9920,10 @@ to {
9809
9920
  max-height: 20px;
9810
9921
  }
9811
9922
 
9923
+ .min-h-20px {
9924
+ min-height: 20px;
9925
+ }
9926
+
9812
9927
  .m_h-30 {
9813
9928
  height: 30%;
9814
9929
  }
@@ -9829,6 +9944,10 @@ to {
9829
9944
  max-height: 30px;
9830
9945
  }
9831
9946
 
9947
+ .min-h-30px {
9948
+ min-height: 30px;
9949
+ }
9950
+
9832
9951
  .m_h-40 {
9833
9952
  height: 40%;
9834
9953
  }
@@ -9845,6 +9964,10 @@ to {
9845
9964
  max-height: 40px;
9846
9965
  }
9847
9966
 
9967
+ .min-h-40px {
9968
+ min-height: 40px;
9969
+ }
9970
+
9848
9971
  .m_h-50 {
9849
9972
  height: 50%;
9850
9973
  }
@@ -9861,6 +9984,10 @@ to {
9861
9984
  max-height: 50px;
9862
9985
  }
9863
9986
 
9987
+ .min-h-50px {
9988
+ min-height: 50px;
9989
+ }
9990
+
9864
9991
  .m_h-60 {
9865
9992
  height: 60%;
9866
9993
  }
@@ -9877,6 +10004,10 @@ to {
9877
10004
  max-height: 60px;
9878
10005
  }
9879
10006
 
10007
+ .min-h-60px {
10008
+ min-height: 60px;
10009
+ }
10010
+
9880
10011
  .m_h-70 {
9881
10012
  height: 70%;
9882
10013
  }
@@ -9893,6 +10024,10 @@ to {
9893
10024
  max-height: 70px;
9894
10025
  }
9895
10026
 
10027
+ .min-h-70px {
10028
+ min-height: 70px;
10029
+ }
10030
+
9896
10031
  .m_h-80 {
9897
10032
  height: 80%;
9898
10033
  }
@@ -9909,6 +10044,10 @@ to {
9909
10044
  max-height: 80px;
9910
10045
  }
9911
10046
 
10047
+ .min-h-80px {
10048
+ min-height: 80px;
10049
+ }
10050
+
9912
10051
  .m_h-90 {
9913
10052
  height: 90%;
9914
10053
  }
@@ -9925,6 +10064,9 @@ to {
9925
10064
  max-height: 90px;
9926
10065
  }
9927
10066
 
10067
+ .min-h-90px {
10068
+ min-height: 90px;
10069
+ }
9928
10070
 
9929
10071
  .m_h-100 {
9930
10072
  height: 100%;
@@ -9942,6 +10084,10 @@ to {
9942
10084
  max-height: 100px;
9943
10085
  }
9944
10086
 
10087
+ .min-h-100px {
10088
+ min-height: 100px;
10089
+ }
10090
+
9945
10091
  .m_h-150 {
9946
10092
  height: 150%;
9947
10093
  }
@@ -9958,6 +10104,10 @@ to {
9958
10104
  max-height: 150px;
9959
10105
  }
9960
10106
 
10107
+ .min-h-150px {
10108
+ min-height: 150px;
10109
+ }
10110
+
9961
10111
  .m_h-200 {
9962
10112
  height: 200%;
9963
10113
  }
@@ -9974,6 +10124,10 @@ to {
9974
10124
  max-height: 200px;
9975
10125
  }
9976
10126
 
10127
+ .min-h-200px {
10128
+ min-height: 200px;
10129
+ }
10130
+
9977
10131
  .m_h-300 {
9978
10132
  height: 300%;
9979
10133
  }
@@ -9990,6 +10144,10 @@ to {
9990
10144
  max-height: 300px;
9991
10145
  }
9992
10146
 
10147
+ .min-h-300px {
10148
+ min-height: 300px;
10149
+ }
10150
+
9993
10151
  .m_h-400 {
9994
10152
  height: 400%;
9995
10153
  }
@@ -10006,6 +10164,10 @@ to {
10006
10164
  max-height: 400px;
10007
10165
  }
10008
10166
 
10167
+ .min-h-400px {
10168
+ min-height: 400px;
10169
+ }
10170
+
10009
10171
  .m_h-500 {
10010
10172
  height: 500%;
10011
10173
  }
@@ -10022,6 +10184,10 @@ to {
10022
10184
  max-height: 500px;
10023
10185
  }
10024
10186
 
10187
+ .min-h-500px {
10188
+ min-height: 500px;
10189
+ }
10190
+
10025
10191
  .m_h-600 {
10026
10192
  height: 600%;
10027
10193
  }
@@ -10038,6 +10204,89 @@ to {
10038
10204
  max-height: 600px;
10039
10205
  }
10040
10206
 
10207
+ .min-h-600px {
10208
+ min-height: 600px;
10209
+ }
10210
+
10211
+ .m_h-700 {
10212
+ height: 700%;
10213
+ }
10214
+
10215
+ .m_vh-700 {
10216
+ height: 700vh;
10217
+ }
10218
+
10219
+ .m_h-700px {
10220
+ height: 700px;
10221
+ }
10222
+
10223
+ .m_hm-700px {
10224
+ max-height: 700px;
10225
+ }
10226
+
10227
+ .min-h-700px {
10228
+ min-height: 700px;
10229
+ }
10230
+
10231
+ .m_h-800 {
10232
+ height: 800%;
10233
+ }
10234
+
10235
+ .m_vh-800 {
10236
+ height: 800vh;
10237
+ }
10238
+
10239
+ .m_h-800px {
10240
+ height: 800px;
10241
+ }
10242
+
10243
+ .m_hm-800px {
10244
+ max-height: 800px;
10245
+ }
10246
+
10247
+ .min-h-800px {
10248
+ min-height: 800px;
10249
+ }
10250
+
10251
+ .m_h-900 {
10252
+ height: 900%;
10253
+ }
10254
+
10255
+ .m_vh-900 {
10256
+ height: 900vh;
10257
+ }
10258
+
10259
+ .m_h-900px {
10260
+ height: 900px;
10261
+ }
10262
+
10263
+ .m_hm-900px {
10264
+ max-height: 900px;
10265
+ }
10266
+
10267
+ .min-h-900px {
10268
+ min-height: 900px;
10269
+ }
10270
+
10271
+ .m_h-1000 {
10272
+ height: 1000%;
10273
+ }
10274
+
10275
+ .m_vh-1000 {
10276
+ height: 1000vh;
10277
+ }
10278
+
10279
+ .m_h-1000px {
10280
+ height: 1000px;
10281
+ }
10282
+
10283
+ .m_hm-1000px {
10284
+ max-height: 1000px;
10285
+ }
10286
+
10287
+ .min-h-1000px {
10288
+ min-height: 1000px;
10289
+ }
10041
10290
 
10042
10291
  .m_layout-h-100 {
10043
10292
  height: 100vh;