@carbon/ibmdotcom-web-components 2.12.0-rc.1 → 2.12.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.
@@ -1,9 +1,3 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = exports.COLOR_SCHEME = void 0;
7
1
  /**
8
2
  * @license
9
3
  *
@@ -12,13 +6,19 @@ exports.default = exports.COLOR_SCHEME = void 0;
12
6
  * This source code is licensed under the Apache-2.0 license found in the
13
7
  * LICENSE file in the root directory of this source tree.
14
8
  */
15
- let COLOR_SCHEME = exports.COLOR_SCHEME = void 0;
16
- (function (COLOR_SCHEME) {
17
- COLOR_SCHEME["REGULAR"] = "regular";
18
- COLOR_SCHEME["INVERSE"] = "inverse";
19
- COLOR_SCHEME["LAYER"] = "layer";
20
- COLOR_SCHEME["CYAN"] = "cyan";
21
- COLOR_SCHEME["PURPLE"] = "purple";
22
- })(COLOR_SCHEME || (exports.COLOR_SCHEME = COLOR_SCHEME = {}));
23
- var _default = exports.default = COLOR_SCHEME;
24
- //# sourceMappingURL=defs.js.map
9
+ 'use strict';
10
+
11
+ Object.defineProperty(exports, '__esModule', {
12
+ value: true,
13
+ });
14
+ var _defs = require('defs.js');
15
+ Object.keys(_defs).forEach(function (key) {
16
+ if (key === 'default' || key === '__esModule') return;
17
+ if (key in exports && exports[key] === _defs[key]) return;
18
+ Object.defineProperty(exports, key, {
19
+ enumerable: true,
20
+ get: function () {
21
+ return _defs[key];
22
+ },
23
+ });
24
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/ibmdotcom-web-components",
3
- "version": "2.12.0-rc.1",
3
+ "version": "2.12.0",
4
4
  "description": "Carbon for IBM.com Web Components",
5
5
  "license": "Apache-2.0",
6
6
  "exports": {
@@ -91,13 +91,13 @@
91
91
  "wca": "web-component-analyzer analyze src --outFile custom-elements.json"
92
92
  },
93
93
  "dependencies": {
94
- "@carbon/ibmdotcom-services": "2.12.0-rc.0",
95
- "@carbon/ibmdotcom-styles": "2.12.0-rc.1",
96
- "@carbon/ibmdotcom-utilities": "2.12.0-rc.0",
94
+ "@carbon/ibmdotcom-services": "2.12.0",
95
+ "@carbon/ibmdotcom-styles": "2.12.0",
96
+ "@carbon/ibmdotcom-utilities": "2.12.0",
97
97
  "@carbon/layout": "11.24.0",
98
98
  "@carbon/motion": "11.20.0",
99
99
  "@carbon/styles": "1.63.1",
100
- "@carbon/web-components": "2.12.0-rc.0",
100
+ "@carbon/web-components": "2.12.0",
101
101
  "@ibm/telemetry-js": "^1.5.0",
102
102
  "lit": "^2.7.6",
103
103
  "lodash-es": "^4.17.21",
@@ -241,5 +241,5 @@
241
241
  "web-component-analyzer": "1.2.0-next.0",
242
242
  "webpack": "^4.46.0"
243
243
  },
244
- "gitHead": "c4fda9d7a9f2c8cbb88226be6cbacb20d58eb708"
244
+ "gitHead": "768fd248aa4c95f3c8a5716f175216886b06c799"
245
245
  }