@carbon/themes 11.16.0-rc.0 → 11.17.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.
Files changed (43) hide show
  1. package/es/index.js +16 -16
  2. package/index.scss +1 -1
  3. package/lib/index.js +16 -16
  4. package/package.json +10 -10
  5. package/scss/_component-tokens.scss +1 -1
  6. package/scss/_config.scss +1 -1
  7. package/scss/_theme.scss +1 -1
  8. package/scss/_themes.scss +1 -1
  9. package/scss/_tokens.scss +1 -1
  10. package/scss/_utilities.scss +1 -1
  11. package/scss/compat/_themes.scss +1 -1
  12. package/scss/compat/_tokens.scss +1 -1
  13. package/scss/compat/generated/_themes.scss +1 -1
  14. package/scss/compat/generated/_tokens.scss +1 -1
  15. package/scss/generated/_button-tokens.scss +1 -1
  16. package/scss/generated/_notification-tokens.scss +1 -1
  17. package/scss/generated/_tag-tokens.scss +1 -1
  18. package/scss/generated/_themes.scss +1 -1
  19. package/scss/generated/_tokens.scss +1 -1
  20. package/src/g10.js +1 -1
  21. package/src/g100.js +1 -1
  22. package/src/g90.js +1 -1
  23. package/src/index.js +1 -1
  24. package/src/tokens/Token.js +1 -1
  25. package/src/tokens/TokenFormat.js +1 -1
  26. package/src/tokens/TokenGroup.js +1 -1
  27. package/src/tokens/TokenSet.js +1 -1
  28. package/src/tokens/components.js +1 -1
  29. package/src/tokens/index.js +1 -1
  30. package/src/tokens/layout.js +1 -1
  31. package/src/tokens/type.js +1 -1
  32. package/src/tokens/v10.js +1 -1
  33. package/src/tokens/v11TokenGroup.js +1 -1
  34. package/src/tokens/v11TokenSet.js +1 -1
  35. package/src/tools.js +1 -1
  36. package/src/v10/g10.js +1 -1
  37. package/src/v10/g100.js +1 -1
  38. package/src/v10/g90.js +1 -1
  39. package/src/v10/index.js +1 -1
  40. package/src/v10/tokens.js +1 -1
  41. package/src/v10/white.js +1 -1
  42. package/src/white.js +1 -1
  43. package/umd/index.js +16 -16
package/es/index.js CHANGED
@@ -575,7 +575,7 @@ function formatTokenName(token) {
575
575
  }
576
576
 
577
577
  /**
578
- * Copyright IBM Corp. 2018, 2018
578
+ * Copyright IBM Corp. 2018, 2023
579
579
  *
580
580
  * This source code is licensed under the Apache-2.0 license found in the
581
581
  * LICENSE file in the root directory of this source tree.
@@ -878,7 +878,7 @@ var white$1 = /*#__PURE__*/Object.freeze({
878
878
  });
879
879
 
880
880
  /**
881
- * Copyright IBM Corp. 2018, 2018
881
+ * Copyright IBM Corp. 2018, 2023
882
882
  *
883
883
  * This source code is licensed under the Apache-2.0 license found in the
884
884
  * LICENSE file in the root directory of this source tree.
@@ -1181,7 +1181,7 @@ var g10$1 = /*#__PURE__*/Object.freeze({
1181
1181
  });
1182
1182
 
1183
1183
  /**
1184
- * Copyright IBM Corp. 2018, 2018
1184
+ * Copyright IBM Corp. 2018, 2023
1185
1185
  *
1186
1186
  * This source code is licensed under the Apache-2.0 license found in the
1187
1187
  * LICENSE file in the root directory of this source tree.
@@ -1484,7 +1484,7 @@ var g90$1 = /*#__PURE__*/Object.freeze({
1484
1484
  });
1485
1485
 
