@digigov/css 1.2.1-496927f3 → 2.0.0-8de46296

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 (66) hide show
  1. package/dist/base/index.css +1 -1
  2. package/dist/base.js +1 -1
  3. package/dist/components.js +1 -1
  4. package/dist/digigov.css +3 -3
  5. package/dist/utilities/index.css +1 -1
  6. package/dist/utilities.js +1 -1
  7. package/package.json +1 -1
  8. package/src/components/accordion.css +37 -37
  9. package/src/components/admin-header.css +9 -9
  10. package/src/components/admin-layout.css +8 -8
  11. package/src/components/autocomplete.css +31 -31
  12. package/src/components/back-to-top.css +4 -4
  13. package/src/components/bottom-info.css +2 -2
  14. package/src/components/breadcrumbs.css +5 -5
  15. package/src/components/button.css +47 -47
  16. package/src/components/card.css +27 -27
  17. package/src/components/checkboxes.css +17 -17
  18. package/src/components/chip.css +16 -16
  19. package/src/components/copy-to-clipboard.css +18 -18
  20. package/src/components/details.css +4 -4
  21. package/src/components/dev-theme.css +1 -1
  22. package/src/components/drawer.css +30 -30
  23. package/src/components/dropdown.css +37 -37
  24. package/src/components/experimental.css +10 -10
  25. package/src/components/fillable.css +3 -3
  26. package/src/components/filter.css +51 -51
  27. package/src/components/footer.css +24 -24
  28. package/src/components/form.css +85 -85
  29. package/src/components/full-page-background.css +1 -1
  30. package/src/components/header.css +40 -40
  31. package/src/components/hidden.css +11 -11
  32. package/src/components/kitchensink.css +18 -18
  33. package/src/components/layout.css +31 -31
  34. package/src/components/loader.css +11 -11
  35. package/src/components/masthead.css +23 -23
  36. package/src/components/misc.css +11 -11
  37. package/src/components/modal.css +11 -11
  38. package/src/components/nav.css +48 -48
  39. package/src/components/notification-banner.css +15 -15
  40. package/src/components/pagination.css +24 -24
  41. package/src/components/panel.css +4 -4
  42. package/src/components/phase-banner.css +7 -7
  43. package/src/components/radios.css +15 -15
  44. package/src/components/skiplink.css +1 -1
  45. package/src/components/stack.css +22 -22
  46. package/src/components/stepnav.css +42 -42
  47. package/src/components/summary-list.css +32 -32
  48. package/src/components/svg-icons.css +27 -27
  49. package/src/components/table.css +98 -98
  50. package/src/components/tabs.css +18 -18
  51. package/src/components/task-list.css +20 -20
  52. package/src/components/timeline.css +16 -16
  53. package/src/components/typography.css +87 -87
  54. package/src/components/warning-text.css +6 -6
  55. package/src/pages/admin-filtering-data.js +86 -86
  56. package/src/pages/admin.js +36 -36
  57. package/src/pages/dropdown.js +109 -109
  58. package/src/pages/form.js +210 -210
  59. package/src/pages/headings/service-heading.js +9 -9
  60. package/src/pages/index.js +201 -201
  61. package/src/pages/pagination.js +49 -49
  62. package/src/pages/table.js +223 -223
  63. package/src/utilities/index.css +195 -195
  64. package/src/utilities/utilities.css +416 -416
  65. package/tailwind.config.js +0 -2
  66. package/themes.plugin.js +1 -1
