@bagelink/vue 1.14.13 → 1.14.15
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/components/AddressSearch.vue.d.ts +6 -7
- package/dist/components/Alert.vue.d.ts.map +1 -1
- package/dist/components/Avatar.vue.d.ts.map +1 -1
- package/dist/components/Btn.vue.d.ts +1 -1
- package/dist/components/Card.vue.d.ts.map +1 -1
- package/dist/components/Carousel.vue.d.ts +0 -11
- package/dist/components/Dropdown.vue.d.ts +0 -2
- package/dist/components/Filter.vue.d.ts +30 -0
- package/dist/components/Filter.vue.d.ts.map +1 -0
- package/dist/components/FilterQuery.vue.d.ts +8 -3
- package/dist/components/Image.vue.d.ts.map +1 -1
- package/dist/components/ImportData.vue.d.ts.map +1 -1
- package/dist/components/Modal.vue.d.ts +0 -1
- package/dist/components/Pill.vue.d.ts.map +1 -1
- package/dist/components/QueryFilter.vue.d.ts +30 -0
- package/dist/components/QueryFilter.vue.d.ts.map +1 -0
- package/dist/components/Swiper.vue.d.ts +6 -12
- package/dist/components/Toast.vue.d.ts.map +1 -1
- package/dist/components/analytics/PieChart.vue.d.ts +2 -2
- package/dist/components/calendar/CalendarPopover.vue.d.ts +8 -4
- package/dist/components/calendar/CalendarPopover.vue.d.ts.map +1 -1
- package/dist/components/calendar/CalendarTypes.d.ts +0 -10
- package/dist/components/calendar/Index.vue.d.ts +4 -20
- package/dist/components/calendar/views/WeekView.vue.d.ts +1 -9
- package/dist/components/dataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ArrayInput.vue.d.ts +2 -4
- package/dist/components/form/inputs/CheckInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/CodeEditor/Index.vue.d.ts +0 -54
- package/dist/components/form/inputs/ColorInput.vue.d.ts +1 -3
- package/dist/components/form/inputs/DateInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/DatePicker.vue.d.ts +0 -1
- package/dist/components/form/inputs/EmailInput.vue.d.ts +2 -5
- package/dist/components/form/inputs/JSONInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/MarkdownEditor.vue.d.ts +2 -7
- package/dist/components/form/inputs/NumberInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/OTP.vue.d.ts +1 -2
- package/dist/components/form/inputs/PasswordInput.vue.d.ts +10 -16
- package/dist/components/form/inputs/RadioGroup.vue.d.ts +1 -3
- package/dist/components/form/inputs/RangeInput.vue.d.ts +1 -6
- package/dist/components/form/inputs/RichText/index.vue.d.ts +1 -2
- package/dist/components/form/inputs/RichText/index.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText/utils/media.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectBtn.vue.d.ts +2 -2
- package/dist/components/form/inputs/SelectInput.vue.d.ts +13 -20
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SignaturePad.vue.d.ts +1 -6
- package/dist/components/form/inputs/TableField.vue.d.ts +1 -2
- package/dist/components/form/inputs/TelInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/TextInput.vue.d.ts +2 -3
- package/dist/components/form/inputs/ToggleInput.vue.d.ts +1 -2
- package/dist/components/form/inputs/Upload/UploadInput.vue.d.ts +6 -27
- package/dist/components/form/inputs/Upload/upload.d.ts +1 -1
- package/dist/components/form/inputs/index.d.ts +0 -1
- package/dist/components/index.d.ts +1 -3
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/layout/AppContent.vue.d.ts +1 -1
- package/dist/components/layout/AppLayout.vue.d.ts +0 -2
- package/dist/components/layout/AppSidebar.vue.d.ts +1 -5
- package/dist/components/layout/Skeleton.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsNav.vue.d.ts +1 -12
- package/dist/dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/dialog/DialogConfirm.vue.d.ts.map +1 -1
- package/dist/form-flow/MultiStepForm.vue.d.ts +1 -6
- package/dist/form-flow/form-flow.d.ts +1 -24
- package/dist/i18n/index.d.ts +0 -838
- package/dist/index.cjs +193 -166
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +47586 -53496
- package/dist/plugins/bagel.d.ts.map +1 -1
- package/dist/style.css +1 -2
- package/dist/types/BagelForm.d.ts +1 -10
- package/dist/types/NavLink.d.ts +1 -2
- package/dist/types/TableSchema.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/BagelFormUtils.d.ts +0 -1
- package/dist/utils/calendar/dateUtils.d.ts +2 -2
- package/dist/utils/calendar/dateUtils.d.ts.map +1 -1
- package/dist/utils/date.d.ts +116 -0
- package/dist/utils/date.d.ts.map +1 -0
- package/dist/utils/fetch.d.ts +29 -0
- package/dist/utils/fetch.d.ts.map +1 -0
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/string.d.ts +7 -0
- package/dist/utils/string.d.ts.map +1 -0
- package/dist/utils/useSearch.d.ts +1 -1
- package/package.json +1 -5
- package/src/components/AccordionItem.vue +5 -5
- package/src/components/Alert.vue +3 -2
- package/src/components/Avatar.vue +2 -1
- package/src/components/BglVideo.vue +4 -4
- package/src/components/Btn.vue +39 -39
- package/src/components/Card.vue +7 -6
- package/src/components/Dropdown.vue +2 -2
- package/src/components/FieldSetVue.vue +2 -2
- package/src/components/FilterQuery.vue +2 -2
- package/src/components/Image.vue +2 -1
- package/src/components/ImportData.vue +12 -12
- package/src/components/JSONSchema.vue +2 -2
- package/src/components/JsonBuilder.vue +2 -2
- package/src/components/ListItem.vue +1 -1
- package/src/components/MapEmbed/Index.vue +8 -8
- package/src/components/Pill.vue +17 -16
- package/src/components/Spreadsheet/Index.vue +3 -3
- package/src/components/Spreadsheet/SpreadsheetTable.vue +10 -10
- package/src/components/Toast.vue +34 -28
- package/src/components/calendar/CalendarPopover.vue +1 -1
- package/src/components/calendar/Index.vue +1 -1
- package/src/components/calendar/views/AgendaView.vue +2 -2
- package/src/components/calendar/views/DayView.vue +1 -1
- package/src/components/calendar/views/MonthView.vue +5 -5
- package/src/components/dataTable/DataTable.vue +68 -10
- package/src/components/form/FieldArray.vue +5 -5
- package/src/components/form/inputs/ArrayInput.vue +1 -1
- package/src/components/form/inputs/CheckInput.vue +6 -6
- package/src/components/form/inputs/Checkbox.vue +5 -4
- package/src/components/form/inputs/CodeEditor/Index.vue +1 -1
- package/src/components/form/inputs/ColorInput.vue +5 -5
- package/src/components/form/inputs/DatePicker.vue +3 -3
- package/src/components/form/inputs/EmailInput.vue +14 -14
- package/src/components/form/inputs/NumberInput.vue +10 -10
- package/src/components/form/inputs/OTP.vue +2 -2
- package/src/components/form/inputs/PasswordInput.vue +3 -3
- package/src/components/form/inputs/RadioGroup.vue +1 -1
- package/src/components/form/inputs/RichText/editor.css +4 -4
- package/src/components/form/inputs/RichText/index.vue +39 -39
- package/src/components/form/inputs/RichText/utils/media.ts +1 -92
- package/src/components/form/inputs/RichText/utils/table.ts +4 -4
- package/src/components/form/inputs/SelectBtn.vue +1 -1
- package/src/components/form/inputs/SelectInput.vue +13 -13
- package/src/components/form/inputs/SignaturePad.vue +6 -6
- package/src/components/form/inputs/TableField.vue +7 -7
- package/src/components/form/inputs/TelInput.vue +11 -11
- package/src/components/form/inputs/TextInput.vue +10 -10
- package/src/components/form/inputs/ToggleInput.vue +11 -11
- package/src/components/form/inputs/Upload/upload.css +14 -14
- package/src/components/index.ts +0 -3
- package/src/components/layout/AppSidebar.vue +3 -3
- package/src/components/layout/BottomMenu.vue +1 -1
- package/src/components/layout/Skeleton.vue +5 -4
- package/src/components/layout/TabsNav.vue +18 -18
- package/src/index.ts +0 -1
- package/src/plugins/bagel.ts +0 -15
- package/src/styles/app-layout.css +231 -0
- package/src/styles/appearance.css +179 -21
- package/src/styles/bagel.css +103 -97
- package/src/styles/buttons.css +8 -8
- package/src/styles/colors.css +0 -103
- package/src/styles/dark.css +25 -26
- package/src/styles/input-variants.css +11 -11
- package/src/styles/inputs.css +43 -60
- package/src/styles/layout.css +445 -1258
- package/src/styles/loginCard.css +1 -1
- package/src/styles/mobilLayout.css +153 -28
- package/src/styles/text.css +500 -1508
- package/src/styles/theme.css +199 -435
- package/src/styles/transitions.css +4 -4
- package/src/types/TableSchema.ts +1 -0
- package/src/types/index.ts +0 -5
- package/src/utils/calendar/dateUtils.ts +2 -3
- package/src/utils/date.ts +482 -0
- package/src/utils/fetch.ts +128 -0
- package/src/utils/index.ts +35 -0
- package/src/utils/string.ts +56 -0
- package/bin/generateFormSchema.ts +0 -1035
- package/bin/utils.ts +0 -223
- package/src/components/Modal.vue +0 -184
- package/src/components/ModalConfirm.vue +0 -42
- package/src/components/ModalForm.vue +0 -102
- package/src/plugins/modalTypes.ts +0 -61
- package/src/plugins/useModal.ts +0 -225
- package/src/styles/modal.css +0 -120
- package/src/styles/pillColors.css +0 -0
|
@@ -162,26 +162,26 @@
|
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
.border-bottom {
|
|
165
|
-
border-bottom: 1px solid var(--border-color)
|
|
165
|
+
border-bottom: 1px solid var(--bgl-border-color)
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
.border-top {
|
|
169
|
-
border-top: 1px solid var(--border-color)
|
|
169
|
+
border-top: 1px solid var(--bgl-border-color)
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
.border-start {
|
|
173
|
-
border-inline-start: 1px solid var(--border-color)
|
|
173
|
+
border-inline-start: 1px solid var(--bgl-border-color)
|
|
174
174
|
}
|
|
175
175
|
|
|
176
176
|
.border-end {
|
|
177
|
-
border-inline-end: 1px solid var(--border-color)
|
|
177
|
+
border-inline-end: 1px solid var(--bgl-border-color)
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
.border-input input,
|
|
181
181
|
.border-input textarea,
|
|
182
182
|
.border-input select,
|
|
183
183
|
.border-input button {
|
|
184
|
-
border: 1px solid var(--border-color) !important;
|
|
184
|
+
border: 1px solid var(--bgl-border-color) !important;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
.border-input-none input,
|
|
@@ -192,19 +192,19 @@
|
|
|
192
192
|
}
|
|
193
193
|
|
|
194
194
|
.border-inner-bottom>* {
|
|
195
|
-
border-bottom: 1px solid var(--border-color)
|
|
195
|
+
border-bottom: 1px solid var(--bgl-border-color)
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
.border-inner-top>* {
|
|
199
|
-
border-top: 1px solid var(--border-color)
|
|
199
|
+
border-top: 1px solid var(--bgl-border-color)
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
.border-inner-start>* {
|
|
203
|
-
border-inline-start: 1px solid var(--border-color)
|
|
203
|
+
border-inline-start: 1px solid var(--bgl-border-color)
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
.border-inner-end>* {
|
|
207
|
-
border-inline-end: 1px solid var(--border-color)
|
|
207
|
+
border-inline-end: 1px solid var(--bgl-border-color)
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
.border-bottom-none {
|
|
@@ -485,19 +485,19 @@
|
|
|
485
485
|
}
|
|
486
486
|
|
|
487
487
|
.m_border-bottom {
|
|
488
|
-
border-bottom: 1px solid var(--border-color)
|
|
488
|
+
border-bottom: 1px solid var(--bgl-border-color)
|
|
489
489
|
}
|
|
490
490
|
|
|
491
491
|
.m_border-top {
|
|
492
|
-
border-top: 1px solid var(--border-color)
|
|
492
|
+
border-top: 1px solid var(--bgl-border-color)
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
.m_border-start {
|
|
496
|
-
border-inline-start: 1px solid var(--border-color)
|
|
496
|
+
border-inline-start: 1px solid var(--bgl-border-color)
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
.m_border-end {
|
|
500
|
-
border-inline-end: 1px solid var(--border-color)
|
|
500
|
+
border-inline-end: 1px solid var(--bgl-border-color)
|
|
501
501
|
}
|
|
502
502
|
|
|
503
503
|
.m_border-none {
|
|
@@ -509,19 +509,19 @@
|
|
|
509
509
|
}
|
|
510
510
|
|
|
511
511
|
.m_border-inner-bottom>* {
|
|
512
|
-
border-bottom: 1px solid var(--border-color)
|
|
512
|
+
border-bottom: 1px solid var(--bgl-border-color)
|
|
513
513
|
}
|
|
514
514
|
|
|
515
515
|
.m_border-inner-top>* {
|
|
516
|
-
border-top: 1px solid var(--border-color)
|
|
516
|
+
border-top: 1px solid var(--bgl-border-color)
|
|
517
517
|
}
|
|
518
518
|
|
|
519
519
|
.m_border-inner-start>* {
|
|
520
|
-
border-inline-start: 1px solid var(--border-color)
|
|
520
|
+
border-inline-start: 1px solid var(--bgl-border-color)
|
|
521
521
|
}
|
|
522
522
|
|
|
523
523
|
.m_border-inner-end>* {
|
|
524
|
-
border-inline-end: 1px solid var(--border-color)
|
|
524
|
+
border-inline-end: 1px solid var(--bgl-border-color)
|
|
525
525
|
}
|
|
526
526
|
|
|
527
527
|
.m_border-inner-none>* {
|
|
@@ -586,9 +586,7 @@
|
|
|
586
586
|
box-shadow: 0 0 30px 0 var(--bgl-shadow) !important;
|
|
587
587
|
}
|
|
588
588
|
|
|
589
|
-
.m_shadow-light
|
|
590
|
-
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1) !important;
|
|
591
|
-
}
|
|
589
|
+
/* .m_shadow-light already defined above (line 478) */
|
|
592
590
|
|
|
593
591
|
.m_shadow-txt {
|
|
594
592
|
filter: drop-shadow(0 0 10px var(--bgl-black-tint));
|
|
@@ -647,7 +645,7 @@
|
|
|
647
645
|
.m_border-input textarea,
|
|
648
646
|
.m_border-input select,
|
|
649
647
|
.m_border-input button {
|
|
650
|
-
border: 1px solid var(--border-color) !important;
|
|
648
|
+
border: 1px solid var(--bgl-border-color) !important;
|
|
651
649
|
}
|
|
652
650
|
|
|
653
651
|
.m_border-input-none input,
|
|
@@ -657,4 +655,164 @@
|
|
|
657
655
|
border: none !important;
|
|
658
656
|
}
|
|
659
657
|
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
/* ========================================================================
|
|
661
|
+
Utility gap fills (June 2026)
|
|
662
|
+
======================================================================== */
|
|
663
|
+
|
|
664
|
+
/* Letter Spacing / Tracking */
|
|
665
|
+
.tracking-tighter {
|
|
666
|
+
letter-spacing: -0.05em !important;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.tracking-tight {
|
|
670
|
+
letter-spacing: -0.025em !important;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.tracking-normal {
|
|
674
|
+
letter-spacing: 0 !important;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.tracking-wide {
|
|
678
|
+
letter-spacing: 0.025em !important;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.tracking-wider {
|
|
682
|
+
letter-spacing: 0.05em !important;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
.tracking-widest {
|
|
686
|
+
letter-spacing: 0.1em !important;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
/* Filter */
|
|
690
|
+
.blur-none {
|
|
691
|
+
filter: blur(0) !important;
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
.blur-sm {
|
|
695
|
+
filter: blur(4px) !important;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.blur {
|
|
699
|
+
filter: blur(8px) !important;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
.blur-md {
|
|
703
|
+
filter: blur(12px) !important;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.blur-lg {
|
|
707
|
+
filter: blur(16px) !important;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.blur-xl {
|
|
711
|
+
filter: blur(24px) !important;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.brightness-50 {
|
|
715
|
+
filter: brightness(50%) !important;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.brightness-75 {
|
|
719
|
+
filter: brightness(75%) !important;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.brightness-90 {
|
|
723
|
+
filter: brightness(90%) !important;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.brightness-110 {
|
|
727
|
+
filter: brightness(110%) !important;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.brightness-125 {
|
|
731
|
+
filter: brightness(125%) !important;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.brightness-150 {
|
|
735
|
+
filter: brightness(150%) !important;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.grayscale {
|
|
739
|
+
filter: grayscale(100%) !important;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.grayscale-0 {
|
|
743
|
+
filter: grayscale(0) !important;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.invert {
|
|
747
|
+
filter: invert(100%) !important;
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
.invert-0 {
|
|
751
|
+
filter: invert(0) !important;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.saturate-0 {
|
|
755
|
+
filter: saturate(0) !important;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.saturate-50 {
|
|
759
|
+
filter: saturate(50%) !important;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
.saturate-150 {
|
|
763
|
+
filter: saturate(150%) !important;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
.saturate-200 {
|
|
767
|
+
filter: saturate(200%) !important;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
/* Backdrop Filter */
|
|
771
|
+
.backdrop-blur-none {
|
|
772
|
+
backdrop-filter: blur(0) !important;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
.backdrop-blur-sm {
|
|
776
|
+
backdrop-filter: blur(4px) !important;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
.backdrop-blur {
|
|
780
|
+
backdrop-filter: blur(8px) !important;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
.backdrop-blur-md {
|
|
784
|
+
backdrop-filter: blur(12px) !important;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.backdrop-blur-lg {
|
|
788
|
+
backdrop-filter: blur(16px) !important;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.backdrop-blur-xl {
|
|
792
|
+
backdrop-filter: blur(24px) !important;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
/* Gradients */
|
|
796
|
+
.bg-gradient-to-t {
|
|
797
|
+
background-image: linear-gradient(to top, var(--bgl-gradient-from, transparent), var(--bgl-gradient-to, transparent)) !important;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
.bg-gradient-to-b {
|
|
801
|
+
background-image: linear-gradient(to bottom, var(--bgl-gradient-from, transparent), var(--bgl-gradient-to, transparent)) !important;
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
.bg-gradient-to-r {
|
|
805
|
+
background-image: linear-gradient(to right, var(--bgl-gradient-from, transparent), var(--bgl-gradient-to, transparent)) !important;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.bg-gradient-to-l {
|
|
809
|
+
background-image: linear-gradient(to left, var(--bgl-gradient-from, transparent), var(--bgl-gradient-to, transparent)) !important;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
.bg-gradient-to-tr {
|
|
813
|
+
background-image: linear-gradient(to top right, var(--bgl-gradient-from, transparent), var(--bgl-gradient-to, transparent)) !important;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
.bg-gradient-to-bl {
|
|
817
|
+
background-image: linear-gradient(to bottom left, var(--bgl-gradient-from, transparent), var(--bgl-gradient-to, transparent)) !important;
|
|
660
818
|
}
|
package/src/styles/bagel.css
CHANGED
|
@@ -1,112 +1,118 @@
|
|
|
1
|
-
|
|
2
|
-
@
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
@import "
|
|
6
|
-
@import "
|
|
7
|
-
@import "
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
@import "
|
|
11
|
-
@import "
|
|
12
|
-
@import "
|
|
13
|
-
@import "
|
|
14
|
-
@import "
|
|
15
|
-
@import "
|
|
16
|
-
@import "
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
-ms-text-size-adjust: 100%;
|
|
34
|
-
-webkit-text-size-adjust: 100%;
|
|
35
|
-
height: 100%;
|
|
36
|
-
background-attachment: scroll;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
body {
|
|
40
|
-
margin: 0;
|
|
41
|
-
min-height: 100%;
|
|
42
|
-
background-color: var(--bgl-bg);
|
|
43
|
-
font-family: var(--bgl-font);
|
|
44
|
-
font-size: var(--bgl-font-size);
|
|
45
|
-
font-weight: 400;
|
|
46
|
-
line-height: 1.65;
|
|
47
|
-
width: auto;
|
|
48
|
-
height: auto;
|
|
49
|
-
color: var(--bgl-text-color);
|
|
50
|
-
}
|
|
1
|
+
/* Layer order declaration — later layers win in the cascade */
|
|
2
|
+
@layer bgl-reset, bgl-tokens, bgl-base, bgl-components, bgl-utilities;
|
|
3
|
+
|
|
4
|
+
/* Tokens */
|
|
5
|
+
@import "theme.css" layer(bgl-tokens);
|
|
6
|
+
@import "dark.css" layer(bgl-tokens);
|
|
7
|
+
@import "./fonts/Ploni.css" layer(bgl-tokens);
|
|
8
|
+
|
|
9
|
+
/* Base / component styles */
|
|
10
|
+
@import "inputs.css" layer(bgl-base);
|
|
11
|
+
@import "input-variants.css" layer(bgl-base);
|
|
12
|
+
@import "buttons.css" layer(bgl-base);
|
|
13
|
+
@import "scrollbar.css" layer(bgl-base);
|
|
14
|
+
@import "transitions.css" layer(bgl-base);
|
|
15
|
+
@import "loginCard.css" layer(bgl-components);
|
|
16
|
+
@import "app-layout.css" layer(bgl-components);
|
|
17
|
+
|
|
18
|
+
/* Utilities */
|
|
19
|
+
@import "base-colors.css" layer(bgl-utilities);
|
|
20
|
+
@import "layout.css" layer(bgl-utilities);
|
|
21
|
+
@import "mobilLayout.css" layer(bgl-utilities);
|
|
22
|
+
@import "text.css" layer(bgl-utilities);
|
|
23
|
+
@import "colors.css" layer(bgl-utilities);
|
|
24
|
+
@import "mobileColors.css" layer(bgl-utilities);
|
|
25
|
+
@import "appearance.css" layer(bgl-utilities);
|
|
26
|
+
|
|
27
|
+
/* Reset layer — lowest priority */
|
|
28
|
+
@layer bgl-reset {
|
|
29
|
+
:root {
|
|
30
|
+
--bgl-transition-ease: cubic-bezier(0.1, 0.5, 0.33, 1);
|
|
31
|
+
--bgl-transition-ease-in: cubic-bezier(0.1, 0.5, 0.33, 1);
|
|
32
|
+
}
|
|
51
33
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
display: inline-block;
|
|
56
|
-
color: inherit;
|
|
57
|
-
}
|
|
34
|
+
.grid>* {
|
|
35
|
+
min-height: 0;
|
|
36
|
+
}
|
|
58
37
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
38
|
+
* {
|
|
39
|
+
box-sizing: border-box;
|
|
40
|
+
}
|
|
63
41
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
42
|
+
html {
|
|
43
|
+
text-size-adjust: 100%;
|
|
44
|
+
height: 100%;
|
|
45
|
+
background-attachment: scroll;
|
|
46
|
+
}
|
|
68
47
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
48
|
+
body {
|
|
49
|
+
margin: 0;
|
|
50
|
+
min-height: 100%;
|
|
51
|
+
background-color: var(--bgl-bg);
|
|
52
|
+
font-family: var(--bgl-font);
|
|
53
|
+
font-size: var(--bgl-font-size);
|
|
54
|
+
font-weight: 400;
|
|
55
|
+
line-height: 1.65;
|
|
56
|
+
width: auto;
|
|
57
|
+
height: auto;
|
|
58
|
+
color: var(--bgl-text-color);
|
|
59
|
+
}
|
|
72
60
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
object {
|
|
80
|
-
max-width: 100%;
|
|
81
|
-
vertical-align: middle;
|
|
82
|
-
border: 0;
|
|
83
|
-
}
|
|
61
|
+
a {
|
|
62
|
+
background-color: transparent;
|
|
63
|
+
cursor: pointer;
|
|
64
|
+
display: inline-block;
|
|
65
|
+
color: inherit;
|
|
66
|
+
}
|
|
84
67
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
font: inherit;
|
|
90
|
-
}
|
|
68
|
+
a:active,
|
|
69
|
+
a:hover {
|
|
70
|
+
outline: 0;
|
|
71
|
+
}
|
|
91
72
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
}
|
|
73
|
+
b,
|
|
74
|
+
strong {
|
|
75
|
+
font-weight: bold;
|
|
76
|
+
}
|
|
97
77
|
|
|
78
|
+
hr {
|
|
79
|
+
box-sizing: content-box;
|
|
80
|
+
}
|
|
98
81
|
|
|
99
|
-
|
|
82
|
+
img,
|
|
83
|
+
video,
|
|
84
|
+
canvas,
|
|
85
|
+
audio,
|
|
86
|
+
iframe,
|
|
87
|
+
embed,
|
|
88
|
+
object {
|
|
89
|
+
max-width: 100%;
|
|
90
|
+
vertical-align: middle;
|
|
91
|
+
border: 0;
|
|
92
|
+
}
|
|
100
93
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
94
|
+
input,
|
|
95
|
+
button,
|
|
96
|
+
textarea,
|
|
97
|
+
select {
|
|
98
|
+
font: inherit;
|
|
99
|
+
}
|
|
105
100
|
|
|
101
|
+
button::-moz-focus-inner,
|
|
102
|
+
input::-moz-focus-inner {
|
|
103
|
+
border: 0;
|
|
104
|
+
padding: 0;
|
|
106
105
|
}
|
|
107
106
|
|
|
108
|
-
|
|
109
|
-
|
|
107
|
+
@media screen and (max-width: 910px) {
|
|
108
|
+
body {
|
|
109
|
+
min-height: 100vh;
|
|
110
|
+
min-height: -webkit-fill-available;
|
|
111
|
+
height: -webkit-fill-available;
|
|
112
|
+
}
|
|
110
113
|
|
|
114
|
+
html {
|
|
115
|
+
height: -webkit-fill-available;
|
|
116
|
+
}
|
|
111
117
|
}
|
|
112
|
-
}
|
|
118
|
+
}
|
package/src/styles/buttons.css
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
user-select: none;
|
|
9
9
|
border: none;
|
|
10
10
|
transition: var(--bgl-transition);
|
|
11
|
-
border-radius: var(--btn-border-radius);
|
|
12
|
-
line-height: var(--btn-height);
|
|
13
|
-
font-size: var(--input-font-size);
|
|
11
|
+
border-radius: var(--bgl-btn-border-radius);
|
|
12
|
+
line-height: var(--bgl-btn-height);
|
|
13
|
+
font-size: var(--bgl-input-font-size);
|
|
14
14
|
display: inline-block;
|
|
15
|
-
height: var(--btn-height);
|
|
15
|
+
height: var(--bgl-btn-height);
|
|
16
16
|
padding: 0;
|
|
17
17
|
}
|
|
18
18
|
|
|
@@ -86,15 +86,15 @@
|
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.border {
|
|
89
|
-
border: 1px solid var(--border-color);
|
|
89
|
+
border: 1px solid var(--bgl-border-color);
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
.outline {
|
|
93
|
-
outline: 1px solid var(--border-color);
|
|
93
|
+
outline: 1px solid var(--bgl-border-color);
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.outline-dashed {
|
|
97
|
-
outline: 2px dashed var(--border-color);
|
|
97
|
+
outline: 2px dashed var(--bgl-border-color);
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
.outline-primary {
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
.m_border {
|
|
134
|
-
border: 1px solid var(--border-color);
|
|
134
|
+
border: 1px solid var(--bgl-border-color);
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
.m_rotate-270 {
|
package/src/styles/colors.css
CHANGED
|
@@ -4558,109 +4558,6 @@
|
|
|
4558
4558
|
color: var(--bgl-primary-130) !important;
|
|
4559
4559
|
}
|
|
4560
4560
|
|
|
4561
|
-
/* Alpha system using color-mix - works with existing bg- classes */
|
|
4562
|
-
.alpha-10 {
|
|
4563
|
-
background-color: color-mix(in srgb, var(--alpha-color, var(--bgl-primary)) 10%, transparent) !important;
|
|
4564
|
-
}
|
|
4565
|
-
|
|
4566
|
-
.alpha-20 {
|
|
4567
|
-
background-color: color-mix(in srgb, var(--alpha-color, var(--bgl-primary)) 20%, transparent) !important;
|
|
4568
|
-
}
|
|
4569
|
-
|
|
4570
|
-
.alpha-30 {
|
|
4571
|
-
background-color: color-mix(in srgb, var(--alpha-color, var(--bgl-primary)) 30%, transparent) !important;
|
|
4572
|
-
}
|
|
4573
|
-
|
|
4574
|
-
.alpha-40 {
|
|
4575
|
-
background-color: color-mix(in srgb, var(--alpha-color, var(--bgl-primary)) 40%, transparent) !important;
|
|
4576
|
-
}
|
|
4577
|
-
|
|
4578
|
-
.alpha-50 {
|
|
4579
|
-
background-color: color-mix(in srgb, var(--alpha-color, var(--bgl-primary)) 50%, transparent) !important;
|
|
4580
|
-
}
|
|
4581
|
-
|
|
4582
|
-
.alpha-60 {
|
|
4583
|
-
background-color: color-mix(in srgb, var(--alpha-color, var(--bgl-primary)) 60%, transparent) !important;
|
|
4584
|
-
}
|
|
4585
|
-
|
|
4586
|
-
.alpha-70 {
|
|
4587
|
-
background-color: color-mix(in srgb, var(--alpha-color, var(--bgl-primary)) 70%, transparent) !important;
|
|
4588
|
-
}
|
|
4589
|
-
|
|
4590
|
-
.alpha-80 {
|
|
4591
|
-
background-color: color-mix(in srgb, var(--alpha-color, var(--bgl-primary)) 80%, transparent) !important;
|
|
4592
|
-
}
|
|
4593
|
-
|
|
4594
|
-
.alpha-90 {
|
|
4595
|
-
background-color: color-mix(in srgb, var(--alpha-color, var(--bgl-primary)) 90%, transparent) !important;
|
|
4596
|
-
}
|
|
4597
|
-
|
|
4598
|
-
/* Update existing bg- classes to set --alpha-color */
|
|
4599
|
-
.bg-white {
|
|
4600
|
-
background: var(--bgl-white) !important;
|
|
4601
|
-
--alpha-color: var(--bgl-white);
|
|
4602
|
-
}
|
|
4603
|
-
|
|
4604
|
-
.bg-black {
|
|
4605
|
-
background: var(--bgl-black) !important;
|
|
4606
|
-
--alpha-color: var(--bgl-black);
|
|
4607
|
-
}
|
|
4608
|
-
|
|
4609
|
-
.bg-primary {
|
|
4610
|
-
background: var(--bgl-primary) !important;
|
|
4611
|
-
--alpha-color: var(--bgl-primary);
|
|
4612
|
-
}
|
|
4613
|
-
|
|
4614
|
-
.bg-blue {
|
|
4615
|
-
background: var(--bgl-blue) !important;
|
|
4616
|
-
--alpha-color: var(--bgl-blue);
|
|
4617
|
-
}
|
|
4618
|
-
|
|
4619
|
-
.bg-green {
|
|
4620
|
-
background: var(--bgl-green) !important;
|
|
4621
|
-
--alpha-color: var(--bgl-green);
|
|
4622
|
-
}
|
|
4623
|
-
|
|
4624
|
-
.bg-red {
|
|
4625
|
-
background: var(--bgl-red) !important;
|
|
4626
|
-
--alpha-color: var(--bgl-red);
|
|
4627
|
-
}
|
|
4628
|
-
|
|
4629
|
-
.bg-yellow {
|
|
4630
|
-
background: var(--bgl-yellow) !important;
|
|
4631
|
-
--alpha-color: var(--bgl-yellow);
|
|
4632
|
-
}
|
|
4633
|
-
|
|
4634
|
-
.bg-purple {
|
|
4635
|
-
background: var(--bgl-purple) !important;
|
|
4636
|
-
--alpha-color: var(--bgl-purple);
|
|
4637
|
-
}
|
|
4638
|
-
|
|
4639
|
-
.bg-brown {
|
|
4640
|
-
background: var(--bgl-brown) !important;
|
|
4641
|
-
--alpha-color: var(--bgl-brown);
|
|
4642
|
-
}
|
|
4643
|
-
|
|
4644
|
-
.bg-orange {
|
|
4645
|
-
background: var(--bgl-orange) !important;
|
|
4646
|
-
--alpha-color: var(--bgl-orange);
|
|
4647
|
-
}
|
|
4648
|
-
|
|
4649
|
-
.bg-turquoise {
|
|
4650
|
-
background: var(--bgl-turquoise) !important;
|
|
4651
|
-
--alpha-color: var(--bgl-turquoise);
|
|
4652
|
-
}
|
|
4653
|
-
|
|
4654
|
-
.bg-pink {
|
|
4655
|
-
background: var(--bgl-pink) !important;
|
|
4656
|
-
--alpha-color: var(--bgl-pink);
|
|
4657
|
-
}
|
|
4658
|
-
|
|
4659
|
-
.bg-gray {
|
|
4660
|
-
background: var(--bgl-gray) !important;
|
|
4661
|
-
--alpha-color: var(--bgl-gray);
|
|
4662
|
-
}
|
|
4663
|
-
|
|
4664
4561
|
/* Alpha system using color-mix - works with existing bg- classes */
|
|
4665
4562
|
.alpha-5 {
|
|
4666
4563
|
background-color: color-mix(in srgb, var(--alpha-color, var(--bgl-primary)) 5%, transparent) !important;
|