@apia/theme 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/dist/index.js +20 -1
  2. package/package.json +3 -3
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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apia/theme",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "> TODO: description",
5
5
  "author": "alexisleite <alexisleite@live.com>",
6
6
  "homepage": "",
@@ -29,7 +29,7 @@
29
29
  "typescript": "^4.9.5"
30
30
  },
31
31
  "dependencies": {
32
- "@apia/util": "^1.0.0",
32
+ "@apia/util": "^1.0.1",
33
33
  "@theme-ui/match-media": "^0.16.0",
34
34
  "lodash": "^4.17.21",
35
35
  "theme-ui": "^0.16.0",
@@ -39,7 +39,7 @@
39
39
  "@emotion/react": "^11.10.6",
40
40
  "react": "^18.2.0"
41
41
  },
42
- "gitHead": "e8f09978e6bb5dfceacc565717d1e8f334acbaa8",
42
+ "gitHead": "a2430a210dacdfec4869e14b8fd438253b9c16a9",
43
43
  "repository": {
44
44
  "type": "git",
45
45
  "url": "http://corp-gitlab-01.domst.st.net/products/apia/ApiaNPMPackages.git",