@asdp/ferryui 0.1.22-dev.9194 → 0.1.22-dev.9197

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/index.js CHANGED
@@ -162,6 +162,7 @@ var ModalIllustration = ({
162
162
  type: "button",
163
163
  appearance: primaryButton.appearance || "primary",
164
164
  onClick: primaryButton.onClick,
165
+ shape: "circular",
165
166
  children: primaryButton.text
166
167
  }
167
168
  ),
@@ -172,6 +173,7 @@ var ModalIllustration = ({
172
173
  type: "button",
173
174
  appearance: secondaryButton.appearance || "outline",
174
175
  onClick: secondaryButton.onClick,
176
+ shape: "circular",
175
177
  children: secondaryButton.text
176
178
  }
177
179
  )