@solid-labs/fab-one-widget 1.1.2 → 1.1.3
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.
|
@@ -4238,15 +4238,17 @@ let __tla = (async () => {
|
|
|
4238
4238
|
onClick: () => lt(true),
|
|
4239
4239
|
style: {
|
|
4240
4240
|
alignSelf: "center",
|
|
4241
|
-
|
|
4242
|
-
border: "
|
|
4243
|
-
color: Be ? "#999" : "
|
|
4244
|
-
fontSize:
|
|
4241
|
+
backgroundColor: "#fff",
|
|
4242
|
+
border: "1px solid #d0d7de",
|
|
4243
|
+
color: Be ? "#999" : "#2d333a",
|
|
4244
|
+
fontSize: 14,
|
|
4245
4245
|
fontWeight: 600,
|
|
4246
4246
|
cursor: Be ? "not-allowed" : "pointer",
|
|
4247
4247
|
fontFamily: "system-ui, sans-serif",
|
|
4248
|
-
padding: "
|
|
4249
|
-
|
|
4248
|
+
padding: "10px 16px",
|
|
4249
|
+
borderRadius: 8,
|
|
4250
|
+
boxShadow: "0 1px 3px rgba(0,0,0,0.06)",
|
|
4251
|
+
letterSpacing: "0.3px"
|
|
4250
4252
|
},
|
|
4251
4253
|
children: "Have Galileo Check My Measurements"
|
|
4252
4254
|
})
|
|
@@ -5045,10 +5047,9 @@ let __tla = (async () => {
|
|
|
5045
5047
|
className: "gm-action-row",
|
|
5046
5048
|
style: {
|
|
5047
5049
|
display: "flex",
|
|
5048
|
-
|
|
5049
|
-
alignItems: "
|
|
5050
|
-
|
|
5051
|
-
gap: 12,
|
|
5050
|
+
flexDirection: "column",
|
|
5051
|
+
alignItems: "flex-end",
|
|
5052
|
+
gap: 8,
|
|
5052
5053
|
pointerEvents: "none"
|
|
5053
5054
|
},
|
|
5054
5055
|
children: [
|
|
@@ -5065,7 +5066,7 @@ let __tla = (async () => {
|
|
|
5065
5066
|
.gm-btn-ghost:hover:not(:disabled) { color: rgb(10, 55, 145); }
|
|
5066
5067
|
.gm-btn-group { pointer-events: auto; display: inline-flex; flex-wrap: wrap; gap: 8px; padding: 8px; background-color: rgba(255,255,255,0.72); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(0,0,0,0.06); border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
|
|
5067
5068
|
@container (max-width: 720px) {
|
|
5068
|
-
.gm-action-row {
|
|
5069
|
+
.gm-action-row { align-items: stretch; gap: 8px; }
|
|
5069
5070
|
.gm-action-row > * { width: 100%; }
|
|
5070
5071
|
.gm-btn-group { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; }
|
|
5071
5072
|
.gm-btn-group .gm-btn { width: 100%; justify-content: center; padding: 12px 14px; }
|
|
@@ -5078,15 +5079,15 @@ let __tla = (async () => {
|
|
|
5078
5079
|
}
|
|
5079
5080
|
`
|
|
5080
5081
|
}),
|
|
5081
|
-
i("button", {
|
|
5082
|
-
className: "gm-btn gm-btn-ghost",
|
|
5083
|
-
disabled: Be,
|
|
5084
|
-
onClick: () => lt(true),
|
|
5085
|
-
children: "Have Galileo Check My Measurements"
|
|
5086
|
-
}),
|
|
5087
5082
|
S("div", {
|
|
5088
5083
|
className: "gm-btn-group",
|
|
5089
5084
|
children: [
|
|
5085
|
+
i("button", {
|
|
5086
|
+
className: "gm-btn gm-btn-secondary",
|
|
5087
|
+
disabled: Be,
|
|
5088
|
+
onClick: () => lt(true),
|
|
5089
|
+
children: "Have Galileo Check My Measurements"
|
|
5090
|
+
}),
|
|
5090
5091
|
Pt && !it && i("button", {
|
|
5091
5092
|
className: "gm-btn gm-btn-secondary",
|
|
5092
5093
|
onClick: () => Ue(true),
|