RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@zealicsolutions/web-ui
Versions diffs
0.3.66 → 0.3.67
Page 6
@zealicsolutions/web-ui 0.3.66 → 0.3.67
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (7)
hide
show
package/dist/cjs/index.js
+3
-3
package/dist/cjs/index.js.map
+1
-1
package/dist/cjs/src/atoms/RadioButtons/helpers.d.ts
+1
-0
package/dist/esm/index.js
+3
-3
package/dist/esm/index.js.map
+1
-1
package/dist/esm/src/atoms/RadioButtons/helpers.d.ts
+1
-0
package/package.json
+1
-1
package/dist/esm/src/atoms/RadioButtons/helpers.d.ts
CHANGED
Viewed
@@ -5,6 +5,7 @@ declare type RadioOptionStylesConfig = {
5
5
groupWrapperStyles: StylesType;
6
6
radioIconWrapperStyles: StylesType;
7
7
radioLabelWrapperStyles: StylesType;
8
+
textColor: string;
8
9
};
9
10
declare type GetRadioOptionStylesProps = Partial<{
10
11
isError: boolean;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@zealicsolutions/web-ui",
3
-
"version": "0.3.
66
",
3
+
"version": "0.3.
67
",
4
4
"repository": {
5
5
"type": "git",
6
6
"url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"
« First
‹ Prev
...
2
3
4
5
6