@clayui/css 3.89.0 → 3.91.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.
Files changed (53) hide show
  1. package/lib/css/atlas.css +140 -243
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +102 -154
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +153 -241
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/angle-double-left-small.svg +10 -0
  8. package/lib/images/icons/angle-double-left.svg +10 -0
  9. package/lib/images/icons/angle-double-right-small.svg +10 -0
  10. package/lib/images/icons/angle-double-right.svg +10 -0
  11. package/lib/images/icons/field-area.svg +10 -0
  12. package/lib/images/icons/flags-km-KH.svg +12 -0
  13. package/lib/images/icons/icons.svg +1 -1
  14. package/package.json +2 -2
  15. package/src/images/icons/angle-double-left-small.svg +10 -0
  16. package/src/images/icons/angle-double-left.svg +10 -0
  17. package/src/images/icons/angle-double-right-small.svg +10 -0
  18. package/src/images/icons/angle-double-right.svg +10 -0
  19. package/src/images/icons/field-area.svg +10 -0
  20. package/src/images/icons/flags-km-KH.svg +12 -0
  21. package/src/scss/_components.scss +1 -0
  22. package/src/scss/_license-text.scss +1 -1
  23. package/src/scss/_variables.scss +1 -0
  24. package/src/scss/atlas/variables/_menubar.scss +68 -62
  25. package/src/scss/atlas/variables/_navbar.scss +34 -0
  26. package/src/scss/atlas/variables/_navigation-bar.scss +1 -1
  27. package/src/scss/atlas/variables/_navs.scss +20 -41
  28. package/src/scss/cadmin/_variables.scss +1 -0
  29. package/src/scss/cadmin/components/_navbar.scss +1 -43
  30. package/src/scss/cadmin/components/_navs.scss +8 -16
  31. package/src/scss/cadmin/components/_resizer.scss +11 -0
  32. package/src/scss/cadmin/variables/_menubar.scss +204 -189
  33. package/src/scss/cadmin/variables/_navbar.scss +47 -0
  34. package/src/scss/cadmin/variables/_navigation-bar.scss +1 -1
  35. package/src/scss/cadmin/variables/_navs.scss +13 -108
  36. package/src/scss/cadmin/variables/_pagination.scss +3 -3
  37. package/src/scss/cadmin/variables/_resizer.scss +21 -0
  38. package/src/scss/cadmin/variables/_slideout.scss +7 -0
  39. package/src/scss/cadmin/variables/_treeview.scss +1 -0
  40. package/src/scss/cadmin.scss +1 -0
  41. package/src/scss/components/_navbar.scss +1 -40
  42. package/src/scss/components/_navs.scss +9 -14
  43. package/src/scss/components/_resizer.scss +11 -0
  44. package/src/scss/functions/_lx-icons-generated.scss +12 -0
  45. package/src/scss/mixins/_breakpoints.scss +44 -40
  46. package/src/scss/mixins/_menubar.scss +131 -10
  47. package/src/scss/mixins/_slideout.scss +32 -1
  48. package/src/scss/variables/_menubar.scss +158 -161
  49. package/src/scss/variables/_navbar.scss +46 -0
  50. package/src/scss/variables/_navs.scss +2 -98
  51. package/src/scss/variables/_resizer.scss +22 -0
  52. package/src/scss/variables/_slideout.scss +8 -0
  53. package/src/scss/variables/_treeview.scss +1 -0
@@ -305,7 +305,7 @@ $cadmin-nav-tabs-font-size: 14px !default; // 14px
305
305
 
306
306
  // Nav Tabs Link
307
307
 
308
- $cadmin-nav-tabs-border-color: transparent !default;
308
+ $cadmin-nav-tabs-border-color: $cadmin-gray-400 !default;
309
309
  $cadmin-nav-tabs-border-width: $cadmin-border-width !default;
310
310
  $cadmin-nav-tabs-border-radius: $cadmin-border-radius $cadmin-border-radius 0 0 !default;
311
311
 
@@ -316,14 +316,13 @@ $cadmin-nav-tabs-link-padding-y: 4.5px !default; // 4.5px
316
316
  $cadmin-nav-tabs-link-hover-border-color: transparent !default;
317
317
 
318
318
  $cadmin-nav-tabs-link-active-bg: $cadmin-white !default;
319
- $cadmin-nav-tabs-link-active-border-color: transparent transparent
319
+ $cadmin-nav-tabs-link-active-border-color: $cadmin-gray-400 $cadmin-gray-400
320
320
  $cadmin-body-bg !default;
321
321
  $cadmin-nav-tabs-link-active-color: $cadmin-gray-900 !default;
322
322
 
323
323
  $cadmin-nav-tabs-link-show-color: $cadmin-nav-tabs-link-active-color !default;
324
- $cadmin-nav-tabs-link-show-bg: transparent !default;
325
- $cadmin-nav-tabs-link-show-border-color: transparent transparent
326
- $cadmin-nav-tabs-border-color transparent !default;
324
+ $cadmin-nav-tabs-link-show-bg: $cadmin-white !default;
325
+ $cadmin-nav-tabs-link-show-border-color: $cadmin-nav-tabs-link-active-border-color !default;
327
326
 
328
327
  // .nav-tabs .nav-link[aria-expanded="true"]
329
328
 
