lucid-extension-sdk 0.0.391 → 0.0.392

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/commandtypes.d.ts CHANGED
@@ -757,7 +757,7 @@ export type AddCardIntegrationQuery = {
757
757
  /** Items label */
758
758
  'isl': string;
759
759
  /** Item collection label */
760
- 'icl': string;
760
+ 'icl'?: string | undefined;
761
761
  /** Icon url. Replaced by iconConfiguration.primaryIconUrl */
762
762
  'u': string;
763
763
  /** Text style */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucid-extension-sdk",
3
- "version": "0.0.391",
3
+ "version": "0.0.392",
4
4
  "description": "Utility classes for writing Lucid Software editor extensions",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",