@symbo.ls/atoms 2.11.227 → 2.11.233
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/Text.js +4 -0
- package/package.json +2 -2
package/Text.js
CHANGED
|
@@ -47,6 +47,8 @@ export const Strong = {
|
|
|
47
47
|
export const Underline = { tag: 'u' }
|
|
48
48
|
export const Italic = { tag: 'i' }
|
|
49
49
|
|
|
50
|
+
export const Title = {}
|
|
51
|
+
|
|
50
52
|
export const Headline = {
|
|
51
53
|
tag: 'h6',
|
|
52
54
|
props: { fontSize: 'B', fontWeight: 500 }
|
|
@@ -61,3 +63,5 @@ export const Footnote = {
|
|
|
61
63
|
tag: 'span',
|
|
62
64
|
props: { fontSize: 'Z' }
|
|
63
65
|
}
|
|
66
|
+
|
|
67
|
+
// export const Paragraph = { tag: 'p' }
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/atoms",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.233",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "c430565424b87cc71d5ecf82a83da97df67d8ab7",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@domql/state": "latest",
|
|
9
9
|
"@domql/utils": "latest",
|