microboard-ui-temp 0.1.113 → 0.1.114
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.
- package/dist/index.css +2 -1
- package/dist/index.js +4 -2
- package/dist/spa.css +2 -1
- package/dist/spa.js +4 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -10483,6 +10483,7 @@ input.rename_i3VZwA {
|
|
|
10483
10483
|
flex-direction: column;
|
|
10484
10484
|
align-items: center;
|
|
10485
10485
|
gap: 24px;
|
|
10486
|
+
max-width: 90vw;
|
|
10486
10487
|
padding: 24px 16px 16px;
|
|
10487
10488
|
}
|
|
10488
10489
|
|
|
@@ -10495,7 +10496,7 @@ input.rename_i3VZwA {
|
|
|
10495
10496
|
|
|
10496
10497
|
.cardsRow_NAp5GQ {
|
|
10497
10498
|
display: flex;
|
|
10498
|
-
flex-
|
|
10499
|
+
flex-flow: wrap;
|
|
10499
10500
|
justify-content: center;
|
|
10500
10501
|
gap: 32px;
|
|
10501
10502
|
margin-bottom: 8px;
|
package/dist/index.js
CHANGED
|
@@ -439282,7 +439282,8 @@ function CreateCardsModal() {
|
|
|
439282
439282
|
onClick: handleCoverClick,
|
|
439283
439283
|
style: {
|
|
439284
439284
|
width: cardDimensions.width,
|
|
439285
|
-
height: cardDimensions.height
|
|
439285
|
+
height: cardDimensions.height,
|
|
439286
|
+
maxWidth: "80vw"
|
|
439286
439287
|
}
|
|
439287
439288
|
}, coverPreview ? /* @__PURE__ */ import_react353.default.createElement("img", {
|
|
439288
439289
|
src: coverPreview,
|
|
@@ -439301,7 +439302,8 @@ function CreateCardsModal() {
|
|
|
439301
439302
|
onClick: handleCardsClick,
|
|
439302
439303
|
style: {
|
|
439303
439304
|
width: cardDimensions.width,
|
|
439304
|
-
height: cardDimensions.height
|
|
439305
|
+
height: cardDimensions.height,
|
|
439306
|
+
maxWidth: "80vw"
|
|
439305
439307
|
}
|
|
439306
439308
|
}, cardsPreview.length > 0 ? /* @__PURE__ */ import_react353.default.createElement("img", {
|
|
439307
439309
|
src: cardsPreview[0],
|
package/dist/spa.css
CHANGED
|
@@ -10483,6 +10483,7 @@ input.rename_i3VZwA {
|
|
|
10483
10483
|
flex-direction: column;
|
|
10484
10484
|
align-items: center;
|
|
10485
10485
|
gap: 24px;
|
|
10486
|
+
max-width: 90vw;
|
|
10486
10487
|
padding: 24px 16px 16px;
|
|
10487
10488
|
}
|
|
10488
10489
|
|
|
@@ -10495,7 +10496,7 @@ input.rename_i3VZwA {
|
|
|
10495
10496
|
|
|
10496
10497
|
.cardsRow_NAp5GQ {
|
|
10497
10498
|
display: flex;
|
|
10498
|
-
flex-
|
|
10499
|
+
flex-flow: wrap;
|
|
10499
10500
|
justify-content: center;
|
|
10500
10501
|
gap: 32px;
|
|
10501
10502
|
margin-bottom: 8px;
|
package/dist/spa.js
CHANGED
|
@@ -439282,7 +439282,8 @@ function CreateCardsModal() {
|
|
|
439282
439282
|
onClick: handleCoverClick,
|
|
439283
439283
|
style: {
|
|
439284
439284
|
width: cardDimensions.width,
|
|
439285
|
-
height: cardDimensions.height
|
|
439285
|
+
height: cardDimensions.height,
|
|
439286
|
+
maxWidth: "80vw"
|
|
439286
439287
|
}
|
|
439287
439288
|
}, coverPreview ? /* @__PURE__ */ import_react353.default.createElement("img", {
|
|
439288
439289
|
src: coverPreview,
|
|
@@ -439301,7 +439302,8 @@ function CreateCardsModal() {
|
|
|
439301
439302
|
onClick: handleCardsClick,
|
|
439302
439303
|
style: {
|
|
439303
439304
|
width: cardDimensions.width,
|
|
439304
|
-
height: cardDimensions.height
|
|
439305
|
+
height: cardDimensions.height,
|
|
439306
|
+
maxWidth: "80vw"
|
|
439305
439307
|
}
|
|
439306
439308
|
}, cardsPreview.length > 0 ? /* @__PURE__ */ import_react353.default.createElement("img", {
|
|
439307
439309
|
src: cardsPreview[0],
|