@@ -1 +1 @@
1
- .govgr-m-0{margin:0!important}.govgr-m-1{margin:.25rem!important}.govgr-m-2{margin:.5rem!important}.govgr-m-3{margin:.5rem!important}@media (min-width:768px){.govgr-m-3{margin:.75rem!important}}.govgr-m-4{margin:.75rem!important}@media (min-width:768px){.govgr-m-4{margin:1rem!important}}.govgr-m-5{margin:1rem!important}@media (min-width:768px){.govgr-m-5{margin:1.25rem!important}}.govgr-m-6{margin:1.25rem!important}@media (min-width:768px){.govgr-m-6{margin:1.5rem!important}}.govgr-m-7{margin:1.5rem!important}@media (min-width:768px){.govgr-m-7{margin:2rem!important}}.govgr-m-8{margin:2rem!important}@media (min-width:768px){.govgr-m-8{margin:2.5rem!important}}.govgr-m-9{margin:2rem!important}@media (min-width:768px){.govgr-m-9{margin:3rem!important}}.govgr-m-10{margin:2.25rem!important}@media (min-width:768px){.govgr-m-10{margin:3.5rem!important}}.govgr-m-11{margin:2.5rem!important}@media (min-width:768px){.govgr-m-11{margin:4rem!important}}.govgr-m-12{margin:2.75rem!important}@media (min-width:768px){.govgr-m-12{margin:5rem!important}}.govgr-mt-0{margin-top:0!important}.govgr-mt-1{margin-top:.25rem!important}.govgr-mt-2{margin-top:.5rem!important}.govgr-mt-3{margin-top:.5rem!important}@media (min-width:768px){.govgr-mt-3{margin-top:.75rem!important}}.govgr-mt-4{margin-top:.75rem!important}@media (min-width:768px){.govgr-mt-4{margin-top:1rem!important}}.govgr-mt-5{margin-top:1rem!important}@media (min-width:768px){.govgr-mt-5{margin-top:1.25rem!important}}.govgr-mt-6{margin-top:1.25rem!important}@media (min-width:768px){.govgr-mt-6{margin-top:1.5rem!important}}.govgr-mt-7{margin-top:1.5rem!important}@media (min-width:768px){.govgr-mt-7{margin-top:2rem!important}}.govgr-mt-8{margin-top:2rem!important}@media (min-width:768px){.govgr-mt-8{margin-top:2.5rem!important}}.govgr-mt-9{margin-top:2rem!important}@media (min-width:768px){.govgr-mt-9{margin-top:3rem!important}}.govgr-mt-10{margin-top:2.25rem!important}@media (min-width:768px){.govgr-mt-10{margin-top:3.5rem!important}}.govgr-mt-11{margin-top:2.5rem!important}@media (min-width:768px){.govgr-mt-11{margin-top:4rem!important}}.govgr-mt-12{margin-top:2.75rem!important}@media (min-width:768px){.govgr-mt-12{margin-top:5rem!important}}.govgr-mb-0{margin-bottom:0!important}.govgr-mb-1{margin-bottom:.25rem!important}.govgr-mb-2{margin-bottom:.5rem!important}.govgr-mb-3{margin-bottom:.5rem!important}@media (min-width:768px){.govgr-mb-3{margin-bottom:.75rem!important}}.govgr-mb-4{margin-bottom:.75rem!important}@media (min-width:768px){.govgr-mb-4{margin-bottom:1rem!important}}.govgr-mb-5{margin-bottom:1rem!important}@media (min-width:768px){.govgr-mb-5{margin-bottom:1.25rem!important}}.govgr-mb-6{margin-bottom:1.25rem!important}@media (min-width:768px){.govgr-mb-6{margin-bottom:1.5rem!important}}.govgr-mb-7{margin-bottom:1.5rem!important}@media (min-width:768px){.govgr-mb-7{margin-bottom:2rem!important}}.govgr-mb-8{margin-bottom:2rem!important}@media (min-width:768px){.govgr-mb-8{margin-bottom:2.5rem!important}}.govgr-mb-9{margin-bottom:2rem!important}@media (min-width:768px){.govgr-mb-9{margin-bottom:3rem!important}}.govgr-mb-10{margin-bottom:2.25rem!important}@media (min-width:768px){.govgr-mb-10{margin-bottom:3.5rem!important}}.govgr-mb-11{margin-bottom:2.5rem!important}@media (min-width:768px){.govgr-mb-11{margin-bottom:4rem!important}}.govgr-mb-12{margin-bottom:2.75rem!important}@media (min-width:768px){.govgr-mb-12{margin-bottom:5rem!important}}.govgr-ml-0{margin-left:0!important}.govgr-ml-1{margin-left:.25rem!important}.govgr-ml-2{margin-left:.5rem!important}.govgr-ml-3{margin-left:.5rem!important}@media (min-width:768px){.govgr-ml-3{margin-left:.75rem!important}}.govgr-ml-4{margin-left:.75rem!important}@media (min-width:768px){.govgr-ml-4{margin-left:1rem!important}}.govgr-ml-5{margin-left:1rem!important}@media (min-width:768px){.govgr-ml-5{margin-left:1.25rem!important}}.govgr-ml-6{margin-left:1.25rem!important}@media (min-width:768px){.govgr-ml-6{margin-left:1.5rem!important}}.govgr-ml-7{margin-left:1.5rem!important}@media (min-width:768px){.govgr-ml-7{margin-left:2rem!important}}.govgr-ml-8{margin-left:2rem!important}@media (min-width:768px){.govgr-ml-8{margin-left:2.5rem!important}}.govgr-ml-9{margin-left:2rem!important}@media (min-width:768px){.govgr-ml-9{margin-left:3rem!important}}.govgr-ml-10{margin-left:2.25rem!important}@media (min-width:768px){.govgr-ml-10{margin-left:3.5rem!important}}.govgr-ml-11{margin-left:2.5rem!important}@media (min-width:768px){.govgr-ml-11{margin-left:4rem!important}}.govgr-ml-12{margin-left:2.75rem!important}@media (min-width:768px){.govgr-ml-12{margin-left:5rem!important}}.govgr-mr-0{margin-right:0!important}.govgr-mr-1{margin-right:.25rem!important}.govgr-mr-2{margin-right:.5rem!important}.govgr-mr-3{margin-right:.5rem!important}@media (min-width:768px){.govgr-mr-3{margin-right:.75rem!important}}.govgr-mr-4{margin-right:.75rem!important}@media (min-width:768px){.govgr-mr-4{margin-right:1rem!important}}.govgr-mr-5{margin-right:1rem!important}@media (min-width:768px){.govgr-mr-5{margin-right:1.25rem!important}}.govgr-mr-6{margin-right:1.25rem!important}@media (min-width:768px){.govgr-mr-6{margin-right:1.5rem!important}}.govgr-mr-7{margin-right:1.5rem!important}@media (min-width:768px){.govgr-mr-7{margin-right:2rem!important}}.govgr-mr-8{margin-right:2rem!important}@media (min-width:768px){.govgr-mr-8{margin-right:2.5rem!important}}.govgr-mr-9{margin-right:2rem!important}@media (min-width:768px){.govgr-mr-9{margin-right:3rem!important}}.govgr-mr-10{margin-right:2.25rem!important}@media (min-width:768px){.govgr-mr-10{margin-right:3.5rem!important}}.govgr-mr-11{margin-right:2.5rem!important}@media (min-width:768px){.govgr-mr-11{margin-right:4rem!important}}.govgr-mr-12{margin-right:2.75rem!important}@media (min-width:768px){.govgr-mr-12{margin-right:5rem!important}}.govgr-p-0{padding:0!important}.govgr-p-1{padding:.25rem!important}.govgr-p-2{padding:.5rem!important}.govgr-p-3{padding:.5rem!important}@media (min-width:768px){.govgr-p-3{padding:.75rem!important}}.govgr-p-4{padding:.75rem!important}@media (min-width:768px){.govgr-p-4{padding:1rem!important}}.govgr-p-5{padding:1rem!important}@media (min-width:768px){.govgr-p-5{padding:1.25rem!important}}.govgr-p-6{padding:1.25rem!important}@media (min-width:768px){.govgr-p-6{padding:1.5rem!important}}.govgr-p-7{padding:1.5rem!important}@media (min-width:768px){.govgr-p-7{padding:2rem!important}}.govgr-p-8{padding:2rem!important}@media (min-width:768px){.govgr-p-8{padding:2.5rem!important}}.govgr-p-9{padding:2rem!important}@media (min-width:768px){.govgr-p-9{padding:3rem!important}}.govgr-p-10{padding:2.25rem!important}@media (min-width:768px){.govgr-p-10{padding:3.5rem!important}}.govgr-p-11{padding:2.5rem!important}@media (min-width:768px){.govgr-p-11{padding:4rem!important}}.govgr-p-12{padding:2.75rem!important}@media (min-width:768px){.govgr-p-12{padding:5rem!important}}.govgr-pt-0{padding-top:0!important}.govgr-pt-1{padding-top:.25rem!important}.govgr-pt-2{padding-top:.5rem!important}.govgr-pt-3{padding-top:.5rem!important}@media (min-width:768px){.govgr-pt-3{padding-top:.75rem!important}}.govgr-pt-4{padding-top:.75rem!important}@media (min-width:768px){.govgr-pt-4{padding-top:1rem!important}}.govgr-pt-5{padding-top:1rem!important}@media (min-width:768px){.govgr-pt-5{padding-top:1.25rem!important}}.govgr-pt-6{padding-top:1.25rem!important}@media (min-width:768px){.govgr-pt-6{padding-top:1.5rem!important}}.govgr-pt-7{padding-top:1.5rem!important}@media (min-width:768px){.govgr-pt-7{padding-top:2rem!important}}.govgr-pt-8{padding-top:2rem!important}@media (min-width:768px){.govgr-pt-8{padding-top:2.5rem!important}}.govgr-pt-9{padding-top:2rem!important}@media (min-width:768px){.govgr-pt-9{padding-top:3rem!important}}.govgr-pt-10{padding-top:2.25rem!important}@media (min-width:768px){.govgr-pt-10{padding-top:3.5rem!important}}.govgr-pt-11{padding-top:2.5rem!important}@media (min-width:768px){.govgr-pt-11{padding-top:4rem!important}}.govgr-pt-12{padding-top:2.75rem!important}@media (min-width:768px){.govgr-pt-12{padding-top:5rem!important}}.govgr-pb-0{padding-bottom:0!important}.govgr-pb-1{padding-bottom:.25rem!important}.govgr-pb-2{padding-bottom:.5rem!important}.govgr-pb-3{padding-bottom:.5rem!important}@media (min-width:768px){.govgr-pb-3{padding-bottom:.75rem!important}}.govgr-pb-4{padding-bottom:.75rem!important}@media (min-width:768px){.govgr-pb-4{padding-bottom:1rem!important}}.govgr-pb-5{padding-bottom:1rem!important}@media (min-width:768px){.govgr-pb-5{padding-bottom:1.25rem!important}}.govgr-pb-6{padding-bottom:1.25rem!important}@media (min-width:768px){.govgr-pb-6{padding-bottom:1.5rem!important}}.govgr-pb-7{padding-bottom:1.5rem!important}@media (min-width:768px){.govgr-pb-7{padding-bottom:2rem!important}}.govgr-pb-8{padding-bottom:2rem!important}@media (min-width:768px){.govgr-pb-8{padding-bottom:2.5rem!important}}.govgr-pb-9{padding-bottom:2rem!important}@media (min-width:768px){.govgr-pb-9{padding-bottom:3rem!important}}.govgr-pb-10{padding-bottom:2.25rem!important}@media (min-width:768px){.govgr-pb-10{padding-bottom:3.5rem!important}}.govgr-pb-11{padding-bottom:2.5rem!important}@media (min-width:768px){.govgr-pb-11{padding-bottom:4rem!important}}.govgr-pb-12{padding-bottom:2.75rem!important}@media (min-width:768px){.govgr-pb-12{padding-bottom:5rem!important}}.govgr-pl-0{padding-left:0!important}.govgr-pl-1{padding-left:.25rem!important}.govgr-pl-2{padding-left:.5rem!important}.govgr-pl-3{padding-left:.5rem!important}@media (min-width:768px){.govgr-pl-3{padding-left:.75rem!important}}.govgr-pl-4{padding-left:.75rem!important}@media (min-width:768px){.govgr-pl-4{padding-left:1rem!important}}.govgr-pl-5{padding-left:1rem!important}@media (min-width:768px){.govgr-pl-5{padding-left:1.25rem!important}}.govgr-pl-6{padding-left:1.25rem!important}@media (min-width:768px){.govgr-pl-6{padding-left:1.5rem!important}}.govgr-pl-7{padding-left:1.5rem!important}@media (min-width:768px){.govgr-pl-7{padding-left:2rem!important}}.govgr-pl-8{padding-left:2rem!important}@media (min-width:768px){.govgr-pl-8{padding-left:2.5rem!important}}.govgr-pl-9{padding-left:2rem!important}@media (min-width:768px){.govgr-pl-9{padding-left:3rem!important}}.govgr-pl-10{padding-left:2.25rem!important}@media (min-width:768px){.govgr-pl-10{padding-left:3.5rem!important}}.govgr-pl-11{padding-left:2.5rem!important}@media (min-width:768px){.govgr-pl-11{padding-left:4rem!important}}.govgr-pl-12{padding-left:2.75rem!important}@media (min-width:768px){.govgr-pl-12{padding-left:5rem!important}}.govgr-pr-0{padding-right:0!important}.govgr-pr-1{padding-right:.25rem!important}.govgr-pr-2{padding-right:.5rem!important}.govgr-pr-3{padding-right:.5rem!important}@media (min-width:768px){.govgr-pr-3{padding-right:.75rem!important}}.govgr-pr-4{padding-right:.75rem!important}@media (min-width:768px){.govgr-pr-4{padding-right:1rem!important}}.govgr-pr-5{padding-right:1rem!important}@media (min-width:768px){.govgr-pr-5{padding-right:1.25rem!important}}.govgr-pr-6{padding-right:1.25rem!important}@media (min-width:768px){.govgr-pr-6{padding-right:1.5rem!important}}.govgr-pr-7{padding-right:1.5rem!important}@media (min-width:768px){.govgr-pr-7{padding-right:2rem!important}}.govgr-pr-8{padding-right:2rem!important}@media (min-width:768px){.govgr-pr-8{padding-right:2.5rem!important}}.govgr-pr-9{padding-right:2rem!important}@media (min-width:768px){.govgr-pr-9{padding-right:3rem!important}}.govgr-pr-10{padding-right:2.25rem!important}@media (min-width:768px){.govgr-pr-10{padding-right:3.5rem!important}}.govgr-pr-11{padding-right:2.5rem!important}@media (min-width:768px){.govgr-pr-11{padding-right:4rem!important}}.govgr-pr-12{padding-right:2.75rem!important}@media (min-width:768px){.govgr-pr-12{padding-right:5rem!important}}.govgr-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}.govgr-grid-inline{display:inline-grid}.govgr-grid__col-auto{grid-column:auto}.govgr-grid__col-span-1{grid-column:span 1/span 1}.govgr-grid__col-span-2{grid-column:span 2/span 2}.govgr-grid__col-span-3{grid-column:span 3/span 3}.govgr-grid__col-span-4{grid-column:span 4/span 4}.govgr-grid__col-span-5{grid-column:span 5/span 5}.govgr-grid__col-span-6{grid-column:span 6/span 6}.govgr-grid__col-span-7{grid-column:span 7/span 7}.govgr-grid__col-span-8{grid-column:span 8/span 8}.govgr-grid__col-span-9{grid-column:span 9/span 9}.govgr-grid__col-span-10{grid-column:span 10/span 10}.govgr-grid__col-span-11{grid-column:span 11/span 11}.govgr-grid__col-span-12{grid-column:span 12/span 12}@media print{.govgr-print-hidden{display:none!important}.govgr-print-visible-block{display:block!important}.govgr-print-visible-inline{display:inline!important}}.govgr-gap-1{gap:.25rem}.govgr-gap-2{gap:.5rem}.govgr-gap-4{gap:1rem}.govgr-gap-6{gap:1.5rem}.govgr-gap-8{gap:2rem}.govgr-gap-10{gap:2.5rem}.govgr-gap-12{gap:3rem}.govgr-gap-xs-1{gap:.25rem}.govgr-gap-xs-2{gap:.5rem}.govgr-gap-xs-4{gap:1rem}.govgr-gap-xs-5{gap:1.25rem}.govgr-gap-xs-6{gap:1.5rem}.govgr-gap-xs-8{gap:2rem}.govgr-gap-xs-10{gap:2.5rem}.govgr-gap-xs-12{gap:3rem}@media (min-width:640px){.govgr-gap-sm-1{gap:.25rem}.govgr-gap-sm-2{gap:.5rem}.govgr-gap-sm-4{gap:1rem}.govgr-gap-sm-5{gap:1.25rem}.govgr-gap-sm-6{gap:1.5rem}.govgr-gap-sm-8{gap:2rem}.govgr-gap-sm-10{gap:2.5rem}.govgr-gap-sm-12{gap:3rem}}@media (min-width:768px){.govgr-gap-md-1{gap:.25rem}.govgr-gap-md-2{gap:.5rem}.govgr-gap-md-4{gap:1rem}.govgr-gap-md-5{gap:1.25rem}.govgr-gap-md-6{gap:1.5rem}.govgr-gap-md-8{gap:2rem}.govgr-gap-md-10{gap:2.5rem}.govgr-gap-md-12{gap:3rem}}@media (min-width:1024px){.govgr-gap-lg-1{gap:.25rem}.govgr-gap-lg-2{gap:.5rem}.govgr-gap-lg-4{gap:1rem}.govgr-gap-lg-5{gap:1.25rem}.govgr-gap-lg-6{gap:1.5rem}.govgr-gap-lg-8{gap:2rem}.govgr-gap-lg-10{gap:2.5rem}.govgr-gap-lg-12{gap:3rem}}@media (min-width:1280px){.govgr-gap-xl-1{gap:.25rem}.govgr-gap-xl-2{gap:.5rem}.govgr-gap-xl-4{gap:1rem}.govgr-gap-xl-5{gap:1.25rem}.govgr-gap-xl-6{gap:1.5rem}.govgr-gap-xl-8{gap:2rem}.govgr-gap-xl-10{gap:2.5rem}.govgr-gap-xl-12{gap:3rem}}
1
+ .ds-m-0{margin:0!important}.ds-m-1{margin:.25rem!important}.ds-m-2{margin:.5rem!important}.ds-m-3{margin:.5rem!important}@media (min-width:768px){.ds-m-3{margin:.75rem!important}}.ds-m-4{margin:.75rem!important}@media (min-width:768px){.ds-m-4{margin:1rem!important}}.ds-m-5{margin:1rem!important}@media (min-width:768px){.ds-m-5{margin:1.25rem!important}}.ds-m-6{margin:1.25rem!important}@media (min-width:768px){.ds-m-6{margin:1.5rem!important}}.ds-m-7{margin:1.5rem!important}@media (min-width:768px){.ds-m-7{margin:2rem!important}}.ds-m-8{margin:2rem!important}@media (min-width:768px){.ds-m-8{margin:2.5rem!important}}.ds-m-9{margin:2rem!important}@media (min-width:768px){.ds-m-9{margin:3rem!important}}.ds-m-10{margin:2.25rem!important}@media (min-width:768px){.ds-m-10{margin:3.5rem!important}}.ds-m-11{margin:2.5rem!important}@media (min-width:768px){.ds-m-11{margin:4rem!important}}.ds-m-12{margin:2.75rem!important}@media (min-width:768px){.ds-m-12{margin:5rem!important}}.ds-mt-0{margin-top:0!important}.ds-mt-1{margin-top:.25rem!important}.ds-mt-2{margin-top:.5rem!important}.ds-mt-3{margin-top:.5rem!important}@media (min-width:768px){.ds-mt-3{margin-top:.75rem!important}}.ds-mt-4{margin-top:.75rem!important}@media (min-width:768px){.ds-mt-4{margin-top:1rem!important}}.ds-mt-5{margin-top:1rem!important}@media (min-width:768px){.ds-mt-5{margin-top:1.25rem!important}}.ds-mt-6{margin-top:1.25rem!important}@media (min-width:768px){.ds-mt-6{margin-top:1.5rem!important}}.ds-mt-7{margin-top:1.5rem!important}@media (min-width:768px){.ds-mt-7{margin-top:2rem!important}}.ds-mt-8{margin-top:2rem!important}@media (min-width:768px){.ds-mt-8{margin-top:2.5rem!important}}.ds-mt-9{margin-top:2rem!important}@media (min-width:768px){.ds-mt-9{margin-top:3rem!important}}.ds-mt-10{margin-top:2.25rem!important}@media (min-width:768px){.ds-mt-10{margin-top:3.5rem!important}}.ds-mt-11{margin-top:2.5rem!important}@media (min-width:768px){.ds-mt-11{margin-top:4rem!important}}.ds-mt-12{margin-top:2.75rem!important}@media (min-width:768px){.ds-mt-12{margin-top:5rem!important}}.ds-mb-0{margin-bottom:0!important}.ds-mb-1{margin-bottom:.25rem!important}.ds-mb-2{margin-bottom:.5rem!important}.ds-mb-3{margin-bottom:.5rem!important}@media (min-width:768px){.ds-mb-3{margin-bottom:.75rem!important}}.ds-mb-4{margin-bottom:.75rem!important}@media (min-width:768px){.ds-mb-4{margin-bottom:1rem!important}}.ds-mb-5{margin-bottom:1rem!important}@media (min-width:768px){.ds-mb-5{margin-bottom:1.25rem!important}}.ds-mb-6{margin-bottom:1.25rem!important}@media (min-width:768px){.ds-mb-6{margin-bottom:1.5rem!important}}.ds-mb-7{margin-bottom:1.5rem!important}@media (min-width:768px){.ds-mb-7{margin-bottom:2rem!important}}.ds-mb-8{margin-bottom:2rem!important}@media (min-width:768px){.ds-mb-8{margin-bottom:2.5rem!important}}.ds-mb-9{margin-bottom:2rem!important}@media (min-width:768px){.ds-mb-9{margin-bottom:3rem!important}}.ds-mb-10{margin-bottom:2.25rem!important}@media (min-width:768px){.ds-mb-10{margin-bottom:3.5rem!important}}.ds-mb-11{margin-bottom:2.5rem!important}@media (min-width:768px){.ds-mb-11{margin-bottom:4rem!important}}.ds-mb-12{margin-bottom:2.75rem!important}@media (min-width:768px){.ds-mb-12{margin-bottom:5rem!important}}.ds-ml-0{margin-left:0!important}.ds-ml-1{margin-left:.25rem!important}.ds-ml-2{margin-left:.5rem!important}.ds-ml-3{margin-left:.5rem!important}@media (min-width:768px){.ds-ml-3{margin-left:.75rem!important}}.ds-ml-4{margin-left:.75rem!important}@media (min-width:768px){.ds-ml-4{margin-left:1rem!important}}.ds-ml-5{margin-left:1rem!important}@media (min-width:768px){.ds-ml-5{margin-left:1.25rem!important}}.ds-ml-6{margin-left:1.25rem!important}@media (min-width:768px){.ds-ml-6{margin-left:1.5rem!important}}.ds-ml-7{margin-left:1.5rem!important}@media (min-width:768px){.ds-ml-7{margin-left:2rem!important}}.ds-ml-8{margin-left:2rem!important}@media (min-width:768px){.ds-ml-8{margin-left:2.5rem!important}}.ds-ml-9{margin-left:2rem!important}@media (min-width:768px){.ds-ml-9{margin-left:3rem!important}}.ds-ml-10{margin-left:2.25rem!important}@media (min-width:768px){.ds-ml-10{margin-left:3.5rem!important}}.ds-ml-11{margin-left:2.5rem!important}@media (min-width:768px){.ds-ml-11{margin-left:4rem!important}}.ds-ml-12{margin-left:2.75rem!important}@media (min-width:768px){.ds-ml-12{margin-left:5rem!important}}.ds-mr-0{margin-right:0!important}.ds-mr-1{margin-right:.25rem!important}.ds-mr-2{margin-right:.5rem!important}.ds-mr-3{margin-right:.5rem!important}@media (min-width:768px){.ds-mr-3{margin-right:.75rem!important}}.ds-mr-4{margin-right:.75rem!important}@media (min-width:768px){.ds-mr-4{margin-right:1rem!important}}.ds-mr-5{margin-right:1rem!important}@media (min-width:768px){.ds-mr-5{margin-right:1.25rem!important}}.ds-mr-6{margin-right:1.25rem!important}@media (min-width:768px){.ds-mr-6{margin-right:1.5rem!important}}.ds-mr-7{margin-right:1.5rem!important}@media (min-width:768px){.ds-mr-7{margin-right:2rem!important}}.ds-mr-8{margin-right:2rem!important}@media (min-width:768px){.ds-mr-8{margin-right:2.5rem!important}}.ds-mr-9{margin-right:2rem!important}@media (min-width:768px){.ds-mr-9{margin-right:3rem!important}}.ds-mr-10{margin-right:2.25rem!important}@media (min-width:768px){.ds-mr-10{margin-right:3.5rem!important}}.ds-mr-11{margin-right:2.5rem!important}@media (min-width:768px){.ds-mr-11{margin-right:4rem!important}}.ds-mr-12{margin-right:2.75rem!important}@media (min-width:768px){.ds-mr-12{margin-right:5rem!important}}.ds-p-0{padding:0!important}.ds-p-1{padding:.25rem!important}.ds-p-2{padding:.5rem!important}.ds-p-3{padding:.5rem!important}@media (min-width:768px){.ds-p-3{padding:.75rem!important}}.ds-p-4{padding:.75rem!important}@media (min-width:768px){.ds-p-4{padding:1rem!important}}.ds-p-5{padding:1rem!important}@media (min-width:768px){.ds-p-5{padding:1.25rem!important}}.ds-p-6{padding:1.25rem!important}@media (min-width:768px){.ds-p-6{padding:1.5rem!important}}.ds-p-7{padding:1.5rem!important}@media (min-width:768px){.ds-p-7{padding:2rem!important}}.ds-p-8{padding:2rem!important}@media (min-width:768px){.ds-p-8{padding:2.5rem!important}}.ds-p-9{padding:2rem!important}@media (min-width:768px){.ds-p-9{padding:3rem!important}}.ds-p-10{padding:2.25rem!important}@media (min-width:768px){.ds-p-10{padding:3.5rem!important}}.ds-p-11{padding:2.5rem!important}@media (min-width:768px){.ds-p-11{padding:4rem!important}}.ds-p-12{padding:2.75rem!important}@media (min-width:768px){.ds-p-12{padding:5rem!important}}.ds-pt-0{padding-top:0!important}.ds-pt-1{padding-top:.25rem!important}.ds-pt-2{padding-top:.5rem!important}.ds-pt-3{padding-top:.5rem!important}@media (min-width:768px){.ds-pt-3{padding-top:.75rem!important}}.ds-pt-4{padding-top:.75rem!important}@media (min-width:768px){.ds-pt-4{padding-top:1rem!important}}.ds-pt-5{padding-top:1rem!important}@media (min-width:768px){.ds-pt-5{padding-top:1.25rem!important}}.ds-pt-6{padding-top:1.25rem!important}@media (min-width:768px){.ds-pt-6{padding-top:1.5rem!important}}.ds-pt-7{padding-top:1.5rem!important}@media (min-width:768px){.ds-pt-7{padding-top:2rem!important}}.ds-pt-8{padding-top:2rem!important}@media (min-width:768px){.ds-pt-8{padding-top:2.5rem!important}}.ds-pt-9{padding-top:2rem!important}@media (min-width:768px){.ds-pt-9{padding-top:3rem!important}}.ds-pt-10{padding-top:2.25rem!important}@media (min-width:768px){.ds-pt-10{padding-top:3.5rem!important}}.ds-pt-11{padding-top:2.5rem!important}@media (min-width:768px){.ds-pt-11{padding-top:4rem!important}}.ds-pt-12{padding-top:2.75rem!important}@media (min-width:768px){.ds-pt-12{padding-top:5rem!important}}.ds-pb-0{padding-bottom:0!important}.ds-pb-1{padding-bottom:.25rem!important}.ds-pb-2{padding-bottom:.5rem!important}.ds-pb-3{padding-bottom:.5rem!important}@media (min-width:768px){.ds-pb-3{padding-bottom:.75rem!important}}.ds-pb-4{padding-bottom:.75rem!important}@media (min-width:768px){.ds-pb-4{padding-bottom:1rem!important}}.ds-pb-5{padding-bottom:1rem!important}@media (min-width:768px){.ds-pb-5{padding-bottom:1.25rem!important}}.ds-pb-6{padding-bottom:1.25rem!important}@media (min-width:768px){.ds-pb-6{padding-bottom:1.5rem!important}}.ds-pb-7{padding-bottom:1.5rem!important}@media (min-width:768px){.ds-pb-7{padding-bottom:2rem!important}}.ds-pb-8{padding-bottom:2rem!important}@media (min-width:768px){.ds-pb-8{padding-bottom:2.5rem!important}}.ds-pb-9{padding-bottom:2rem!important}@media (min-width:768px){.ds-pb-9{padding-bottom:3rem!important}}.ds-pb-10{padding-bottom:2.25rem!important}@media (min-width:768px){.ds-pb-10{padding-bottom:3.5rem!important}}.ds-pb-11{padding-bottom:2.5rem!important}@media (min-width:768px){.ds-pb-11{padding-bottom:4rem!important}}.ds-pb-12{padding-bottom:2.75rem!important}@media (min-width:768px){.ds-pb-12{padding-bottom:5rem!important}}.ds-pl-0{padding-left:0!important}.ds-pl-1{padding-left:.25rem!important}.ds-pl-2{padding-left:.5rem!important}.ds-pl-3{padding-left:.5rem!important}@media (min-width:768px){.ds-pl-3{padding-left:.75rem!important}}.ds-pl-4{padding-left:.75rem!important}@media (min-width:768px){.ds-pl-4{padding-left:1rem!important}}.ds-pl-5{padding-left:1rem!important}@media (min-width:768px){.ds-pl-5{padding-left:1.25rem!important}}.ds-pl-6{padding-left:1.25rem!important}@media (min-width:768px){.ds-pl-6{padding-left:1.5rem!important}}.ds-pl-7{padding-left:1.5rem!important}@media (min-width:768px){.ds-pl-7{padding-left:2rem!important}}.ds-pl-8{padding-left:2rem!important}@media (min-width:768px){.ds-pl-8{padding-left:2.5rem!important}}.ds-pl-9{padding-left:2rem!important}@media (min-width:768px){.ds-pl-9{padding-left:3rem!important}}.ds-pl-10{padding-left:2.25rem!important}@media (min-width:768px){.ds-pl-10{padding-left:3.5rem!important}}.ds-pl-11{padding-left:2.5rem!important}@media (min-width:768px){.ds-pl-11{padding-left:4rem!important}}.ds-pl-12{padding-left:2.75rem!important}@media (min-width:768px){.ds-pl-12{padding-left:5rem!important}}.ds-pr-0{padding-right:0!important}.ds-pr-1{padding-right:.25rem!important}.ds-pr-2{padding-right:.5rem!important}.ds-pr-3{padding-right:.5rem!important}@media (min-width:768px){.ds-pr-3{padding-right:.75rem!important}}.ds-pr-4{padding-right:.75rem!important}@media (min-width:768px){.ds-pr-4{padding-right:1rem!important}}.ds-pr-5{padding-right:1rem!important}@media (min-width:768px){.ds-pr-5{padding-right:1.25rem!important}}.ds-pr-6{padding-right:1.25rem!important}@media (min-width:768px){.ds-pr-6{padding-right:1.5rem!important}}.ds-pr-7{padding-right:1.5rem!important}@media (min-width:768px){.ds-pr-7{padding-right:2rem!important}}.ds-pr-8{padding-right:2rem!important}@media (min-width:768px){.ds-pr-8{padding-right:2.5rem!important}}.ds-pr-9{padding-right:2rem!important}@media (min-width:768px){.ds-pr-9{padding-right:3rem!important}}.ds-pr-10{padding-right:2.25rem!important}@media (min-width:768px){.ds-pr-10{padding-right:3.5rem!important}}.ds-pr-11{padding-right:2.5rem!important}@media (min-width:768px){.ds-pr-11{padding-right:4rem!important}}.ds-pr-12{padding-right:2.75rem!important}@media (min-width:768px){.ds-pr-12{padding-right:5rem!important}}.ds-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}.ds-grid-inline{display:inline-grid}.ds-grid__col-auto{grid-column:auto}.ds-grid__col-span-1{grid-column:span 1/span 1}.ds-grid__col-span-2{grid-column:span 2/span 2}.ds-grid__col-span-3{grid-column:span 3/span 3}.ds-grid__col-span-4{grid-column:span 4/span 4}.ds-grid__col-span-5{grid-column:span 5/span 5}.ds-grid__col-span-6{grid-column:span 6/span 6}.ds-grid__col-span-7{grid-column:span 7/span 7}.ds-grid__col-span-8{grid-column:span 8/span 8}.ds-grid__col-span-9{grid-column:span 9/span 9}.ds-grid__col-span-10{grid-column:span 10/span 10}.ds-grid__col-span-11{grid-column:span 11/span 11}.ds-grid__col-span-12{grid-column:span 12/span 12}@media print{.ds-print-hidden{display:none!important}.ds-print-visible-block{display:block!important}.ds-print-visible-inline{display:inline!important}}.ds-gap-1{gap:.25rem}.ds-gap-2{gap:.5rem}.ds-gap-4{gap:1rem}.ds-gap-6{gap:1.5rem}.ds-gap-8{gap:2rem}.ds-gap-10{gap:2.5rem}.ds-gap-12{gap:3rem}.ds-gap-xs-1{gap:.25rem}.ds-gap-xs-2{gap:.5rem}.ds-gap-xs-4{gap:1rem}.ds-gap-xs-5{gap:1.25rem}.ds-gap-xs-6{gap:1.5rem}.ds-gap-xs-8{gap:2rem}.ds-gap-xs-10{gap:2.5rem}.ds-gap-xs-12{gap:3rem}@media (min-width:640px){.ds-gap-sm-1{gap:.25rem}.ds-gap-sm-2{gap:.5rem}.ds-gap-sm-4{gap:1rem}.ds-gap-sm-5{gap:1.25rem}.ds-gap-sm-6{gap:1.5rem}.ds-gap-sm-8{gap:2rem}.ds-gap-sm-10{gap:2.5rem}.ds-gap-sm-12{gap:3rem}}@media (min-width:768px){.ds-gap-md-1{gap:.25rem}.ds-gap-md-2{gap:.5rem}.ds-gap-md-4{gap:1rem}.ds-gap-md-5{gap:1.25rem}.ds-gap-md-6{gap:1.5rem}.ds-gap-md-8{gap:2rem}.ds-gap-md-10{gap:2.5rem}.ds-gap-md-12{gap:3rem}}@media (min-width:1024px){.ds-gap-lg-1{gap:.25rem}.ds-gap-lg-2{gap:.5rem}.ds-gap-lg-4{gap:1rem}.ds-gap-lg-5{gap:1.25rem}.ds-gap-lg-6{gap:1.5rem}.ds-gap-lg-8{gap:2rem}.ds-gap-lg-10{gap:2.5rem}.ds-gap-lg-12{gap:3rem}}@media (min-width:1280px){.ds-gap-xl-1{gap:.25rem}.ds-gap-xl-2{gap:.5rem}.ds-gap-xl-4{gap:1rem}.ds-gap-xl-5{gap:1.25rem}.ds-gap-xl-6{gap:1.5rem}.ds-gap-xl-8{gap:2rem}.ds-gap-xl-10{gap:2.5rem}.ds-gap-xl-12{gap:3rem}}
package/dist/utilities.js CHANGED
@@ -1 +1 @@
1
- module.exports = {".govgr-m-0":{"margin":"0 !important"},".govgr-m-1":{"margin":".25rem !important"},".govgr-m-2":{"margin":".5rem !important"},".govgr-m-3":{"margin":".5rem !important"},"@media (min-width:768px)":[{".govgr-m-3":{"margin":".75rem !important"}},{".govgr-m-4":{"margin":"1rem !important"}},{".govgr-m-5":{"margin":"1.25rem !important"}},{".govgr-m-6":{"margin":"1.5rem !important"}},{".govgr-m-7":{"margin":"2rem !important"}},{".govgr-m-8":{"margin":"2.5rem !important"}},{".govgr-m-9":{"margin":"3rem !important"}},{".govgr-m-10":{"margin":"3.5rem !important"}},{".govgr-m-11":{"margin":"4rem !important"}},{".govgr-m-12":{"margin":"5rem !important"}},{".govgr-mt-3":{"marginTop":".75rem !important"}},{".govgr-mt-4":{"marginTop":"1rem !important"}},{".govgr-mt-5":{"marginTop":"1.25rem !important"}},{".govgr-mt-6":{"marginTop":"1.5rem !important"}},{".govgr-mt-7":{"marginTop":"2rem !important"}},{".govgr-mt-8":{"marginTop":"2.5rem !important"}},{".govgr-mt-9":{"marginTop":"3rem !important"}},{".govgr-mt-10":{"marginTop":"3.5rem !important"}},{".govgr-mt-11":{"marginTop":"4rem !important"}},{".govgr-mt-12":{"marginTop":"5rem !important"}},{".govgr-mb-3":{"marginBottom":".75rem !important"}},{".govgr-mb-4":{"marginBottom":"1rem !important"}},{".govgr-mb-5":{"marginBottom":"1.25rem !important"}},{".govgr-mb-6":{"marginBottom":"1.5rem !important"}},{".govgr-mb-7":{"marginBottom":"2rem !important"}},{".govgr-mb-8":{"marginBottom":"2.5rem !important"}},{".govgr-mb-9":{"marginBottom":"3rem !important"}},{".govgr-mb-10":{"marginBottom":"3.5rem !important"}},{".govgr-mb-11":{"marginBottom":"4rem !important"}},{".govgr-mb-12":{"marginBottom":"5rem !important"}},{".govgr-ml-3":{"marginLeft":".75rem !important"}},{".govgr-ml-4":{"marginLeft":"1rem !important"}},{".govgr-ml-5":{"marginLeft":"1.25rem !important"}},{".govgr-ml-6":{"marginLeft":"1.5rem !important"}},{".govgr-ml-7":{"marginLeft":"2rem !important"}},{".govgr-ml-8":{"marginLeft":"2.5rem !important"}},{".govgr-ml-9":{"marginLeft":"3rem !important"}},{".govgr-ml-10":{"marginLeft":"3.5rem !important"}},{".govgr-ml-11":{"marginLeft":"4rem !important"}},{".govgr-ml-12":{"marginLeft":"5rem !important"}},{".govgr-mr-3":{"marginRight":".75rem !important"}},{".govgr-mr-4":{"marginRight":"1rem !important"}},{".govgr-mr-5":{"marginRight":"1.25rem !important"}},{".govgr-mr-6":{"marginRight":"1.5rem !important"}},{".govgr-mr-7":{"marginRight":"2rem !important"}},{".govgr-mr-8":{"marginRight":"2.5rem !important"}},{".govgr-mr-9":{"marginRight":"3rem !important"}},{".govgr-mr-10":{"marginRight":"3.5rem !important"}},{".govgr-mr-11":{"marginRight":"4rem !important"}},{".govgr-mr-12":{"marginRight":"5rem !important"}},{".govgr-p-3":{"padding":".75rem !important"}},{".govgr-p-4":{"padding":"1rem !important"}},{".govgr-p-5":{"padding":"1.25rem !important"}},{".govgr-p-6":{"padding":"1.5rem !important"}},{".govgr-p-7":{"padding":"2rem !important"}},{".govgr-p-8":{"padding":"2.5rem !important"}},{".govgr-p-9":{"padding":"3rem !important"}},{".govgr-p-10":{"padding":"3.5rem !important"}},{".govgr-p-11":{"padding":"4rem !important"}},{".govgr-p-12":{"padding":"5rem !important"}},{".govgr-pt-3":{"paddingTop":".75rem !important"}},{".govgr-pt-4":{"paddingTop":"1rem !important"}},{".govgr-pt-5":{"paddingTop":"1.25rem !important"}},{".govgr-pt-6":{"paddingTop":"1.5rem !important"}},{".govgr-pt-7":{"paddingTop":"2rem !important"}},{".govgr-pt-8":{"paddingTop":"2.5rem !important"}},{".govgr-pt-9":{"paddingTop":"3rem !important"}},{".govgr-pt-10":{"paddingTop":"3.5rem !important"}},{".govgr-pt-11":{"paddingTop":"4rem !important"}},{".govgr-pt-12":{"paddingTop":"5rem !important"}},{".govgr-pb-3":{"paddingBottom":".75rem !important"}},{".govgr-pb-4":{"paddingBottom":"1rem !important"}},{".govgr-pb-5":{"paddingBottom":"1.25rem !important"}},{".govgr-pb-6":{"paddingBottom":"1.5rem !important"}},{".govgr-pb-7":{"paddingBottom":"2rem !important"}},{".govgr-pb-8":{"paddingBottom":"2.5rem !important"}},{".govgr-pb-9":{"paddingBottom":"3rem !important"}},{".govgr-pb-10":{"paddingBottom":"3.5rem !important"}},{".govgr-pb-11":{"paddingBottom":"4rem !important"}},{".govgr-pb-12":{"paddingBottom":"5rem !important"}},{".govgr-pl-3":{"paddingLeft":".75rem !important"}},{".govgr-pl-4":{"paddingLeft":"1rem !important"}},{".govgr-pl-5":{"paddingLeft":"1.25rem !important"}},{".govgr-pl-6":{"paddingLeft":"1.5rem !important"}},{".govgr-pl-7":{"paddingLeft":"2rem !important"}},{".govgr-pl-8":{"paddingLeft":"2.5rem !important"}},{".govgr-pl-9":{"paddingLeft":"3rem !important"}},{".govgr-pl-10":{"paddingLeft":"3.5rem !important"}},{".govgr-pl-11":{"paddingLeft":"4rem !important"}},{".govgr-pl-12":{"paddingLeft":"5rem !important"}},{".govgr-pr-3":{"paddingRight":".75rem !important"}},{".govgr-pr-4":{"paddingRight":"1rem !important"}},{".govgr-pr-5":{"paddingRight":"1.25rem !important"}},{".govgr-pr-6":{"paddingRight":"1.5rem !important"}},{".govgr-pr-7":{"paddingRight":"2rem !important"}},{".govgr-pr-8":{"paddingRight":"2.5rem !important"}},{".govgr-pr-9":{"paddingRight":"3rem !important"}},{".govgr-pr-10":{"paddingRight":"3.5rem !important"}},{".govgr-pr-11":{"paddingRight":"4rem !important"}},{".govgr-pr-12":{"paddingRight":"5rem !important"}},{".govgr-gap-md-1":{"gap":".25rem"},".govgr-gap-md-2":{"gap":".5rem"},".govgr-gap-md-4":{"gap":"1rem"},".govgr-gap-md-5":{"gap":"1.25rem"},".govgr-gap-md-6":{"gap":"1.5rem"},".govgr-gap-md-8":{"gap":"2rem"},".govgr-gap-md-10":{"gap":"2.5rem"},".govgr-gap-md-12":{"gap":"3rem"}}],".govgr-m-4":{"margin":".75rem !important"},".govgr-m-5":{"margin":"1rem !important"},".govgr-m-6":{"margin":"1.25rem !important"},".govgr-m-7":{"margin":"1.5rem !important"},".govgr-m-8":{"margin":"2rem !important"},".govgr-m-9":{"margin":"2rem !important"},".govgr-m-10":{"margin":"2.25rem !important"},".govgr-m-11":{"margin":"2.5rem !important"},".govgr-m-12":{"margin":"2.75rem !important"},".govgr-mt-0":{"marginTop":"0 !important"},".govgr-mt-1":{"marginTop":".25rem !important"},".govgr-mt-2":{"marginTop":".5rem !important"},".govgr-mt-3":{"marginTop":".5rem !important"},".govgr-mt-4":{"marginTop":".75rem !important"},".govgr-mt-5":{"marginTop":"1rem !important"},".govgr-mt-6":{"marginTop":"1.25rem !important"},".govgr-mt-7":{"marginTop":"1.5rem !important"},".govgr-mt-8":{"marginTop":"2rem !important"},".govgr-mt-9":{"marginTop":"2rem !important"},".govgr-mt-10":{"marginTop":"2.25rem !important"},".govgr-mt-11":{"marginTop":"2.5rem !important"},".govgr-mt-12":{"marginTop":"2.75rem !important"},".govgr-mb-0":{"marginBottom":"0 !important"},".govgr-mb-1":{"marginBottom":".25rem !important"},".govgr-mb-2":{"marginBottom":".5rem !important"},".govgr-mb-3":{"marginBottom":".5rem !important"},".govgr-mb-4":{"marginBottom":".75rem !important"},".govgr-mb-5":{"marginBottom":"1rem !important"},".govgr-mb-6":{"marginBottom":"1.25rem !important"},".govgr-mb-7":{"marginBottom":"1.5rem !important"},".govgr-mb-8":{"marginBottom":"2rem !important"},".govgr-mb-9":{"marginBottom":"2rem !important"},".govgr-mb-10":{"marginBottom":"2.25rem !important"},".govgr-mb-11":{"marginBottom":"2.5rem !important"},".govgr-mb-12":{"marginBottom":"2.75rem !important"},".govgr-ml-0":{"marginLeft":"0 !important"},".govgr-ml-1":{"marginLeft":".25rem !important"},".govgr-ml-2":{"marginLeft":".5rem !important"},".govgr-ml-3":{"marginLeft":".5rem !important"},".govgr-ml-4":{"marginLeft":".75rem !important"},".govgr-ml-5":{"marginLeft":"1rem !important"},".govgr-ml-6":{"marginLeft":"1.25rem !important"},".govgr-ml-7":{"marginLeft":"1.5rem !important"},".govgr-ml-8":{"marginLeft":"2rem !important"},".govgr-ml-9":{"marginLeft":"2rem !important"},".govgr-ml-10":{"marginLeft":"2.25rem !important"},".govgr-ml-11":{"marginLeft":"2.5rem !important"},".govgr-ml-12":{"marginLeft":"2.75rem !important"},".govgr-mr-0":{"marginRight":"0 !important"},".govgr-mr-1":{"marginRight":".25rem !important"},".govgr-mr-2":{"marginRight":".5rem !important"},".govgr-mr-3":{"marginRight":".5rem !important"},".govgr-mr-4":{"marginRight":".75rem !important"},".govgr-mr-5":{"marginRight":"1rem !important"},".govgr-mr-6":{"marginRight":"1.25rem !important"},".govgr-mr-7":{"marginRight":"1.5rem !important"},".govgr-mr-8":{"marginRight":"2rem !important"},".govgr-mr-9":{"marginRight":"2rem !important"},".govgr-mr-10":{"marginRight":"2.25rem !important"},".govgr-mr-11":{"marginRight":"2.5rem !important"},".govgr-mr-12":{"marginRight":"2.75rem !important"},".govgr-p-0":{"padding":"0 !important"},".govgr-p-1":{"padding":".25rem !important"},".govgr-p-2":{"padding":".5rem !important"},".govgr-p-3":{"padding":".5rem !important"},".govgr-p-4":{"padding":".75rem !important"},".govgr-p-5":{"padding":"1rem !important"},".govgr-p-6":{"padding":"1.25rem !important"},".govgr-p-7":{"padding":"1.5rem !important"},".govgr-p-8":{"padding":"2rem !important"},".govgr-p-9":{"padding":"2rem !important"},".govgr-p-10":{"padding":"2.25rem !important"},".govgr-p-11":{"padding":"2.5rem !important"},".govgr-p-12":{"padding":"2.75rem !important"},".govgr-pt-0":{"paddingTop":"0 !important"},".govgr-pt-1":{"paddingTop":".25rem !important"},".govgr-pt-2":{"paddingTop":".5rem !important"},".govgr-pt-3":{"paddingTop":".5rem !important"},".govgr-pt-4":{"paddingTop":".75rem !important"},".govgr-pt-5":{"paddingTop":"1rem !important"},".govgr-pt-6":{"paddingTop":"1.25rem !important"},".govgr-pt-7":{"paddingTop":"1.5rem !important"},".govgr-pt-8":{"paddingTop":"2rem !important"},".govgr-pt-9":{"paddingTop":"2rem !important"},".govgr-pt-10":{"paddingTop":"2.25rem !important"},".govgr-pt-11":{"paddingTop":"2.5rem !important"},".govgr-pt-12":{"paddingTop":"2.75rem !important"},".govgr-pb-0":{"paddingBottom":"0 !important"},".govgr-pb-1":{"paddingBottom":".25rem !important"},".govgr-pb-2":{"paddingBottom":".5rem !important"},".govgr-pb-3":{"paddingBottom":".5rem !important"},".govgr-pb-4":{"paddingBottom":".75rem !important"},".govgr-pb-5":{"paddingBottom":"1rem !important"},".govgr-pb-6":{"paddingBottom":"1.25rem !important"},".govgr-pb-7":{"paddingBottom":"1.5rem !important"},".govgr-pb-8":{"paddingBottom":"2rem !important"},".govgr-pb-9":{"paddingBottom":"2rem !important"},".govgr-pb-10":{"paddingBottom":"2.25rem !important"},".govgr-pb-11":{"paddingBottom":"2.5rem !important"},".govgr-pb-12":{"paddingBottom":"2.75rem !important"},".govgr-pl-0":{"paddingLeft":"0 !important"},".govgr-pl-1":{"paddingLeft":".25rem !important"},".govgr-pl-2":{"paddingLeft":".5rem !important"},".govgr-pl-3":{"paddingLeft":".5rem !important"},".govgr-pl-4":{"paddingLeft":".75rem !important"},".govgr-pl-5":{"paddingLeft":"1rem !important"},".govgr-pl-6":{"paddingLeft":"1.25rem !important"},".govgr-pl-7":{"paddingLeft":"1.5rem !important"},".govgr-pl-8":{"paddingLeft":"2rem !important"},".govgr-pl-9":{"paddingLeft":"2rem !important"},".govgr-pl-10":{"paddingLeft":"2.25rem !important"},".govgr-pl-11":{"paddingLeft":"2.5rem !important"},".govgr-pl-12":{"paddingLeft":"2.75rem !important"},".govgr-pr-0":{"paddingRight":"0 !important"},".govgr-pr-1":{"paddingRight":".25rem !important"},".govgr-pr-2":{"paddingRight":".5rem !important"},".govgr-pr-3":{"paddingRight":".5rem !important"},".govgr-pr-4":{"paddingRight":".75rem !important"},".govgr-pr-5":{"paddingRight":"1rem !important"},".govgr-pr-6":{"paddingRight":"1.25rem !important"},".govgr-pr-7":{"paddingRight":"1.5rem !important"},".govgr-pr-8":{"paddingRight":"2rem !important"},".govgr-pr-9":{"paddingRight":"2rem !important"},".govgr-pr-10":{"paddingRight":"2.25rem !important"},".govgr-pr-11":{"paddingRight":"2.5rem !important"},".govgr-pr-12":{"paddingRight":"2.75rem !important"},".govgr-grid":{"display":"grid","gridTemplateColumns":"repeat(12,minmax(0,1fr))"},".govgr-grid-inline":{"display":"inline-grid"},".govgr-grid__col-auto":{"gridColumn":"auto"},".govgr-grid__col-span-1":{"gridColumn":"span 1/span 1"},".govgr-grid__col-span-2":{"gridColumn":"span 2/span 2"},".govgr-grid__col-span-3":{"gridColumn":"span 3/span 3"},".govgr-grid__col-span-4":{"gridColumn":"span 4/span 4"},".govgr-grid__col-span-5":{"gridColumn":"span 5/span 5"},".govgr-grid__col-span-6":{"gridColumn":"span 6/span 6"},".govgr-grid__col-span-7":{"gridColumn":"span 7/span 7"},".govgr-grid__col-span-8":{"gridColumn":"span 8/span 8"},".govgr-grid__col-span-9":{"gridColumn":"span 9/span 9"},".govgr-grid__col-span-10":{"gridColumn":"span 10/span 10"},".govgr-grid__col-span-11":{"gridColumn":"span 11/span 11"},".govgr-grid__col-span-12":{"gridColumn":"span 12/span 12"},"@media print":{".govgr-print-hidden":{"display":"none !important"},".govgr-print-visible-block":{"display":"block !important"},".govgr-print-visible-inline":{"display":"inline !important"}},".govgr-gap-1":{"gap":".25rem"},".govgr-gap-2":{"gap":".5rem"},".govgr-gap-4":{"gap":"1rem"},".govgr-gap-6":{"gap":"1.5rem"},".govgr-gap-8":{"gap":"2rem"},".govgr-gap-10":{"gap":"2.5rem"},".govgr-gap-12":{"gap":"3rem"},".govgr-gap-xs-1":{"gap":".25rem"},".govgr-gap-xs-2":{"gap":".5rem"},".govgr-gap-xs-4":{"gap":"1rem"},".govgr-gap-xs-5":{"gap":"1.25rem"},".govgr-gap-xs-6":{"gap":"1.5rem"},".govgr-gap-xs-8":{"gap":"2rem"},".govgr-gap-xs-10":{"gap":"2.5rem"},".govgr-gap-xs-12":{"gap":"3rem"},"@media (min-width:640px)":{".govgr-gap-sm-1":{"gap":".25rem"},".govgr-gap-sm-2":{"gap":".5rem"},".govgr-gap-sm-4":{"gap":"1rem"},".govgr-gap-sm-5":{"gap":"1.25rem"},".govgr-gap-sm-6":{"gap":"1.5rem"},".govgr-gap-sm-8":{"gap":"2rem"},".govgr-gap-sm-10":{"gap":"2.5rem"},".govgr-gap-sm-12":{"gap":"3rem"}},"@media (min-width:1024px)":{".govgr-gap-lg-1":{"gap":".25rem"},".govgr-gap-lg-2":{"gap":".5rem"},".govgr-gap-lg-4":{"gap":"1rem"},".govgr-gap-lg-5":{"gap":"1.25rem"},".govgr-gap-lg-6":{"gap":"1.5rem"},".govgr-gap-lg-8":{"gap":"2rem"},".govgr-gap-lg-10":{"gap":"2.5rem"},".govgr-gap-lg-12":{"gap":"3rem"}},"@media (min-width:1280px)":{".govgr-gap-xl-1":{"gap":".25rem"},".govgr-gap-xl-2":{"gap":".5rem"},".govgr-gap-xl-4":{"gap":"1rem"},".govgr-gap-xl-5":{"gap":"1.25rem"},".govgr-gap-xl-6":{"gap":"1.5rem"},".govgr-gap-xl-8":{"gap":"2rem"},".govgr-gap-xl-10":{"gap":"2.5rem"},".govgr-gap-xl-12":{"gap":"3rem"}}}
1
+ module.exports = {".ds-m-0":{"margin":"0 !important"},".ds-m-1":{"margin":".25rem !important"},".ds-m-2":{"margin":".5rem !important"},".ds-m-3":{"margin":".5rem !important"},"@media (min-width:768px)":[{".ds-m-3":{"margin":".75rem !important"}},{".ds-m-4":{"margin":"1rem !important"}},{".ds-m-5":{"margin":"1.25rem !important"}},{".ds-m-6":{"margin":"1.5rem !important"}},{".ds-m-7":{"margin":"2rem !important"}},{".ds-m-8":{"margin":"2.5rem !important"}},{".ds-m-9":{"margin":"3rem !important"}},{".ds-m-10":{"margin":"3.5rem !important"}},{".ds-m-11":{"margin":"4rem !important"}},{".ds-m-12":{"margin":"5rem !important"}},{".ds-mt-3":{"marginTop":".75rem !important"}},{".ds-mt-4":{"marginTop":"1rem !important"}},{".ds-mt-5":{"marginTop":"1.25rem !important"}},{".ds-mt-6":{"marginTop":"1.5rem !important"}},{".ds-mt-7":{"marginTop":"2rem !important"}},{".ds-mt-8":{"marginTop":"2.5rem !important"}},{".ds-mt-9":{"marginTop":"3rem !important"}},{".ds-mt-10":{"marginTop":"3.5rem !important"}},{".ds-mt-11":{"marginTop":"4rem !important"}},{".ds-mt-12":{"marginTop":"5rem !important"}},{".ds-mb-3":{"marginBottom":".75rem !important"}},{".ds-mb-4":{"marginBottom":"1rem !important"}},{".ds-mb-5":{"marginBottom":"1.25rem !important"}},{".ds-mb-6":{"marginBottom":"1.5rem !important"}},{".ds-mb-7":{"marginBottom":"2rem !important"}},{".ds-mb-8":{"marginBottom":"2.5rem !important"}},{".ds-mb-9":{"marginBottom":"3rem !important"}},{".ds-mb-10":{"marginBottom":"3.5rem !important"}},{".ds-mb-11":{"marginBottom":"4rem !important"}},{".ds-mb-12":{"marginBottom":"5rem !important"}},{".ds-ml-3":{"marginLeft":".75rem !important"}},{".ds-ml-4":{"marginLeft":"1rem !important"}},{".ds-ml-5":{"marginLeft":"1.25rem !important"}},{".ds-ml-6":{"marginLeft":"1.5rem !important"}},{".ds-ml-7":{"marginLeft":"2rem !important"}},{".ds-ml-8":{"marginLeft":"2.5rem !important"}},{".ds-ml-9":{"marginLeft":"3rem !important"}},{".ds-ml-10":{"marginLeft":"3.5rem !important"}},{".ds-ml-11":{"marginLeft":"4rem !important"}},{".ds-ml-12":{"marginLeft":"5rem !important"}},{".ds-mr-3":{"marginRight":".75rem !important"}},{".ds-mr-4":{"marginRight":"1rem !important"}},{".ds-mr-5":{"marginRight":"1.25rem !important"}},{".ds-mr-6":{"marginRight":"1.5rem !important"}},{".ds-mr-7":{"marginRight":"2rem !important"}},{".ds-mr-8":{"marginRight":"2.5rem !important"}},{".ds-mr-9":{"marginRight":"3rem !important"}},{".ds-mr-10":{"marginRight":"3.5rem !important"}},{".ds-mr-11":{"marginRight":"4rem !important"}},{".ds-mr-12":{"marginRight":"5rem !important"}},{".ds-p-3":{"padding":".75rem !important"}},{".ds-p-4":{"padding":"1rem !important"}},{".ds-p-5":{"padding":"1.25rem !important"}},{".ds-p-6":{"padding":"1.5rem !important"}},{".ds-p-7":{"padding":"2rem !important"}},{".ds-p-8":{"padding":"2.5rem !important"}},{".ds-p-9":{"padding":"3rem !important"}},{".ds-p-10":{"padding":"3.5rem !important"}},{".ds-p-11":{"padding":"4rem !important"}},{".ds-p-12":{"padding":"5rem !important"}},{".ds-pt-3":{"paddingTop":".75rem !important"}},{".ds-pt-4":{"paddingTop":"1rem !important"}},{".ds-pt-5":{"paddingTop":"1.25rem !important"}},{".ds-pt-6":{"paddingTop":"1.5rem !important"}},{".ds-pt-7":{"paddingTop":"2rem !important"}},{".ds-pt-8":{"paddingTop":"2.5rem !important"}},{".ds-pt-9":{"paddingTop":"3rem !important"}},{".ds-pt-10":{"paddingTop":"3.5rem !important"}},{".ds-pt-11":{"paddingTop":"4rem !important"}},{".ds-pt-12":{"paddingTop":"5rem !important"}},{".ds-pb-3":{"paddingBottom":".75rem !important"}},{".ds-pb-4":{"paddingBottom":"1rem !important"}},{".ds-pb-5":{"paddingBottom":"1.25rem !important"}},{".ds-pb-6":{"paddingBottom":"1.5rem !important"}},{".ds-pb-7":{"paddingBottom":"2rem !important"}},{".ds-pb-8":{"paddingBottom":"2.5rem !important"}},{".ds-pb-9":{"paddingBottom":"3rem !important"}},{".ds-pb-10":{"paddingBottom":"3.5rem !important"}},{".ds-pb-11":{"paddingBottom":"4rem !important"}},{".ds-pb-12":{"paddingBottom":"5rem !important"}},{".ds-pl-3":{"paddingLeft":".75rem !important"}},{".ds-pl-4":{"paddingLeft":"1rem !important"}},{".ds-pl-5":{"paddingLeft":"1.25rem !important"}},{".ds-pl-6":{"paddingLeft":"1.5rem !important"}},{".ds-pl-7":{"paddingLeft":"2rem !important"}},{".ds-pl-8":{"paddingLeft":"2.5rem !important"}},{".ds-pl-9":{"paddingLeft":"3rem !important"}},{".ds-pl-10":{"paddingLeft":"3.5rem !important"}},{".ds-pl-11":{"paddingLeft":"4rem !important"}},{".ds-pl-12":{"paddingLeft":"5rem !important"}},{".ds-pr-3":{"paddingRight":".75rem !important"}},{".ds-pr-4":{"paddingRight":"1rem !important"}},{".ds-pr-5":{"paddingRight":"1.25rem !important"}},{".ds-pr-6":{"paddingRight":"1.5rem !important"}},{".ds-pr-7":{"paddingRight":"2rem !important"}},{".ds-pr-8":{"paddingRight":"2.5rem !important"}},{".ds-pr-9":{"paddingRight":"3rem !important"}},{".ds-pr-10":{"paddingRight":"3.5rem !important"}},{".ds-pr-11":{"paddingRight":"4rem !important"}},{".ds-pr-12":{"paddingRight":"5rem !important"}},{".ds-gap-md-1":{"gap":".25rem"},".ds-gap-md-2":{"gap":".5rem"},".ds-gap-md-4":{"gap":"1rem"},".ds-gap-md-5":{"gap":"1.25rem"},".ds-gap-md-6":{"gap":"1.5rem"},".ds-gap-md-8":{"gap":"2rem"},".ds-gap-md-10":{"gap":"2.5rem"},".ds-gap-md-12":{"gap":"3rem"}}],".ds-m-4":{"margin":".75rem !important"},".ds-m-5":{"margin":"1rem !important"},".ds-m-6":{"margin":"1.25rem !important"},".ds-m-7":{"margin":"1.5rem !important"},".ds-m-8":{"margin":"2rem !important"},".ds-m-9":{"margin":"2rem !important"},".ds-m-10":{"margin":"2.25rem !important"},".ds-m-11":{"margin":"2.5rem !important"},".ds-m-12":{"margin":"2.75rem !important"},".ds-mt-0":{"marginTop":"0 !important"},".ds-mt-1":{"marginTop":".25rem !important"},".ds-mt-2":{"marginTop":".5rem !important"},".ds-mt-3":{"marginTop":".5rem !important"},".ds-mt-4":{"marginTop":".75rem !important"},".ds-mt-5":{"marginTop":"1rem !important"},".ds-mt-6":{"marginTop":"1.25rem !important"},".ds-mt-7":{"marginTop":"1.5rem !important"},".ds-mt-8":{"marginTop":"2rem !important"},".ds-mt-9":{"marginTop":"2rem !important"},".ds-mt-10":{"marginTop":"2.25rem !important"},".ds-mt-11":{"marginTop":"2.5rem !important"},".ds-mt-12":{"marginTop":"2.75rem !important"},".ds-mb-0":{"marginBottom":"0 !important"},".ds-mb-1":{"marginBottom":".25rem !important"},".ds-mb-2":{"marginBottom":".5rem !important"},".ds-mb-3":{"marginBottom":".5rem !important"},".ds-mb-4":{"marginBottom":".75rem !important"},".ds-mb-5":{"marginBottom":"1rem !important"},".ds-mb-6":{"marginBottom":"1.25rem !important"},".ds-mb-7":{"marginBottom":"1.5rem !important"},".ds-mb-8":{"marginBottom":"2rem !important"},".ds-mb-9":{"marginBottom":"2rem !important"},".ds-mb-10":{"marginBottom":"2.25rem !important"},".ds-mb-11":{"marginBottom":"2.5rem !important"},".ds-mb-12":{"marginBottom":"2.75rem !important"},".ds-ml-0":{"marginLeft":"0 !important"},".ds-ml-1":{"marginLeft":".25rem !important"},".ds-ml-2":{"marginLeft":".5rem !important"},".ds-ml-3":{"marginLeft":".5rem !important"},".ds-ml-4":{"marginLeft":".75rem !important"},".ds-ml-5":{"marginLeft":"1rem !important"},".ds-ml-6":{"marginLeft":"1.25rem !important"},".ds-ml-7":{"marginLeft":"1.5rem !important"},".ds-ml-8":{"marginLeft":"2rem !important"},".ds-ml-9":{"marginLeft":"2rem !important"},".ds-ml-10":{"marginLeft":"2.25rem !important"},".ds-ml-11":{"marginLeft":"2.5rem !important"},".ds-ml-12":{"marginLeft":"2.75rem !important"},".ds-mr-0":{"marginRight":"0 !important"},".ds-mr-1":{"marginRight":".25rem !important"},".ds-mr-2":{"marginRight":".5rem !important"},".ds-mr-3":{"marginRight":".5rem !important"},".ds-mr-4":{"marginRight":".75rem !important"},".ds-mr-5":{"marginRight":"1rem !important"},".ds-mr-6":{"marginRight":"1.25rem !important"},".ds-mr-7":{"marginRight":"1.5rem !important"},".ds-mr-8":{"marginRight":"2rem !important"},".ds-mr-9":{"marginRight":"2rem !important"},".ds-mr-10":{"marginRight":"2.25rem !important"},".ds-mr-11":{"marginRight":"2.5rem !important"},".ds-mr-12":{"marginRight":"2.75rem !important"},".ds-p-0":{"padding":"0 !important"},".ds-p-1":{"padding":".25rem !important"},".ds-p-2":{"padding":".5rem !important"},".ds-p-3":{"padding":".5rem !important"},".ds-p-4":{"padding":".75rem !important"},".ds-p-5":{"padding":"1rem !important"},".ds-p-6":{"padding":"1.25rem !important"},".ds-p-7":{"padding":"1.5rem !important"},".ds-p-8":{"padding":"2rem !important"},".ds-p-9":{"padding":"2rem !important"},".ds-p-10":{"padding":"2.25rem !important"},".ds-p-11":{"padding":"2.5rem !important"},".ds-p-12":{"padding":"2.75rem !important"},".ds-pt-0":{"paddingTop":"0 !important"},".ds-pt-1":{"paddingTop":".25rem !important"},".ds-pt-2":{"paddingTop":".5rem !important"},".ds-pt-3":{"paddingTop":".5rem !important"},".ds-pt-4":{"paddingTop":".75rem !important"},".ds-pt-5":{"paddingTop":"1rem !important"},".ds-pt-6":{"paddingTop":"1.25rem !important"},".ds-pt-7":{"paddingTop":"1.5rem !important"},".ds-pt-8":{"paddingTop":"2rem !important"},".ds-pt-9":{"paddingTop":"2rem !important"},".ds-pt-10":{"paddingTop":"2.25rem !important"},".ds-pt-11":{"paddingTop":"2.5rem !important"},".ds-pt-12":{"paddingTop":"2.75rem !important"},".ds-pb-0":{"paddingBottom":"0 !important"},".ds-pb-1":{"paddingBottom":".25rem !important"},".ds-pb-2":{"paddingBottom":".5rem !important"},".ds-pb-3":{"paddingBottom":".5rem !important"},".ds-pb-4":{"paddingBottom":".75rem !important"},".ds-pb-5":{"paddingBottom":"1rem !important"},".ds-pb-6":{"paddingBottom":"1.25rem !important"},".ds-pb-7":{"paddingBottom":"1.5rem !important"},".ds-pb-8":{"paddingBottom":"2rem !important"},".ds-pb-9":{"paddingBottom":"2rem !important"},".ds-pb-10":{"paddingBottom":"2.25rem !important"},".ds-pb-11":{"paddingBottom":"2.5rem !important"},".ds-pb-12":{"paddingBottom":"2.75rem !important"},".ds-pl-0":{"paddingLeft":"0 !important"},".ds-pl-1":{"paddingLeft":".25rem !important"},".ds-pl-2":{"paddingLeft":".5rem !important"},".ds-pl-3":{"paddingLeft":".5rem !important"},".ds-pl-4":{"paddingLeft":".75rem !important"},".ds-pl-5":{"paddingLeft":"1rem !important"},".ds-pl-6":{"paddingLeft":"1.25rem !important"},".ds-pl-7":{"paddingLeft":"1.5rem !important"},".ds-pl-8":{"paddingLeft":"2rem !important"},".ds-pl-9":{"paddingLeft":"2rem !important"},".ds-pl-10":{"paddingLeft":"2.25rem !important"},".ds-pl-11":{"paddingLeft":"2.5rem !important"},".ds-pl-12":{"paddingLeft":"2.75rem !important"},".ds-pr-0":{"paddingRight":"0 !important"},".ds-pr-1":{"paddingRight":".25rem !important"},".ds-pr-2":{"paddingRight":".5rem !important"},".ds-pr-3":{"paddingRight":".5rem !important"},".ds-pr-4":{"paddingRight":".75rem !important"},".ds-pr-5":{"paddingRight":"1rem !important"},".ds-pr-6":{"paddingRight":"1.25rem !important"},".ds-pr-7":{"paddingRight":"1.5rem !important"},".ds-pr-8":{"paddingRight":"2rem !important"},".ds-pr-9":{"paddingRight":"2rem !important"},".ds-pr-10":{"paddingRight":"2.25rem !important"},".ds-pr-11":{"paddingRight":"2.5rem !important"},".ds-pr-12":{"paddingRight":"2.75rem !important"},".ds-grid":{"display":"grid","gridTemplateColumns":"repeat(12,minmax(0,1fr))"},".ds-grid-inline":{"display":"inline-grid"},".ds-grid__col-auto":{"gridColumn":"auto"},".ds-grid__col-span-1":{"gridColumn":"span 1/span 1"},".ds-grid__col-span-2":{"gridColumn":"span 2/span 2"},".ds-grid__col-span-3":{"gridColumn":"span 3/span 3"},".ds-grid__col-span-4":{"gridColumn":"span 4/span 4"},".ds-grid__col-span-5":{"gridColumn":"span 5/span 5"},".ds-grid__col-span-6":{"gridColumn":"span 6/span 6"},".ds-grid__col-span-7":{"gridColumn":"span 7/span 7"},".ds-grid__col-span-8":{"gridColumn":"span 8/span 8"},".ds-grid__col-span-9":{"gridColumn":"span 9/span 9"},".ds-grid__col-span-10":{"gridColumn":"span 10/span 10"},".ds-grid__col-span-11":{"gridColumn":"span 11/span 11"},".ds-grid__col-span-12":{"gridColumn":"span 12/span 12"},"@media print":{".ds-print-hidden":{"display":"none !important"},".ds-print-visible-block":{"display":"block !important"},".ds-print-visible-inline":{"display":"inline !important"}},".ds-gap-1":{"gap":".25rem"},".ds-gap-2":{"gap":".5rem"},".ds-gap-4":{"gap":"1rem"},".ds-gap-6":{"gap":"1.5rem"},".ds-gap-8":{"gap":"2rem"},".ds-gap-10":{"gap":"2.5rem"},".ds-gap-12":{"gap":"3rem"},".ds-gap-xs-1":{"gap":".25rem"},".ds-gap-xs-2":{"gap":".5rem"},".ds-gap-xs-4":{"gap":"1rem"},".ds-gap-xs-5":{"gap":"1.25rem"},".ds-gap-xs-6":{"gap":"1.5rem"},".ds-gap-xs-8":{"gap":"2rem"},".ds-gap-xs-10":{"gap":"2.5rem"},".ds-gap-xs-12":{"gap":"3rem"},"@media (min-width:640px)":{".ds-gap-sm-1":{"gap":".25rem"},".ds-gap-sm-2":{"gap":".5rem"},".ds-gap-sm-4":{"gap":"1rem"},".ds-gap-sm-5":{"gap":"1.25rem"},".ds-gap-sm-6":{"gap":"1.5rem"},".ds-gap-sm-8":{"gap":"2rem"},".ds-gap-sm-10":{"gap":"2.5rem"},".ds-gap-sm-12":{"gap":"3rem"}},"@media (min-width:1024px)":{".ds-gap-lg-1":{"gap":".25rem"},".ds-gap-lg-2":{"gap":".5rem"},".ds-gap-lg-4":{"gap":"1rem"},".ds-gap-lg-5":{"gap":"1.25rem"},".ds-gap-lg-6":{"gap":"1.5rem"},".ds-gap-lg-8":{"gap":"2rem"},".ds-gap-lg-10":{"gap":"2.5rem"},".ds-gap-lg-12":{"gap":"3rem"}},"@media (min-width:1280px)":{".ds-gap-xl-1":{"gap":".25rem"},".ds-gap-xl-2":{"gap":".5rem"},".ds-gap-xl-4":{"gap":"1rem"},".ds-gap-xl-5":{"gap":"1.25rem"},".ds-gap-xl-6":{"gap":"1.5rem"},".ds-gap-xl-8":{"gap":"2rem"},".ds-gap-xl-10":{"gap":"2.5rem"},".ds-gap-xl-12":{"gap":"3rem"}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/css",
3
- "version": "1.2.1-496927f3",
3
+ "version": "2.0.0-8de46296",
4
4
  "description": "Digigov CSS - Tailwind CSS Components",
5
5
  "author": "GRNET Devs <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -1,14 +1,14 @@
1
- .govgr-accordion {
2
- .govgr-accordion__controls {
1
+ .ds-accordion {
2
+ .ds-accordion__controls {
3
3
  @apply text-right;
4
4
  }
5
- .govgr-accordion__section {
5
+ .ds-accordion__section {
6
6
  @apply border-b border-base-400;
7
7
  &:first-child {
8
8
  @apply border-t;
9
9
  }
10
10
  }
11
- .govgr-accordion__section-summary {
11
+ .ds-accordion__section-summary {
12
12
  @apply py-4 pr-8 hover:bg-base-200 transition ease-in-out cursor-pointer;
13
13
  @apply mb-0;
14
14
  list-style: none;
@@ -16,7 +16,7 @@
16
16
  @apply hidden;
17
17
  }
18
18
  &:focus {
19
- .govgr-accordion__section-button {
19
+ .ds-accordion__section-button {
20
20
  @apply underline bg-focus;
21
21
  text-decoration-thickness: 2px;
22
22
  &::after {
@@ -32,9 +32,9 @@
32
32
  @apply outline-none;
33
33
  }
34
34
  }
35
- .govgr-accordion__section-header {
35
+ .ds-accordion__section-header {
36
36
  }
37
- .govgr-accordion__section-heading {
37
+ .ds-accordion__section-heading {
38
38
  font-size: var(--accordion__section-heading-font-size);
39
39
  @apply no-underline font-semibold
40
40
  mb-0 transition-all justify-between cursor-pointer;
@@ -42,74 +42,74 @@
42
42
  @apply ring-link-visited;
43
43
  }
44
44
  }
45
- .govgr-accordion__section-button {
45
+ .ds-accordion__section-button {
46
46
  @apply text-base-content focus:underline flex justify-between;
47
47
  &::after {
48
48
  content: "+";
49
49
  @apply text-2xl text-base-content float-right relative -right-8 ml-2;
50
50
  }
51
51
  }
52
- .govgr-accordion__section[open] {
53
- .govgr-accordion__section-content {
52
+ .ds-accordion__section[open] {
53
+ .ds-accordion__section-content {
54
54
  @apply block;
55
55
  }
56
- .govgr-accordion__section-button {
56
+ .ds-accordion__section-button {
57
57
  &::after {
58
58
  content: "\2013";
59
59
  }
60
60
  }
61
61
  }
62
- .govgr-accordion__section-content {
62
+ .ds-accordion__section-content {
63
63
  @apply hidden md:pt-2 mb-6 pt-1 mx-0;
64
64
  > *:last-child {
65
65
  @apply mb-0;
66
66
  }
67
67
  }
68
68
  }
69
- .govgr-accordion--no-border {
70
- .govgr-accordion__section {
69
+ .ds-accordion--no-border {
70
+ .ds-accordion__section {
71
71
  @apply border-0 !important;
72
72
  }
73
73
  }
74
- .govgr-accordion--border-top {
75
- .govgr-accordion__section {
76
- .govgr-accordion__section-summary {
74
+ .ds-accordion--border-top {
75
+ .ds-accordion__section {
76
+ .ds-accordion__section-summary {
77
77
  @apply border-b-0;
78
78
  }
79
79
  }
80
80
  }
81
- .govgr-accordion--border-bottom {
82
- .govgr-accordion__section {
81
+ .ds-accordion--border-bottom {
82
+ .ds-accordion__section {
83
83
  @apply border-0;
84
84
  &:first-child {
85
85
  @apply border-0;
86
86
  }
87
- .govgr-accordion__section-summary {
87
+ .ds-accordion__section-summary {
88
88
  @apply border-b border-base-400;
89
89
  }
90
90
  }
91
91
  }
92
- .govgr-accordion--secondary {
93
- .govgr-accordion__section {
94
- .govgr-accordion__section-summary {
92
+ .ds-accordion--secondary {
93
+ .ds-accordion__section {
94
+ .ds-accordion__section-summary {
95
95
  @apply px-4 bg-base-200;
96
96
  }
97
- .govgr-accordion__section-content {
97
+ .ds-accordion__section-content {
98
98
  @apply px-4;
99
99
  }
100
100
  }
101
- .govgr-accordion__section-button {
101
+ .ds-accordion__section-button {
102
102
  &::after {
103
103
  @apply right-0;
104
104
  }
105
105
  }
106
106
  }
107
- .govgr-accordion--dense {
108
- .govgr-accordion__section {
109
- .govgr-accordion__section-summary {
107
+ .ds-accordion--dense {
108
+ .ds-accordion__section {
109
+ .ds-accordion__section-summary {
110
110
  @apply py-2;
111
111
  }
112
- .govgr-accordion__section-content {
112
+ .ds-accordion__section-content {
113
113
  @apply py-2 my-0;
114
114
  }
115
115
  }
@@ -117,17 +117,17 @@
117
117
 
118
118
  /* overrides */
119
119
 
120
- .govgr-accordion__section-summary {
121
- .govgr-hint {
120
+ .ds-accordion__section-summary {
121
+ .ds-hint {
122
122
  @apply mb-0 mt-1;
123
123
  }
124
124
  }
125
- .govgr-accordion__section-heading {
126
- .govgt-heading-xs,
127
- .govgr-heading-sm,
128
- .govgr-heading-md,
129
- .govgr-heading-lg,
130
- .govgr-heading-xl {
125
+ .ds-accordion__section-heading {
126
+ .ds-heading-xs,
127
+ .ds-heading-sm,
128
+ .ds-heading-md,
129
+ .ds-heading-lg,
130
+ .ds-heading-xl {
131
131
  @apply mb-0;
132
132
  }
133
133
  }
@@ -1,31 +1,31 @@
1
- .govgr-admin-header {
1
+ .ds-admin-header {
2
2
  @apply bg-primary print:bg-white border-b-8 print:border-b-2 border-tertiary;
3
3
  border-bottom-style: solid;
4
4
  }
5
- .govgr-admin-header__content {
5
+ .ds-admin-header__content {
6
6
  @apply px-4 py-2 mx-auto max-w-full w-full flex justify-between items-center;
7
7
  }
8
8
 
9
9
  /* overrides */
10
10
 
11
- .govgr-admin-header {
12
- .govgr-dropdown {
11
+ .ds-admin-header {
12
+ .ds-dropdown {
13
13
  @apply print:hidden;
14
14
  }
15
- .govgr-dropdown__button.govgr-link {
15
+ .ds-dropdown__button.ds-link {
16
16
  @apply text-lg text-white focus:text-base-content print:text-base-800;
17
17
  }
18
- .govgr-link {
19
- .govgr-svg-icon {
18
+ .ds-link {
19
+ .ds-svg-icon {
20
20
  fill: var(--color-white);
21
21
  }
22
22
  &:hover {
23
- .govgr-svg-icon {
23
+ .ds-svg-icon {
24
24
  fill: var(--color-white);
25
25
  }
26
26
  }
27
27
  &:focus {
28
- .govgr-svg-icon {
28
+ .ds-svg-icon {
29
29
  fill: var(--color-link-active);
30
30
  }
31
31
  }
@@ -1,26 +1,26 @@
1
- .govgr-admin-layout-wrapper {
1
+ .ds-admin-layout-wrapper {
2
2
  display: flex;
3
3
  flex-direction: column;
4
4
  flex-wrap: wrap;
5
5
  min-height: 100vh;
6
6
  }
7
- .govgr-admin-top-section {}
8
- .govgr-admin-top-section--secondary {
7
+ .ds-admin-top-section {}
8
+ .ds-admin-top-section--secondary {
9
9
  @apply bg-base-200 px-4 py-2;
10
10
  }
11
- .govgr-admin-top-section--border {
11
+ .ds-admin-top-section--border {
12
12
  @apply border border-base-300 px-4 py-2;
13
13
  }
14
- .govgr-admin-width-container {
14
+ .ds-admin-width-container {
15
15
  @apply px-4 py-8 m-0 w-full mx-auto;
16
16
  flex: 1 1 0%;
17
17
  }
18
- .govgr-admin-main-wrapper {
18
+ .ds-admin-main-wrapper {
19
19
  @apply grid p-4 md:grid-cols-12 gap-x-8 md:gap-x-10 gap-y-4 grid-cols-1 print:grid-cols-1;
20
20
  }
21
- .govgr-admin-main-content {
21
+ .ds-admin-main-content {
22
22
  @apply lg:col-span-8 md:col-span-7;
23
23
  }
24
- .govgr-admin-side-content {
24
+ .ds-admin-side-content {
25
25
  @apply lg:col-span-4 md:col-span-5 print:order-1;
26
26
  }
@@ -1,18 +1,18 @@
1
- .govgr-autocomplete__wrapper {
1
+ .ds-autocomplete__wrapper {
2
2
  @apply relative;
3
3
  }
4
- .govgr-autocomplete__status {}
5
- .govgr-autocomplete__status__wrapper {
4
+ .ds-autocomplete__status {}
5
+ .ds-autocomplete__status__wrapper {
6
6
  @apply border-0 h-px overflow-hidden absolute whitespace-nowrap p-0 w-px;
7
7
  clip: "rect(0 0 0 0)";
8
8
  margin-bottom: "-1px";
9
9
  margin-right: "-1px";
10
10
  }
11
- .govgr-autocomplete__hint {
11
+ .ds-autocomplete__hint {
12
12
  @apply absolute text-base-400;
13
13
  }
14
- .govgr-autocomplete__hint,
15
- .govgr-autocomplete__input {
14
+ .ds-autocomplete__hint,
15
+ .ds-autocomplete__input {
16
16
  @apply md:text-lg text-base p-2 w-full border-2 border-base-content;
17
17
  appearance: none;
18
18
  -webkit-appearance: none;
@@ -20,83 +20,83 @@
20
20
  -moz-box-sizing: border-box;
21
21
  -webkit-box-sizing: border-box;
22
22
  }
23
- .govgr-autocomplete__input {
23
+ .ds-autocomplete__input {
24
24
  @apply relative bg-transparent;
25
25
  }
26
- .govgr-autocomplete__input--default {
26
+ .ds-autocomplete__input--default {
27
27
  @apply p-2;
28
28
  }
29
- .govgr-autocomplete__input--focused {
29
+ .ds-autocomplete__input--focused {
30
30
  outline: 4px solid var(--color-focus);
31
31
  outline-offset: 0;
32
32
  -webkit-box-shadow: inset 0 0 0 2px;
33
33
  box-shadow: inset 0 0 0 2px;
34
34
  }
35
- .govgr-autocomplete__input--show-all-values {
35
+ .ds-autocomplete__input--show-all-values {
36
36
  @apply cursor-text;
37
37
  }
38
- .govgr-autocomplete__dropdown-arrow-down {
38
+ .ds-autocomplete__dropdown-arrow-down {
39
39
  @apply inline-block absolute right-2 top-4 w-6 h-6 cursor-pointer;
40
40
  }
41
- .govgr-autocomplete__menu {
41
+ .ds-autocomplete__menu {
42
42
  @apply bg-base-100 m-0 max-h-96 overflow-x-hidden w-full p-0 border-2 border-t-0 border-base-content /* border-t-0 border-x-2 border-l-2 border-base-content */;
43
43
  }
44
- .govgr-autocomplete__menu--inline {
44
+ .ds-autocomplete__menu--inline {
45
45
  @apply relative;
46
46
  }
47
- .govgr-autocomplete__menu--overlay {
47
+ .ds-autocomplete__menu--overlay {
48
48
  @apply absolute w-full left-0 top-full z-50 shadow-xl;
49
49
  }
50
- .govgr-autocomplete__menu--visible {
50
+ .ds-autocomplete__menu--visible {
51
51
  @apply block;
52
52
  }
53
- .govgr-autocomplete__menu--hidden {
53
+ .ds-autocomplete__menu--hidden {
54
54
  @apply hidden;
55
55
  }
56
- .govgr-autocomplete__option {
56
+ .ds-autocomplete__option {
57
57
  @apply cursor-pointer block relative p-2;
58
58
  border-bottom: solid var(--color-base-400);
59
59
  border-width: 1px 0;
60
60
  }
61
- .govgr-autocomplete__option > * {
61
+ .ds-autocomplete__option > * {
62
62
  @apply pointer-events-none;
63
63
  }
64
- .govgr-autocomplete__option:first-of-type {
64
+ .ds-autocomplete__option:first-of-type {
65
65
  @apply border-t-0;
66
66
  }
67
- .govgr-autocomplete__option:last-of-type {
67
+ .ds-autocomplete__option:last-of-type {
68
68
  @apply border-t-0;
69
69
  }
70
- .govgr-autocomplete__option--odd {
70
+ .ds-autocomplete__option--odd {
71
71
  @apply bg-base-300;
72
72
  }
73
- .govgr-autocomplete__option--focused,
74
- .govgr-autocomplete__option:hover {
73
+ .ds-autocomplete__option--focused,
74
+ .ds-autocomplete__option:hover {
75
75
  @apply bg-info text-white outline-none border-tertiary;
76
76
  }
77
- .govgr-autocomplete__option--no-results {
77
+ .ds-autocomplete__option--no-results {
78
78
  @apply text-current cursor-not-allowed;
79
79
  }
80
- .govgr-autocomplete__option--empty {
80
+ .ds-autocomplete__option--empty {
81
81
  @apply cursor-default;
82
82
  @apply bg-base-100 text-base-content !important;
83
83
  &:hover {
84
84
  border-color: var(--color-base-400);
85
85
  }
86
86
  }
87
- .govgr-autocomplete__hint,
88
- .govgr-autocomplete__option {
87
+ .ds-autocomplete__hint,
88
+ .ds-autocomplete__option {
89
89
  @apply p-2;
90
90
  }
91
- .govgr-autocomplete__assistive-hint {
91
+ .ds-autocomplete__assistive-hint {
92
92
  @apply hidden;
93
93
  }
94
94
 
95
95
  /* overrides */
96
96
 
97
- .govgr-autocomplete__option--focused,
98
- .govgr-autocomplete__option:hover {
99
- .govgr-hint {
97
+ .ds-autocomplete__option--focused,
98
+ .ds-autocomplete__option:hover {
99
+ .ds-hint {
100
100
  @apply text-base-300;
101
101
  }
102
102
  }
@@ -1,8 +1,8 @@
1
- .govgr-back-to-top-content {
1
+ .ds-back-to-top-content {
2
2
 
3
3
  }
4
4
 
5
- .govgr-back-to-top-link {
5
+ .ds-back-to-top-link {
6
6
  font-size: var(--back-to-top-link-font-size);
7
7
  letter-spacing: var(--back-to-top-link-letter-spacing);
8
8
  color: var(--back-to-top-link-color);
@@ -22,8 +22,8 @@
22
22
 
23
23
  /* overrides */
24
24
 
25
- .govgr-back-to-top-link {
26
- .govgr-svg-icon {
25
+ .ds-back-to-top-link {
26
+ .ds-svg-icon {
27
27
  fill: var(--back-to-top-link-color);
28
28
  }
29
29
  }
@@ -1,5 +1,5 @@
1
- .govgr-bottom-info {
1
+ .ds-bottom-info {
2
2
  @apply w-full bg-base-200 border-t border-base-400;
3
3
  @apply md:py-6 !important;
4
4
  }
5
- .govgr-bottom-info__content {}
5
+ .ds-bottom-info__content {}
@@ -1,7 +1,7 @@
1
- .govgr-breadcrumbs {
1
+ .ds-breadcrumbs {
2
2
  @apply block font-normal text-base-content mt-4 mb-2;
3
3
  }
4
- .govgr-breadcrumbs__list {
4
+ .ds-breadcrumbs__list {
5
5
  @apply block m-0 p-0 list-none;
6
6
  &:after {
7
7
  content: "";
@@ -9,7 +9,7 @@
9
9
  clear: both;
10
10
  }
11
11
  }
12
- .govgr-breadcrumbs__list-item {
12
+ .ds-breadcrumbs__list-item {
13
13
  font-size: var(--breadcrumbs__list-item-font-size);
14
14
  @apply inline-block relative mb-1 ml-2 pl-4 float-left;
15
15
  &::before {
@@ -25,7 +25,7 @@
25
25
  }
26
26
  }
27
27
  @media print {
28
- .govgr-breadcrumbs__list-item {
28
+ .ds-breadcrumbs__list-item {
29
29
  &::before {
30
30
  background-image: none;
31
31
  top: 2px;
@@ -34,7 +34,7 @@
34
34
  }
35
35
  }
36
36
  }
37
- .govgr-breadcrumbs__link {
37
+ .ds-breadcrumbs__link {
38
38
  @apply underline;
39
39
  &:hover {
40
40
  text-decoration-thickness: 2px;