@symbo.ls/atoms 2.11.231 → 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.
Files changed (2) hide show
  1. package/Text.js +1 -1
  2. package/package.json +2 -2
package/Text.js CHANGED
@@ -47,7 +47,7 @@ export const Strong = {
47
47
  export const Underline = { tag: 'u' }
48
48
  export const Italic = { tag: 'i' }
49
49
 
50
- export const Title = { tag: 'h5' }
50
+ export const Title = {}
51
51
 
52
52
  export const Headline = {
53
53
  tag: 'h6',
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/atoms",
3
- "version": "2.11.231",
3
+ "version": "2.11.233",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "5d29ff74b50f1feeeff85976496c4320fce96f71",
6
+ "gitHead": "c430565424b87cc71d5ecf82a83da97df67d8ab7",
7
7
  "dependencies": {
8
8
  "@domql/state": "latest",
9
9
  "@domql/utils": "latest",