@muraldevkit/ui-toolkit 1.16.0 → 1.16.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.
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AttrsObject } from '../setAttributes';
|
|
2
|
+
/**
|
|
3
|
+
* Checks attrs object for invalid properties and provides a warning
|
|
4
|
+
*
|
|
5
|
+
* @param {AttrsObject} attrs - attrs object from a component
|
|
6
|
+
*/
|
|
7
|
+
export declare const checkInvalidAttributes: (attrs: AttrsObject | undefined) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muraldevkit/ui-toolkit",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.1",
|
|
4
4
|
"description": "Mural's UI Toolkit",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -37,10 +37,9 @@
|
|
|
37
37
|
"license": "https://www.mural.co/terms/developer-addendum",
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@muraldevkit/ds-foundation": ">=1.4.0",
|
|
40
|
-
"@muraldevkit/ds-icons": "1.1.0",
|
|
41
|
-
"@muraldevkit/ds-icons-animated": "1.0.1",
|
|
42
|
-
"
|
|
43
|
-
"lottie-web": "5.11.0",
|
|
40
|
+
"@muraldevkit/ds-icons": "^1.1.0",
|
|
41
|
+
"@muraldevkit/ds-icons-animated": "^1.0.1",
|
|
42
|
+
"lottie-web": "^5.9.6",
|
|
44
43
|
"react": ">=16.9",
|
|
45
44
|
"react-dom": ">=16.9"
|
|
46
45
|
},
|