@lumx/react 3.12.1-alpha.5 → 3.12.1-alpha.6
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/package.json
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"url": "https://github.com/lumapps/design-system/issues"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@lumx/core": "^3.12.1-alpha.
|
|
10
|
-
"@lumx/icons": "^3.12.1-alpha.
|
|
9
|
+
"@lumx/core": "^3.12.1-alpha.6",
|
|
10
|
+
"@lumx/icons": "^3.12.1-alpha.6",
|
|
11
11
|
"@popperjs/core": "^2.5.4",
|
|
12
12
|
"body-scroll-lock": "^3.1.5",
|
|
13
13
|
"classnames": "^2.3.2",
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"build:storybook": "storybook build"
|
|
111
111
|
},
|
|
112
112
|
"sideEffects": false,
|
|
113
|
-
"version": "3.12.1-alpha.
|
|
113
|
+
"version": "3.12.1-alpha.6"
|
|
114
114
|
}
|
|
@@ -144,7 +144,9 @@ export const AllColors = {
|
|
|
144
144
|
};
|
|
145
145
|
|
|
146
146
|
/**
|
|
147
|
-
* Check how link inherit
|
|
147
|
+
* Check how link inherit parent typography & color.
|
|
148
|
+
* Typography should be inherited.
|
|
149
|
+
* Color should not.
|
|
148
150
|
*/
|
|
149
151
|
export const ParentTypographyAndColor = {
|
|
150
152
|
args: {
|