microboard-ui-temp 0.1.154 → 0.1.155
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.
|
@@ -375035,7 +375035,8 @@ function GetCard({ cardPosition, rounded = "none" }) {
|
|
|
375035
375035
|
hotkey: getHotkeyLabel(`getCard-${cardPosition}`)
|
|
375036
375036
|
}, /* @__PURE__ */ import_react284.default.createElement(Icon, {
|
|
375037
375037
|
iconName,
|
|
375038
|
-
width: cardPosition === "random" ? 20 : 24
|
|
375038
|
+
width: cardPosition === "random" ? 20 : 24,
|
|
375039
|
+
height: 24
|
|
375039
375040
|
}));
|
|
375040
375041
|
}
|
|
375041
375042
|
|
|
@@ -375545,7 +375546,8 @@ function GetRandomItem({ rounded = "none" }) {
|
|
|
375545
375546
|
rounded
|
|
375546
375547
|
}, /* @__PURE__ */ import_react295.default.createElement(Icon, {
|
|
375547
375548
|
iconName: "GetRandomItem",
|
|
375548
|
-
width: 20
|
|
375549
|
+
width: 20,
|
|
375550
|
+
height: 24
|
|
375549
375551
|
})), /* @__PURE__ */ import_react295.default.createElement(UiSeparator, {
|
|
375550
375552
|
vertical: true
|
|
375551
375553
|
}));
|
package/dist/example.html
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
/>
|
|
33
33
|
|
|
34
34
|
<link rel="stylesheet" crossorigin href="/chunk-zvtc1yhk.css"><script src="/env.js"></script>
|
|
35
|
-
<script type="module" crossorigin src="/chunk-
|
|
35
|
+
<script type="module" crossorigin src="/chunk-cj9mbr9q.js"></script></head>
|
|
36
36
|
|
|
37
37
|
<body
|
|
38
38
|
style="
|
package/dist/index.js
CHANGED
|
@@ -375035,7 +375035,8 @@ function GetCard({ cardPosition, rounded = "none" }) {
|
|
|
375035
375035
|
hotkey: getHotkeyLabel(`getCard-${cardPosition}`)
|
|
375036
375036
|
}, /* @__PURE__ */ import_react284.default.createElement(Icon, {
|
|
375037
375037
|
iconName,
|
|
375038
|
-
width: cardPosition === "random" ? 20 : 24
|
|
375038
|
+
width: cardPosition === "random" ? 20 : 24,
|
|
375039
|
+
height: 24
|
|
375039
375040
|
}));
|
|
375040
375041
|
}
|
|
375041
375042
|
|
|
@@ -375545,7 +375546,8 @@ function GetRandomItem({ rounded = "none" }) {
|
|
|
375545
375546
|
rounded
|
|
375546
375547
|
}, /* @__PURE__ */ import_react295.default.createElement(Icon, {
|
|
375547
375548
|
iconName: "GetRandomItem",
|
|
375548
|
-
width: 20
|
|
375549
|
+
width: 20,
|
|
375550
|
+
height: 24
|
|
375549
375551
|
})), /* @__PURE__ */ import_react295.default.createElement(UiSeparator, {
|
|
375550
375552
|
vertical: true
|
|
375551
375553
|
}));
|
package/dist/spa.js
CHANGED
|
@@ -375035,7 +375035,8 @@ function GetCard({ cardPosition, rounded = "none" }) {
|
|
|
375035
375035
|
hotkey: getHotkeyLabel(`getCard-${cardPosition}`)
|
|
375036
375036
|
}, /* @__PURE__ */ import_react284.default.createElement(Icon, {
|
|
375037
375037
|
iconName,
|
|
375038
|
-
width: cardPosition === "random" ? 20 : 24
|
|
375038
|
+
width: cardPosition === "random" ? 20 : 24,
|
|
375039
|
+
height: 24
|
|
375039
375040
|
}));
|
|
375040
375041
|
}
|
|
375041
375042
|
|
|
@@ -375545,7 +375546,8 @@ function GetRandomItem({ rounded = "none" }) {
|
|
|
375545
375546
|
rounded
|
|
375546
375547
|
}, /* @__PURE__ */ import_react295.default.createElement(Icon, {
|
|
375547
375548
|
iconName: "GetRandomItem",
|
|
375548
|
-
width: 20
|
|
375549
|
+
width: 20,
|
|
375550
|
+
height: 24
|
|
375549
375551
|
})), /* @__PURE__ */ import_react295.default.createElement(UiSeparator, {
|
|
375550
375552
|
vertical: true
|
|
375551
375553
|
}));
|