@plastic-js/tsumiki 0.1.49 → 0.1.50

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.
@@ -140,9 +140,6 @@ var footerBtnClass = css({
140
140
  var negativeBtnClass = css({
141
141
  flex: 1,
142
142
  borderRadius: "var(--tsu-radius-l1-lg)",
143
- border: "1px solid var(--tsu-neutral-7)",
144
- background: "transparent",
145
- color: "var(--tsu-fg)",
146
143
  fontSize: "var(--tsu-comp-font-size-lg)",
147
144
  fontWeight: "var(--tsu-font-weight-semibold)",
148
145
  fontFamily: "inherit"
@@ -233,6 +230,7 @@ var Dialog$1 = (props) => {
233
230
  get disabled() {
234
231
  return read(local.loading);
235
232
  },
233
+ intent: "neutral",
236
234
  onClick: handleCancel,
237
235
  size: "xl",
238
236
  type: "button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plastic-js/tsumiki",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "description": "A UI component library for Plastic JS.",
5
5
  "license": "MIT",
6
6
  "author": "tigre",