@snyk-mktg/brand-ui 2.5.1 → 2.5.3

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 (33) hide show
  1. package/dist/css/base.css +4 -4
  2. package/dist/css/base.css.map +1 -1
  3. package/dist/css/bundle.css +18 -18
  4. package/dist/css/bundle.css.map +1 -1
  5. package/dist/css/components.css +14 -14
  6. package/dist/css/components.css.map +1 -1
  7. package/dist/css/evo-bundle.css +1231 -1188
  8. package/dist/css/evo-bundle.css.map +1 -1
  9. package/dist/css/index.css.map +1 -1
  10. package/dist/css/labs-bundle.css +18 -18
  11. package/dist/css/labs-bundle.css.map +1 -1
  12. package/dist/css/utilities.css.map +1 -1
  13. package/dist/js/helpers/caseFormats.test.d.ts +1 -0
  14. package/dist/js/helpers/caseFormats.test.js +59 -0
  15. package/dist/js/helpers/classnames.test.d.ts +1 -0
  16. package/dist/js/helpers/classnames.test.js +13 -0
  17. package/dist/js/helpers/getInitials.test.d.ts +1 -0
  18. package/dist/js/helpers/getInitials.test.js +29 -0
  19. package/dist/js/helpers/grid.test.d.ts +1 -0
  20. package/dist/js/helpers/grid.test.js +44 -0
  21. package/dist/js/helpers/range.test.d.ts +1 -0
  22. package/dist/js/helpers/range.test.js +24 -0
  23. package/dist/js/types/buttonVariants.d.ts +1 -1
  24. package/dist/scss/components/atoms/_button.scss +8 -0
  25. package/dist/scss/components/molecules/_search.scss +46 -0
  26. package/dist/scss/components/organisms/_navigation.scss +4 -0
  27. package/dist/scss/components.scss +1 -0
  28. package/dist/scss/evo/_base.scss +1 -0
  29. package/dist/scss/evo/_components.scss +1 -1
  30. package/dist/scss/evo/base/mixins/_typography.scss +28 -0
  31. package/dist/scss/evo/base/variables/_colors.scss +2 -2
  32. package/dist/scss/evo/components/atoms/_tooltip.scss +9 -0
  33. package/package.json +1 -1
@@ -13206,10 +13206,10 @@ hr.dark-mode, .dark-mode hr {
13206
13206
  background-color: #181846;
13207
13207
  }
13208
13208
  [data-page-theme=evo] .bg-theme-base {
13209
- background-color: #000000;
13209
+ background-color: "none";
13210
13210
  }
13211
13211
  .dark-mode[data-page-theme=evo] .bg-theme-base, [data-page-theme=evo] .dark-mode .bg-theme-base, [data-page-theme=evo] .bg-theme-base.dark-mode {
13212
- background-color: #000000;
13212
+ background-color: "none";
13213
13213
  }
13214
13214
 
