@companycam/slab-web 0.0.3-7 → 0.0.4

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.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@companycam/slab-web",
3
- "version": "0.0.3-7",
3
+ "version": "0.0.4",
4
4
  "description": "Design System for use across CompanyCam web applications",
5
5
  "main": "web/index.js",
6
6
  "module": "dist/bundle.js",
7
7
  "scripts": {
8
8
  "release": "yarn clean && yarn copy-source && yarn build && yarn bump-version && yarn publish-latest",
9
- "bump-version": "yarn version --prerelease --no-git-tag-version",
10
- "publish-latest": "yarn publish . --tag latest",
9
+ "bump-version": "yarn version --patch",
10
+ "publish-latest": "yarn publish . --tag latest && git push",
11
11
  "copy-source": "cp -r ../src/shared ./ && cp -r ../src/web ./",
12
12
  "build": "yarn build:tokens && rollup --config ./rollup.config.js",
13
13
  "build:tokens": "style-dictionary build --config ./shared/tokens/config.js",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 12 Nov 2022 20:38:03 GMT
3
+ * Generated on Mon, 21 Nov 2022 17:06:48 GMT
4
4
  */
5
5
 
6
6
  :root, .light-environment {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 12 Nov 2022 20:38:03 GMT
3
+ * Generated on Mon, 21 Nov 2022 17:06:48 GMT
4
4
  */
5
5
 
6
6
  .dark-environment {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 12 Nov 2022 20:38:03 GMT
3
+ * Generated on Mon, 21 Nov 2022 17:06:48 GMT
4
4
  */
5
5
 
6
6
  :root, .light-environment {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 12 Nov 2022 20:38:03 GMT
3
+ * Generated on Mon, 21 Nov 2022 17:06:48 GMT
4
4
  */
5
5
 
6
6
  export const color_brand_primary = "#0967d2"; // Our beloved CoCam deep blue. Use only for branding purposes.
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Sat, 12 Nov 2022 20:38:03 GMT
3
+ // Generated on Mon, 21 Nov 2022 17:06:48 GMT
4
4
 
5
5
  $cc_color_brand_primary: #0967d2; // Our beloved CoCam deep blue. Use only for branding purposes.
6
6
  $cc_color_brand_secondary: #142334; // Complements our primary blue. Use only for branding purposes.