1486
1486
  /**
1487
- * Copyright IBM Corp. 2018, 2018
1487
+ * Copyright IBM Corp. 2018, 2023
1488
1488
  *
1489
1489
  * This source code is licensed under the Apache-2.0 license found in the
1490
1490
  * LICENSE file in the root directory of this source tree.
@@ -1787,7 +1787,7 @@ var g100$1 = /*#__PURE__*/Object.freeze({
1787
1787
  });
1788
1788
 
1789
1789
  /**
1790
- * Copyright IBM Corp. 2018, 2018
1790
+ * Copyright IBM Corp. 2018, 2023
1791
1791
  *
1792
1792
  * This source code is licensed under the Apache-2.0 license found in the
1793
1793
  * LICENSE file in the root directory of this source tree.
@@ -2184,7 +2184,7 @@ var white = /*#__PURE__*/Object.freeze({
2184
2184
  });
2185
2185
 
2186
2186
  /**
2187
- * Copyright IBM Corp. 2018, 2018
2187
+ * Copyright IBM Corp. 2018, 2023
2188
2188
  *
2189
2189
  * This source code is licensed under the Apache-2.0 license found in the
2190
2190
  * LICENSE file in the root directory of this source tree.
@@ -2581,7 +2581,7 @@ var g10 = /*#__PURE__*/Object.freeze({
2581
2581
  });
2582
2582
 
2583
2583
  /**
2584
- * Copyright IBM Corp. 2018, 2018
2584
+ * Copyright IBM Corp. 2018, 2023
2585
2585
  *
2586
2586
  * This source code is licensed under the Apache-2.0 license found in the
2587
2587
  * LICENSE file in the root directory of this source tree.
@@ -2978,7 +2978,7 @@ var g90 = /*#__PURE__*/Object.freeze({
2978
2978
  });
2979
2979
 
2980
2980
  /**
2981
- * Copyright IBM Corp. 2018, 2018
2981
+ * Copyright IBM Corp. 2018, 2023
2982
2982
  *
2983
2983
  * This source code is licensed under the Apache-2.0 license found in the
2984
2984
  * LICENSE file in the root directory of this source tree.
@@ -3375,7 +3375,7 @@ var g100 = /*#__PURE__*/Object.freeze({
3375
3375
  });
3376
3376
 
3377
3377
  /**
3378
- * Copyright IBM Corp. 2018, 2018
3378
+ * Copyright IBM Corp. 2018, 2023
3379
3379
  *
3380
3380
  * This source code is licensed under the Apache-2.0 license found in the
3381
3381
  * LICENSE file in the root directory of this source tree.
@@ -3395,7 +3395,7 @@ var tokens$3 = {
3395
3395
  };
3396
3396
 
3397
3397
  /**
3398
- * Copyright IBM Corp. 2018, 2018
3398
+ * Copyright IBM Corp. 2018, 2023
3399
3399
  *
3400
3400
  * This source code is licensed under the Apache-2.0 license found in the
3401
3401
  * LICENSE file in the root directory of this source tree.
@@ -4072,7 +4072,7 @@ var index = /*#__PURE__*/Object.freeze({
4072
4072
  });
4073
4073
 
4074
4074
  /**
4075
- * Copyright IBM Corp. 2018, 2018
4075
+ * Copyright IBM Corp. 2018, 2023
4076
4076
  *
4077
4077
  * This source code is licensed under the Apache-2.0 license found in the
4078
4078
  * LICENSE file in the root directory of this source tree.
@@ -4398,7 +4398,7 @@ var TokenGroup = /*#__PURE__*/function (_Symbol$iterator) {
4398
4398
  }(Symbol.iterator);
4399
4399
 
4400
4400
  /**
4401
- * Copyright IBM Corp. 2018, 2018
4401
+ * Copyright IBM Corp. 2018, 2023
4402
4402
  *
4403
4403
  * This source code is licensed under the Apache-2.0 license found in the
4404
4404
  * LICENSE file in the root directory of this source tree.
@@ -4627,7 +4627,7 @@ var group = TokenGroup.create({
4627
4627
  });
4628
4628
 
4629
4629
  /**
4630
- * Copyright IBM Corp. 2018, 2018
4630
+ * Copyright IBM Corp. 2018, 2023
4631
4631
  *
4632
4632
  * This source code is licensed under the Apache-2.0 license found in the
4633
4633
  * LICENSE file in the root directory of this source tree.
@@ -4656,7 +4656,7 @@ var components = /*#__PURE__*/Object.freeze({
4656
4656
  });
