@nextelco/common-ui 1.5.79 → 1.5.80
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.
@@ -11,7 +11,7 @@ type Props = PropsWithChildren<{
|
|
11
11
|
buttonIcon: IconProp;
|
12
12
|
buttonFontColor: string;
|
13
13
|
buttonBackgroundColor: string;
|
14
|
-
fixedSize:
|
14
|
+
fixedSize: boolean;
|
15
15
|
onClick: () => void;
|
16
16
|
}>;
|
17
17
|
declare const Card3: ({ image, title, subtitle, fontColor, backgroundColor, buttonIcon, buttonFontColor, buttonBackgroundColor, fixedSize, onClick }: Props) => React.JSX.Element;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nextelco/common-ui",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.80",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/bundle.js",
|
6
6
|
"types": "dist/types/index.d.ts",
|
@@ -12,7 +12,7 @@
|
|
12
12
|
"storybook": "storybook dev -p 6006",
|
13
13
|
"build-storybook": "storybook build",
|
14
14
|
"pub": "git add . && git commit -m \"update\" && git push && npm version patch && npm run build && npm publish",
|
15
|
-
"pubOnly": "npm
|
15
|
+
"pubOnly": "npm run build && npm publish"
|
16
16
|
},
|
17
17
|
"keywords": [],
|
18
18
|
"author": "",
|