@shapesos/clay 0.13.0 → 0.13.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.
- package/dist/blocks.cjs +12 -0
- package/dist/blocks.cjs.map +1 -1
- package/dist/blocks.js +1 -1
- package/dist/chat.cjs +12 -0
- package/dist/chat.cjs.map +1 -1
- package/dist/chat.js +2 -2
- package/dist/{chunk-26XVDY6Z.js → chunk-QAK7NM5F.js} +13 -1
- package/dist/{chunk-26XVDY6Z.js.map → chunk-QAK7NM5F.js.map} +1 -1
- package/dist/{chunk-QH2WW2MW.js → chunk-YSSLTXZG.js} +2 -2
- package/dist/index.cjs +12 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-QH2WW2MW.js.map → chunk-YSSLTXZG.js.map} +0 -0
package/dist/blocks.cjs
CHANGED
|
@@ -2299,6 +2299,18 @@ var TextBlockWrapper = import_styled_components4.default.div`
|
|
|
2299
2299
|
margin-block: 4px;
|
|
2300
2300
|
}
|
|
2301
2301
|
|
|
2302
|
+
& ul {
|
|
2303
|
+
list-style-type: disc;
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
& ul ul {
|
|
2307
|
+
list-style-type: circle;
|
|
2308
|
+
}
|
|
2309
|
+
|
|
2310
|
+
& ul ul ul {
|
|
2311
|
+
list-style-type: square;
|
|
2312
|
+
}
|
|
2313
|
+
|
|
2302
2314
|
& ol {
|
|
2303
2315
|
list-style-type: decimal;
|
|
2304
2316
|
}
|