@lightspeed/design-system-css 1.2.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) hide show
  1. package/README.md +2 -39
  2. package/dist/index.css +151 -80
  3. package/dist/index.css.map +1 -1
  4. package/dist/vend-styles.css +151 -80
  5. package/package.json +1 -34
  6. package/src/images-ui/images-ui-ns.scss +1 -1
  7. package/src/vend-stylelint/use-colour-function.js +25 -22
  8. package/src/vend-styles/components/BarChart/BarChart.scss +9 -9
  9. package/src/vend-styles/components/CodeInput/CodeInput.scss +0 -1
  10. package/src/vend-styles/components/DatePicker/DatePicker.scss +3 -11
  11. package/src/vend-styles/components/DatePicker/_DatePicker-ns.scss +1 -1
  12. package/src/vend-styles/components/LineChart/LineChart.scss +5 -4
  13. package/src/vend-styles/components/Modal/Modal.scss +25 -12
  14. package/src/vend-styles/components/Modal/_Modal-ns.scss +7 -2
  15. package/src/vend-styles/components/PromotionModal/PromotionModal.scss +1 -1
  16. package/src/vend-styles/components/TableList/TableList.scss +2 -1
  17. package/src/vend-styles/components/UpsellPrimary/UpsellPrimary.scss +1 -6
  18. package/src/vend.ui/_deprecated/v38.0.0/styles/vd-flex/vd-flex.scss +15 -7
  19. package/src/vend.ui/behaviours/vd-align/vd-align.scss +9 -3
  20. package/src/vend.ui/components/vd-autocomplete-filter/vd-autocomplete-filter.scss +4 -3
  21. package/src/vend.ui/components/vd-avatar/vd-avatar.scss +7 -7
  22. package/src/vend.ui/components/vd-avatar-multi/vd-avatar-multi.scss +1 -1
  23. package/src/vend.ui/components/vd-badges/vd-badges.scss +1 -1
  24. package/src/vend.ui/components/vd-badges/vd-id-badge/vd-id-badge.scss +7 -3
  25. package/src/vend.ui/components/vd-banner/vd-banner-ns.scss +5 -1
  26. package/src/vend.ui/components/vd-banner/vd-banner.scss +8 -4
  27. package/src/vend.ui/components/vd-bg/vd-bg.scss +1 -1
  28. package/src/vend.ui/components/vd-btn/_vd-btn-mixins.scss +15 -15
  29. package/src/vend.ui/components/vd-btn/vd-btn-panel.scss +4 -3
  30. package/src/vend.ui/components/vd-btn/vd-btn.scss +11 -9
  31. package/src/vend.ui/components/vd-card/vd-card-ns.scss +0 -1
  32. package/src/vend.ui/components/vd-card/vd-card.scss +0 -4
  33. package/src/vend.ui/components/vd-carousel/vd-carousel.scss +3 -2
  34. package/src/vend.ui/components/vd-checkbox/vd-checkbox.scss +33 -12
  35. package/src/vend.ui/components/vd-datepicker/vd-datepicker-ns.scss +2 -2
  36. package/src/vend.ui/components/vd-datepicker/vd-datepicker.scss +16 -6
  37. package/src/vend.ui/components/vd-dialog/vd-dialog-ns.scss +3 -1
  38. package/src/vend.ui/components/vd-dialog/vd-dialog.scss +13 -13
  39. package/src/vend.ui/components/vd-dialog-close/vd-dialog-close.scss +2 -2
  40. package/src/vend.ui/components/vd-dialog-drawer/vd-dialog-drawer.scss +1 -1
  41. package/src/vend.ui/components/vd-dott/vd-dott.scss +5 -4
  42. package/src/vend.ui/components/vd-dropdown/vd-dropdown.scss +1 -1
  43. package/src/vend.ui/components/vd-flag/vd-flag.scss +1 -2
  44. package/src/vend.ui/components/vd-flex/vd-flex.scss +39 -13
  45. package/src/vend.ui/components/vd-hero/vd-hero-ns.scss +2 -2
  46. package/src/vend.ui/components/vd-in-page-help/vd-in-page-help.scss +0 -2
  47. package/src/vend.ui/components/vd-input/vd-input-ns.scss +19 -12
  48. package/src/vend.ui/components/vd-input/vd-input.scss +12 -4
  49. package/src/vend.ui/components/vd-link/vd-link.scss +12 -4
  50. package/src/vend.ui/components/vd-loader/vd-loader.scss +1 -1
  51. package/src/vend.ui/components/vd-lozenge-group/vd-lozenge-group.scss +22 -7
  52. package/src/vend.ui/components/vd-multiselect-popover/vd-multiselect-popover.scss +1 -1
  53. package/src/vend.ui/components/vd-next-stepper/vd-next-stepper.scss +1 -1
  54. package/src/vend.ui/components/vd-overlay/vd-overlay-ns.scss +1 -1
  55. package/src/vend.ui/components/vd-p/vd-p.scss +3 -1
  56. package/src/vend.ui/components/vd-popover/vd-popover.scss +3 -1
  57. package/src/vend.ui/components/vd-popover-list/vd-popover-list-ns.scss +3 -1
  58. package/src/vend.ui/components/vd-popover-list/vd-popover-list.scss +1 -2
  59. package/src/vend.ui/components/vd-promo/vd-promo-ns.scss +1 -1
  60. package/src/vend.ui/components/vd-promo/vd-promo.scss +0 -1
  61. package/src/vend.ui/components/vd-radio/vd-radio.scss +30 -10
  62. package/src/vend.ui/components/vd-section/vd-section.scss +26 -11
  63. package/src/vend.ui/components/vd-segcontrol/vd-segcontrol.scss +3 -1
  64. package/src/vend.ui/components/vd-select/vd-select-group.scss +11 -5
  65. package/src/vend.ui/components/vd-select/vd-select-inline.scss +2 -1
  66. package/src/vend.ui/components/vd-select/vd-select.scss +2 -2
  67. package/src/vend.ui/components/vd-settings/vd-settings.scss +1 -1
  68. package/src/vend.ui/components/vd-sidebar/tmp-overrides.scss +5 -2
  69. package/src/vend.ui/components/vd-sidebar/vd-sidebar.scss +2 -5
  70. package/src/vend.ui/components/vd-sidebar-tabs/vd-sidebar-tabs-ns.scss +5 -2
  71. package/src/vend.ui/components/vd-suggestion/vd-suggestion-list-ns.scss +2 -2
  72. package/src/vend.ui/components/vd-table/vd-table.scss +102 -33
  73. package/src/vend.ui/components/vd-tabs/vd-tabs.scss +1 -2
  74. package/src/vend.ui/components/vd-text/vd-text.scss +13 -5
  75. package/src/vend.ui/components/vd-toast-notification/vd-toast-notification.scss +2 -1
  76. package/src/vend.ui/components/vd-visibility/vd-visibility.scss +9 -3
  77. package/src/vend.ui/styles/global/_base-mixins.scss +1 -2
  78. package/src/vend.ui/styles/global/_grid.scss +5 -5
  79. package/src/vend.ui/styles/global/_layout.scss +2 -2
  80. package/src/vend.ui/styles/global/_normalise.scss +8 -1
  81. package/src/vend.ui/styles/global/_z-index.scss +0 -8
  82. package/src/vend.ui/styles/global/colour/_base.scss +8 -13
  83. package/src/vend.ui/styles/global/colour/_colour-functions.scss +2 -10
  84. package/src/vend.ui/styles/global/colour/_colour.scss +3 -3
  85. package/src/vend.ui/styles/global/effects/_effects-ns.scss +4 -4
  86. package/src/vend.ui/styles/global/effects/_effects.scss +19 -9
  87. package/src/vend.ui/styles/global/spacing/_spacing-functions.scss +2 -2
  88. package/src/vend.ui/styles/global/spacing/_spacing-helpers.scss +2 -6
  89. package/src/vend.ui/styles/global/text/_base.scss +1 -1
  90. package/src/vend.ui/styles/global/text/_text-definitions.scss +13 -13
  91. package/src/vend.ui/styles/global/text/_text-mixins.scss +15 -23
  92. package/src/vend.ui/styles/global/text/_text.scss +2 -2
  93. package/src/vend.ui/styles/global/utils/_functions.scss +2 -2
  94. package/src/vend.ui/styles/global/viewport/_viewport-data.scss +30 -30
  95. package/src/vend.ui/styles/global/viewport/_viewport-identifier.scss +1 -1
  96. package/src/vend.ui/styles/global/viewport/_viewport-media-mixins.scss +16 -16
  97. package/src/vend.ui/styles/global/viewport/_viewport-ranges.scss +9 -9
  98. package/src/vend.ui/styles/navi/_nv-topnav-title.scss +1 -1
  99. package/src/vend.ui/styles/navi/_nv-topnav.scss +4 -4
  100. package/src/vend.ui/styles/navi/dialogs/_nv-notifications-dialog.scss +2 -2
  101. package/src/vend.ui/styles/navi/navi.scss +8 -8
  102. package/src/vend.ui/styles/navi/non-styles/_mixins.scss +6 -4
  103. package/CHANGELOG.md +0 -192
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Lightspeed Design System in CSS
1
+ # Helios CSS
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@lightspeed/design-system-css.svg?style=flat)](https://www.npmjs.com/package/@lightspeed/design-system-css)
4
4
 
@@ -9,7 +9,7 @@ CSS component library for building Lightspeed products.
9
9
  To use these components, you would typically add the following to your package's root `index.tsx`:
10
10
 
11
11
  ```ts
12
- import '@lightspeed/design-system-css'
12
+ import '@lightspeed/design-system-css';
13
13
  ```
14
14
 
15
15
  You have access to both the `.css` dist files and the `.scss` src files. The design system CSS files are broken down per component, so you can just use what you need (i.e. `DatePicker.css`).
@@ -28,43 +28,6 @@ importing:
28
28
  - `build` - Build the dist `.css` files
29
29
  - `build:themes` - Converts the JS themes to SCSS maps
30
30
 
31
- ## Publishing
32
-
33
- This package is published publicly on NPM under the `@lightspeed` organization. We use the [changesets](https://github.com/atlassian/changesets/blob/main/docs/detailed-explanation.md)'s workflow to release new versions.
34
-
35
- ### 1. Add a changeset
36
-
37
- 1. Run the command line script `yarn changeset`
38
- 2. Select an appropriate bump type for the changes made
39
- 3. Your final prompt will be to provide a message to go alongside the changeset. This will be written into the changelog when the next release occurs.
40
-
41
- After this, a new changeset will be added which is a markdown file with YAML front matter.
42
-
43
- ```
44
- -| .changeset/
45
- -|-| UNIQUE_ID.md
46
- ```
47
-
48
- The message you typed can be found in the markdown file. If you want to expand on it, you can write as much markdown as you want, which will all be added to the changelog on publish. If you want to add more packages or change the bump types of any packages, that's also fine.
49
-
50
- While not every changeset is going to need a huge amount of detail, a good idea of what should be in a changeset is:
51
-
52
- - WHAT the change is
53
- - WHY the change was made
54
- - HOW a consumer should update their code
55
-
56
- 4. Once you are happy with the changeset, commit the file to your branch.
57
-
58
- ### 2. Merge your PR, and review the automated release PR
59
-
60
- After merging your PR with changesets, a Github workflow will create a PR that will turn the changesets into the changelog and bump the version.
61
-
62
- Review this PR and wait for checks to pass, you can then merge it.
63
-
64
- ### 3. You are done!
65
-
66
- After merging the automated release PR, the same Github workflow will create a Github release based on your changesets and publish the package on NPM.
67
-
68
31
  ## License
69
32
 
70
33
  Source code is under a [custom license](./LICENSE.md) based on MIT.
package/dist/index.css CHANGED
@@ -32,13 +32,13 @@
32
32
  --vd-colour--keyline: #37353A;
33
33
  --vd-colour--framing-inverse: #E7E5E8;
34
34
  --vd-colour--keyline-inverse: #C9C7CA;
35
- --vd-colour--golden-sand: #E6B03D;
36
- --vd-colour--tacao: #ED6B44;
37
- --vd-colour--new-york-pink: #DE3CEC;
38
- --vd-colour--gothic: #A02FB6;
39
- --vd-colour--lavender-purple: #501897;
40
- --vd-colour--sinbad: #6952F6;
41
- --vd-colour--shuttle-gray: #5D5D5D;
35
+ --vd-colour--solar: #E6B03D;
36
+ --vd-colour--mars: #ED6B44;
37
+ --vd-colour--farout-pink: #DE3CEC;
38
+ --vd-colour--galaxy: #A02FB6;
39
+ --vd-colour--deep-purple: #501897;
40
+ --vd-colour--neptune: #6952F6;
41
+ --vd-colour--shuttle-grey: #5D5D5D;
42
42
  --vd-colour--nav-top: #0B0B0B;
43
43
  --vd-colour--nav-top-rgb: 11, 11, 11;
44
44
  --vd-colour--nav-side-tabs: #27252A;
@@ -93,13 +93,13 @@
93
93
  --vd-colour--keyline: #C9C7CA;
94
94
  --vd-colour--framing-inverse: #27252A;
95
95
  --vd-colour--keyline-inverse: #37353A;
96
- --vd-colour--golden-sand: #E6B03D;
97
- --vd-colour--tacao: #ED6B44;
98
- --vd-colour--new-york-pink: #DE3CEC;
99
- --vd-colour--gothic: #A02FB6;
100
- --vd-colour--lavender-purple: #501897;
101
- --vd-colour--sinbad: #6952F6;
102
- --vd-colour--shuttle-gray: #5D5D5D;
96
+ --vd-colour--solar: #E6B03D;
97
+ --vd-colour--mars: #ED6B44;
98
+ --vd-colour--farout-pink: #DE3CEC;
99
+ --vd-colour--galaxy: #A02FB6;
100
+ --vd-colour--deep-purple: #501897;
101
+ --vd-colour--neptune: #6952F6;
102
+ --vd-colour--shuttle-grey: #5D5D5D;
103
103
  --vd-colour--nav-top: #0B0B0B;
104
104
  --vd-colour--nav-top-rgb: 11, 11, 11;
105
105
  --vd-colour--nav-side-tabs: #E7E5E8;
@@ -153,13 +153,13 @@
153
153
  --vd-colour--keyline: #37353A;
154
154
  --vd-colour--framing-inverse: #E7E5E8;
155
155
  --vd-colour--keyline-inverse: #C9C7CA;
156
- --vd-colour--golden-sand: #E6B03D;
157
- --vd-colour--tacao: #ED6B44;
158
- --vd-colour--new-york-pink: #DE3CEC;
159
- --vd-colour--gothic: #A02FB6;
160
- --vd-colour--lavender-purple: #501897;
161
- --vd-colour--sinbad: #6952F6;
162
- --vd-colour--shuttle-gray: #5D5D5D;
156
+ --vd-colour--solar: #E6B03D;
157
+ --vd-colour--mars: #ED6B44;
158
+ --vd-colour--farout-pink: #DE3CEC;
159
+ --vd-colour--galaxy: #A02FB6;
160
+ --vd-colour--deep-purple: #501897;
161
+ --vd-colour--neptune: #6952F6;
162
+ --vd-colour--shuttle-grey: #5D5D5D;
163
163
  --vd-colour--nav-top: #0B0B0B;
164
164
  --vd-colour--nav-top-rgb: 11, 11, 11;
165
165
  --vd-colour--nav-side-tabs: #27252A;
@@ -198,7 +198,14 @@ a:link {
198
198
  text-decoration: none;
199
199
  }
200
200
 
201
- a, button, input, textarea, select, details, [ng-click], .vd-fast-tap {
201
+ a,
202
+ button,
203
+ input,
204
+ textarea,
205
+ select,
206
+ details,
207
+ [ng-click],
208
+ .vd-fast-tap {
202
209
  touch-action: manipulation;
203
210
  }
204
211
 
@@ -1234,7 +1241,8 @@ a, button, input, textarea, select, details, [ng-click], .vd-fast-tap {
1234
1241
  display: flex;
1235
1242
  align-items: center;
1236
1243
  }
1237
- .vd-select-group > .vd-select, .vd-select-group .vd-select-container {
1244
+ .vd-select-group > .vd-select,
1245
+ .vd-select-group .vd-select-container {
1238
1246
  width: auto;
1239
1247
  }
1240
1248
  .vd-select-group .vd-input {
@@ -1242,13 +1250,16 @@ a, button, input, textarea, select, details, [ng-click], .vd-fast-tap {
1242
1250
  margin-right: 0;
1243
1251
  flex: 1;
1244
1252
  }
1245
- .vd-select-group .vd-input, .vd-select-group .vd-select {
1253
+ .vd-select-group .vd-input,
1254
+ .vd-select-group .vd-select {
1246
1255
  position: relative;
1247
1256
  }
1248
- .vd-select-group .vd-input:focus, .vd-select-group .vd-select:focus {
1257
+ .vd-select-group .vd-input:focus,
1258
+ .vd-select-group .vd-select:focus {
1249
1259
  z-index: 103;
1250
1260
  }
1251
- .vd-select-group .vd-input:not(:first-child), .vd-select-group .vd-select:not(:first-child) {
1261
+ .vd-select-group .vd-input:not(:first-child),
1262
+ .vd-select-group .vd-select:not(:first-child) {
1252
1263
  border-top-left-radius: 0;
1253
1264
  border-bottom-left-radius: 0;
1254
1265
  margin-left: -2px;
@@ -1260,12 +1271,15 @@ a, button, input, textarea, select, details, [ng-click], .vd-fast-tap {
1260
1271
  border-top-left-radius: 0;
1261
1272
  border-bottom-left-radius: 0;
1262
1273
  }
1263
- .vd-select-group .vd-input:not(:last-child), .vd-select-group .vd-select:not(:last-child),
1274
+ .vd-select-group .vd-input:not(:last-child),
1275
+ .vd-select-group .vd-select:not(:last-child),
1264
1276
  .vd-select-group .vd-select-container:not(:last-child) .vd-select {
1265
1277
  border-top-right-radius: 0;
1266
1278
  border-bottom-right-radius: 0;
1267
1279
  }
1268
- .vd-select-group .vd-input.vd-error, .vd-select-group .vd-select.vd-error, .vd-select-group .vd-select-container:not(:last-child).vd-error {
1280
+ .vd-select-group .vd-input.vd-error,
1281
+ .vd-select-group .vd-select.vd-error,
1282
+ .vd-select-group .vd-select-container:not(:last-child).vd-error {
1269
1283
  z-index: 102;
1270
1284
  }
1271
1285
 
@@ -1640,25 +1654,25 @@ a, button, input, textarea, select, details, [ng-click], .vd-fast-tap {
1640
1654
  font-weight: 700;
1641
1655
  }
1642
1656
  .vd-avatar--initials.vd-avatar--initials-1 {
1643
- background-color: var(--vd-colour--new-york-pink);
1657
+ background-color: var(--vd-colour--farout-pink);
1644
1658
  }
1645
1659
  .vd-avatar--initials.vd-avatar--initials-2 {
1646
- background-color: var(--vd-colour--tacao);
1660
+ background-color: var(--vd-colour--mars);
1647
1661
  }
1648
1662
  .vd-avatar--initials.vd-avatar--initials-3 {
1649
- background-color: var(--vd-colour--golden-sand);
1663
+ background-color: var(--vd-colour--solar);
1650
1664
  }
1651
1665
  .vd-avatar--initials.vd-avatar--initials-4 {
1652
- background-color: var(--vd-colour--gothic);
1666
+ background-color: var(--vd-colour--galaxy);
1653
1667
  }
1654
1668
  .vd-avatar--initials.vd-avatar--initials-5 {
1655
- background-color: var(--vd-colour--sinbad);
1669
+ background-color: var(--vd-colour--neptune);
1656
1670
  }
1657
1671
  .vd-avatar--initials.vd-avatar--initials-6 {
1658
- background-color: var(--vd-colour--lavender-purple);
1672
+ background-color: var(--vd-colour--deep-purple);
1659
1673
  }
1660
1674
  .vd-avatar--initials.vd-avatar--initials-7 {
1661
- background-color: var(--vd-colour--shuttle-gray);
1675
+ background-color: var(--vd-colour--shuttle-grey);
1662
1676
  }
1663
1677
 
1664
1678
  .vd-avatar-multi {
@@ -2261,7 +2275,8 @@ a.vd-btn.disabled {
2261
2275
  /* When buttons are disabled they don't trigger onMouseOver / onMouseOut events but the event will bubble
2262
2276
  up from child elements. `vd-btn-hover-assist` occupies all of the space within the button so mouse events are
2263
2277
  consistently triggered. */
2264
- .vd-btn:disabled:hover > .vd-btn-hover-assist, .vd-tab-button:disabled:hover > .vd-btn-hover-assist {
2278
+ .vd-btn:disabled:hover > .vd-btn-hover-assist,
2279
+ .vd-tab-button:disabled:hover > .vd-btn-hover-assist {
2265
2280
  position: absolute;
2266
2281
  top: 0;
2267
2282
  right: 0;
@@ -2274,9 +2289,6 @@ a.vd-btn.disabled {
2274
2289
  background-color: var(--vd-colour--box);
2275
2290
  border-radius: 5px;
2276
2291
  }
2277
- .vd-card + .vd-card {
2278
- margin-left: 5px;
2279
- }
2280
2292
  .vd-card.vd-card--active {
2281
2293
  position: relative;
2282
2294
  }
@@ -2674,7 +2686,15 @@ vd-carousel-frame {
2674
2686
  color: var(--vd-colour--text);
2675
2687
  font-size: 15px;
2676
2688
  }
2677
- .vd-datepicker table, .vd-datepicker caption, .vd-datepicker tbody, .vd-datepicker tfoot, .vd-datepicker thead, .vd-datepicker tr, .vd-datepicker th, .vd-datepicker td, .vd-datepicker abbr,
2689
+ .vd-datepicker table,
2690
+ .vd-datepicker caption,
2691
+ .vd-datepicker tbody,
2692
+ .vd-datepicker tfoot,
2693
+ .vd-datepicker thead,
2694
+ .vd-datepicker tr,
2695
+ .vd-datepicker th,
2696
+ .vd-datepicker td,
2697
+ .vd-datepicker abbr,
2678
2698
  .vd-datepicker-range table,
2679
2699
  .vd-datepicker-range caption,
2680
2700
  .vd-datepicker-range tbody,
@@ -3001,10 +3021,12 @@ vd-carousel-frame {
3001
3021
  border: none;
3002
3022
  }
3003
3023
 
3004
- .vd-datepicker-range-no-end .is-startrange .pika-button, .vd-datepicker-range-no-end .is-endrange .pika-button {
3024
+ .vd-datepicker-range-no-end .is-startrange .pika-button,
3025
+ .vd-datepicker-range-no-end .is-endrange .pika-button {
3005
3026
  border: none;
3006
3027
  }
3007
- .vd-datepicker-range-no-end .vd-datepicker-end-picker .is-startrange .pika-button, .vd-datepicker-range-no-end .vd-datepicker-end-picker .is-endrange .pika-button {
3028
+ .vd-datepicker-range-no-end .vd-datepicker-end-picker .is-startrange .pika-button,
3029
+ .vd-datepicker-range-no-end .vd-datepicker-end-picker .is-endrange .pika-button {
3008
3030
  background: var(--vd-colour--do-highlight);
3009
3031
  color: var(--vd-colour--text);
3010
3032
  font-weight: normal;
@@ -3346,7 +3368,8 @@ vd-carousel-frame {
3346
3368
  }
3347
3369
  }
3348
3370
 
3349
- vd-dott, .vd-dott {
3371
+ vd-dott,
3372
+ .vd-dott {
3350
3373
  display: inline-block;
3351
3374
  width: 32px;
3352
3375
  height: 32px;
@@ -4891,42 +4914,55 @@ vd-dott, .vd-dott {
4891
4914
  --vd-section-padding-v: 16px;
4892
4915
  }
4893
4916
  }
4894
- vd-section, .vd-section {
4917
+ vd-section,
4918
+ .vd-section {
4895
4919
  display: block;
4896
4920
  position: relative;
4897
4921
  font-size: 15px;
4898
4922
  padding: var(--vd-section-padding-v) var(--vd-section-padding-h);
4899
4923
  }
4900
- vd-section .vd-section-wrap, .vd-section .vd-section-wrap {
4924
+ vd-section .vd-section-wrap,
4925
+ .vd-section .vd-section-wrap {
4901
4926
  display: block;
4902
4927
  margin: 0 auto;
4903
4928
  max-width: 1100px;
4904
4929
  }
4905
- vd-section .vd-section-container, .vd-section .vd-section-container {
4930
+ vd-section .vd-section-container,
4931
+ .vd-section .vd-section-container {
4906
4932
  margin: calc(var(--vd-section-padding-v) * -1) calc(var(--vd-section-padding-h) * -1);
4907
4933
  padding: var(--vd-section-padding-v) var(--vd-section-padding-h);
4908
4934
  }
4909
- vd-section vd-section, vd-section .vd-section, .vd-section vd-section, .vd-section .vd-section {
4935
+ vd-section vd-section,
4936
+ vd-section .vd-section,
4937
+ .vd-section vd-section,
4938
+ .vd-section .vd-section {
4910
4939
  padding: var(--vd-section-padding-v) 0;
4911
4940
  }
4912
4941
  @supports not (--a: 0) {
4913
- vd-section, .vd-section {
4942
+ vd-section,
4943
+ .vd-section {
4914
4944
  padding: 24px 48px;
4915
4945
  }
4916
- vd-section .vd-section-container, .vd-section .vd-section-container {
4946
+ vd-section .vd-section-container,
4947
+ .vd-section .vd-section-container {
4917
4948
  margin: -24px -48px;
4918
4949
  padding: 24px 48px;
4919
4950
  }
4920
- vd-section vd-section, vd-section .vd-section, .vd-section vd-section, .vd-section .vd-section {
4951
+ vd-section vd-section,
4952
+ vd-section .vd-section,
4953
+ .vd-section vd-section,
4954
+ .vd-section .vd-section {
4921
4955
  padding: 24px 0;
4922
4956
  }
4923
4957
  }
4924
4958
 
4925
- .vd-section--secondary, .vd-section--secondary .vd-section-container {
4959
+ .vd-section--secondary,
4960
+ .vd-section--secondary .vd-section-container {
4926
4961
  background-color: var(--vd-colour--framing);
4927
4962
  }
4928
4963
 
4929
- .vd-section--tertiary, .vd-section--tertiary .vd-section-container {
4964
+ .vd-section--tertiary,
4965
+ .vd-section--tertiary .vd-section-container {
4930
4966
  background-color: var(--vd-colour--box);
4931
4967
  }
4932
4968
 
@@ -4966,7 +5002,8 @@ vd-section vd-section, vd-section .vd-section, .vd-section vd-section, .vd-secti
4966
5002
  opacity: 0;
4967
5003
  }
4968
5004
 
4969
- .vd-section--action-bar, .vd-section--action-bar .vd-section-container {
5005
+ .vd-section--action-bar,
5006
+ .vd-section--action-bar .vd-section-container {
4970
5007
  background-color: var(--vd-colour--framing);
4971
5008
  }
4972
5009
  .vd-section--action-bar .vd-section-wrap {
@@ -5354,7 +5391,9 @@ vd-section vd-section, vd-section .vd-section, .vd-section vd-section, .vd-secti
5354
5391
  font-size: 12px;
5355
5392
  font-weight: 700;
5356
5393
  }
5357
- .vd-sidebar:not(.vd-sidebar--new) .vd-sidebar-tabs .vd-nav-divider, .vd-sidebar:not(.vd-sidebar--new) .vd-sidebar-tabs .vd-sidebar-expander, .vd-sidebar:not(.vd-sidebar--new) .vd-sidebar-tabs .vd-nav-item-icon--new {
5394
+ .vd-sidebar:not(.vd-sidebar--new) .vd-sidebar-tabs .vd-nav-divider,
5395
+ .vd-sidebar:not(.vd-sidebar--new) .vd-sidebar-tabs .vd-sidebar-expander,
5396
+ .vd-sidebar:not(.vd-sidebar--new) .vd-sidebar-tabs .vd-nav-item-icon--new {
5358
5397
  display: none;
5359
5398
  }
5360
5399
  .vd-sidebar:not(.vd-sidebar--new) .vd-sidebar-drawer {
@@ -5382,7 +5421,8 @@ vd-section vd-section, vd-section .vd-section, .vd-section vd-section, .vd-secti
5382
5421
  .vd-sidebar.vd-sidebar--new .vd-sidebar-tabs .vd-nav-item-icon:not(.vd-nav-item-icon--new) {
5383
5422
  display: none;
5384
5423
  }
5385
- .vd-sidebar.vd-sidebar--new .vd-sidebar-expander, .vd-sidebar.vd-sidebar--new .vd-nav-item-icon--new {
5424
+ .vd-sidebar.vd-sidebar--new .vd-sidebar-expander,
5425
+ .vd-sidebar.vd-sidebar--new .vd-nav-item-icon--new {
5386
5426
  display: block !important;
5387
5427
  }
5388
5428
 
@@ -5796,46 +5836,66 @@ table {
5796
5836
  .vd-table td {
5797
5837
  vertical-align: middle;
5798
5838
  }
5799
- .vd-table td, .vd-table th {
5839
+ .vd-table td,
5840
+ .vd-table th {
5800
5841
  padding: 20px 40px;
5801
5842
  position: relative;
5802
5843
  white-space: normal;
5803
5844
  word-break: break-word;
5804
5845
  }
5805
- .vd-table td.vd-tight, .vd-table th.vd-tight {
5846
+ .vd-table td.vd-tight,
5847
+ .vd-table th.vd-tight {
5806
5848
  white-space: nowrap;
5807
5849
  width: 1%;
5808
5850
  }
5809
- .vd-table td.vd-truncate, .vd-table td.vd-truncate *, .vd-table th.vd-truncate, .vd-table th.vd-truncate * {
5851
+ .vd-table td.vd-truncate,
5852
+ .vd-table td.vd-truncate *,
5853
+ .vd-table th.vd-truncate,
5854
+ .vd-table th.vd-truncate * {
5810
5855
  text-overflow: ellipsis;
5811
5856
  white-space: nowrap;
5812
5857
  overflow: hidden;
5813
5858
  }
5814
- .vd-table td.vd-sml-pad-h, .vd-table td.vd-sml-pad-l, .vd-table th.vd-sml-pad-h, .vd-table th.vd-sml-pad-l {
5859
+ .vd-table td.vd-sml-pad-h, .vd-table td.vd-sml-pad-l,
5860
+ .vd-table th.vd-sml-pad-h,
5861
+ .vd-table th.vd-sml-pad-l {
5815
5862
  padding-left: 8px;
5816
5863
  }
5817
- .vd-table td.vd-sml-pad-h, .vd-table td.vd-sml-pad-r, .vd-table th.vd-sml-pad-h, .vd-table th.vd-sml-pad-r {
5864
+ .vd-table td.vd-sml-pad-h, .vd-table td.vd-sml-pad-r,
5865
+ .vd-table th.vd-sml-pad-h,
5866
+ .vd-table th.vd-sml-pad-r {
5818
5867
  padding-right: 8px;
5819
5868
  }
5820
- .vd-table td.vd-no-pad-h, .vd-table td.vd-no-pad-l, .vd-table th.vd-no-pad-h, .vd-table th.vd-no-pad-l {
5869
+ .vd-table td.vd-no-pad-h, .vd-table td.vd-no-pad-l,
5870
+ .vd-table th.vd-no-pad-h,
5871
+ .vd-table th.vd-no-pad-l {
5821
5872
  padding-left: 0;
5822
5873
  }
5823
- .vd-table td.vd-no-pad-h, .vd-table td.vd-no-pad-r, .vd-table th.vd-no-pad-h, .vd-table th.vd-no-pad-r {
5874
+ .vd-table td.vd-no-pad-h, .vd-table td.vd-no-pad-r,
5875
+ .vd-table th.vd-no-pad-h,
5876
+ .vd-table th.vd-no-pad-r {
5824
5877
  padding-right: 0;
5825
5878
  }
5826
- .vd-table td.vd-no-pad-v, .vd-table td.vd-no-pad-b, .vd-table th.vd-no-pad-v, .vd-table th.vd-no-pad-b {
5879
+ .vd-table td.vd-no-pad-v, .vd-table td.vd-no-pad-b,
5880
+ .vd-table th.vd-no-pad-v,
5881
+ .vd-table th.vd-no-pad-b {
5827
5882
  padding-bottom: 0;
5828
5883
  }
5829
- .vd-table td.vd-no-pad-v, .vd-table td.vd-no-pad-t, .vd-table th.vd-no-pad-v, .vd-table th.vd-no-pad-t {
5884
+ .vd-table td.vd-no-pad-v, .vd-table td.vd-no-pad-t,
5885
+ .vd-table th.vd-no-pad-v,
5886
+ .vd-table th.vd-no-pad-t {
5830
5887
  padding-top: 0;
5831
5888
  }
5832
- .vd-table td.vd-valign-t, .vd-table th.vd-valign-t {
5889
+ .vd-table td.vd-valign-t,
5890
+ .vd-table th.vd-valign-t {
5833
5891
  vertical-align: top;
5834
5892
  }
5835
- .vd-table td.vd-valign-m, .vd-table th.vd-valign-m {
5893
+ .vd-table td.vd-valign-m,
5894
+ .vd-table th.vd-valign-m {
5836
5895
  vertical-align: middle;
5837
5896
  }
5838
- .vd-table td.vd-valign-b, .vd-table th.vd-valign-b {
5897
+ .vd-table td.vd-valign-b,
5898
+ .vd-table th.vd-valign-b {
5839
5899
  vertical-align: bottom;
5840
5900
  }
5841
5901
  .vd-table.vd-table--data {
@@ -7329,21 +7389,21 @@ td.vd-hide-print {
7329
7389
  }
7330
7390
  .vd-bar-chart-container .y.axis text {
7331
7391
  font-size: 14px;
7332
- fill: #76A27B;
7392
+ fill: #76a27b;
7333
7393
  }
7334
7394
  .vd-bar-chart-container .bar {
7335
- fill: #009D12;
7395
+ fill: #009d12;
7336
7396
  opacity: 0.15;
7337
7397
  }
7338
7398
  .vd-bar-chart-container .top {
7339
- fill: #009D12;
7399
+ fill: #009d12;
7340
7400
  }
7341
7401
  .vd-bar-chart-container .bar-label {
7342
7402
  font-size: 13px;
7343
7403
  fill: #959595;
7344
7404
  }
7345
7405
  .vd-bar-chart-container .bar-chart-background {
7346
- fill: #F2F2F2;
7406
+ fill: #f2f2f2;
7347
7407
  }
7348
7408
 
7349
7409
  .vd-currency-input-container {
@@ -7678,10 +7738,14 @@ td.vd-hide-print {
7678
7738
 
7679
7739
  /* stylelint-disable vend/use-colour-function */
7680
7740
  /* stylelint-enable vend/use-colour-function */
7681
- .vd-line-graph-container .vd-grid.vd-y .domain, .vd-line-graph-container .vd-axis.vd-y .domain, .vd-line-graph-container .vd-axis.vd-x .domain {
7741
+ .vd-line-graph-container .vd-grid.vd-y .domain,
7742
+ .vd-line-graph-container .vd-axis.vd-y .domain,
7743
+ .vd-line-graph-container .vd-axis.vd-x .domain {
7682
7744
  display: none;
7683
7745
  }
7684
- .vd-line-graph-container .vd-grid.vd-y .tick line, .vd-line-graph-container .vd-axis.vd-y .tick line, .vd-line-graph-container .vd-axis.vd-x .tick line {
7746
+ .vd-line-graph-container .vd-grid.vd-y .tick line,
7747
+ .vd-line-graph-container .vd-axis.vd-y .tick line,
7748
+ .vd-line-graph-container .vd-axis.vd-x .tick line {
7685
7749
  stroke: var(--vd-colour--framing);
7686
7750
  stroke-width: 1px;
7687
7751
  fill: transparent;
@@ -7704,10 +7768,10 @@ td.vd-hide-print {
7704
7768
  .vd-line-graph-container .vd-line-with-fill {
7705
7769
  fill: transparent;
7706
7770
  stroke-width: 2px;
7707
- stroke: #009D12;
7771
+ stroke: #009d12;
7708
7772
  }
7709
7773
  .vd-line-graph-container .vd-line-fill {
7710
- fill: #009D12;
7774
+ fill: #009d12;
7711
7775
  opacity: 0.1;
7712
7776
  stroke-width: 0;
7713
7777
  }
@@ -7717,7 +7781,7 @@ td.vd-hide-print {
7717
7781
  stroke-width: 2px;
7718
7782
  }
7719
7783
  .vd-line-graph-container .vd-plot-point-with-fill {
7720
- fill: #009D12;
7784
+ fill: #009d12;
7721
7785
  stroke: #fff;
7722
7786
  }
7723
7787
  .vd-line-graph-container .vd-plot-point-hidden {
@@ -7851,14 +7915,20 @@ td.vd-hide-print {
7851
7915
  .vd-modal-inner-container > .vd-g-row {
7852
7916
  width: 100%;
7853
7917
  }
7854
- .vd-modal-inner-container .vd-breadcrumb, .vd-modal-inner-container .vd-dialog-header, .vd-modal-container:not(.vd-modal--size-full-screen) .vd-modal-inner-container .vd-modal-content, .vd-modal-inner-container .vd-dialog-actions {
7918
+ .vd-modal-inner-container .vd-breadcrumb,
7919
+ .vd-modal-inner-container .vd-dialog-header, .vd-modal-container:not(.vd-modal--size-full-screen) .vd-modal-inner-container .vd-modal-content,
7920
+ .vd-modal-inner-container .vd-dialog-actions {
7855
7921
  margin-left: var(--vd-dialog-spacing);
7856
7922
  margin-right: var(--vd-dialog-spacing);
7857
7923
  }
7858
- .vd-modal-inner-container .vd-breadcrumb:first-child, .vd-modal-inner-container .vd-dialog-header:first-child, .vd-modal-container:not(.vd-modal--size-full-screen) .vd-modal-inner-container .vd-modal-content:first-child, .vd-modal-inner-container .vd-dialog-actions:first-child {
7924
+ .vd-modal-inner-container .vd-breadcrumb:first-child,
7925
+ .vd-modal-inner-container .vd-dialog-header:first-child, .vd-modal-container:not(.vd-modal--size-full-screen) .vd-modal-inner-container .vd-modal-content:first-child,
7926
+ .vd-modal-inner-container .vd-dialog-actions:first-child {
7859
7927
  margin-top: var(--vd-dialog-spacing);
7860
7928
  }
7861
- .vd-modal-inner-container .vd-breadcrumb:last-child, .vd-modal-inner-container .vd-dialog-header:last-child, .vd-modal-container:not(.vd-modal--size-full-screen) .vd-modal-inner-container .vd-modal-content:last-child, .vd-modal-inner-container .vd-dialog-actions:last-child {
7929
+ .vd-modal-inner-container .vd-breadcrumb:last-child,
7930
+ .vd-modal-inner-container .vd-dialog-header:last-child, .vd-modal-container:not(.vd-modal--size-full-screen) .vd-modal-inner-container .vd-modal-content:last-child,
7931
+ .vd-modal-inner-container .vd-dialog-actions:last-child {
7862
7932
  margin-bottom: var(--vd-dialog-spacing);
7863
7933
  }
7864
7934
  .vd-modal-inner-container .vd-breadcrumb + .vd-dialog-header, .vd-modal-inner-container .vd-breadcrumb + .vd-modal-content, .vd-modal-inner-container .vd-breadcrumb + .vd-dialog-actions {
@@ -7992,7 +8062,8 @@ td.vd-hide-print {
7992
8062
  padding-right: 0;
7993
8063
  padding-left: 6px;
7994
8064
  }
7995
- .vd-table-list-cell--toggle + .vd-table-list-cell, .vd-table-list-cell--toggle + .vd-table-list-head-cell {
8065
+ .vd-table-list-cell--toggle + .vd-table-list-cell,
8066
+ .vd-table-list-cell--toggle + .vd-table-list-head-cell {
7996
8067
  padding-left: 0;
7997
8068
  }
7998
8069
  .vd-table-list-cell--toggle .vd-table-list-toggle-icon {