@plastic-js/tsumiki 0.1.74 → 0.1.75

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.
@@ -130,7 +130,7 @@ var footerClass = css({
130
130
  padding: "var(--tsu-container-padding-lg)",
131
131
  flexShrink: 0
132
132
  });
133
- var footerSheetClass = css({ paddingBottom: "max(var(--tsu-container-padding-lg), env(safe-area-inset-bottom, 0px))" });
133
+ var footerSheetClass = css({ paddingBottom: "var(--tsu-container-padding-lg)" });
134
134
  var footerBtnClass = css({
135
135
  display: "flex",
136
136
  gap: "20px",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plastic-js/tsumiki",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
4
4
  "description": "A UI component library for Plastic JS.",
5
5
  "license": "MIT",
6
6
  "author": "tigre",