@carbon/layout 11.20.0 → 11.21.0-rc.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
@@ -50,3 +50,12 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md)! 👀
50
50
  ## 📝 License
51
51
 
52
52
  Licensed under the [Apache 2.0 License](/LICENSE).
53
+
54
+ ## <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
55
+
56
+ This package uses IBM Telemetry to collect metrics data. By installing this
57
+ package as a dependency you are agreeing to telemetry collection. To opt out,
58
+ see
59
+ [Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
60
+ For more information on the data being collected, please see the
61
+ [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/layout",
3
3
  "description": "Layout helpers for digital and software products using the Carbon Design System",
4
- "version": "11.20.0",
4
+ "version": "11.21.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -26,15 +26,19 @@
26
26
  },
27
27
  "scripts": {
28
28
  "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonLayout && node tasks/build.js",
29
- "clean": "rimraf es lib umd scss/generated"
29
+ "clean": "rimraf es lib umd scss/generated",
30
+ "postinstall": "ibmtelemetry --config=telemetry.yml"
30
31
  },
31
32
  "devDependencies": {
32
- "@carbon/cli": "^11.15.0",
33
+ "@carbon/cli": "^11.16.0-rc.0",
33
34
  "@carbon/cli-reporter": "^10.7.0",
34
35
  "@carbon/scss-generator": "^10.18.0",
35
36
  "@carbon/test-utils": "^10.30.0",
36
37
  "core-js": "^3.16.0",
37
38
  "rimraf": "^5.0.0"
38
39
  },
39
- "gitHead": "abe693e46a9b76731f51e47104f3634b6346f845"
40
+ "dependencies": {
41
+ "@ibm/telemetry-js": "^1.2.1"
42
+ },
43
+ "gitHead": "fd9030978919c8d2ce0c102db94aeabf88563c34"
40
44
  }
package/telemetry.yml ADDED
@@ -0,0 +1,7 @@
1
+ # yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
2
+ version: 1
3
+ projectId: bf462a00-a4ac-4660-8554-c59ce1f088e8
4
+ endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
5
+ collect:
6
+ npm:
7
+ dependencies: null