@bagelink/vue 0.0.1256 → 0.0.1260

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.
Files changed (31) hide show
  1. package/dist/components/Carousel.vue.d.ts.map +1 -1
  2. package/dist/components/Modal.vue.d.ts +1 -0
  3. package/dist/components/Modal.vue.d.ts.map +1 -1
  4. package/dist/components/form/BagelForm.vue.d.ts.map +1 -1
  5. package/dist/components/form/inputs/DateInput.vue.d.ts +13 -7
  6. package/dist/components/form/inputs/DateInput.vue.d.ts.map +1 -1
  7. package/dist/components/form/inputs/NumberInput.vue.d.ts +1 -0
  8. package/dist/components/form/inputs/NumberInput.vue.d.ts.map +1 -1
  9. package/dist/components/form/inputs/OTP.vue.d.ts.map +1 -1
  10. package/dist/components/form/inputs/SelectInput.vue.d.ts +8 -0
  11. package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
  12. package/dist/components/form/inputs/TextInput.vue.d.ts +2 -0
  13. package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
  14. package/dist/index.cjs +975 -625
  15. package/dist/index.mjs +975 -625
  16. package/dist/style.css +859 -604
  17. package/dist/utils/BagelFormUtils.d.ts +2 -2
  18. package/dist/utils/BagelFormUtils.d.ts.map +1 -1
  19. package/package.json +1 -1
  20. package/src/components/Carousel.vue +1 -2
  21. package/src/components/Icon/Icon.vue +2 -2
  22. package/src/components/Modal.vue +2 -1
  23. package/src/components/form/BagelForm.vue +15 -13
  24. package/src/components/form/inputs/DateInput.vue +434 -55
  25. package/src/components/form/inputs/NumberInput.vue +10 -2
  26. package/src/components/form/inputs/OTP.vue +2 -3
  27. package/src/components/form/inputs/TextInput.vue +4 -0
  28. package/src/styles/layout.css +121 -0
  29. package/src/styles/mobilLayout.css +121 -0
  30. package/src/styles/text.css +565 -562
  31. package/src/utils/BagelFormUtils.ts +1 -1
@@ -1,206 +1,206 @@
1
1
  .txt-center {
2
- text-align: center;
2
+ text-align: center;
3
3
  }
4
4
 
5
5
  .txt-start {
6
- text-align: start;
6
+ text-align: start;
7
7
  }
8
8
 
9
9
  .txt-end {
10
- text-align: end;
10
+ text-align: end;
11
11
  }
12
12
 
13
13
  .txt-small {
14
- font-size: 12px;
14
+ font-size: 12px;
15
15
  }
16
16
 
17
17
  .txt20,
18
18
  .txt-20 {
19
- font-size: 20px;
19
+ font-size: 20px;
20
20
  }
21
21
 
22
22
  .txt24,
23
23
  .txt-24 {
24
- font-size: 24px;
24
+ font-size: 24px;
25
25
  }
26
26
 
27
27
  .txt28,
28
28
  .txt-28 {
29
- font-size: 28px;
29
+ font-size: 28px;
30
30
  }
31
31
 
32
32
  .txt30,
33
33
  .txt-30 {
34
- font-size: 30px;
34
+ font-size: 30px;
35
35
  }
36
36
 
37
37
  .txt32,
38
38
  .txt-32 {
39
- font-size: 32px;
39
+ font-size: 32px;
40
40
  }
41
41
 
42
42
  .txt36,
43
43
  .txt-36 {
44
- font-size: 36px;
44
+ font-size: 36px;
45
45
  }
46
46
 
47
47
  .txt40,
48
48
  .txt-40 {
49
- font-size: 40px;
49
+ font-size: 40px;
50
50
  }
51
51
 
52
52
  .txt44,
53
53
  .txt-44 {
54
- font-size: 44px;
54
+ font-size: 44px;
55
55
  }
56
56
 
57
57
  .txt48,
58
58
  .txt-48 {
59
- font-size: 48px;
59
+ font-size: 48px;
60
60
  }
61
61
 
62
62
  .txt50,
63
63
  .txt-50 {
64
- font-size: 50px;
64
+ font-size: 50px;
65
65
  }
66
66
 
67
67
  .txt52,
68
68
  .txt-52 {
69
- font-size: 52px;
69
+ font-size: 52px;
70
70
  }
71
71
 
72
72
  .txt56,
73
73
  .txt-56 {
74
- font-size: 56px;
74
+ font-size: 56px;
75
75
  }
76
76
 
77
77
  .txt60,
78
78
  .txt-60 {
79
- font-size: 60px;
79
+ font-size: 60px;
80
80
  }
81
81
 
82
82
  .txt64,
83
83
  .txt-64 {
84
- font-size: 64px;
84
+ font-size: 64px;
85
85
  }
86
86
 
87
87
  .txt68,
88
88
  .txt-68 {
89
- font-size: 68px;
89
+ font-size: 68px;
90
90
  }
91
91
 
92
92
  .txt70,
