lucid-extension-sdk 0.0.404 → 0.0.405

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.
@@ -37,7 +37,6 @@ export declare enum FieldDisplayType {
37
37
  /** Given an object containing iconUrl (optional) and name (optional), determine whether
38
38
  * to display as an ImageBadge or InitializedString (or nothing, if neither is present).
39
39
  *
40
- * If FF LucidCardUIRefresh ON:
41
40
  * Given or string of name or an object containing iconUrl and name, display as
42
41
  * an as a full name or an ImageBadge with full name (if name is present).
43
42
  */
@@ -42,7 +42,6 @@ var FieldDisplayType;
42
42
  /** Given an object containing iconUrl (optional) and name (optional), determine whether
43
43
  * to display as an ImageBadge or InitializedString (or nothing, if neither is present).
44
44
  *
45
- * If FF LucidCardUIRefresh ON:
46
45
  * Given or string of name or an object containing iconUrl and name, display as
47
46
  * an as a full name or an ImageBadge with full name (if name is present).
48
47
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucid-extension-sdk",
3
- "version": "0.0.404",
3
+ "version": "0.0.405",
4
4
  "description": "Utility classes for writing Lucid Software editor extensions",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",