@dcl/playground-assets 7.1.2-4437668922.commit-4c363ec → 7.1.3-4440802627.commit-29bc3e6
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/alpha.d.ts +4 -0
- package/dist/beta.d.ts +4 -0
- package/dist/index.bundled.d.ts +4 -0
- package/dist/index.js +12 -8
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +4 -0
- package/etc/playground-assets.api.json +27 -0
- package/etc/playground-assets.api.md +1 -0
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/sdk",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.3-4440802627.commit-29bc3e6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"typings": "./index.d.ts",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"displayName": "SDK",
|
|
31
31
|
"tsconfig": "./tsconfig.json"
|
|
32
32
|
},
|
|
33
|
-
"commit": "
|
|
33
|
+
"commit": "29bc3e6ed28030c9b571232d527c836652a15e63"
|
|
34
34
|
}
|
|
@@ -4986,6 +4986,10 @@ export declare interface UiButtonProps extends UiLabelProps, EntityPropTypes {
|
|
|
4986
4986
|
* Use any of the available button style types to create a styled button.
|
|
4987
4987
|
*/
|
|
4988
4988
|
variant?: 'primary' | 'secondary';
|
|
4989
|
+
/**
|
|
4990
|
+
* Enable or disable the pointer events on the button
|
|
4991
|
+
*/
|
|
4992
|
+
disabled?: boolean;
|
|
4989
4993
|
}
|
|
4990
4994
|
|
|
4991
4995
|
/**
|
|
@@ -45653,6 +45653,33 @@
|
|
|
45653
45653
|
"name": "UiButtonProps",
|
|
45654
45654
|
"preserveMemberOrder": false,
|
|
45655
45655
|
"members": [
|
|
45656
|
+
{
|
|
45657
|
+
"kind": "PropertySignature",
|
|
45658
|
+
"canonicalReference": "@dcl/playground-assets!UiButtonProps#disabled:member",
|
|
45659
|
+
"docComment": "/**\n * Enable or disable the pointer events on the button\n */\n",
|
|
45660
|
+
"excerptTokens": [
|
|
45661
|
+
{
|
|
45662
|
+
"kind": "Content",
|
|
45663
|
+
"text": "disabled?: "
|
|
45664
|
+
},
|
|
45665
|
+
{
|
|
45666
|
+
"kind": "Content",
|
|
45667
|
+
"text": "boolean"
|
|
45668
|
+
},
|
|
45669
|
+
{
|
|
45670
|
+
"kind": "Content",
|
|
45671
|
+
"text": ";"
|
|
45672
|
+
}
|
|
45673
|
+
],
|
|
45674
|
+
"isReadonly": false,
|
|
45675
|
+
"isOptional": true,
|
|
45676
|
+
"releaseTag": "Public",
|
|
45677
|
+
"name": "disabled",
|
|
45678
|
+
"propertyTypeTokenRange": {
|
|
45679
|
+
"startIndex": 1,
|
|
45680
|
+
"endIndex": 2
|
|
45681
|
+
}
|
|
45682
|
+
},
|
|
45656
45683
|
{
|
|
45657
45684
|
"kind": "PropertySignature",
|
|
45658
45685
|
"canonicalReference": "@dcl/playground-assets!UiButtonProps#variant:member",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/playground-assets",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.3-4440802627.commit-29bc3e6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"author": "Decentraland",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@dcl/sdk": "7.1.
|
|
20
|
+
"@dcl/sdk": "7.1.3-4440802627.commit-29bc3e6"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@microsoft/api-extractor": "^7.33.8"
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"dist",
|
|
28
28
|
"etc"
|
|
29
29
|
],
|
|
30
|
-
"commit": "
|
|
30
|
+
"commit": "29bc3e6ed28030c9b571232d527c836652a15e63"
|
|
31
31
|
}
|