4657
4657
 
4658
4658
  /**
4659
- * Copyright IBM Corp. 2018, 2018
4659
+ * Copyright IBM Corp. 2018, 2023
4660
4660
  *
4661
4661
  * This source code is licensed under the Apache-2.0 license found in the
4662
4662
  * LICENSE file in the root directory of this source tree.
@@ -4668,7 +4668,7 @@ var type$1 = TokenGroup.create({
4668
4668
  });
4669
4669
 
4670
4670
  /**
4671
- * Copyright IBM Corp. 2018, 2018
4671
+ * Copyright IBM Corp. 2018, 2023
4672
4672
  *
4673
4673
  * This source code is licensed under the Apache-2.0 license found in the
4674
4674
  * LICENSE file in the root directory of this source tree.
@@ -4746,7 +4746,7 @@ var unstable_metadata = {
4746
4746
  };
4747
4747
 
4748
4748
  /**
4749
- * Copyright IBM Corp. 2018, 2018
4749
+ * Copyright IBM Corp. 2018, 2023
4750
4750
  *
4751
4751
  * This source code is licensed under the Apache-2.0 license found in the
4752
4752
  * LICENSE file in the root directory of this source tree.
package/index.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
package/lib/index.js CHANGED
@@ -581,7 +581,7 @@ function formatTokenName(token) {
581
581
  }
582
582
 
583
583
  /**
584
- * Copyright IBM Corp. 2018, 2018
584
+ * Copyright IBM Corp. 2018, 2023
585
585
  *
586
586
  * This source code is licensed under the Apache-2.0 license found in the
587
587
  * LICENSE file in the root directory of this source tree.
@@ -884,7 +884,7 @@ var white$1 = /*#__PURE__*/Object.freeze({
884
884
  });
885
885
 
886
886
  /**
887
- * Copyright IBM Corp. 2018, 2018
887
+ * Copyright IBM Corp. 2018, 2023
888
888
  *
889
889
  * This source code is licensed under the Apache-2.0 license found in the
890
890
  * LICENSE file in the root directory of this source tree.
@@ -1187,7 +1187,7 @@ var g10$1 = /*#__PURE__*/Object.freeze({
1187
1187
  });
1188
1188
 
1189
1189
  /**
1190
- * Copyright IBM Corp. 2018, 2018
1190
+ * Copyright IBM Corp. 2018, 2023
1191
1191
  *
1192
1192
  * This source code is licensed under the Apache-2.0 license found in the
1193
1193
  * LICENSE file in the root directory of this source tree.
@@ -1490,7 +1490,7 @@ var g90$1 = /*#__PURE__*/Object.freeze({
1490
1490
  });
1491
1491
 
1492
1492
  /**
1493
- * Copyright IBM Corp. 2018, 2018
1493
+ * Copyright IBM Corp. 2018, 2023
1494
1494
  *
1495
1495
  * This source code is licensed under the Apache-2.0 license found in the
1496
1496
  * LICENSE file in the root directory of this source tree.
@@ -1793,7 +1793,7 @@ var g100$1 = /*#__PURE__*/Object.freeze({
1793
1793
  });
1794
1794
 
1795
1795
  /**
1796
- * Copyright IBM Corp. 2018, 2018
1796
+ * Copyright IBM Corp. 2018, 2023
1797
1797
  *
1798
1798
  * This source code is licensed under the Apache-2.0 license found in the
1799
1799
  * LICENSE file in the root directory of this source tree.
@@ -2190,7 +2190,7 @@ var white = /*#__PURE__*/Object.freeze({
2190
2190
  });
2191
2191
 