93
93
  .txt-70 {
94
- font-size: 70px;
94
+ font-size: 70px;
95
95
  }
96
96
 
97
97
  .txt72,
98
98
  .txt-72 {
99
- font-size: 72px;
99
+ font-size: 72px;
100
100
  }
101
101
 
102
102
  .txt80,
103
103
  .txt-80 {
104
- font-size: 80px;
104
+ font-size: 80px;
105
105
  }
106
106
 
107
107
  .txt90,
108
108
  .txt-90 {
109
- font-size: 90px;
109
+ font-size: 90px;
110
110
  }
111
111
 
112
112
  .txt100,
113
113
  .txt-100 {
114
- font-size: 100px;
114
+ font-size: 100px;
115
115
  }
116
116
 
117
117
  .txt110,
118
118
  .txt-110 {
119
- font-size: 110px;
119
+ font-size: 110px;
120
120
  }
121
121
 
122
122
  .txt120,
123
123
  .txt-120 {
124
- font-size: 120px;
124
+ font-size: 120px;
125
125
  }
126
126
 
127
127
  .txt130,
128
128
  .txt-130 {
129
- font-size: 130px;
129
+ font-size: 130px;
130
130
  }
131
131
 
132
132
  .txt140,
133
133
  .txt-140 {
134
- font-size: 140px;
134
+ font-size: 140px;
135
135
  }
136
136
 
137
137
  .txt150,
138
138
  .txt-150 {
139
- font-size: 150px;
139
+ font-size: 150px;
140
140
  }
141
141
 
142
142
  .txt18,
143
143
  .txt-18 {
144
- font-size: 18px;
144
+ font-size: 18px;
145
145
  }
146
146
 
147
147
  .txt16,
148
148
  .txt-16 {
149
- font-size: 16px;
149
+ font-size: 16px;
150
150
  }
151
151
 
152
152
  .txt14,
153
153
  .txt-14 {
154
- font-size: 14px;
154
+ font-size: 14px;
155
155
  }
156
156
 
157
157
  .txt12,
158
158
  .txt-12 {
159
- font-size: 12px;
159
+ font-size: 12px;
160
160
  }
161
161
 
162
162
  .txt10,
163
163
  .txt-10 {
164
- font-size: 10px;
164
+ font-size: 10px;
165
165
  }
166
166
 
167
167
  .txt9,
168
168
  .txt-9 {
169
- font-size: 9px;
169
+ font-size: 9px;
170
170
  }
171
171
 
172
172
  .no-margin {
173
- margin: 0;
173
+ margin: 0;
174
174
  }
175
175
 
176
176
  .txt-gray,
177
177
  .txtgray {
178
- color: var(--bgl-gray);
178
+ color: var(--bgl-gray);
179
179
  }
180
180
 
181
181
  .txt-blue,
182
182
  .txtblue {
183
- color: var(--bgl-primary);
183
+ color: var(--bgl-primary);
184
184
  }
185
185
 
186
186
  .txt-black,
187
187
  .txtblack {
188
- color: var(--bgl-black);
188
+ color: var(--bgl-black);
189
189
  }
190
190
 
191
191
  .txt-red,
192
192
  .txtred {
193
- color: var(--bgl-red);
193
+ color: var(--bgl-red);
194
194
  }
195
195
 
196
196
  .txt-white,
197
197
  .txtwhite {
198
- color: var(--bgl-white);
198
+ color: var(--bgl-white);
199
199
  }
200
200
 
201
201
  .font-thin,
202
202
  .txt-thin {
203
- font-weight: 100;
203
+ font-weight: 100;
204
204
  }
205
205
 
206
206
  .extra-light,
@@ -208,25 +208,25 @@
208
208
  .txt-extra-light,
209
209
  .font-ultra-light,
210
210
  .txt-ultra-light {
211
- font-weight: 200;
211
+ font-weight: 200;
212
212
  }
213
213
 
214
214
  .light,
215
215
  .txt-light,
216
216
  .font-light {
217
- font-weight: 300;
217
+ font-weight: 300;
218
218
  }
219
219
 
220
220
  .regular,
221
221
  .txt-regular,
222
222
  .font-regular {
223
- font-weight: 400;
223
+ font-weight: 400;
224
224
  }
225
225
 
226
226
  .medium,
227
227
  .txt-medium,
228
228
  .font-medium {
229
- font-weight: 500;
229
+ font-weight: 500;
230
230
  }
231
231
 
232
232
  .semi,
@@ -236,13 +236,13 @@
236
236
  .font-regular,
237
237
  .font-semi,
238
238
  .font-semibold {
239
- font-weight: 600;
239
+ font-weight: 600;
240
240
  }
241
241
 
242
242
  .bold,
243
243
  .txt-bold,
244
244
  .font-bold {
245
- font-weight: 700;
245
+ font-weight: 700;
246
246
  }
247
247
 
248
248
  .extra-bold,
@@ -250,107 +250,107 @@
250
250
  .txt-extra-bold,
