@bamboocss/is-valid-prop 1.11.4 → 1.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bamboocss/is-valid-prop",
3
- "version": "1.11.4",
3
+ "version": "1.12.1",
4
4
  "description": "Common error messages for css bamboo",
5
5
  "homepage": "https://bamboo-css.com",
6
6
  "license": "MIT",
package/dist/index.d.cts DELETED
@@ -1,5 +0,0 @@
1
- //#region src/index.d.ts
2
- declare const allCssProperties: string[];
3
- declare const isCssProperty: (value: string) => boolean;
4
- //#endregion
5
- export { allCssProperties, isCssProperty };
package/dist/index.d.mts DELETED
@@ -1,5 +0,0 @@
1
- //#region src/index.d.ts
2
- declare const allCssProperties: string[];
3
- declare const isCssProperty: (value: string) => boolean;
4
- //#endregion
5
- export { allCssProperties, isCssProperty };