@plastic-js/tsumiki 0.1.35 → 0.1.36

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.
@@ -125,19 +125,18 @@ var bodyClass = css({
125
125
  var bodySheetNoHeaderClass = css({ paddingTop: "calc(var(--tsu-container-padding-lg) * 2)" });
126
126
  var footerClass = css({
127
127
  display: "flex",
128
- gap: "var(--tsu-spacing-sm)",
128
+ gap: "var(--tsu-spacing-md)",
129
129
  padding: "0 var(--tsu-container-padding-lg) var(--tsu-container-padding-lg)",
130
130
  flexShrink: 0
131
131
  });
132
132
  var footerBtnClass = css({
133
133
  display: "flex",
134
- gap: "var(--tsu-spacing-sm)",
134
+ gap: "var(--tsu-spacing-md)",
135
135
  width: "100%",
136
- justifyContent: "space-between",
136
+ justifyContent: "flex-end",
137
137
  "&.tsu-dialog-footer--center": { justifyContent: "center" }
138
138
  });
139
139
  var btnClass = css({
140
- flex: 1,
141
140
  height: "var(--tsu-comp-height-xl)",
142
141
  borderRadius: "var(--tsu-radius-l1-lg)",
143
142
  border: "1px solid var(--tsu-neutral-7)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plastic-js/tsumiki",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "description": "A UI component library for Plastic JS.",
5
5
  "license": "MIT",
6
6
  "author": "tigre",