@embeddable.com/remarkable-ui 2.0.36 → 2.0.37
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/{ActionIcon.module-WZFHG44L.module.css → ActionIcon.module-UMIOEH5M.module.css}
RENAMED
|
@@ -2,20 +2,18 @@
|
|
|
2
2
|
cursor: pointer;
|
|
3
3
|
border: none;
|
|
4
4
|
display: flex;
|
|
5
|
-
justify-content:
|
|
5
|
+
justify-content: center;
|
|
6
6
|
align-items: center;
|
|
7
|
-
flex-shrink: 0;
|
|
8
7
|
|
|
9
8
|
color: var(--em-actionicon-color, #212129);
|
|
10
9
|
border-radius: var(--em-actionicon-border-radius, 624.9375rem);
|
|
11
10
|
background-color: var(--em-actionicon-background, #ededf1);
|
|
12
11
|
width: var(--em-actionicon-width, 1.25rem);
|
|
13
12
|
height: var(--em-actionicon-height, 2rem);
|
|
14
|
-
padding: var(--em-actionicon-padding-top-bottom, 0.5rem)
|
|
15
|
-
var(--em-actionicon-padding-left-right, 0.125rem);
|
|
16
13
|
}
|
|
17
14
|
|
|
18
15
|
.actionIcon svg {
|
|
16
|
+
flex-shrink: 0;
|
|
19
17
|
width: var(--em-actionicon-icon-size, 1rem);
|
|
20
18
|
height: var(--em-actionicon-icon-size, 1rem);
|
|
21
19
|
}
|
package/dist/index.js
CHANGED
|
@@ -1668,7 +1668,7 @@ import clsx6 from "clsx";
|
|
|
1668
1668
|
|
|
1669
1669
|
// src/components/shared/ActionIcon/ActionIcon.tsx
|
|
1670
1670
|
import clsx5 from "clsx";
|
|
1671
|
-
import styles9 from "./ActionIcon.module-
|
|
1671
|
+
import styles9 from "./ActionIcon.module-UMIOEH5M.module.css";
|
|
1672
1672
|
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
1673
1673
|
var ActionIcon = ({ icon: Icon, className, ...props }) => {
|
|
1674
1674
|
return /* @__PURE__ */ jsx11("button", { className: clsx5(styles9.actionIcon, className), ...props, children: /* @__PURE__ */ jsx11(Icon, { className: styles9.icon }) });
|