@asd20/ui 3.2.927 → 3.2.929

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.
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asd20/ui",
3
- "version": "3.2.720",
3
+ "version": "3.2.927",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.927",
8
+ "version": "3.2.929",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -335,7 +335,7 @@ export default {
335
335
  background-repeat: no-repeat;
336
336
  background-size: cover;
337
337
  background-position: 10%;
338
- box-shadow: 0px 0px 0px 4000px rgba(0, 23, 128, 0.5) inset;
338
+ box-shadow: 0px 0px 0px 4000px rgba(0, 22, 100, 0.7) inset;
339
339
  }
340
340
 
341
341
  @media (min-width: 768px) {
@@ -97,6 +97,7 @@
97
97
  :primary-messages="wayFindingPrimaryMessages"
98
98
  :secondary-messages="secondaryMessages"
99
99
  omit-body-content
100
+ omit-calls-to-action
100
101
  grid
101
102
  />
102
103
 
@@ -96,6 +96,7 @@
96
96
  :primary-messages="wayFindingPrimaryMessages"
97
97
  :secondary-messages="secondaryMessages"
98
98
  omit-body-content
99
+ omit-calls-to-action
99
100
  grid
100
101
  fullscreen
101
102
  />
@@ -78,6 +78,7 @@
78
78
  :primary-messages="wayFindingPrimaryMessages"
79
79
  :secondary-messages="secondaryMessages"
80
80
  omit-body-content
81
+ omit-calls-to-action
81
82
  grid
82
83
  />
83
84