@carbon/grid 11.28.0 → 11.29.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
@@ -98,9 +98,9 @@ Licensed under the [Apache 2.0 License](/LICENSE).
98
98
 
99
99
  ## <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
100
100
 
101
- This package uses IBM Telemetry to collect metrics data. By installing this
102
- package as a dependency you are agreeing to telemetry collection. To opt out,
103
- see
101
+ This package uses IBM Telemetry to collect de-identified and anonymized metrics
102
+ data. By installing this package as a dependency you are agreeing to telemetry
103
+ collection. To opt out, see
104
104
  [Opting out of IBM Telemetry data collection](https://github.com/ibm-telemetry/telemetry-js/tree/main#opting-out-of-ibm-telemetry-data-collection).
105
105
  For more information on the data being collected, please see the
106
106
  [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": "11.28.0",
4
+ "version": "11.29.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -35,11 +35,11 @@
35
35
  "postinstall": "ibmtelemetry --config=telemetry.yml"
36
36
  },
37
37
  "dependencies": {
38
- "@carbon/layout": "^11.27.0",
38
+ "@carbon/layout": "^11.28.0-rc.0",
39
39
  "@ibm/telemetry-js": "^1.5.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@carbon/cli": "^11.22.0",
42
+ "@carbon/cli": "^11.23.0-rc.0",
43
43
  "rimraf": "^6.0.0"
44
44
  },
45
45
  "eyeglass": {
@@ -48,5 +48,5 @@
48
48
  "sassDir": "scss",
49
49
  "needs": "^1.3.0"
50
50
  },
51
- "gitHead": "ea46616d9ea6afb2f14b862a344203e54d19e5a0"
51
+ "gitHead": "e48f5e6815bd93e518e8da73c7555590b85cda22"
52
52
  }
@@ -20,8 +20,8 @@ $base-font-size: 16px !default;
20
20
  /// @access public
21
21
  /// @group @carbon/layout
22
22
  @function to-rem($px) {
23
- @if unit($px) != 'px' {
24
- @error "Expected argument $px to be of type `px`, instead received: `#{unit($px)}`";
23
+ @if math.unit($px) != 'px' {
24
+ @error "Expected argument $px to be of type `px`, instead received: `#{math.unit($px)}`";
25
25
  }
26
26
 
27
27
  @return math.div($px, $base-font-size) * 1rem;
@@ -35,8 +35,8 @@ $base-font-size: 16px !default;
35
35
  /// @deprecated
36
36
  /// @group @carbon/layout
37
37
  @function rem($px) {
38
- @if unit($px) != 'px' {
39
- @error "Expected argument $px to be of type `px`, instead received: `#{unit($px)}`";
38
+ @if math.unit($px) != 'px' {
39
+ @error "Expected argument $px to be of type `px`, instead received: `#{math.unit($px)}`";
40
40
  }
41
41
 
42
42
  @return math.div($px, $base-font-size) * 1rem;
@@ -48,8 +48,8 @@ $base-font-size: 16px !default;
48
48
  /// @access public
49
49
  /// @group @carbon/layout
50
50
  @function em($px) {
51
- @if unit($px) != 'px' {
52
- @error "Expected argument $px to be of type `px`, instead received: `#{unit($px)}`";
51
+ @if math.unit($px) != 'px' {
52
+ @error "Expected argument $px to be of type `px`, instead received: `#{math.unit($px)}`";
53
53
  }
54
54
 
55
55
  @return math.div($px, $base-font-size) * 1em;
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: b5e1ce58-4ab2-4643-9282-fd1d6a0cecfe
4
- endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
4
+ endpoint: https://www-api.ibm.com/ibm-telemetry/v1/metrics
5
5
  collect:
6
6
  npm:
7
7
  dependencies: null