RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@fattureincloud/fic-design-system
Versions diffs
0.4.14 → 0.4.15
@fattureincloud/fic-design-system 0.4.14 → 0.4.15
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
package/dist/components/modals/confirmationModal.d.ts
+1
-0
package/dist/index.esm.js
+1
-1
package/dist/index.esm.js.map
+1
-1
package/dist/index.js
+1
-1
package/dist/index.js.map
+1
-1
package/package.json
+1
-1
package/dist/components/modals/confirmationModal.d.ts
CHANGED
Viewed
@@ -8,6 +8,7 @@ interface Props {
8
8
onAction: () => void;
9
9
isOpen: boolean;
10
10
setIsOpen: (state: boolean) => void;
11
+
isSmall?: boolean;
11
12
}
12
13
export declare const ConfirmationModal: (props: Props) => JSX.Element;
13
14
export {};
1
2
3
4
5
...
Next ›
Last »