@@ -381,8 +380,13 @@ $cadmin-nav-tabs-link: map-deep-merge(
381
380
  $cadmin-nav-tabs: () !default;
382
381
  $cadmin-nav-tabs: map-deep-merge(
383
382
  (
384
- border-bottom: $cadmin-nav-tabs-border-width solid
385
- $cadmin-nav-tabs-border-color,
383
+ background-color: $cadmin-gray-100,
384
+ border-color: $cadmin-gray-400,
385
+ border-style: solid,
386
+ border-width: 1px 0,
387
+ padding-left: 24px,
388
+ padding-right: 24px,
389
+ padding-top: 7px,
386
390
  font-size: $cadmin-nav-tabs-font-size,
387
391
  nav-item: (
388
392
  margin-bottom: math-sign($cadmin-nav-tabs-border-width),
@@ -398,105 +402,6 @@ $cadmin-nav-tabs-tab-pane-bg: $cadmin-white !default;
398
402
  $cadmin-nav-tabs-tab-pane-border-radius: 4px !default;
399
403
  $cadmin-nav-tabs-tab-pane-padding: 32px !default;
400
404
 
401
- // Nav Underline Link Highlight
402
-
403
- $cadmin-nav-underline-link-highlight-content: null !default;
404
- $cadmin-nav-underline-link-highlight-height: null !default;
405
- $cadmin-nav-underline-link-highlight-bottom: 0 !default;
406
- $cadmin-nav-underline-link-highlight-left: 0 !default;
407
- $cadmin-nav-underline-link-highlight-right: 0 !default;
408
- $cadmin-nav-underline-link-highlight-top: null !default;
409
-
410
- $cadmin-nav-underline-link-active-highlight: $cadmin-primary-l0 !default;
411
- $cadmin-nav-underline-link-active-content: '' !default;
412
- $cadmin-nav-underline-link-active-highlight-height: 2px !default; // 2px
413
-
414
- $cadmin-nav-underline-link-disabled-highlight: null !default;
415
-
416
- // .nav-underline
417
-
418
- $cadmin-nav-underline-font-size: null !default;
419
-
420
- $cadmin-nav-underline-link-highlight-palette: null !default;
421
-
422
- $cadmin-nav-underline-link-color: $cadmin-gray-600 !default;
423
- $cadmin-nav-underline-link-padding-x: null !default;
424
- $cadmin-nav-underline-link-padding-y: null !default;
425
-
426
- $cadmin-nav-underline-link-hover-color: null !default;
427
-
428
- $cadmin-nav-underline-link-active-color: $cadmin-gray-900 !default;
429
-
430
- $cadmin-nav-underline-link-disabled-color: $cadmin-nav-link-disabled-color !default;
405
+ // Nav Variants
431
406
 
432
- // .nav-underline .nav-link[aria-expanded='true']
433
-
434
- $cadmin-nav-underline-link-show: () !default;
435
- $cadmin-nav-underline-link-show: map-deep-merge(
436
- (
437
- color: $cadmin-nav-underline-link-active-color,
438
- ),
439
- $cadmin-nav-underline-link-show
440
- );
441
-
442
- $cadmin-nav-underline-link: () !default;
443
- $cadmin-nav-underline-link: map-deep-merge(
444
- (
445
- border-radius: 1px,
446
- color: $cadmin-nav-underline-link-color,
447
- font-weight: $cadmin-font-weight-semi-bold,
448
- line-height: 1,
449
- padding-bottom: 9px,
450
- padding-left: $cadmin-nav-underline-link-padding-x,
451
- padding-right: $cadmin-nav-underline-link-padding-x,
452
- padding-top: 9px,
453
- transition: box-shadow 0.15s ease-in-out,
454
- after: (
455
- bottom: $cadmin-nav-underline-link-highlight-bottom,
456
- content: $cadmin-nav-underline-link-highlight-content,
457
- display: block,
458
- height: $cadmin-nav-underline-link-highlight-height,
459
- position: absolute,
460
- left: $cadmin-nav-underline-link-highlight-left,
461
- right: $cadmin-nav-underline-link-highlight-right,
462
- top: $cadmin-nav-underline-link-highlight-top,
463
- width: auto,
464
- ),
465
- hover: (
466
- color: $cadmin-nav-underline-link-hover-color,
467
- ),
468
- focus: (
469
- box-shadow: $cadmin-component-focus-box-shadow,
470
- color: $cadmin-nav-underline-link-hover-color,
471
- outline: 0,
472
- ),
473
- active-class: (
474
- color: $cadmin-nav-underline-link-active-color,
475
- after: (
476
- background-color: $cadmin-nav-underline-link-active-highlight,
477
- content: $cadmin-nav-underline-link-active-content,
478
- height: $cadmin-nav-underline-link-active-highlight-height,
479
- ),
480
- ),
481
- show: $cadmin-nav-underline-link-show,
482
- disabled: (
483
- box-shadow: none,
484
- color: $cadmin-nav-underline-link-disabled-color,
485
- after: (
486
- background-color: $cadmin-nav-underline-link-disabled-highlight,
487
- ),
488
- ),
489
- ),
490
- $cadmin-nav-underline-link
491
- );
492
-
493
- // .nav-underline
494
-
495
- $cadmin-nav-underline: () !default;
496
- $cadmin-nav-underline: map-deep-merge(
497
- (
498
- font-size: $cadmin-nav-underline-font-size,
499
- nav-link: $cadmin-nav-underline-link,
500
- ),
501
- $cadmin-nav-underline
502
- );
407
+ $cadmin-nav-palette: () !default;
@@ -7,16 +7,16 @@ $cadmin-pagination-line-height: 1 !default;
7
7
  $cadmin-pagination-padding-x: 10px !default; // 10px
8
8
  $cadmin-pagination-padding-y: 0 !default;
9
9
 
10
- $cadmin-pagination-hover-bg: rgba(0, 0, 0, 0.02) !default;
10
+ $cadmin-pagination-hover-bg: rgba(39, 40, 41, 0.04) !default;
11
11
  $cadmin-pagination-hover-border-color: transparent !default;
12
12
  $cadmin-pagination-hover-color: $cadmin-gray-900 !default;
13
13
 
14
14
  $cadmin-pagination-focus-box-shadow: $cadmin-component-focus-box-shadow !default;
15
15
  $cadmin-pagination-focus-outline: 0 !default;
16
16
 
17
- $cadmin-pagination-active-bg: rgba(0, 0, 0, 0.04) !default;
17
+ $cadmin-pagination-active-bg: $cadmin-secondary !default;
18
18
  $cadmin-pagination-active-border-color: transparent !default;
19
- $cadmin-pagination-active-color: $cadmin-pagination-hover-color !default;
19
+ $cadmin-pagination-active-color: $cadmin-white !default;
20
20
 
21
21
  $cadmin-pagination-disabled-bg: transparent !default;
22
22
  $cadmin-pagination-disabled-border-color: $cadmin-pagination-disabled-bg !default;
@@ -0,0 +1,21 @@
1
+ $cadmin-c-horizontal-resizer: () !default;
2
+ $cadmin-c-horizontal-resizer: map-merge(
3
+ (
4
+ background-color: transparent,
5
+ bottom: 0,
6
+ cursor: ew-resize,
7
+ margin-right: -0.25rem,
8
+ position: absolute,
9
+ right: 0,
10
+ top: 0,
11
+ width: 0.5rem,
12
+ z-index: 10,
13
+ hover: (
14
+ background-color: $cadmin-primary-l1,
15
+ ),
16
+ focus: (
17
+ background-color: $cadmin-primary-l1,
18
+ ),
19
+ ),
20
+ $cadmin-c-horizontal-resizer
21
+ );
@@ -64,6 +64,9 @@ $cadmin-c-slideout: map-deep-merge(
64
64
  ),
65
65
  sidebar-c-slideout-transition: (
66
66
  display: block,
67
+ c-horizontal-resizer: (
68
+ display: none,
69
+ ),
67
70
  ),
68
71
  tbar-stacked: (
69
72
  display: none,
@@ -164,6 +167,10 @@ $cadmin-c-slideout-end: map-deep-merge(
164
167
  tbar-stacked-c-slideout-show: (
165
168
  right: 0,
166
169
  ),
170
+ c-horizontal-resizer: (
171
+ left: 0,
172
+ right: auto,
173
+ ),
167
174
  ),
168
175
  $cadmin-c-slideout-end
169
176
  );
@@ -8,6 +8,7 @@ $cadmin-treeview: map-merge(
8
8
  margin-bottom: 0,
9
9
  padding: 2px 0,
10
10
  btn: (
11
+ color: inherit,
11
12
  font-size: 12px,
12
13
  line-height: 1,
13
14
  padding: 6px 8px,
@@ -24,6 +24,7 @@ html#{$cadmin-selector} {
24
24
 
25
25
  @import 'cadmin/components/_aspect-ratio';
26
26
  @import 'cadmin/components/_buttons';
27
+ @import 'cadmin/components/_resizer';
27
28
  @import 'cadmin/components/_transitions';
28
29
 
29
30
  @import 'cadmin/components/_grid';
@@ -575,44 +575,5 @@
575
575
  // Navbar Underline
576
576
 
577
577
  .navbar-underline {
578
- .navbar-toggler-link {
579
- &:after {
580
- background-color: $navbar-underline-active-bg;
581
- bottom: math-sign($navbar-padding-y);
582
- content: '';
583
- display: block;
584
- height: $nav-underline-link-active-highlight-height;
585
- left: 0;
586
- position: absolute;
587
- right: 0;
588
- width: auto;
589
- }
590
- }
591
- }
592
-
593
- .navbar-underline.navbar-expand {
594
- @each $breakpoint in map-keys($grid-breakpoints) {
595
- $next: breakpoint-next($breakpoint, $grid-breakpoints);
596
- $infix: breakpoint-infix($next, $grid-breakpoints);
597
-
598
- // .navbar-expand, sm, md, lg, xl
599
-
600
- &#{$infix} {
601
- @include media-breakpoint-up($next) {
602
- .navbar-nav .nav-link {
603
- &.active:after {
604
- background-color: $navbar-underline-active-bg;
605
- bottom: math-sign($navbar-padding-y);
606
- content: '';
607
- display: block;
608
- height: $nav-underline-link-active-highlight-height;
609
- left: 0;
610
- position: absolute;
611
- right: 0;
612
- width: auto;
613
- }
614
- }
615
- }
616
- }
617
- }
578
+ @include clay-navbar-variant($navbar-underline);
618
579
  }
@@ -198,21 +198,16 @@
198
198
  }
199
199
  }
200
200
 
201
- // Nav Underline
201
+ // Nav Variants
202
202
 
203
- @each $value in $nav-underline-link-highlight-palette {
204
- $index: index($nav-underline-link-highlight-palette, $value);
203
+ @each $key, $value in $nav-palette {
204
+ $selector: if(
205
+ starts-with($key, '.') or starts-with($key, '#'),
206
+ $key,
207
+ str-insert($key, '.', 1)
208
+ );
205
209
 
206
- .nav-underline .nav-item:nth-of-type(#{$index}n + 0) {
207
- .nav-link::after {
208
- background-color: nth(
209
- $nav-underline-link-highlight-palette,
210
- $index
211
- );
212
- }
210
+ #{$selector} {
211
+ @include clay-nav-variant($value);
213
212
  }
214
213
  }
215
-
216
- .nav-underline {
217
- @include clay-nav-variant($nav-underline);
218
- }
@@ -0,0 +1,11 @@
1
+ .c-horizontal-resizer {
2
+ @include clay-css($c-horizontal-resizer);
3
+
4
+ &:hover {
5
+ @include clay-css(map-get($c-horizontal-resizer, hover));
6
+ }
7
+
8
+ &:focus {
9
+ @include clay-css(map-get($c-horizontal-resizer, focus));
10
+ }
11
+ }
@@ -34,6 +34,14 @@
34
34
 
35
35
  'analytics': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="analytics-bar1 lexicon-icon-outline" d="M96 415.8H32c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32v-32c0-17.7-14.3-32-32-32z" fill="#{$color}"/><path class="analytics-bar2 lexicon-icon-outline" d="M288 319.8h-64c-17.7 0-32 14.3-32 32v128c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32v-128c0-17.7-14.3-32-32-32z" fill="#{$color}"/><path class="analytics-bar3 lexicon-icon-outline" d="M480 223.8h-64c-17.7 0-32 14.3-32 32v224c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32v-224c0-17.7-14.3-32-32-32z" fill="#{$color}"/><path class="analytics-uptrend-arrow lexicon-icon-outline" d="M415 110.2v23.6c3.1 44.2 64.6 41.3 64.8 0V32.6c0-17.9-13.2-32.4-32.4-32.4H346.1c-42.8 2.3-43.2 61.9 0 64.8h23.6l-95.3 94.9-114.2-.2h-.1c-10.1 0-19.5 4.7-25.6 12.8L38.6 300.3c-24.2 35.4 25.4 70.9 51.2 38.4l86.5-115.1 111.4.2h.1c8.5 0 16.6-3.4 22.6-9.3L415 110.2z" fill="#{$color}"/></svg>',
36
36
 
37
+ 'angle-double-left-small': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline lx-angle-double-left-small-line-1" d="m225.627 407.104-131.524-129.6c-20.142-18.642-17.322-28.161-.303-43.829l131.827-129.898c24.674-23.203 62.54 10.71 37.967 33.814L143.752 255.986l119.137 117.107c26.386 24.889-10.272 59.396-37.262 34.011Z" fill="#{$color}"/><path class="lexicon-icon-outline lx-angle-double-left-small-line-2" d="m385.627 407.104-131.524-129.6c-20.142-18.642-17.322-28.161-.303-43.829l131.827-129.898c24.674-23.203 62.54 10.71 37.967 33.814L303.752 255.986l119.137 117.107c26.386 24.889-10.272 59.396-37.262 34.011Z" fill="#{$color}"/></svg>',
38
+
39
+ 'angle-double-left': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline lx-angle-double-left-line-1" d="M419.471 472.48 215.402 272.625c-10.319-9.889-9.409-24.03 0-33.227L419.673 39.445c23.776-22.745 60.604 11.767 36.423 34.71L270.947 256.012l185.048 181.659c24.181 23.337-12.748 57.652-36.524 34.809Z" fill="#{$color}"/><path class="lexicon-icon-outline lx-angle-double-left-line-2" d="M259.471 472.48 55.402 272.625c-10.32-9.889-9.409-24.03 0-33.227L259.673 39.445c23.776-22.745 60.604 11.767 36.423 34.71L110.947 256.012l185.048 181.659c24.181 23.337-12.748 57.652-36.524 34.809Z" fill="#{$color}"/></svg>',
40
+
41
+ 'angle-double-right-small': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline lx-angle-double-right-small-line-1" d="m286.373 104.896 131.524 129.6c20.142 18.642 17.322 28.161.303 43.829L286.373 408.223c-24.674 23.203-62.54-10.71-37.967-33.814l119.842-118.395L249.11 138.907c-26.385-24.889 10.273-59.396 37.263-34.011Z" fill="#{$color}"/><path class="lexicon-icon-outline lx-angle-double-right-small-line-2" d="m126.373 104.896 131.524 129.6c20.142 18.642 17.322 28.161.303 43.829L126.373 408.223c-24.674 23.203-62.54-10.71-37.968-33.814l119.843-118.395L89.111 138.907c-26.386-24.889 10.272-59.396 37.262-34.011Z" fill="#{$color}"/></svg>',
42
+
43
+ 'angle-double-right': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline lx-angle-double-right-line-1" d="m92.529 39.52 204.069 199.855c10.319 9.889 9.409 24.03 0 33.227L92.326 472.556c-23.775 22.744-60.603-11.768-36.422-34.711l185.149-181.856L56.005 74.329C31.825 50.992 68.753 16.677 92.529 39.52Z" fill="#{$color}"/><path class="lexicon-icon-outline lx-angle-double-right-line-2" d="m252.529 39.52 204.069 199.855c10.319 9.889 9.409 24.03 0 33.227L252.327 472.556c-23.776 22.744-60.604-11.768-36.423-34.711l185.149-181.856-185.048-181.66c-24.181-23.337 12.748-57.652 36.524-34.809Z" fill="#{$color}"/></svg>',
44
+
37
45
  'angle-down-small': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" d="m268 339.9 142.6-142.2c16.4-16.4-8.5-41.7-25.1-25.1L256 301.7 126.5 172.5c-16.8-16.7-41.6 8.7-25.1 25.1L244 339.9c7.2 7.1 17.4 6.5 24 0z" fill="#{$color}"/></svg>',
38
46
 
39
47
  'angle-down': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" d="M272.8 375.2 475 173.3c23-23.6-11.9-59.9-35.1-36L256 320.3 72.2 137.4c-23.5-24-58.2 12.5-35.2 36.1l202.1 201.7c10.1 10.2 24.4 9.3 33.7 0z" fill="#{$color}"/></svg>',
@@ -312,6 +320,8 @@
312
320
 
313
321
  'export': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline export-base" d="M448 256.3v191.8H64V256.3c0-41.6-64-41.6-64 0v191.8C0 483.2 28.8 512 64 512h384c35.2 0 64-28.8 64-63.9V256.3c0-44.8-64-41.6-64 0z" fill="#{$color}"/><path class="lexicon-icon-outline export-dash" d="M320 384.1H192c-41.6 0-41.6-63.9 0-63.9h128c41.6 0 44.8 63.9 0 63.9z" fill="#{$color}"/><path class="lexicon-icon-outline export-arrow-up" d="m233.6 10.1-64 63.9c-28.8 28.8 12.8 67.1 38.4 44.8l16-16v121.5c0 41.6 64 41.6 64 0V102.8l16 16c28.8 22.4 64-19.2 38.4-44.8l-64-63.9c-6.4-6.4-25.6-19.1-44.8 0z" fill="#{$color}"/></svg>',
314
322
 
323
+ 'field-area': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline lx-field-area-line" d="M416 0v32h-32v448h32v32H288v-32h32V32h-32V0h128ZM128 160h96c41.625 0 41.625 64 0 64h-96c-41.594-3.199-41.594-64 0-64Z" fill="#{$color}"/><path class="lexicon-icon-outline lx-field-area-border" d="M288 384H64V128h224V64H32C12.812 64 0 76.8 0 96v320c0 19.199 12.813 32 32 32h256v-64ZM416 64h64c19.188 0 32 12.8 32 32v320c0 19.199-12.812 32-32 32h-64v-64h32V128h-32V64Z" fill="#{$color}"/></svg>',
324
+
315
325
  'fieldset': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline lx-fieldset-bracket-start" d="M128 64c0-17.7-14.3-32-32-32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V96h32c17.7 0 32-14.3 32-32z" fill="#{$color}"/><path class="lexicon-icon-outline lx-fieldset-bracket-end" d="M512 416c0 35.3-28.7 64-64 64h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V96h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c35.3 0 64 28.7 64 64v320z" fill="#{$color}"/><path class="lexicon-icon-outline lx-fieldset-line-1-dot" d="M128 224c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z" fill="#{$color}"/><path class="lexicon-icon-outline lx-fieldset-line-1-line" d="M224 160h160c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32z" fill="#{$color}"/><path class="lexicon-icon-outline lx-fieldset-line-2-dot" d="M384 288H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h160c17.7 0 32-14.3 32-32s-14.3-32-32-32z" fill="#{$color}"/><path class="lexicon-icon-outline lx-fieldset-line-2-line" d="M128 352c17.7 0 32-14.3 32-32s-14.3-32-32-32-32 14.3-32 32 14.3 32 32 32z" fill="#{$color}"/></svg>',
316
326
 
317
327
  'file-script': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline file-script-border" d="M320 64v64c0 17.7 14.3 32 32 32h64v288H96V64h224zm5.5-64H96C60.7 0 32 28.7 32 64v384c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V154.5c0-33.5-18-44.5-63.5-90S360 0 325.5 0z" fill="#{$color}"/><path class="lexicon-icon-outline file-script-forward-slash" d="m212.2 409.2 69.1-187.5c7.7-20.7 37.7-7.7 30.1 10.9l-69.1 187.5C234 440 205 428 212.2 409.2z" fill="#{$color}"/><path class="lexicon-icon-outline file-script-angle-bracket-open" d="m160 320 35.9-35.9-22.6-22.6-35.9 35.9c-12.5 12.5-12.5 32.8 0 45.3l35.9 35.9 22.6-22.6-35.9-36z" fill="#{$color}"/><path class="lexicon-icon-outline file-script-angle-bracket-close" d="M355.9 320 320 284.1l22.6-22.6 35.9 35.9c12.5 12.5 12.5 32.8 0 45.3l-35.9 35.9-22.6-22.7 35.9-35.9z" fill="#{$color}"/></svg>',
@@ -388,6 +398,8 @@
388
398
 
389
399
  'kk-kz': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 64h512v384H0V64z" fill="#00AFCA"/><circle cx="282.8" cy="209.3" r="55.2" fill="#FEC50C"/><path d="M282.8 150.6c3.9 0 6.2-2.5 6.2-6.3 0-3.3-4-17.2-4.4-18.8l-1.8-6.3-1.8 6.3c-.5 1.6-4.4 15.4-4.4 18.8-.1 3.8 2.4 6.3 6.2 6.3zm64.9 52.4c-3.8 0-6.3 2.4-6.3 6.2 0 3.8 2.5 6.2 6.3 6.2 3.3 0 17.2-4 18.8-4.4l6.3-1.8-6.3-1.8c-1.6-.4-15.5-4.4-18.8-4.4zm-64.9 64.9c-3.9 0-6.2 2.5-6.2 6.3 0 3.3 4 17.2 4.4 18.8l1.8 6.3 1.8-6.3c.5-1.6 4.4-15.4 4.4-18.8 0-3.8-2.4-6.3-6.2-6.3zm-65-52.4c3.8 0 6.3-2.4 6.3-6.2 0-3.8-2.5-6.2-6.3-6.2-3.3 0-17.2 4-18.8 4.4l-6.3 1.8 6.3 1.8c1.6.4 15.5 4.4 18.8 4.4zm83.7-64.1c.4 1.1 1.3 2.7 3.7 3.6 1 .4 1.9.6 2.7.6 2.4 0 4.3-1.4 5.4-4 1.3-3.1 2.9-17.4 3.1-19l.7-6.5-4.1 5.1c-1 1.3-10 12.6-11.3 15.6-.5 1.7-.6 3.2-.2 4.6zm43.6 76.9c-3.5-1.5-6.7-.1-8.2 3.4-1.4 3.6-.1 6.7 3.4 8.1 3.1 1.3 17.4 2.9 19 3.1l6.5.7-5.1-4.1c-1.2-.9-12.5-9.9-15.6-11.2zm-84.8 35.1c-3.6-1.4-6.7-.1-8.2 3.4-1.3 3.1-2.9 17.4-3.1 19l-.7 6.5 4.1-5.1c1-1.3 10-12.6 11.3-15.7 1.4-3.4.1-6.6-3.4-8.1zm-39.9-73.2c1 .4 1.9.6 2.8.6.6 0 1.2-.1 1.8-.3 1.1-.4 2.7-1.3 3.6-3.7 1.4-3.6.1-6.7-3.4-8.1-3.1-1.3-17.4-2.9-19-3.1l-6.5-.7 5.1 4.1c1.2.9 12.5 9.9 15.6 11.2zM322.2 163c-.1 1.2.2 3 2 4.8 1.4 1.3 2.9 2 4.4 2 1.5 0 3.1-.7 4.4-2 2.4-2.4 9.4-15 10.1-16.4l3.2-5.7-5.7 3.2c-1.4.8-14 7.8-16.4 10.1-1.2 1.2-1.9 2.6-2 4zm10.9 87.7c-2.7-2.7-6.2-2.7-8.9 0s-2.7 6.1 0 8.8c2.4 2.4 15 9.4 16.4 10.1l5.7 3.2-3.2-5.7c-.7-1.4-7.7-14-10-16.4zm-89.8 4.8c.1-1.2-.2-3-2-4.8-2.7-2.7-6.1-2.7-8.8 0-2.4 2.4-9.4 15-10.1 16.4l-3.2 5.7 5.7-3.2c1.4-.8 14-7.8 16.4-10.1 1.2-1.1 1.9-2.6 2-4zm-10.9-87.7c1.2 1.2 2.6 1.9 4.1 2h.4c1.2 0 2.8-.4 4.4-2 2.7-2.7 2.7-6.1 0-8.8-2.4-2.4-15-9.4-16.4-10.1l-5.7-3.2 3.2 5.7c.7 1.4 7.7 14 10 16.4zm104.5 13.8c-.5 1.1-1 2.8 0 5.2 1.1 2.6 3.1 3.9 5.4 3.9.9 0 1.8-.2 2.8-.6 3.1-1.3 14.4-10.3 15.7-11.3l5.1-4.1-6.5.7c-1.6.2-16 1.8-19 3.1-1.6.8-2.8 1.8-3.5 3.1zm-23.5 85.2c-.7-1.6-1.7-2.8-3-3.4-1.1-.5-2.8-1-5.2 0-3.5 1.5-4.8 4.6-3.3 8.2 1.3 3.1 10.3 14.4 11.3 15.7l4.1 5.1-.7-6.5c-.3-1.6-1.9-16-3.2-19.1zm-84.8-35.1c-1.5-3.5-4.7-4.8-8.2-3.4-3.1 1.3-14.4 10.3-15.7 11.3l-5.1 4.1 6.5-.7c1.6-.2 16-1.8 19-3.1 3.6-1.5 4.9-4.7 3.5-8.2zm23.6-80c1.1 2.6 3.1 4 5.4 4 .9 0 1.8-.2 2.7-.6 3.5-1.5 4.8-4.6 3.3-8.2-1.3-3.1-10.3-14.4-11.3-15.7l-4.1-5.1.7 6.5c.3 1.6 2 16 3.3 19.1zm42 0c.5.1 1 .1 1.5.1 3 0 5.2-1.9 5.8-5.1.7-3.3-.5-17.6-.7-19.3l-.6-6.5-3 5.8c-.8 1.5-7.4 14.3-8 17.5-.3 1.7-.1 3.3.6 4.5.7 1.2 1.9 2.5 4.4 3z" fill="#FEC50C"/><path d="M347.7 215.8c-1.7-.3-3.3-.1-4.5.6-1 .6-2.4 1.8-2.9 4.3-.7 3.8 1.2 6.6 4.9 7.3.7.1 1.9.2 3.3.2 5.4 0 14.6-.8 15.9-.9l6.5-.6-5.8-3c-1.3-.6-14.2-7.3-17.4-7.9zm-76.4 51c-3.8-.7-6.6 1.2-7.3 4.9-.7 3.3.5 17.6.7 19.3l.6 6.5 3-5.8c.8-1.5 7.4-14.3 8-17.5.3-1.7.1-3.3-.6-4.5-.6-1.1-1.9-2.4-4.4-2.9zm-53.4-64.1c.5.1 1.1.2 1.6.2 1.1 0 2.1-.2 3-.7 1-.6 2.4-1.8 2.9-4.3.7-3.8-1.2-6.6-4.9-7.3-3.3-.7-17.6.5-19.3.7l-6.5.6 5.8 3c1.3.6 14.1 7.2 17.4 7.8zm95.7-50.9c-1 1.4-1.4 3-1.2 4.4.1 1.2.8 2.9 2.9 4.3 1.2.8 2.5 1.2 3.7 1.2 1.9 0 3.7-1 5-3 1.9-2.8 6.3-16.5 6.7-18.1l2-6.2-5 4.2c-1.2 1.1-12.2 10.4-14.1 13.2zm26.6 88.3c-1.4-1-3-1.4-4.4-1.2-1.2.1-2.9.8-4.3 2.9-2.1 3.2-1.4 6.5 1.8 8.7 2.8 1.9 16.5 6.3 18.1 6.7l6.2 2-4.2-5c-1.1-1.2-10.4-12.2-13.2-14.1zm-88.3 26.6c1-1.4 1.4-3 1.2-4.4-.1-1.2-.8-2.9-2.9-4.3-3.2-2.1-6.5-1.4-8.7 1.8-1.9 2.8-6.3 16.5-6.7 18.1l-2 6.2 5-4.2c1.2-1.1 12.2-10.4 14.1-13.2zm-26.6-88.3c1.2.8 2.5 1.2 3.7 1.2 1.9 0 3.7-1 5-2.9 2.1-3.2 1.4-6.5-1.8-8.7-2.8-1.9-16.5-6.3-18.1-6.7l-6.2-2 4.2 5c1.1 1.2 10.4 12.2 13.2 14.1zm105.2-6.8c-.3 1.1-.4 2.9 1 5.1 1.3 1.9 3.1 2.9 5 2.9 1.2 0 2.5-.4 3.7-1.2 2.8-1.9 12.1-12.9 13.1-14.1l4.2-5-6.2 2c-1.6.5-15.3 4.9-18.1 6.7-1.4 1-2.3 2.2-2.7 3.6zm-6.5 88.2c-1-1.4-2.2-2.4-3.6-2.8-1.1-.3-2.9-.4-5.1 1-3.2 2.2-3.8 5.5-1.7 8.7 1.9 2.8 12.9 12.1 14.1 13.1l5 4.2-2-6.2c-.4-1.5-4.8-15.3-6.7-18zm-89-12.9c.3-1.1.4-2.9-1-5.1-2.2-3.2-5.5-3.8-8.7-1.7-2.8 1.9-12.1 12.9-13.1 14.1l-4.2 5 6.2-2c1.6-.5 15.3-4.9 18.1-6.7 1.4-1 2.4-2.2 2.7-3.6zm6.5-88.2c1 1.4 2.2 2.4 3.6 2.8.4.1.9.2 1.4.2 1 0 2.3-.3 3.7-1.2 3.2-2.2 3.8-5.5 1.7-8.7-1.9-2.8-12.9-12.1-14.1-13.1l-5-4.2 2 6.2c.5 1.5 4.8 15.3 6.7 18zm103.7 31.8c-1.7.3-3.1 1.1-4 2.3-.7.9-1.5 2.6-1 5.1.7 3.2 2.8 5 5.8 5 .5 0 1-.1 1.6-.2 3.3-.7 16.1-7.3 17.5-8l5.8-3-6.5-.6c-1.5-.1-15.9-1.3-19.2-.6zm-45.9 77.3c-.9-.7-2.6-1.5-5.1-1-3.8.8-5.6 3.6-4.9 7.4.7 3.3 7.3 16.1 8 17.5l3 5.8.6-6.5c.1-1.6 1.3-16 .7-19.3-.4-1.7-1.2-3.1-2.3-3.9zM217 228.2c1.5 0 2.7-.1 3.3-.2 3.7-.7 5.7-3.6 4.9-7.3-.8-3.8-3.6-5.6-7.4-4.9-3.3.7-16.1 7.3-17.5 8l-5.8 3 6.5.6c1.3.1 10.5.8 16 .8zm52.8-76.3c.5 0 1-.1 1.5-.2 3.8-.8 5.6-3.6 4.9-7.4-.7-3.3-7.3-16.1-8-17.5l-3-5.8-.6 6.5c-.1 1.6-1.3 16-.7 19.3.7 3.2 2.9 5.1 5.9 5.1z" fill="#FEC50C"/><path d="M406.9 268.3c1.4-2.3 4-6.8 1.3-11.6l-.5-.9-.8-.6c-2.2-1.8-5-2.5-7.8-2-.1 0-.3.1-.4.1.2-1.4.3-2.9.3-4.4v-.1c0-3.9-1.1-6.9-3.3-8.7-1.8-1.5-4.1-2.2-6.6-1.9h-.2c-5.4 1-6.3 6.1-6.7 8 0 .1 0 .2-.1.3-1.5-.7-3.2-.8-4.9-.5-3.8.8-6.4 4.1-6.3 7.8-4.9 23.4-20.8 44.9-42.6 57.5-9.5 5.4-20.7 9.1-32.1 10.8l-.4.1c-1 .2-2.1.3-3.4.4-2.1.1-4.6.3-7.1 1.2l-.8.3-.7.5c-.9.7-1.8 1.5-2.6 2.2l.2-3.6c-.6 0-1.2-.1-1.7-.1-.9 0-1.9-.1-2.8-.2h-.2c-16.4-1-32.3-6.4-45.9-15.8-16.8-11.6-29-28.4-34.6-47.3l-.1-.3c-.4-1-.6-2.3-.9-3.7-.4-1.9-.8-3.9-1.6-5.9l-.5-1.3-1.1-.9c-2.3-1.9-5.5-2.4-8.2-1.3-.1 0-.1 0-.2.1v-.2l-.2-.6-.1-.3c0-.1-.1-.3-.1-.4-1.5-6.6-6-7.1-8-6.9-3.1 0-8 1.6-8.4 10.5v.4c0 1.4.1 2.9.3 4.3-2-.5-4-.3-6 .6-1.9.8-3.4 2.2-4.2 4.1-1.5 3.6.3 7.2 1.1 8.7.3.6.6 1.1.9 1.6-3.4 1.3-5.4 4.5-5 8.1l.2 1.2.7 1c2.9 4.6 6.3 8.7 9.9 12.4-.5.5-.9 1.1-1.1 1.8-1.5 3.5.7 6.8 1.9 8.6l.4.6.3.4c2.4 2.5 5 4.6 7.8 6.3-.9 1.8-.8 3.9.2 5.8l.3.6.4.5c1.6 1.8 3.5 3 5.4 3.8l-.5 3.1 2.9 2c.7.5 1.4.8 2.1 1.2l-1 1.7 4.3 2.7-4.1 2.1 12 4.4c3.9 1.4 8.1 3.1 13.5 5.5 10.6 4.7 20.3 7.3 29.7 7.8l1.4-11.2c-3.1-.6-6.2-1.5-9-2.5-5.3-1.8-10-3.4-14.4-5.3l2.9-2.4 3.2-1.4-1.3-.3 4.3-3.6-14.7-.5c-.6 0-1.2-.1-1.8-.2l-.3-1.5c-.6-2.9-2.6-4.3-4.5-5l.7-.6-.8-.3c-.2-1.3-.7-2.2-1.4-3l2.2-.9-4-1.8c-.1-.5-.3-1-.6-1.6l3.7-.6-11-8-.1-.1-.3-3.9 6.2 5.2v.1c3.3 4.4 6.8 8.9 11.4 12.7 4.4 3.7 9.5 5.5 14.4 6.9 2.3 1.5 4.5 3.6 6.8 5.9 1.6 1.6 3.3 3.3 5.2 4.8 6 5.5 14.1 5.9 19.5 6.2.6 0 1.3.1 2 .1 4 .2 7.8.3 10.9 1.4-1.7 1.4-3.5 2.5-5.5 3.2l-.4.1-.4.2c-1 .5-2.3.9-3.7 1.4-3.5 1.2-7.9 2.6-11 6.6l-.3.4-.2.4c-.2.4-.4.8-.5 1.3-1.1.8-2.2 1.8-3.1 3.2-1.1 1.7-1.4 3.3-1.5 4.4v.4c-.1 1.8.2 3.7 1.1 5.5l2.1 3.6 3.6-.3c.5 0 1.4-.2 2.2-.7 1.2.2 2.6 0 3.8-.8 1.7-.6 3.9-.8 6.2-1h.3c-1.1 1.5-1.9 3.3-2.4 5.1l-1.4 5.5 5.4 1.4c3.4.9 6.4.2 9-1 .3.3.6.7 1 1l1.8 1.4 2.3-.2c1.5-.1 2.8-.5 4-1.1l.8.9 2.2.2c2.5.2 4.6-.5 6.2-1.5l.8.4c2.5 1.1 5.3 1 7.8-.1.6-.3 1.2-.6 1.8-1 .9.5 2 .7 3.1.7 2.2 0 4.2-.8 5.8-2.1l.2.1 1.5.2c3.6.6 6.2-.9 8.1-2.6 2.8 1 5.9.3 8.1-2 .6-.6 1.1-1.2 1.5-1.8 2.2.9 5.1 1.4 8.3-.5l.4-.3c1.3-1 2.2-2.2 2.8-3.4 3.6.7 7.5-.3 10.4-2.8 3.1-2.6 4.6-6.5 4-10.5l-.7-4.6-4.6-.2c3.6-1.2 7-2.8 10.1-4.8l.7-.5.2-.2.8-.4c2-1 5.6-2.8 5.5-6.9 1.7-.2 3.5-.5 5.2-1.1l3.5-1.2.3-3.7v-.2c1.7-.6 3.4-1.5 5.1-2.7l7.4-5.7-1.8-.8c.2-.1.4-.3.6-.4l.5-.3.4-.4c2.9-3.3 1.8-6.4 1.4-7.4 3.7-2.3 7.6-5.1 10.4-9.4 1.5-2.2 3.5-7.2.5-10.7 3.9-4.1 7.2-8.2 9.9-12.5l.7-1.1.1-1.3c0-3.1-2-6.3-5.3-7.6zm-78.1 78c-2.6-.2-5.3-.2-7.9-.1h-.3c-.3 0-.5 0-.8.1-1.7.1-4.6.3-6.7 2.7-.4.5-.8 1.1-1.1 1.9-1.3.5-3.1 1.6-3.9 3.9-.2.5-.3 1-.3 1.6-.2.1-.3.2-.5.3-2.3.8-4.6 1.2-7.1 1.4l-4.2-2.4c-1.7-1-3.4-1.2-4.5-1.3l-8.4-.1c-.4 0-.7-.1-1.1-.1-.7-.1-1.4-.1-2.1-.2l1.3-1.5 10.4-7.8-7.1.4c2.2-2 4.1-3.7 6.2-4.1l.5-.1c4.5-1.4 9.2-1.9 14.2-2.6 4.9-.6 9.9-1.2 15-2.6l1.9-.5 1.2-1.6c4.6-6.2 11.8-9.7 19.5-13.3 2.7-1.3 5.6-2.7 8.3-4.1 4.3-1.6 6-5.3 6.8-7.4.2-.2.3-.5.5-.7l6.1-2.9 3.2-.1-4.7 5.1 1.3.3-1.5 1.2-8.9 7.8 2.4.4c0 .1-.1.2-.1.3l-.4.2c-.5.2-1.1.4-1.6.7l-1.1.5.2.1c-1.2.8-2.2 1.9-2.8 3.5l-7.1-.6 2.5 7.9c-5.6 4.1-11.7 6.5-17.5 7.1l.2 6.7zM70.1 326.5c1.6-6.2 2.2-10.3 2.2-16.7 0-11-3.9-19.3-11-19.9 7.1-.6 11-8.9 11-19.9 0-6.5-.6-10.5-2.2-16.7 0 0-12.6-50.1-17.5-69.4-.6-2.4-.8-5.2-.8-9.2 0-6.2 3.2-11.3 6.5-11.5 3-.1 6.3 5.4 6.3 11.7 0 7.6-2.1 11.1-4.2 11.1-2.6 0-3.7-2.1-3.7-5.6 0-2.5.6-3.5 1.5-3.5 2.3 0 1.6 5.8 1.6 5.8 1.1-.5 2-2.6 1.5-5.4.8-.3 1.6-1.2 2.2-2.5-.6-1.1-1.3-2-2.2-2.3.5-3.3-.2-4.9-1.7-5.6.3 1.3.3 2.5.2 3.6-2.4-1.3-6.1.8-6.1 8.7 0 7.9 2.9 14.5 8.2 12.8-1.3 1.2-1.9 3.5-2.1 6.2 1-.7 2.1-.8 2.1-.8-.6 2.1-1.5 3.9-1.5 8.1 1-.9 1.9-2.5 3.2-1.4-2 7.5.5 17.8 6.7 20.3-2.3-5.1-3.4-10.6-3.4-16.1 0-17.8 2.6-20.8 2.6-33.2 0-5.1-1.4-10.6-4.1-14.4 1.8-.9 2.9-2.6 3.6-4.9-1.3-3.2-2.1-4.2-4.2-4.4 2.4-2.3 4.8-7.4 4.8-15.4 0-12.2-2.6-17.3-2.6-31 0-7.6 3.3-17.4 3.3-17.4-5.8 1.1-8.7 11.4-7 19.6-.9.3-1.8-.1-2.5-1.4-.4 2.3.2 4.9 1.1 7.2-.7.7-1.3.3-2.4-.2.1 2.3.8 4.8 2.6 7.2-5.2-2.6-8.4 4.4-8.4 11.6 0 5.5 2 9.4 4 9.4.6 0 1.6-.5 2.1-1.3.4 1.5.2 3.5-.2 5 1.4-.7 2.4-2.4 1.7-5.8 1.1-.2 2-.9 2.6-2.3-.6-1.5-1.5-2.3-2.6-2.3.8-3.2-.1-5-1.4-6.4 0 0 .8 6.4-1.3 6.4-1 0-1.8-.6-1.8-3.3 0-2.3 1.1-5.6 3.6-5.4 2.5.2 4.5 3.3 4.5 10.8 0 7-3 10.5-6.8 10.7-3.5.2-6.2-3.4-6.2-10.3 0-9.2 7-30.1 7-38.3 0-6.1-2.9-9.6-5.7-9.6-1.8 0-3.4 1.6-4.6 3.3-1.2-1.7-2.8-3.3-4.6-3.3-2.8 0-5.7 3.4-5.7 9.6 0 8.2 7 29.1 7 38.3 0 6.9-2.6 10.5-6.2 10.3-3.9-.2-6.8-3.7-6.8-10.7 0-7.6 2-10.6 4.5-10.8 2.5-.2 3.6 3 3.6 5.4 0 2.7-.9 3.3-1.8 3.3-2.1 0-1.3-6.4-1.3-6.4-1.3 1.4-2.2 3.2-1.4 6.4-1.1-.1-2 .8-2.6 2.3.6 1.4 1.5 2.1 2.6 2.3-.7 3.4.3 5 1.7 5.8-.4-1.5-.6-3.5-.2-5 .5.8 1.5 1.3 2.1 1.3 2 0 4-3.9 4-9.4 0-7.3-3.2-14.2-8.4-11.6 1.8-2.3 2.5-4.8 2.6-7.2-1.2.5-1.7.9-2.4.2.9-2.3 1.6-4.9 1.1-7.2-.7 1.3-1.6 1.7-2.5 1.4 1.6-8.2-1.2-18.5-7-19.6 0 0 3.3 9.7 3.3 17.4 0 13.8-2.6 18.8-2.6 31 0 7.9 2.4 13 4.8 15.4-2.1.3-2.9 1.2-4.2 4.4.7 2.3 1.8 4 3.6 4.9-2.7 3.8-4.1 9.3-4.1 14.4 0 12.4 2.6 15.4 2.6 33.2 0 5.5-1.1 11-3.4 16.1 6.2-2.4 8.7-12.8 6.7-20.3 1.3-1 2.2.6 3.2 1.4 0-4.1-.8-6-1.5-8.1 0 0 1.1.1 2.1.8-.1-2.7-.8-5-2.1-6.2 5.4 1.7 8.2-5 8.2-12.8 0-7.9-3.7-10-6.1-8.7-.1-1.1-.1-2.3.2-3.6-1.5.7-2.2 2.3-1.7 5.6-.9.3-1.6 1.2-2.2 2.3.6 1.3 1.4 2.1 2.2 2.5-.5 2.7.4 4.9 1.5 5.4 0 0-.6-5.8 1.6-5.8.9 0 1.5 1.1 1.5 3.5 0 3.5-1 5.6-3.7 5.6-2.1 0-4.2-3.4-4.2-11.1 0-6.3 3.3-11.8 6.3-11.7 3.3.2 6.5 5.2 6.5 11.5 0 4-.2 6.8-.8 9.2-4.9 19.4-17.5 69.4-17.5 69.4-1.6 6.2-2.2 10.3-2.2 16.7 0 11 3.9 19.3 11 19.9-7.1.6-11 8.9-11 19.9 0 6.5.6 10.5 2.2 16.7 0 0 12.6 50.1 17.5 69.4.6 2.4.8 5.2.8 9.2 0 6.2-3.2 11.3-6.5 11.5-3 .1-6.3-5.4-6.3-11.7 0-7.6 2.1-11.1 4.2-11.1 2.6 0 3.7 2.1 3.7 5.6 0 2.5-.6 3.5-1.5 3.5-2.3 0-1.6-5.8-1.6-5.8-1.1.5-2 2.6-1.5 5.4-.8.3-1.6 1.2-2.2 2.5.6 1.1 1.3 2 2.2 2.3-.5 3.3.2 4.9 1.7 5.6-.3-1.3-.3-2.5-.2-3.6 2.4 1.3 6.1-.8 6.1-8.7 0-7.9-2.9-14.5-8.2-12.8 1.3-1.2 1.9-3.5 2.1-6.2-1 .7-2.1.8-2.1.8.6-2.1 1.5-3.9 1.5-8.1-1 .9-1.9 2.5-3.2 1.4 2-7.5-.5-17.8-6.7-20.3 2.3 5.1 3.4 10.6 3.4 16.1 0 17.8-2.6 20.8-2.6 33.2 0 5.1 1.4 10.6 4.1 14.4-1.8.9-2.9 2.6-3.6 4.9 4.2 2.3 10.2 2.2 13.5-.2 3.7-.8 6.4-6.3 7.1-9.1.8 2.8 3.4 8.3 7.1 9.1 3.3 2.4 9.3 2.5 13.5.2-.7-2.3-1.8-4-3.6-4.9 2.7-3.8 4.1-9.3 4.1-14.4 0-12.4-2.6-15.4-2.6-33.2 0-5.5 1.1-11 3.4-16.1-6.2 2.4-8.7 12.8-6.7 20.3-1.3 1-2.2-.6-3.2-1.4 0 4.1.8 6 1.5 8.1 0 0-1.1-.1-2.1-.8.1 2.7.8 5 2.1 6.2-5.4-1.7-8.2 5-8.2 12.8 0 7.9 3.7 10 6.1 8.7.1 1.1.1 2.3-.2 3.6 1.5-.7 2.2-2.3 1.7-5.6.9-.3 1.6-1.2 2.2-2.3-.6-1.3-1.4-2.1-2.2-2.5.5-2.7-.4-4.9-1.5-5.4 0 0 .6 5.8-1.6 5.8-.9 0-1.5-1.1-1.5-3.5 0-3.5 1-5.6 3.7-5.6 2.1 0 4.2 3.4 4.2 11.1 0 6.3-3.3 11.8-6.3 11.7-3.3-.2-6.5-5.2-6.5-11.5 0-4 .2-6.8.8-9.2 4.5-19.4 17.1-69.4 17.1-69.4zm-21.6-20.3c-1.7-10.3-6.8-15.9-11.4-16.4 4.6-.5 9.7-6.1 11.4-16.4 1.7 10.3 6.8 15.9 11.4 16.4-4.6.4-9.7 6.1-11.4 16.4zM43.4 97.6c1.3-3.1 5.1 3 5.1 3s3.8-6.1 5.1-3c1.6 3.7-2.8 18.4-5.1 29.2-2.3-10.7-6.7-25.5-5.1-29.2zm-2.1 58c-.2-.2-.6-.2-.8-.4 3.5-1.5 6.4-4 7.9-9.2 1.6 5.2 4.5 7.7 7.9 9.2-.3.1-.6.2-.8.4-3.7.8-6.4 6.3-7.1 9.1-.7-2.8-3.3-8.3-7.1-9.1zM29.4 268.8c0-3.6.5-7 1.2-10.1 3.6-14.9 15.3-62.2 17.8-72.1 2.5 9.9 14.2 57.2 17.8 72.1.8 3.2 1.2 6.5 1.2 10.1 0 9.1-4.4 12.3-6.9 12.3-3 0-6-4.3-6-9.7 0-3.4 1-5.5 2.4-5.5 3.4 0 3.2 5.5 2.5 8.9 2.1-1.8 3.3-5 3-8.4 1.2-.3 2.3-1.4 3.3-3.6-.8-2-1.8-3.5-3.3-3.5.7-5.2-1.2-7.5-3-8.7.6 3.8.9 8.3-2.5 8.3-2.5 0-4.5.8-5.6 3.9-.1-4.1-.3-20.5-.3-20.5-.1-6.1 4.3-6 7.1-4.1-1.1-7.1-3.3-10.9-8.3-9.9 1.2-1 2.5-3.2 2.5-7.4 0-5.8-2.4-12.1-4.1-14-1.6 1.9-4.1 8.3-4.1 14 0 4.3 1.3 6.5 2.5 7.4-5.1-1-7.3 2.9-8.3 9.9 2.8-1.8 7.3-2 7.1 4.1 0 0-.2 16.3-.3 20.5-1.1-3.1-3.1-3.9-5.6-3.9-3.4 0-3.1-4.4-2.5-8.3-1.8 1.2-3.6 3.4-3 8.7-1.5.1-2.5 1.5-3.3 3.5 1 2.2 2.2 3.3 3.3 3.6-.3 3.4.9 6.6 3 8.4-.7-3.4-.9-8.9 2.5-8.9 1.4 0 2.4 2.1 2.4 5.5 0 5.4-3 9.7-6 9.7-2.1 0-6.5-3.2-6.5-12.3zM48.5 393c-2.5-9.9-14.2-57.2-17.8-72.1-.8-3.2-1.2-6.5-1.2-10.1 0-9.1 4.4-12.3 6.9-12.3 3 0 6 4.3 6 9.7 0 3.4-1 5.5-2.4 5.5-3.4 0-3.2-5.5-2.5-8.9-2.1 1.8-3.3 5-3 8.4-1.2.3-2.3 1.4-3.3 3.6.8 2 1.8 3.5 3.3 3.5-.7 5.2 1.2 7.5 3 8.7-.6-3.8-.9-8.3 2.5-8.3 2.5 0 4.5-.8 5.6-3.9.1 4.1.3 20.5.3 20.5.1 6.1-4.3 6-7.1 4.1 1.1 7.1 3.3 10.9 8.3 9.9-1.2 1-2.5 3.2-2.5 7.4 0 5.8 2.4 12.1 4.1 14 1.6-1.9 4.1-8.3 4.1-14 0-4.3-1.3-6.5-2.5-7.4 5.1 1 7.3-2.9 8.3-9.9-2.8 1.8-7.3 2-7.1-4.1 0 0 .2-16.3.3-20.5 1.1 3.1 3.1 3.9 5.6 3.9 3.4 0 3.1 4.4 2.5 8.3 1.8-1.2 3.6-3.4 3-8.7 1.5-.1 2.5-1.5 3.3-3.5-1-2.2-2.2-3.3-3.3-3.6.3-3.4-.9-6.6-3-8.4.7 3.4.9 8.9-2.5 8.9-1.4 0-2.4-2.1-2.4-5.5 0-5.4 3-9.7 6-9.7 2.5 0 6.9 3.2 6.9 12.3 0 3.6-.5 7-1.2 10.1-4 14.9-15.7 62.2-18.2 72.1z" fill="#FEC50C"/><path d="M496 80v352H16V80h480m16-16H0v384h512V64z" fill="#AFBDC6"/></svg>',
390
400
 
401
+ 'km-kh': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M512 64H0v384h512V64Z" fill="#C0CFD8"/><path d="M496 80.3H16v96h480v-96Zm0 255.7H16v96h480v-96Z" fill="#0035A0"/><path d="M496 176H16v160h480V176Z" fill="#E03232"/><path d="m256 192 64 112H192l64-112Z" fill="#fff"/></svg>',
402
+
391
403
  'ko-kr': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#B0BEC9" d="M0 64h512v384H0z"/><path fill="#FFF" d="M16 81.3h480v352H16z"/><path fill="#E03232" d="M256 176c-44.2 0-80 35.8-80 80h160c0-44.2-35.8-80-80-80z"/><path fill="#0035A0" d="M256 336c44.2 0 80-35.8 80-80H176c0 44.2 35.8 80 80 80z"/><path fill="none" stroke="#000" stroke-width="16" stroke-miterlimit="10" d="m384 128 64 64M64 192l64-64M128 384l-64-64M448 320l-64 64"/></svg>',
392
404
 
393
405
  'lo-la': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#B0BEC9" d="M0 64h512v384H0z"/><path fill="#E03232" d="M16 81.3h480v112H16zM16 320h480v112H16z"/><path fill="#0035A0" d="M16 192h480v128H16z"/><circle fill="#FFF" cx="256" cy="256" r="48"/></svg>',
@@ -7,33 +7,35 @@
7
7
  /// @param {Map} $breakpoints[$grid-breakpoints] - A map that defines the breakpoints
8
8
 
9
9
  @mixin media-breakpoint-up($name, $breakpoints: null) {
10
- $breakpoints: setter(
11
- $breakpoints,
12
- if(
13
- variable-exists(grid-breakpoints),
14
- $grid-breakpoints,
10
+ @if ($name != c-unset) {
11
+ $breakpoints: setter(
12
+ $breakpoints,
15
13
  if(
16
- variable-exists(cadmin-grid-breakpoints),
17
- $cadmin-grid-breakpoints,
18
- (
19
- xs: 0,
20
- sm: 576px,
21
- md: 768px,
22
- lg: 992px,
23
- xl: 1280px,
14
+ variable-exists(grid-breakpoints),
15
+ $grid-breakpoints,
16
+ if(
17
+ variable-exists(cadmin-grid-breakpoints),
18
+ $cadmin-grid-breakpoints,
19
+ (
20
+ xs: 0,
21
+ sm: 576px,
22
+ md: 768px,
23
+ lg: 992px,
24
+ xl: 1280px,
25
+ )
24
26
  )
25
27
  )
26
- )
27
- );
28
+ );
28
29
 
29
- $min: breakpoint-min($name, $breakpoints);
30
+ $min: breakpoint-min($name, $breakpoints);
30
31
 
31
- @if $min {
32
- @media (min-width: $min) {
32
+ @if $min {
33
+ @media (min-width: $min) {
34
+ @content;
35
+ }
36
+ } @else {
33
37
  @content;
34
38
  }
35
- } @else {
36
- @content;
37
39
  }
38
40
  }
39
41
 
@@ -42,33 +44,35 @@
42
44
  /// @param {Map} $breakpoints[$grid-breakpoints] - A map that defines the breakpoints
43
45
 
44
46
  @mixin media-breakpoint-down($name, $breakpoints: null) {
45
- $breakpoints: setter(
46
- $breakpoints,
47
- if(
48
- variable-exists(grid-breakpoints),
49
- $grid-breakpoints,
47
+ @if ($name != c-unset) {
48
+ $breakpoints: setter(
49
+ $breakpoints,
50
50
  if(
51
- variable-exists(cadmin-grid-breakpoints),
52
- $cadmin-grid-breakpoints,
53
- (
54
- xs: 0,
55
- sm: 576px,
56
- md: 768px,
57
- lg: 992px,
58
- xl: 1280px,
51
+ variable-exists(grid-breakpoints),
52
+ $grid-breakpoints,
53
+ if(
54
+ variable-exists(cadmin-grid-breakpoints),
55
+ $cadmin-grid-breakpoints,
56
+ (
57
+ xs: 0,
58
+ sm: 576px,
59
+ md: 768px,
60
+ lg: 992px,
61
+ xl: 1280px,
62
+ )
59
63
  )
60
64
  )
61
- )
62
- );
65
+ );
63
66
 
64
- $max: breakpoint-max($name, $breakpoints);
67
+ $max: breakpoint-max($name, $breakpoints);
65
68
 
66
- @if $max {
67
- @media (max-width: $max) {
69
+ @if $max {
70
+ @media (max-width: $max) {
71
+ @content;
72
+ }
73
+ } @else {
68
74
  @content;
69
75
  }
70
- } @else {
71
- @content;
72
76
  }
73
77
  }
74
78