2192
2192
  /**
2193
- * Copyright IBM Corp. 2018, 2018
2193
+ * Copyright IBM Corp. 2018, 2023
2194
2194
  *
2195
2195
  * This source code is licensed under the Apache-2.0 license found in the
2196
2196
  * LICENSE file in the root directory of this source tree.
@@ -2587,7 +2587,7 @@ var g10 = /*#__PURE__*/Object.freeze({
2587
2587
  });
2588
2588
 
2589
2589
  /**
2590
- * Copyright IBM Corp. 2018, 2018
2590
+ * Copyright IBM Corp. 2018, 2023
2591
2591
  *
2592
2592
  * This source code is licensed under the Apache-2.0 license found in the
2593
2593
  * LICENSE file in the root directory of this source tree.
@@ -2984,7 +2984,7 @@ var g90 = /*#__PURE__*/Object.freeze({
2984
2984
  });
2985
2985
 
2986
2986
  /**
2987
- * Copyright IBM Corp. 2018, 2018
2987
+ * Copyright IBM Corp. 2018, 2023
2988
2988
  *
2989
2989
  * This source code is licensed under the Apache-2.0 license found in the
2990
2990
  * LICENSE file in the root directory of this source tree.
@@ -3381,7 +3381,7 @@ var g100 = /*#__PURE__*/Object.freeze({
3381
3381
  });
3382
3382
 
3383
3383
  /**
3384
- * Copyright IBM Corp. 2018, 2018
3384
+ * Copyright IBM Corp. 2018, 2023
3385
3385
  *
3386
3386
  * This source code is licensed under the Apache-2.0 license found in the
3387
3387
  * LICENSE file in the root directory of this source tree.
@@ -3401,7 +3401,7 @@ var tokens$3 = {
3401
3401
  };
3402
3402
 
3403
3403
  /**
3404
- * Copyright IBM Corp. 2018, 2018
3404
+ * Copyright IBM Corp. 2018, 2023
3405
3405
  *
3406
3406
  * This source code is licensed under the Apache-2.0 license found in the
3407
3407
  * LICENSE file in the root directory of this source tree.
@@ -4078,7 +4078,7 @@ var index = /*#__PURE__*/Object.freeze({
4078
4078
  });
4079
4079
 
4080
4080
  /**
4081
- * Copyright IBM Corp. 2018, 2018
4081
+ * Copyright IBM Corp. 2018, 2023
4082
4082
  *
4083
4083
  * This source code is licensed under the Apache-2.0 license found in the
4084
4084
  * LICENSE file in the root directory of this source tree.
@@ -4404,7 +4404,7 @@ var TokenGroup = /*#__PURE__*/function (_Symbol$iterator) {
4404
4404
  }(Symbol.iterator);
4405
4405
 
4406
4406
  /**
4407
- * Copyright IBM Corp. 2018, 2018
4407
+ * Copyright IBM Corp. 2018, 2023
4408
4408
  *
4409
4409
  * This source code is licensed under the Apache-2.0 license found in the
4410
4410
  * LICENSE file in the root directory of this source tree.
@@ -4633,7 +4633,7 @@ var group = TokenGroup.create({
4633
4633
  });
4634
4634
 
4635
4635
  /**
4636
- * Copyright IBM Corp. 2018, 2018
4636
+ * Copyright IBM Corp. 2018, 2023
4637
4637
  *
4638
4638
  * This source code is licensed under the Apache-2.0 license found in the
4639
4639
  * LICENSE file in the root directory of this source tree.
@@ -4662,7 +4662,7 @@ var components = /*#__PURE__*/Object.freeze({
4662
4662
  });
4663
4663
 
