@jxsuite/studio 0.6.1 → 0.7.0

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.
@@ -128,6 +128,8 @@ import { IconTextStrikethrough } from "@spectrum-web-components/icons-workflow/s
128
128
  import { IconTextSuperscript } from "@spectrum-web-components/icons-workflow/src/elements/IconTextSuperscript.js";
129
129
  import { IconTextSubscript } from "@spectrum-web-components/icons-workflow/src/elements/IconTextSubscript.js";
130
130
  import { IconLink } from "@spectrum-web-components/icons-workflow/src/elements/IconLink.js";
131
+ import { IconDownload } from "@spectrum-web-components/icons-workflow/src/elements/IconDownload.js";
132
+ import { IconCheckmark } from "@spectrum-web-components/icons-workflow/src/elements/IconCheckmark.js";
131
133
 
132
134
  // Custom studio components
133
135
  import { JxValueSelector } from "./value-selector.js";
@@ -240,6 +242,8 @@ const components = [
240
242
  ["sp-icon-text-baseline-shift", IconTextBaselineShift],
241
243
  ["sp-icon-flip-vertical", IconFlipVertical],
242
244
  ["sp-icon-remove", IconRemove],
245
+ ["sp-icon-download", IconDownload],
246
+ ["sp-icon-checkmark", IconCheckmark],
243
247
  ["sp-icon-view-column", IconViewColumn],
244
248
  ["sp-icon-box", IconBox],
245
249
  ["sp-icon-visibility", IconVisibility],