@worksafevictoria/wcl7.5 1.1.0-beta.37 → 1.1.0-beta.38
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.
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# Project: Worksafe Public Website - Front End
|
|
5
5
|
# Description: Build Validation for Pull Requests
|
|
6
6
|
########################################################
|
|
7
|
-
trigger: none
|
|
7
|
+
trigger: none
|
|
8
8
|
|
|
9
9
|
pr:
|
|
10
10
|
autoCancel: true
|
|
@@ -13,7 +13,7 @@ pr:
|
|
|
13
13
|
include:
|
|
14
14
|
- master
|
|
15
15
|
- beta
|
|
16
|
-
|
|
16
|
+
|
|
17
17
|
variables:
|
|
18
18
|
- group: Public Websites - Front End
|
|
19
19
|
|
package/ci/release/beta.yml
CHANGED
package/ci/release/master.yml
CHANGED
package/package.json
CHANGED
|
@@ -212,5 +212,5 @@ Default.args = {
|
|
|
212
212
|
cardPadding: 'small',
|
|
213
213
|
borderType: 'thin',
|
|
214
214
|
contentClass: 'Content Class',
|
|
215
|
-
cardDescription: 'Card
|
|
215
|
+
cardDescription: 'Card Description slot. text 123 Sample text. You can also use description prop.',
|
|
216
216
|
}
|