@worksafevictoria/wcl7.5 1.1.23 → 1.2.0

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/README.md CHANGED
@@ -44,18 +44,18 @@ This repo is based on Vue 3 in Vite, and Storybook 7. It contains all the commo
44
44
 
45
45
  ### Usage Instructions - Yarn - recommended
46
46
 
47
- yarn add @worksafevictoria/wcl
47
+ yarn add @worksafevictoria/wcl7.5
48
48
 
49
49
  ### Usage Instructions - npm
50
50
 
51
- npm i @worksafevictoria/wcl
51
+ npm i @worksafevictoria/wcl7.5
52
52
 
53
53
  ### Nuxt - if you have errors after importing
54
54
 
55
55
  # nuxt.config.js
56
56
 
57
57
  build {
58
- transpile: ['@worksafevictoria/wcl', 'xxx', 'xxx', 'xxx']
58
+ transpile: ['@worksafevictoria/wcl7.5', 'xxx', 'xxx', 'xxx']
59
59
  }
60
60
 
61
61
  #### Usage Instructions - environment variables
@@ -83,7 +83,7 @@ This repo is based on Vue 3 in Vite, and Storybook 7. It contains all the commo
83
83
  </template>
84
84
 
85
85
  <script>
86
- import { Container, Column, Row, CtaButton } from '@worksafevictoria/wcl'
86
+ import { Container, Column, Row, CtaButton } from '@worksafevictoria/wcl7.5'
87
87
  export default {
88
88
  components: { Container, Column, Row, CtaButton }
89
89
  }
@@ -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
 
@@ -1,14 +1,15 @@
1
1
  #######################################################
2
- # Author: Yavisht Katgara
3
- # Email: yavisht_katgara@worksafe.vic.gov.au
2
+ # Original Author: Yavisht Katgara
3
+ # Email: WSV-DigitalOperations@worksafetac.onmicrosoft.com
4
4
  # Project: Worksafe Public Website - Front End
5
5
  # Description: Publish beta release to NPM
6
6
  #######################################################
7
7
 
8
- trigger:
8
+ trigger:
9
9
  branches:
10
10
  include:
11
11
  - beta
12
+ pr: none
12
13
 
13
14
  variables:
14
15
  - group: Public Websites - Front End
@@ -1,14 +1,15 @@
1
1
  #######################################################
2
- # Author: Yavisht Katgara
3
- # Email: yavisht_katgara@worksafe.vic.gov.au
2
+ # Original Author: Yavisht Katgara
3
+ # Email: WSV-DigitalOperations@worksafetac.onmicrosoft.com
4
4
  # Project: Worksafe Public Website - Front End
5
5
  # Description: Publish latest release to NPM
6
6
  #######################################################
7
7
 
8
- trigger:
8
+ trigger:
9
9
  branches:
10
10
  include:
11
11
  - master
12
+ pr: none
12
13
 
13
14
  variables:
14
15
  - group: Public Websites - Front End
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worksafevictoria/wcl7.5",
3
- "version": "1.1.23",
3
+ "version": "1.2.0",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -212,5 +212,5 @@ Default.args = {
212
212
  cardPadding: 'small',
213
213
  borderType: 'thin',
214
214
  contentClass: 'Content Class',
215
- cardDescription: 'Card description slot. text 123 Sample text. You can also use description prop.',
215
+ cardDescription: 'Card Description slot. text 123 Sample text. You can also use description prop.',
216
216
  }