4664
4664
  /**
4665
- * Copyright IBM Corp. 2018, 2018
4665
+ * Copyright IBM Corp. 2018, 2023
4666
4666
  *
4667
4667
  * This source code is licensed under the Apache-2.0 license found in the
4668
4668
  * LICENSE file in the root directory of this source tree.
@@ -4674,7 +4674,7 @@ var type$1 = TokenGroup.create({
4674
4674
  });
4675
4675
 
4676
4676
  /**
4677
- * Copyright IBM Corp. 2018, 2018
4677
+ * Copyright IBM Corp. 2018, 2023
4678
4678
  *
4679
4679
  * This source code is licensed under the Apache-2.0 license found in the
4680
4680
  * LICENSE file in the root directory of this source tree.
@@ -4752,7 +4752,7 @@ var unstable_metadata = {
4752
4752
  };
4753
4753
 
4754
4754
  /**
4755
- * Copyright IBM Corp. 2018, 2018
4755
+ * Copyright IBM Corp. 2018, 2023
4756
4756
  *
4757
4757
  * This source code is licensed under the Apache-2.0 license found in the
4758
4758
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/themes",
3
3
  "description": "Themes for applying color in the Carbon Design System",
4
- "version": "11.16.0-rc.0",
4
+ "version": "11.17.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -29,24 +29,24 @@
29
29
  "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonThemes && babel-node --presets '@babel/preset-env' tasks/build.js && carbon-cli check \"scss/*.scss\""
30
30
  },
31
31
  "dependencies": {
32
- "@carbon/colors": "^11.11.0",
33
- "@carbon/layout": "^11.10.0",
34
- "@carbon/type": "^11.14.0",
32
+ "@carbon/colors": "^11.13.0-rc.0",
33
+ "@carbon/layout": "^11.12.0-rc.0",
34
+ "@carbon/type": "^11.16.0-rc.0",
35
35
  "color": "^4.0.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@babel/node": "^7.17.10",
39
39
  "@babel/preset-env": "^7.18.2",
40
- "@carbon/cli": "^11.8.0",
41
- "@carbon/cli-reporter": "^10.5.0",
42
- "@carbon/scss-generator": "^10.15.0",
43
- "@carbon/test-utils": "^10.26.0",
40
+ "@carbon/cli": "^11.9.0-rc.0",
41
+ "@carbon/cli-reporter": "^10.6.0-rc.0",
42
+ "@carbon/scss-generator": "^10.16.0-rc.0",
43
+ "@carbon/test-utils": "^10.27.0-rc.0",
44
44
  "change-case": "^4.1.1",
45
45
  "core-js": "^3.16.0",
46
46
  "fs-extra": "^10.0.0",
47
47
  "js-yaml": "^3.13.0",
48
- "rimraf": "^3.0.0"
48
+ "rimraf": "^4.0.0"
49
49
  },
50
50
  "sideEffects": false,
51
- "gitHead": "ea6d0bd04da0db028d625f62f018ea3997a19656"
51
+ "gitHead": "0554718f48299a56a0525c4fb3e2b0271f13440b"
52
52
  }
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2022, 2022
2
+ // Copyright IBM Corp. 2022, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
package/scss/_config.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
package/scss/_theme.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
package/scss/_themes.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
package/scss/_tokens.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  // Code generated by @carbon/themes. DO NOT EDIT.
2
2
  //
3
- // Copyright IBM Corp. 2018, 2019
3
+ // Copyright IBM Corp. 2018, 2023
4
4
  //
5
5
  // This source code is licensed under the Apache-2.0 license found in the
6
6
  // LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  // Code generated by @carbon/themes. DO NOT EDIT.
2
2
  //
3
- // Copyright IBM Corp. 2018, 2019
3
+ // Copyright IBM Corp. 2018, 2023
4
4
  //
5
5
  // This source code is licensed under the Apache-2.0 license found in the
6
6
  // LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  // Code generated by @carbon/themes. DO NOT EDIT.
2
2
  //
3
- // Copyright IBM Corp. 2018, 2019
3
+ // Copyright IBM Corp. 2018, 2023
4
4
  //
5
5
  // This source code is licensed under the Apache-2.0 license found in the
6
6
  // LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  // Code generated by @carbon/themes. DO NOT EDIT.
2
2
  //
3
- // Copyright IBM Corp. 2018, 2019
3
+ // Copyright IBM Corp. 2018, 2023
4
4
  //
5
5
  // This source code is licensed under the Apache-2.0 license found in the
6
6
  // LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  // Code generated by @carbon/themes. DO NOT EDIT.
2
2
  //
3
- // Copyright IBM Corp. 2018, 2019
3
+ // Copyright IBM Corp. 2018, 2023
4
4
  //
5
5
  // This source code is licensed under the Apache-2.0 license found in the
6
6
  // LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  // Code generated by @carbon/themes. DO NOT EDIT.
2
2
  //
3
- // Copyright IBM Corp. 2018, 2019
3
+ // Copyright IBM Corp. 2018, 2023
4
4
  //
5
5
  // This source code is licensed under the Apache-2.0 license found in the
6
6
  // LICENSE file in the root directory of this source tree.
@@ -1,6 +1,6 @@
1
1
  // Code generated by @carbon/themes. DO NOT EDIT.
2
2
  //
3
- // Copyright IBM Corp. 2018, 2019
3
+ // Copyright IBM Corp. 2018, 2023
4
4
  //
5
5
  // This source code is licensed under the Apache-2.0 license found in the
6
6
  // LICENSE file in the root directory of this source tree.
package/src/g10.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/src/g100.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/src/g90.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/src/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/src/tokens/v10.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/src/tools.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2016, 2018
2
+ * Copyright IBM Corp. 2016, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/src/v10/g10.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/src/v10/g100.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/src/v10/g90.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/src/v10/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/src/v10/tokens.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/src/v10/white.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/src/white.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
package/umd/index.js CHANGED
@@ -578,7 +578,7 @@
578
578
  }
579
579
 
580
580
  /**
581
- * Copyright IBM Corp. 2018, 2018
581
+ * Copyright IBM Corp. 2018, 2023
582
582
  *
583
583
  * This source code is licensed under the Apache-2.0 license found in the
584
584
  * LICENSE file in the root directory of this source tree.
@@ -881,7 +881,7 @@
881
881
  });
882
882
 
883
883
  /**
884
- * Copyright IBM Corp. 2018, 2018
884
+ * Copyright IBM Corp. 2018, 2023
885
885
  *
886
886
  * This source code is licensed under the Apache-2.0 license found in the
887
887
  * LICENSE file in the root directory of this source tree.
@@ -1184,7 +1184,7 @@
1184
1184
  });
1185
1185
 
1186
1186
  /**
1187
- * Copyright IBM Corp. 2018, 2018
1187
+ * Copyright IBM Corp. 2018, 2023
1188
1188
  *
1189
1189
  * This source code is licensed under the Apache-2.0 license found in the
1190
1190
  * LICENSE file in the root directory of this source tree.
@@ -1487,7 +1487,7 @@
1487
1487
  });
1488
1488
 
1489
1489
  /**
1490
- * Copyright IBM Corp. 2018, 2018
1490
+ * Copyright IBM Corp. 2018, 2023
1491
1491
  *
1492
1492
  * This source code is licensed under the Apache-2.0 license found in the
1493
1493
  * LICENSE file in the root directory of this source tree.
@@ -1790,7 +1790,7 @@
1790
1790
  });
1791
1791
 
1792
1792
  /**
1793
- * Copyright IBM Corp. 2018, 2018
1793
+ * Copyright IBM Corp. 2018, 2023
1794
1794
  *
1795
1795
  * This source code is licensed under the Apache-2.0 license found in the
1796
1796
  * LICENSE file in the root directory of this source tree.
@@ -2187,7 +2187,7 @@
2187
2187
  });
2188
2188
 
2189
2189
  /**
2190
- * Copyright IBM Corp. 2018, 2018
2190
+ * Copyright IBM Corp. 2018, 2023
2191
2191
  *
2192
2192
  * This source code is licensed under the Apache-2.0 license found in the
2193
2193
  * LICENSE file in the root directory of this source tree.
@@ -2584,7 +2584,7 @@
2584
2584
  });
2585
2585
 
2586
2586
  /**
2587
- * Copyright IBM Corp. 2018, 2018
2587
+ * Copyright IBM Corp. 2018, 2023
2588
2588
  *
2589
2589
  * This source code is licensed under the Apache-2.0 license found in the
2590
2590
  * LICENSE file in the root directory of this source tree.
@@ -2981,7 +2981,7 @@
2981
2981
  });
2982
2982
 
2983
2983
  /**
2984
- * Copyright IBM Corp. 2018, 2018
2984
+ * Copyright IBM Corp. 2018, 2023
2985
2985
  *
2986
2986
  * This source code is licensed under the Apache-2.0 license found in the
2987
2987
  * LICENSE file in the root directory of this source tree.
@@ -3378,7 +3378,7 @@
3378
3378
  });
3379
3379
 
3380
3380
  /**
3381
- * Copyright IBM Corp. 2018, 2018
3381
+ * Copyright IBM Corp. 2018, 2023
3382
3382
  *
3383
3383
  * This source code is licensed under the Apache-2.0 license found in the
3384
3384
  * LICENSE file in the root directory of this source tree.
@@ -3398,7 +3398,7 @@
3398
3398
  };
3399
3399
 
3400
3400
  /**
3401
- * Copyright IBM Corp. 2018, 2018
3401
+ * Copyright IBM Corp. 2018, 2023
3402
3402
  *
3403
3403
  * This source code is licensed under the Apache-2.0 license found in the
3404
3404
  * LICENSE file in the root directory of this source tree.
@@ -4075,7 +4075,7 @@
4075
4075
  });
4076
4076
 
4077
4077
  /**
4078
- * Copyright IBM Corp. 2018, 2018
4078
+ * Copyright IBM Corp. 2018, 2023
4079
4079
  *
4080
4080
  * This source code is licensed under the Apache-2.0 license found in the
4081
4081
  * LICENSE file in the root directory of this source tree.
@@ -4401,7 +4401,7 @@
4401
4401
  }(Symbol.iterator);
4402
4402
 
4403
4403
  /**
4404
- * Copyright IBM Corp. 2018, 2018
4404
+ * Copyright IBM Corp. 2018, 2023
4405
4405
  *
4406
4406
  * This source code is licensed under the Apache-2.0 license found in the
4407
4407
  * LICENSE file in the root directory of this source tree.
@@ -4630,7 +4630,7 @@
4630
4630
  });
4631
4631
 
4632
4632
  /**
4633
- * Copyright IBM Corp. 2018, 2018
4633
+ * Copyright IBM Corp. 2018, 2023
4634
4634
  *
4635
4635
  * This source code is licensed under the Apache-2.0 license found in the
4636
4636
  * LICENSE file in the root directory of this source tree.
@@ -4659,7 +4659,7 @@
4659
4659
  });
4660
4660
 
4661
4661
  /**
4662
- * Copyright IBM Corp. 2018, 2018
4662
+ * Copyright IBM Corp. 2018, 2023
4663
4663
  *
4664
4664
  * This source code is licensed under the Apache-2.0 license found in the
4665
4665
  * LICENSE file in the root directory of this source tree.
@@ -4671,7 +4671,7 @@
4671
4671
  });
4672
4672
 
4673
4673
  /**
4674
- * Copyright IBM Corp. 2018, 2018
4674
+ * Copyright IBM Corp. 2018, 2023
4675
4675
  *
4676
4676
  * This source code is licensed under the Apache-2.0 license found in the
4677
4677
  * LICENSE file in the root directory of this source tree.
@@ -4749,7 +4749,7 @@
4749
4749
  };
4750
4750
 
4751
4751
  /**
4752
- * Copyright IBM Corp. 2018, 2018
4752
+ * Copyright IBM Corp. 2018, 2023
4753
4753
  *
4754
4754
  * This source code is licensed under the Apache-2.0 license found in the
4755
4755
  * LICENSE file in the root directory of this source tree.