@symbo.ls/icon 2.34.23 → 2.34.25

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/index.js +1 -0
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -128,6 +128,7 @@ export const IconText = {
128
128
  props: {
129
129
  align: 'center center',
130
130
  lineHeight: 1,
131
+ gap: 'X',
131
132
 
132
133
  '.reversed': {
133
134
  flow: 'row-reverse'
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@symbo.ls/icon",
3
- "version": "2.34.23",
3
+ "version": "2.34.25",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "40f2f0ea9872d9c728cefd4251de2b365c76e116",
6
+ "gitHead": "d5d0fa6c595ec8b35ddb5520084a06b7689ecf42",
7
7
  "dependencies": {
8
- "@symbo.ls/atoms": "^2.34.23",
9
- "@symbo.ls/utils": "^2.34.23"
8
+ "@symbo.ls/atoms": "^2.34.25",
9
+ "@symbo.ls/utils": "^2.34.25"
10
10
  },
11
11
  "source": "src/index.js"
12
12
  }