251
251
  .font-ultra-bold,
252
252
  .txt-ultra-bold {
253
- font-weight: 800;
253
+ font-weight: 800;
254
254
  }
255
255
 
256
256
  .black,
257
257
  .font-black {
258
- font-weight: 900;
258
+ font-weight: 900;
259
259
  }
260
260
 
261
261
  .line-height-0 {
262
- line-height: 0;
262
+ line-height: 0;
263
263
  }
264
264
 
265
265
  .line-height-01 {
266
- line-height: 0.1;
266
+ line-height: 0.1;
267
267
  }
268
268
 
269
269
  .line-height-02 {
270
- line-height: 0.2;
270
+ line-height: 0.2;
271
271
  }
272
272
 
273
273
  .line-height-03 {
274
- line-height: 0.3;
274
+ line-height: 0.3;
275
275
  }
276
276
 
277
277
  .line-height-04 {
278
- line-height: 0.4;
278
+ line-height: 0.4;
279
279
  }
280
280
 
281
281
  .line-height-05 {
282
- line-height: 0.5;
282
+ line-height: 0.5;
283
283
  }
284
284
 
285
285
  .line-height-06 {
286
- line-height: 0.6;
286
+ line-height: 0.6;
287
287
  }
288
288
 
289
289
  .line-height-07 {
290
- line-height: 0.7;
290
+ line-height: 0.7;
291
291
  }
292
292
 
293
293
  .line-height-08 {
294
- line-height: 0.8;
294
+ line-height: 0.8;
295
295
  }
296
296
 
297
297
  .line-height-09 {
298
- line-height: 0.9;
298
+ line-height: 0.9;
299
299
  }
300
300
 
301
301
  .line-height-1 {
302
- line-height: 1;
302
+ line-height: 1;
303
303
  }
304
304
 
305
305
  .line-height-11 {
306
- line-height: 1.1;
306
+ line-height: 1.1;
307
307
  }
308
308
 
309
309
  .line-height-12 {
310
- line-height: 1.2;
310
+ line-height: 1.2;
311
311
  }
312
312
 
313
313
  .line-height-13 {
314
- line-height: 1.3;
314
+ line-height: 1.3;
315
315
  }
316
316
 
317
317
  .line-height-14 {
318
- line-height: 1.4;
318
+ line-height: 1.4;
319
319
  }
320
320
 
321
321
  .line-height-15 {
322
- line-height: 1.5;
322
+ line-height: 1.5;
323
323
  }
324
324
 
325
325
  .line-height-16 {
326
- line-height: 1.6;
326
+ line-height: 1.6;
327
327
  }
328
328
 
329
329
  .line-height-17 {
330
- line-height: 1.7;
330
+ line-height: 1.7;
331
331
  }
332
332
 
333
333
  .line-height-18 {
334
- line-height: 1.8;
334
+ line-height: 1.8;
335
335
  }
336
336
 
337
337
  .line-height-19 {
338
- line-height: 1.9;
338
+ line-height: 1.9;
339
339
  }
340
340
 
341
341
  .line-height-2 {
342
- line-height: 2;
342
+ line-height: 2;
343
343
  }
344
344
 
345
345
  .line-height-normal {
346
- line-height: normal;
346
+ line-height: normal;
347
347
  }
348
348
 
349
349
  .ellipsis {
350
- overflow: hidden;
351
- display: block;
352
- width: 100%;
353
- text-overflow: ellipsis;
350
+ overflow: hidden;
351
+ display: block;
352
+ width: 100%;
353
+ text-overflow: ellipsis;
354
354
  }
355
355
 
356
356
  .ellipsis-1,
@@ -359,559 +359,562 @@
359
359
  .ellipsis-4,
360
360
  .ellipsis-5,
361
361
  .ellipsis-6 {
362
- display: block;
363
- display: -webkit-box;
364
- max-width: 100%;
365
- -webkit-box-orient: vertical;
366
- overflow: hidden;
367
- text-overflow: ellipsis;
362
+ display: block;
363
+ display: -webkit-box;
364
+ max-width: 100%;
365
+ -webkit-box-orient: vertical;
366
+ overflow: hidden;
367
+ text-overflow: ellipsis;
368
368
  }
369
369
 
370
370
  .ellipsis-1 {
371
- -webkit-line-clamp: 1;
371
+ -webkit-line-clamp: 1;
372
372
  }
373
373
 
374
374
  .ellipsis-2 {
375
- -webkit-line-clamp: 2;
375
+ -webkit-line-clamp: 2;
376
376
  }
377
377
 
378
378
  .ellipsis-3 {
379
- -webkit-line-clamp: 3;
379
+ -webkit-line-clamp: 3;
380
380
  }
381
381
 
382
382
  .ellipsis-4 {
383
- -webkit-line-clamp: 4;
383
+ -webkit-line-clamp: 4;
384
384
  }
385
385
 
386
386
  .ellipsis-5 {
387
- -webkit-line-clamp: 5;
387
+ -webkit-line-clamp: 5;
388
388
  }
