@symbo.ls/icon 2.11.231 → 2.11.358
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/index.js +3 -4
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
'use strict'
|
|
2
2
|
|
|
3
|
-
import { Flex, Svg } from '@symbo.ls/atoms'
|
|
4
3
|
import { isString } from '@domql/utils'
|
|
5
4
|
|
|
6
5
|
export const Icon = {
|
|
7
|
-
extend: Svg,
|
|
6
|
+
extend: 'Svg',
|
|
8
7
|
deps: { isString },
|
|
9
8
|
props: ({ key, props, parent, context, deps }) => {
|
|
10
9
|
const { ICONS, useIconSprite, verbose } = context && context.designSystem
|
|
@@ -53,7 +52,7 @@ export const Icon = {
|
|
|
53
52
|
}
|
|
54
53
|
|
|
55
54
|
export const IconText = {
|
|
56
|
-
extend: Flex,
|
|
55
|
+
extend: 'Flex',
|
|
57
56
|
|
|
58
57
|
props: {
|
|
59
58
|
align: 'center center',
|
|
@@ -80,7 +79,7 @@ export const IconText = {
|
|
|
80
79
|
}
|
|
81
80
|
|
|
82
81
|
export const FileIcon = {
|
|
83
|
-
extend: Flex,
|
|
82
|
+
extend: 'Flex',
|
|
84
83
|
props: {
|
|
85
84
|
theme: 'tertiary',
|
|
86
85
|
boxSize: 'C1',
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/icon",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.358",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"gitHead": "
|
|
6
|
+
"gitHead": "87d35aa05d75b0023b44ec251df1f5739b8c6aa4",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@symbo.ls/atoms": "latest"
|
|
9
9
|
},
|