@thecb/components 4.0.22-beta.0 → 4.0.23-beta.1

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/dist/index.cjs.js CHANGED
@@ -20224,7 +20224,9 @@ var ERRORS = {
20224
20224
  "71": "Passed invalid pixel value %s to %s(), please pass a value like \"12px\" or 12.\n\n",
20225
20225
  "72": "Passed invalid base value %s to %s(), please pass a value like \"12px\" or 12.\n\n",
20226
20226
  "73": "Please provide a valid CSS variable.\n\n",
20227
- "74": "CSS variable not found.\n"
20227
+ "74": "CSS variable not found and no default was provided.\n\n",
20228
+ "75": "important requires a valid style object, got a %s instead.\n\n",
20229
+ "76": "fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.\n"
20228
20230
  };
20229
20231
  /**
20230
20232
  * super basic version of sprintf
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "4.0.22-beta.0",
3
+ "version": "4.0.23-beta.1",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",