@liner-fe/prism 2.8.7 → 2.8.8
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/lib/index.d.ts +1 -1
- package/lib/index.js +6 -5
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -331,7 +331,7 @@ interface IconButtonProps extends ButtonHTMLAttributes<HTMLButtonElement>, Varia
|
|
|
331
331
|
level?: IconButtonLevelType;
|
|
332
332
|
icon: {
|
|
333
333
|
icon: IconComponentType;
|
|
334
|
-
} & Pick<IconProps, 'type' | 'size' | 'thick' | 'fill'>;
|
|
334
|
+
} & Pick<IconProps, 'type' | 'size' | 'thick' | 'fill' | 'fillType'>;
|
|
335
335
|
isLoading?: boolean;
|
|
336
336
|
}
|
|
337
337
|
declare const IconButton: react.ForwardRefExoticComponent<IconButtonProps & react.RefAttributes<HTMLButtonElement>>;
|
package/lib/index.js
CHANGED
|
@@ -3764,7 +3764,7 @@ var SnackbarIcon = /* @__PURE__ */ __name((props) => {
|
|
|
3764
3764
|
}, "SnackbarIcon");
|
|
3765
3765
|
|
|
3766
3766
|
// src/components/Snackbar/index.tsx
|
|
3767
|
-
var
|
|
3767
|
+
var import_icon7 = require("@liner-fe/icon");
|
|
3768
3768
|
|
|
3769
3769
|
// src/components/Snackbar/SnackbarTitle/index.tsx
|
|
3770
3770
|
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
@@ -3783,13 +3783,14 @@ var SnackbarDescription = /* @__PURE__ */ __name(({ description }) => {
|
|
|
3783
3783
|
var import_clsx18 = __toESM(require("clsx"));
|
|
3784
3784
|
|
|
3785
3785
|
// src/components/Snackbar/SnackbarClose/index.tsx
|
|
3786
|
+
var import_icon6 = require("@liner-fe/icon");
|
|
3786
3787
|
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
3787
3788
|
var SnackbarClose = /* @__PURE__ */ __name(({ onCloseSnackbar, className }) => {
|
|
3788
3789
|
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className, children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
3789
3790
|
IconButton,
|
|
3790
3791
|
{
|
|
3791
3792
|
icon: {
|
|
3792
|
-
|
|
3793
|
+
icon: import_icon6.IconCloseFill,
|
|
3793
3794
|
fill: true,
|
|
3794
3795
|
thick: true,
|
|
3795
3796
|
type: "neutral-label-static-secondary",
|
|
@@ -3896,7 +3897,7 @@ var SingleSnackbar = /* @__PURE__ */ __name((props) => {
|
|
|
3896
3897
|
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(SnackbarDescription, { description })
|
|
3897
3898
|
] }),
|
|
3898
3899
|
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
3899
|
-
|
|
3900
|
+
import_icon7.IconArrowForward,
|
|
3900
3901
|
{
|
|
3901
3902
|
fill: true,
|
|
3902
3903
|
thick: true,
|
|
@@ -8289,7 +8290,7 @@ var style_module_default21 = {
|
|
|
8289
8290
|
|
|
8290
8291
|
// src/components/coach-mark/main/index.tsx
|
|
8291
8292
|
var import_react28 = require("react");
|
|
8292
|
-
var
|
|
8293
|
+
var import_icon8 = require("@liner-fe/icon");
|
|
8293
8294
|
var import_cva12 = require("cva");
|
|
8294
8295
|
var import_clsx22 = __toESM(require("clsx"));
|
|
8295
8296
|
|
|
@@ -8443,7 +8444,7 @@ var CoachMarkContent = (0, import_react28.forwardRef)(
|
|
|
8443
8444
|
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Close, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
8444
8445
|
IconButton,
|
|
8445
8446
|
{
|
|
8446
|
-
icon: { icon:
|
|
8447
|
+
icon: { icon: import_icon8.IconClose },
|
|
8447
8448
|
size: "xs",
|
|
8448
8449
|
level: level === "inverse" ? "inverse" : "inverse-static",
|
|
8449
8450
|
fill: false,
|