@carbon/grid 10.43.2 → 10.43.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.
Files changed (3) hide show
  1. package/README.md +9 -0
  2. package/package.json +10 -7
  3. package/telemetry.yml +10 -0
package/README.md CHANGED
@@ -86,3 +86,12 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md)! 👀
86
86
  ## 📝 License
87
87
 
88
88
  Licensed under the [Apache 2.0 License](/LICENSE).
89
+
90
+ ## <picture><source height="20" width="20" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-dark.svg"><source height="20" width="20" media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"><img height="20" width="20" alt="IBM Telemetry" src="https://raw.githubusercontent.com/ibm-telemetry/telemetry-js/main/docs/images/ibm-telemetry-light.svg"></picture> IBM Telemetry
91
+
92
+ This package uses IBM Telemetry to collect metrics data. By installing this
93
+ package as a dependency you are agreeing to telemetry collection. To opt out,
94
+ see
95
+ [Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
96
+ For more information on the data being collected, please see the
97
+ [IBM Telemetry documentation](https://github.com/ibm-telemetry/telemetry-js/tree/main#ibm-telemetry-collection-basics).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/grid",
3
3
  "description": "Grid for digital and software products using the Carbon Design System",
4
- "version": "10.43.2",
4
+ "version": "10.43.4",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -12,7 +12,8 @@
12
12
  "files": [
13
13
  "css",
14
14
  "scss",
15
- "index.scss"
15
+ "index.scss",
16
+ "telemetry.yml"
16
17
  ],
17
18
  "keywords": [
18
19
  "eyeglass-module",
@@ -29,14 +30,16 @@
29
30
  },
30
31
  "scripts": {
31
32
  "build": "yarn clean && carbon-cli inline && carbon-cli check \"scss/*.scss\"",
32
- "clean": "rimraf scss/_inlined scss/vendor"
33
+ "clean": "rimraf scss/_inlined scss/vendor",
34
+ "postinstall": "ibmtelemetry --config=telemetry.yml"
33
35
  },
34
36
  "dependencies": {
35
- "@carbon/import-once": "^10.7.0",
36
- "@carbon/layout": "^10.37.2"
37
+ "@carbon/import-once": "^10.7.2",
38
+ "@carbon/layout": "^10.37.4",
39
+ "@ibm/telemetry-js": "^1.5.0"
37
40
  },
38
41
  "devDependencies": {
39
- "@carbon/cli": "^10.34.2",
42
+ "@carbon/cli": "^10.34.4",
40
43
  "rimraf": "^3.0.0"
41
44
  },
42
45
  "eyeglass": {
@@ -45,5 +48,5 @@
45
48
  "sassDir": "scss",
46
49
  "needs": "^1.3.0"
47
50
  },
48
- "gitHead": "58041d7d41b49eb391ccd4ac4eaf635c923aab84"
51
+ "gitHead": "37eae9c2cd0cf3522e56f8456e99901245ebda85"
49
52
  }
package/telemetry.yml ADDED
@@ -0,0 +1,10 @@
1
+ # yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
2
+ version: 1
3
+ projectId: b5e1ce58-4ab2-4643-9282-fd1d6a0cecfe
4
+ endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
5
+ collect:
6
+ npm:
7
+ dependencies: null
8
+ js:
9
+ functions: {}
10
+ tokens: null