389
389
 
390
390
  .ellipsis-6 {
391
- -webkit-line-clamp: 6;
391
+ -webkit-line-clamp: 6;
392
392
  }
393
393
 
394
394
  .pointer {
395
- cursor: pointer;
395
+ cursor: pointer;
396
396
  }
397
397
 
398
398
  .grab {
399
- cursor: grab;
399
+ cursor: grab;
400
400
  }
401
401
 
402
402
  .grab:active {
403
- cursor: grabbing;
403
+ cursor: grabbing;
404
404
  }
405
405
 
406
406
  .not-allowed {
407
- cursor: not-allowed;
407
+ cursor: not-allowed;
408
408
  }
409
409
 
410
410
  .decoration-none {
411
- text-decoration: none;
411
+ text-decoration: none;
412
412
  }
413
413
 
414
414
  .underline,
415
415
  .decoration-underline {
416
- text-decoration: underline !important;
416
+ text-decoration: underline !important;
417
417
  }
418
418
 
419
419
  .word-break {
420
- word-break: break-word;
420
+ word-break: break-word;
421
421
  }
422
422
 
423
423
  .word-break-all {
424
- word-break: break-all;
424
+ word-break: break-all;
425
425
  }
426
426
 
427
427
  .uppercase {
428
- text-transform: uppercase;
428
+ text-transform: uppercase;
429
429
  }
430
430
 
431
431
  .lowercase {
432
- text-transform: lowercase;
432
+ text-transform: lowercase;
433
433
  }
434
434
 
435
435
  .capitalize {
436
- text-transform: capitalize;
436
+ text-transform: capitalize;
437
437
  }
438
438
 
439
439
  .bgl_icon-font {
440
- font-family: 'Material Symbols Outlined', serif !important;
440
+ font-family: 'Material Symbols Outlined', serif !important;
441
+ }
442
+
443
+ .bgl_icon-font.fa {
444
+ font-family: 'Font Awesome 6 Free', serif !important;
441
445
  }
442
446
 
443
447
  .nowrap {
444
- white-space: nowrap;
448
+ white-space: nowrap;
445
449
  }
446
450
 
447
451
  .balance {
448
- text-wrap: balance;
452
+ text-wrap: balance;
449
453
  }
450
454
 
451
455
  .pretty {
452
- text-wrap: pretty;
456
+ text-wrap: pretty;
453
457
  }
454
458
 
455
459
  .white-space {
456
- white-space: nowrap;
460
+ white-space: nowrap;
457
461
  }
458
462
 
