@kopexa/callout 2.0.0 → 3.0.0

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/dist/callout.js CHANGED
@@ -38,12 +38,14 @@ var Callout = (props) => {
38
38
  size,
39
39
  icon,
40
40
  onDismiss,
41
+ print,
41
42
  ...rest
42
43
  } = props;
43
44
  const styles = (0, import_theme.callout)({
44
45
  variant,
45
46
  radius,
46
- size
47
+ size,
48
+ print
47
49
  });
48
50
  const getIcon = () => {
49
51
  if (icon) return icon;
package/dist/callout.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Callout
4
- } from "./chunk-G2TZUXPH.mjs";
4
+ } from "./chunk-W7YUHR6W.mjs";
5
5
  export {
6
6
  Callout
7
7
  };
@@ -22,12 +22,14 @@ var Callout = (props) => {
22
22
  size,
23
23
  icon,
24
24
  onDismiss,
25
+ print,
25
26
  ...rest
26
27
  } = props;
27
28
  const styles = callout({
28
29
  variant,
29
30
  radius,
30
- size
31
+ size,
32
+ print
31
33
  });
32
34
  const getIcon = () => {
33
35
  if (icon) return icon;
package/dist/index.js CHANGED
@@ -40,12 +40,14 @@ var Callout = (props) => {
40
40
  size,
41
41
  icon,
42
42
  onDismiss,
43
+ print,
43
44
  ...rest
44
45
  } = props;
45
46
  const styles = (0, import_theme.callout)({
46
47
  variant,
47
48
  radius,
48
- size
49
+ size,
50
+ print
49
51
  });
50
52
  const getIcon = () => {
51
53
  if (icon) return icon;
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Callout
4
- } from "./chunk-G2TZUXPH.mjs";
4
+ } from "./chunk-W7YUHR6W.mjs";
5
5
  export {
6
6
  Callout
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/callout",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "callout"
@@ -28,12 +28,12 @@
28
28
  "react": ">=19.0.0-rc.0",
29
29
  "react-dom": ">=19.0.0-rc.0",
30
30
  "motion": ">=12.23.6",
31
- "@kopexa/theme": "2.0.0"
31
+ "@kopexa/theme": "2.1.0"
32
32
  },
33
33
  "dependencies": {
34
34
  "@kopexa/shared-utils": "2.0.0",
35
35
  "@kopexa/react-utils": "3.0.0",
36
- "@kopexa/icons": "11.0.0"
36
+ "@kopexa/icons": "12.0.0"
37
37
  },
38
38
  "clean-package": "../../../clean-package.config.json",
39
39
  "module": "dist/index.mjs",