@appsemble/types
Advanced tools
Comparing version 0.18.17 to 0.18.18
@@ -655,2 +655,6 @@ import { Action, BaseMessage, HTTPMethods, LogAction, Theme } from '@appsemble/sdk/src/types'; | ||
resources?: null; | ||
/** | ||
* The URL that can be used to fetch this block’s icon. | ||
*/ | ||
iconUrl?: string; | ||
} | ||
@@ -717,2 +721,8 @@ /** | ||
}; | ||
/** | ||
* The method used to display the progress of the flow page. | ||
* | ||
* @default 'corner-dots' | ||
*/ | ||
progress?: 'corner-dots' | 'hidden'; | ||
} | ||
@@ -719,0 +729,0 @@ export interface TabsPageDefinition extends BasePageDefinition { |
{ | ||
"name": "@appsemble/types", | ||
"version": "0.18.17", | ||
"version": "0.18.18", | ||
"description": "TypeScript definitions reused within Appsemble internally", | ||
@@ -33,8 +33,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@appsemble/sdk": "0.18.17", | ||
"@appsemble/sdk": "0.18.18", | ||
"@fortawesome/fontawesome-common-types": "^0.2.35", | ||
"jsonschema": "^1.4.0", | ||
"openapi-types": "^7.2.3", | ||
"type-fest": "^1.1.3" | ||
"type-fest": "^1.2.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36649
1297
+ Added@appsemble/sdk@0.18.18(transitive)
- Removed@appsemble/sdk@0.18.17(transitive)
Updated@appsemble/sdk@0.18.18
Updatedtype-fest@^1.2.1