459
463
  @media screen and (max-width: 910px) {
460
-
461
- .txt20,
462
- .txt-20 {
463
- font-size: 18px;
464
- }
465
-
466
- .txt16,
467
- .txt-16 {
468
- font-size: 14px;
469
- }
470
-
471
- .txt14,
472
- .txt-14 {
473
- font-size: 12px;
474
- }
475
-
476
- .m_txt-center {
477
- text-align: center;
478
- }
479
-
480
- .m_txt-start {
481
- text-align: start;
482
- }
483
-
484
- .m_txt-end {
485
- text-align: end;
486
- }
487
-
488
- .m_txt-small {
489
- font-size: 12px;
490
- }
491
-
492
- .m_txt20,
493
- .m_txt-20 {
494
- font-size: 20px;
495
- }
496
-
497
- .m_txt24,
498
- .m_txt-24 {
499
- font-size: 24px;
500
- }
501
-
502
- .m_txt28,
503
- .m_txt-28 {
504
- font-size: 28px;
505
- }
506
-
507
- .m_txt30,
508
- .m_txt-30 {
509
- font-size: 30px;
510
- }
511
-
512
- .m_txt32,
513
- .m_txt-32 {
514
- font-size: 32px;
515
- }
516
-
517
- .m_txt36,
518
- .m_txt-36 {
519
- font-size: 36px;
520
- }
521
-
522
- .m_txt40,
523
- .m_txt-40 {
524
- font-size: 40px;
525
- }
526
-
527
- .m_txt44,
528
- .m_txt-44 {
529
- font-size: 44px;
530
- }
531
-
532
- .m_txt48,
533
- .m_txt-48 {
534
- font-size: 48px;
535
- }
536
-
537
- .m_txt50,
538
- .m_txt-50 {
539
- font-size: 50px;
540
- }
541
-
542
- .m_txt52,
543
- .m_txt-52 {
544
- font-size: 52px;
545
- }
546
-
547
- .m_txt56,
548
- .m_txt-56 {
549
- font-size: 56px;
550
- }
551
-
552
- .m_txt60,
553
- .m_txt-60 {
554
- font-size: 60px;
555
- }
556
-
557
- .m_txt64,
558
- .m_txt-64 {
559
- font-size: 64px;
560
- }
561
-
562
- .m_txt68,
563
- .m_txt-68 {
564
- font-size: 68px;
565
- }
566
-
567
- .m_txt70,
568
- .m_txt-70 {
569
- font-size: 70px;
570
- }
571
-
572
- .m_txt72,
573
- .m_txt-72 {
574
- font-size: 72px;
575
- }
576
-
577
- .m_txt80,
578
- .m_txt-80 {
579
- font-size: 80px;
580
- }
581
-
582
- .m_txt90,
583
- .m_txt-90 {
584
- font-size: 90px;
585
- }
586
-
587
- .m_txt100,
588
- .m_txt-100 {
589
- font-size: 100px;
590
- }
591
-
592
- .m_txt110,
593
- .m_txt-110 {
594
- font-size: 110px;
595
- }
596
-
597
- .m_txt120,
598
- .m_txt-120 {
599
- font-size: 120px;
600
- }
601
-
602
- .m_txt130,
603
- .m_txt-130 {
604
- font-size: 130px;
605
- }
606
-
607
- .m_txt140,
608
- .m_txt-140 {
609
- font-size: 140px;
610
- }
611
-
612
- .m_txt150,
613
- .m_txt-150 {
614
- font-size: 150px;
615
- }
616
-
617
- .m_txt18,
618
- .m_txt-18 {
619
- font-size: 18px;
620
- }
621
-
622
- .m_txt16,
623
- .m_txt-16 {
624
- font-size: 16px;
625
- }
626
-
627
- .m_txt14,
628
- .m_txt-14 {
629
- font-size: 14px;
630
- }
631
-
632
- .m_txt12,
633
- .m_txt-12 {
634
- font-size: 12px;
635
- }
636
-
637
- .m_txt10,
638
- .m_txt-10 {
639
- font-size: 10px;
640
- }
641
-
642
- .m_txt9,
643
- .m_txt-9 {
644
- font-size: 9px;
645
- }
646
-
647
- .m_no-margin {
648
- margin: 0;
649
- }
650
-
651
- .m_txt-gray,
652
- .m_txtgray {
653
- color: var(--bgl-gray);
654
- }
655
-
656
- .m_txt-blue,
657
- .m_txtblue {
658
- color: var(--bgl-primary);
659
- }
660
-
661
- .m_txt-black,
662
- .m_txtblack {
663
- color: var(--bgl-black);
664
- }
665
-
666
- .m_txt-red,
667
- .m_txtred {
668
- color: var(--bgl-red);
669
- }
670
-
671
- .m_txt-white,
672
- .m_txtwhite {
673
- color: var(--bgl-white);
674
- }
675
-
676
- .m_font-thin,
677
- .m_txt-thin {
678
- font-weight: 100;
679
- }
680
-
681
- .m_extra-light,
682
- .m_font-extra-light,
683
- .m_txt-extra-light,
684
- .m_font-ultra-light,
685
- .m_txt-ultra-light {
686
- font-weight: 200;
687
- }
688
-
689
- .m_light,
690
- .m_txt-light,
691
- .m_font-light {
692
- font-weight: 300;
693
- }
694
-
695
- .m_regular,
696
- .m_txt-regular,
697
- .m_font-regular {
698
- font-weight: 400;
699
- }
700
-
701
- .m_medium,
702
- .m_txt-medium,
703
- .m_font-medium {
704
- font-weight: 500;
705
- }
706
-
707
- .m_semi,
708
- .m_semibold,
709
- .m_txt-semi,
710
- .m_txt-semibold,
711
- .m_font-regular,
712
- .m_font-semi,
713
- .m_font-semibold {
714
- font-weight: 600;
715
- }
716
-
717
- .m_bold,
718
- .m_txt-bold,
719
- .m_font-bold {
720
- font-weight: 700;
721
- }
722
-
723
- .m_extra-bold,
724
- .m_font-extra-bold,
725
- .m_txt-extra-bold,
726
- .m_font-ultra-bold,
727
- .m_txt-ultra-bold {
728
- font-weight: 800;
729
- }
730
-
731
- .m_black,
732
- .m_font-black {
733
- font-weight: 900;
734
- }
735
-
736
- .m_line-height-0 {
737
- line-height: 0;
738
- }
739
-
740
- .m_line-height-01 {
741
- line-height: 0.1;
742
- }
743
-
744
- .m_line-height-02 {
745
- line-height: 0.2;
746
- }
747
-
748
- .m_line-height-03 {
749
- line-height: 0.3;
750
- }
751
-
752
- .m_line-height-04 {
753
- line-height: 0.4;
754
- }
755
-
756
- .m_line-height-05 {
757
- line-height: 0.5;
758
- }
759
-
760
- .m_line-height-06 {
761
- line-height: 0.6;
762
- }
763
-
764
- .m_line-height-07 {
765
- line-height: 0.7;
766
- }
767
-
768
- .m_line-height-08 {
769
- line-height: 0.8;
770
- }
771
-
772
- .m_line-height-09 {
773
- line-height: 0.9;
774
- }
775
-
776
- .m_line-height-1 {
777
- line-height: 1;
778
- }
779
-
780
- .m_line-height-11 {
781
- line-height: 1.1;
782
- }
783
-
784
- .m_line-height-12 {
785
- line-height: 1.2;
786
- }
787
-
788
- .m_line-height-13 {
789
- line-height: 1.3;
790
- }
791
-
792
- .m_line-height-14 {
793
- line-height: 1.4;
794
- }
795
-
796
- .m_line-height-15 {
797
- line-height: 1.5;
798
- }
799
-
800
- .m_line-height-16 {
801
- line-height: 1.6;
802
- }
803
-
804
- .m_line-height-17 {
805
- line-height: 1.7;
806
- }
807
-
808
- .m_line-height-18 {
809
- line-height: 1.8;
810
- }
811
-
812
- .m_line-height-19 {
813
- line-height: 1.9;
814
- }
815
-
816
- .m_line-height-2 {
817
- line-height: 2;
818
- }
819
-
820
- .m_line-height-normal {
821
- line-height: normal;
822
- }
823
-
824
- .m_ellipsis {
825
- overflow: hidden;
826
- display: block;
827
- width: 100%;
828
- text-overflow: ellipsis;
829
- }
830
-
831
- .m_ellipsis-1,
832
- .m_ellipsis-2,
833
- .m_ellipsis-3,
834
- .m_ellipsis-4,
835
- .m_ellipsis-5,
836
- .m_ellipsis-6 {
837
- display: block;
838
- display: -webkit-box;
839
- max-width: 100%;
840
- -webkit-box-orient: vertical;
841
- overflow: hidden;
842
- text-overflow: ellipsis;
843
- }
844
-
845
- .m_ellipsis-1 {
846
- -webkit-line-clamp: 1;
847
- }
848
-
849
- .m_ellipsis-2 {
850
- -webkit-line-clamp: 2;
851
- }
852
-
853
- .m_ellipsis-3 {
854
- -webkit-line-clamp: 3;
855
- }
856
-
857
- .m_ellipsis-4 {
858
- -webkit-line-clamp: 4;
859
- }
860
-
861
- .m_ellipsis-5 {
862
- -webkit-line-clamp: 5;
863
- }
864
-
865
- .m_ellipsis-6 {
866
- -webkit-line-clamp: 6;
867
- }
868
-
869
- .m_pointer {
870
- cursor: pointer;
871
- }
872
-
873
- .m_decoration-none {
874
- text-decoration: none;
875
- }
876
-
877
- .m_underline,
878
- .m_decoration-underline {
879
- text-decoration: underline !important;
880
- }
881
-
882
- .m_bgl_icon-font {
883
- font-family: 'Material Symbols Outlined', serif;
884
- }
885
-
886
- .m_nowrap {
887
- white-space: nowrap;
888
- }
889
-
890
- .m_balance {
891
- text-wrap: balance;
892
- }
893
-
894
- .m_pretty {
895
- text-wrap: pretty;
896
- }
897
-
898
- .m_word-break {
899
- word-break: break-word;
900
- }
901
-
902
- .m_word-break-all {
903
- word-break: break-all;
904
- }
905
-
906
- .m_uppercase {
907
- text-transform: uppercase;
908
- }
909
-
910
- .m_lowercase {
911
- text-transform: lowercase;
912
- }
913
-
914
- .m_capitalize {
915
- text-transform: capitalize;
916
- }
917
- }
464
+ .txt20,
465
+ .txt-20 {
466
+ font-size: 18px;
467
+ }
468
+
469
+ .txt16,
470
+ .txt-16 {
471
+ font-size: 14px;
472
+ }
473
+
474
+ .txt14,
475
+ .txt-14 {
476
+ font-size: 12px;
477
+ }
478
+
479
+ .m_txt-center {
480
+ text-align: center;
481
+ }
482
+
483
+ .m_txt-start {
484
+ text-align: start;
485
+ }
486
+
487
+ .m_txt-end {
488
+ text-align: end;
489
+ }
490
+
491
+ .m_txt-small {
492
+ font-size: 12px;
493
+ }
494
+
495
+ .m_txt20,
496
+ .m_txt-20 {
497
+ font-size: 20px;
498
+ }
499
+
500
+ .m_txt24,
501
+ .m_txt-24 {
502
+ font-size: 24px;
503
+ }
504
+
505
+ .m_txt28,
506
+ .m_txt-28 {
507
+ font-size: 28px;
508
+ }
509
+
510
+ .m_txt30,
511
+ .m_txt-30 {
512
+ font-size: 30px;
513
+ }
514
+
515
+ .m_txt32,
516
+ .m_txt-32 {
517
+ font-size: 32px;
518
+ }
519
+
520
+ .m_txt36,
521
+ .m_txt-36 {
522
+ font-size: 36px;
523
+ }
524
+
525
+ .m_txt40,
526
+ .m_txt-40 {
527
+ font-size: 40px;
528
+ }
529
+
530
+ .m_txt44,
531
+ .m_txt-44 {
532
+ font-size: 44px;
533
+ }
534
+
535
+ .m_txt48,
536
+ .m_txt-48 {
537
+ font-size: 48px;
538
+ }
539
+
540
+ .m_txt50,
541
+ .m_txt-50 {
542
+ font-size: 50px;
543
+ }
544
+
545
+ .m_txt52,
546
+ .m_txt-52 {
547
+ font-size: 52px;
548
+ }
549
+
550
+ .m_txt56,
551
+ .m_txt-56 {
552
+ font-size: 56px;
553
+ }
554
+
555
+ .m_txt60,
556
+ .m_txt-60 {
557
+ font-size: 60px;
558
+ }
559
+
560
+ .m_txt64,
561
+ .m_txt-64 {
562
+ font-size: 64px;
563
+ }
564
+
565
+ .m_txt68,
566
+ .m_txt-68 {
567
+ font-size: 68px;
568
+ }
569
+
570
+ .m_txt70,
571
+ .m_txt-70 {
572
+ font-size: 70px;
573
+ }
574
+
575
+ .m_txt72,
576
+ .m_txt-72 {
577
+ font-size: 72px;
578
+ }
579
+
580
+ .m_txt80,
581
+ .m_txt-80 {
582
+ font-size: 80px;
583
+ }
584
+
585
+ .m_txt90,
586
+ .m_txt-90 {
587
+ font-size: 90px;
588
+ }
589
+
590
+ .m_txt100,
591
+ .m_txt-100 {
592
+ font-size: 100px;
593
+ }
594
+
595
+ .m_txt110,
596
+ .m_txt-110 {
597
+ font-size: 110px;
598
+ }
599
+
600
+ .m_txt120,
601
+ .m_txt-120 {
602
+ font-size: 120px;
603
+ }
604
+
605
+ .m_txt130,
606
+ .m_txt-130 {
607
+ font-size: 130px;
608
+ }
609
+
610
+ .m_txt140,
611
+ .m_txt-140 {
612
+ font-size: 140px;
613
+ }
614
+
615
+ .m_txt150,
616
+ .m_txt-150 {
617
+ font-size: 150px;
618
+ }
619
+
620
+ .m_txt18,
621
+ .m_txt-18 {
622
+ font-size: 18px;
623
+ }
624
+
625
+ .m_txt16,
626
+ .m_txt-16 {
627
+ font-size: 16px;
628
+ }
629
+
630
+ .m_txt14,
631
+ .m_txt-14 {
632
+ font-size: 14px;
633
+ }
634
+
635
+ .m_txt12,
636
+ .m_txt-12 {
637
+ font-size: 12px;
638
+ }
639
+
640
+ .m_txt10,
641
+ .m_txt-10 {
642
+ font-size: 10px;
643
+ }
644
+
645
+ .m_txt9,
646
+ .m_txt-9 {
647
+ font-size: 9px;
648
+ }
649
+
650
+ .m_no-margin {
651
+ margin: 0;
652
+ }
653
+
654
+ .m_txt-gray,
655
+ .m_txtgray {
656
+ color: var(--bgl-gray);
657
+ }
658
+
659
+ .m_txt-blue,
660
+ .m_txtblue {
661
+ color: var(--bgl-primary);
662
+ }
663
+
664
+ .m_txt-black,
665
+ .m_txtblack {
666
+ color: var(--bgl-black);
667
+ }
668
+
669
+ .m_txt-red,
670
+ .m_txtred {
671
+ color: var(--bgl-red);
672
+ }
673
+
674
+ .m_txt-white,
675
+ .m_txtwhite {
676
+ color: var(--bgl-white);
677
+ }
678
+
679
+ .m_font-thin,
680
+ .m_txt-thin {
681
+ font-weight: 100;
682
+ }
683
+
684
+ .m_extra-light,
685
+ .m_font-extra-light,
686
+ .m_txt-extra-light,
687
+ .m_font-ultra-light,
688
+ .m_txt-ultra-light {
689
+ font-weight: 200;
690
+ }
691
+
692
+ .m_light,
693
+ .m_txt-light,
694
+ .m_font-light {
695
+ font-weight: 300;
696
+ }
697
+
698
+ .m_regular,
699
+ .m_txt-regular,
700
+ .m_font-regular {
701
+ font-weight: 400;
702
+ }
703
+
704
+ .m_medium,
705
+ .m_txt-medium,
706
+ .m_font-medium {
707
+ font-weight: 500;
708
+ }
709
+
710
+ .m_semi,
711
+ .m_semibold,
712
+ .m_txt-semi,
713
+ .m_txt-semibold,
714
+ .m_font-regular,
715
+ .m_font-semi,
716
+ .m_font-semibold {
717
+ font-weight: 600;
718
+ }
719
+
720
+ .m_bold,
721
+ .m_txt-bold,
722
+ .m_font-bold {
723
+ font-weight: 700;
724
+ }
725
+
726
+ .m_extra-bold,
727
+ .m_font-extra-bold,
728
+ .m_txt-extra-bold,
729
+ .m_font-ultra-bold,
730
+ .m_txt-ultra-bold {
731
+ font-weight: 800;
732
+ }
733
+
734
+ .m_black,
735
+ .m_font-black {
736
+ font-weight: 900;
737
+ }
738
+
739
+ .m_line-height-0 {
740
+ line-height: 0;
741
+ }
742
+
743
+ .m_line-height-01 {
744
+ line-height: 0.1;
745
+ }
746
+
747
+ .m_line-height-02 {
748
+ line-height: 0.2;
749
+ }
750
+
751
+ .m_line-height-03 {
752
+ line-height: 0.3;
753
+ }
754
+
755
+ .m_line-height-04 {
756
+ line-height: 0.4;
757
+ }
758
+
759
+ .m_line-height-05 {
760
+ line-height: 0.5;
761
+ }
762
+
763
+ .m_line-height-06 {
764
+ line-height: 0.6;
765
+ }
766
+
767
+ .m_line-height-07 {
768
+ line-height: 0.7;
769
+ }
770
+
771
+ .m_line-height-08 {
772
+ line-height: 0.8;
773
+ }
774
+
775
+ .m_line-height-09 {
776
+ line-height: 0.9;
777
+ }
778
+
779
+ .m_line-height-1 {
780
+ line-height: 1;
781
+ }
782
+
783
+ .m_line-height-11 {
784
+ line-height: 1.1;
785
+ }
786
+
787
+ .m_line-height-12 {
788
+ line-height: 1.2;
789
+ }
790
+
791
+ .m_line-height-13 {
792
+ line-height: 1.3;
793
+ }
794
+
795
+ .m_line-height-14 {
796
+ line-height: 1.4;
797
+ }
798
+
799
+ .m_line-height-15 {
800
+ line-height: 1.5;
801
+ }
802
+
803
+ .m_line-height-16 {
804
+ line-height: 1.6;
805
+ }
806
+
807
+ .m_line-height-17 {
808
+ line-height: 1.7;
809
+ }
810
+
811
+ .m_line-height-18 {
812
+ line-height: 1.8;
813
+ }
814
+
815
+ .m_line-height-19 {
816
+ line-height: 1.9;
817
+ }
818
+
819
+ .m_line-height-2 {
820
+ line-height: 2;
821
+ }
822
+
823
+ .m_line-height-normal {
824
+ line-height: normal;
825
+ }
826
+
827
+ .m_ellipsis {
828
+ overflow: hidden;
829
+ display: block;
830
+ width: 100%;
831
+ text-overflow: ellipsis;
832
+ }
833
+
834
+ .m_ellipsis-1,
835
+ .m_ellipsis-2,
836
+ .m_ellipsis-3,
837
+ .m_ellipsis-4,
838
+ .m_ellipsis-5,
839
+ .m_ellipsis-6 {
840
+ display: block;
841
+ display: -webkit-box;
842
+ max-width: 100%;
843
+ -webkit-box-orient: vertical;
844
+ overflow: hidden;
845
+ text-overflow: ellipsis;
846
+ }
847
+
848
+ .m_ellipsis-1 {
849
+ -webkit-line-clamp: 1;
850
+ }
851
+
852
+ .m_ellipsis-2 {
853
+ -webkit-line-clamp: 2;
854
+ }
855
+
856
+ .m_ellipsis-3 {
857
+ -webkit-line-clamp: 3;
858
+ }
859
+
860
+ .m_ellipsis-4 {
861
+ -webkit-line-clamp: 4;
862
+ }
863
+
864
+ .m_ellipsis-5 {
865
+ -webkit-line-clamp: 5;
866
+ }
867
+
868
+ .m_ellipsis-6 {
869
+ -webkit-line-clamp: 6;
870
+ }
871
+
872
+ .m_pointer {
873
+ cursor: pointer;
874
+ }
875
+
876
+ .m_decoration-none {
877
+ text-decoration: none;
878
+ }
879
+
880
+ .m_underline,
881
+ .m_decoration-underline {
882
+ text-decoration: underline !important;
883
+ }
884
+
885
+ .m_bgl_icon-font {
886
+ font-family: 'Material Symbols Outlined', serif;
887
+ }
888
+
889
+ .m_nowrap {
890
+ white-space: nowrap;
891
+ }
892
+
893
+ .m_balance {
894
+ text-wrap: balance;
895
+ }
896
+
897
+ .m_pretty {
898
+ text-wrap: pretty;
899
+ }
900
+
901
+ .m_word-break {
902
+ word-break: break-word;
903
+ }
904
+
905
+ .m_word-break-all {
906
+ word-break: break-all;
907
+ }
908
+
909
+ .m_uppercase {
910
+ text-transform: uppercase;
911
+ }
912
+
913
+ .m_lowercase {
914
+ text-transform: lowercase;
915
+ }
916
+
917
+ .m_capitalize {
918
+ text-transform: capitalize;
919
+ }
920
+ }