@apia/theme 1.0.0 → 1.0.4
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/cleanDist.json +1 -1
- package/dist/index.js +20 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/cleanDist.json
CHANGED
package/dist/index.js
CHANGED
|
@@ -4370,11 +4370,14 @@ const chat = {
|
|
|
4370
4370
|
width: "100%"
|
|
4371
4371
|
},
|
|
4372
4372
|
"&.multipleChoice": {
|
|
4373
|
+
p: 0
|
|
4374
|
+
},
|
|
4375
|
+
".multipleChoiceMessage:not(.customRenderer)": {
|
|
4373
4376
|
background: "#0178f52b",
|
|
4374
4377
|
td: { textAlign: "center" },
|
|
4375
4378
|
th: { backgroundColor: "#14597bab" },
|
|
4376
4379
|
table: { borderBottom: "1px solid" },
|
|
4377
|
-
button: {
|
|
4380
|
+
"button.multipleChoice__option": {
|
|
4378
4381
|
width: "-webkit-fill-available",
|
|
4379
4382
|
backgroundColor: "#14597bab"
|
|
4380
4383
|
},
|
|
@@ -4382,6 +4385,22 @@ const chat = {
|
|
|
4382
4385
|
display: "flex",
|
|
4383
4386
|
justifyContent: "space-evenly"
|
|
4384
4387
|
}
|
|
4388
|
+
},
|
|
4389
|
+
".multipleChoiceMessage.customRenderer": {
|
|
4390
|
+
display: "flex",
|
|
4391
|
+
flexDirection: "column",
|
|
4392
|
+
gap: 3,
|
|
4393
|
+
"& > p": {
|
|
4394
|
+
background: "#0178f52b",
|
|
4395
|
+
p: 3
|
|
4396
|
+
},
|
|
4397
|
+
".selection__keyHandler": {
|
|
4398
|
+
m: 0,
|
|
4399
|
+
padding: 3,
|
|
4400
|
+
border: "1px solid",
|
|
4401
|
+
borderColor: "palette.border.article",
|
|
4402
|
+
borderRadius: "panel"
|
|
4403
|
+
}
|
|
4385
4404
|
}
|
|
4386
4405
|
},
|
|
4387
4406
|
".help__container": {
|