@carbon/ibmdotcom-styles 2.14.0-rc.0 → 2.14.0-rc.2
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 +3 -3
- package/package.json +2 -2
- package/telemetry.yml +1 -1
package/README.md
CHANGED
|
@@ -63,9 +63,9 @@ and our
|
|
|
63
63
|
|
|
64
64
|
## <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
|
|
65
65
|
|
|
66
|
-
This package uses IBM Telemetry to collect
|
|
67
|
-
package as a dependency you are agreeing to telemetry
|
|
68
|
-
see
|
|
66
|
+
This package uses IBM Telemetry to collect de-identified and anonymized metrics
|
|
67
|
+
data. By installing this package as a dependency you are agreeing to telemetry
|
|
68
|
+
collection. To opt out, see
|
|
69
69
|
[Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
|
|
70
70
|
For more information on the data being collected, please see the
|
|
71
71
|
[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/ibmdotcom-styles",
|
|
3
3
|
"description": "Carbon for IBM.com Styles",
|
|
4
|
-
"version": "2.14.0-rc.
|
|
4
|
+
"version": "2.14.0-rc.2",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/ibm-dotcom-styles.min.css",
|
|
7
7
|
"module": "src/scss",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sass": "~1.79.0",
|
|
49
49
|
"sass-loader": "^13.0.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "47fa283cb7a26e6f0356b20b18d1d67b0d630731"
|
|
52
52
|
}
|
package/telemetry.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# yaml-language-server: $schema=https://unpkg.com/@ibm/telemetry-config-schema@v1/dist/config.schema.json
|
|
2
2
|
version: 1
|
|
3
3
|
projectId: 4a912794-62c0-4df0-936f-35aab853934a
|
|
4
|
-
endpoint: https://
|
|
4
|
+
endpoint: https://www-api.ibm.com/ibm-telemetry/v1/metrics
|
|
5
5
|
collect:
|
|
6
6
|
npm:
|
|
7
7
|
dependencies: null
|