13215
13215
  .bg-glass {
@@ -13275,10 +13275,10 @@ hr.dark-mode, .dark-mode hr {
13275
13275
  color: #181846;
13276
13276
  }
13277
13277
  [data-page-theme=evo] .fill-theme-base {
13278
- color: #000000;
13278
+ color: "none";
13279
13279
  }
13280
13280
  .dark-mode[data-page-theme=evo] .fill-theme-base, [data-page-theme=evo] .dark-mode .fill-theme-base, [data-page-theme=evo] .fill-theme-base.dark-mode {
13281
- color: #000000;
13281
+ color: "none";
13282
13282
  }
13283
13283
 
13284
13284
  .bg-theme-solid-primary {
@@ -25383,10 +25383,10 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
25383
25383
  background-color: #181846;
25384
25384
  }
25385
25385
  [data-page-theme=evo] .agenda-item-datetime {
25386
- background-color: #000000;
25386
+ background-color: "none";
25387
25387
  }
25388
25388
  .dark-mode[data-page-theme=evo] .agenda-item-datetime, [data-page-theme=evo] .dark-mode .agenda-item-datetime, [data-page-theme=evo] .agenda-item-datetime.dark-mode {
25389
- background-color: #000000;
25389
+ background-color: "none";
25390
25390
  }
25391
25391
  .agenda-item-datetime {
25392
25392
  color: #003cff;
@@ -26523,10 +26523,10 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
26523
26523
  background-color: #181846;
26524
26524
  }
26525
26525
  [data-page-theme=evo] .table-comparison-group-header-content {
26526
- background-color: #000000;
26526
+ background-color: "none";
26527
26527
  }
26528
26528
  .dark-mode[data-page-theme=evo] .table-comparison-group-header-content, [data-page-theme=evo] .dark-mode .table-comparison-group-header-content, [data-page-theme=evo] .table-comparison-group-header-content.dark-mode {
26529
- background-color: #000000;
26529
+ background-color: "none";
26530
26530
  }
26531
26531
  .table-comparison-row-header {
26532
26532
  width: calc(1440px / 12 * 6);
@@ -26710,13 +26710,13 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
26710
26710
  }
26711
26711
  [data-page-theme=evo] .brandui-table .table-wrapper table thead,
26712
26712
  [data-page-theme=evo] .brandui-table .table-wrapper table tfoot {
26713
- background-color: #000000;
26713
+ background-color: "none";
26714
26714
  }
26715
26715
  .dark-mode[data-page-theme=evo] .brandui-table .table-wrapper table thead, [data-page-theme=evo] .dark-mode .brandui-table .table-wrapper table thead, [data-page-theme=evo] .brandui-table .table-wrapper table thead.dark-mode,
26716
26716
  .dark-mode[data-page-theme=evo] .brandui-table .table-wrapper table tfoot,
26717
26717
  [data-page-theme=evo] .dark-mode .brandui-table .table-wrapper table tfoot,
26718
26718
  [data-page-theme=evo] .brandui-table .table-wrapper table tfoot.dark-mode {
26719
- background-color: #000000;
26719
+ background-color: "none";
26720
26720
  }
26721
26721
  .brandui-table .table-wrapper table thead {
26722
26722
  border-bottom-width: 0.0625rem;
@@ -26949,10 +26949,10 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
26949
26949
  background-color: #181846;
26950
26950
  }
26951
26951
  [data-page-theme=evo] .breadcrumbs {
26952
- background-color: #000000;
26952
+ background-color: "none";
26953
26953
  }
26954
26954
  .dark-mode[data-page-theme=evo] .breadcrumbs, [data-page-theme=evo] .dark-mode .breadcrumbs, [data-page-theme=evo] .breadcrumbs.dark-mode {
26955
- background-color: #000000;
26955
+ background-color: "none";
26956
26956
  }
26957
26957
  .breadcrumbs-links {
26958
26958
  padding: 1rem 0;
@@ -27055,10 +27055,10 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
27055
27055
  background-color: #181846;
27056
27056
  }
27057
27057
  [data-page-theme=evo] .body-cta {
27058
- background-color: #000000;
27058
+ background-color: "none";
27059
27059
  }
27060
27060
  .dark-mode[data-page-theme=evo] .body-cta, [data-page-theme=evo] .dark-mode .body-cta, [data-page-theme=evo] .body-cta.dark-mode {
27061
- background-color: #000000;
27061
+ background-color: "none";
27062
27062
  }
27063
27063
  .body-cta {
27064
27064
  border-color: RGBA(254, 235, 222, 0.7);
@@ -27197,10 +27197,10 @@ a.chip:hover.dark-mode, .dark-mode a.chip:hover, a.chip:focus.dark-mode, .dark-m
27197
27197
  background-color: #181846;
27198
27198
  }
27199
27199
  [data-page-theme=evo] .feature-cta-content {
27200
- background-color: #000000;
27200
+ background-color: "none";
27201
27201
  }
27202
27202
  .dark-mode[data-page-theme=evo] .feature-cta-content, [data-page-theme=evo] .dark-mode .feature-cta-content, [data-page-theme=evo] .feature-cta-content.dark-mode {
27203
- background-color: #000000;
27203
+ background-color: "none";
27204
27204
  }
27205
27205
  .feature-cta-content {
27206
27206
  border-color: RGBA(254, 235, 222, 0.7);
@@ -29247,10 +29247,10 @@ a.tag:focus {
29247
29247
  background-color: #181846;
29248
29248
  }
29249
29249
  [data-page-theme=evo] .basic-cta {
29250
- background-color: #000000;
29250
+ background-color: "none";
29251
29251
  }
29252
29252
  .dark-mode[data-page-theme=evo] .basic-cta, [data-page-theme=evo] .dark-mode .basic-cta, [data-page-theme=evo] .basic-cta.dark-mode {
29253
- background-color: #000000;
29253
+ background-color: "none";
29254
29254
  }
29255
29255
  .basic-cta {
29256
29256
  border-color: RGBA(254, 235, 222, 0.7);