@thecb/components 4.0.23-beta.1 → 4.0.23
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 +1 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -20224,9 +20224,7 @@ 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
|
|
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"
|
|
20227
|
+
"74": "CSS variable not found.\n"
|
|
20230
20228
|
};
|
|
20231
20229
|
/**
|
|
20232
20230
|
* super basic version of sprintf
|