@embeddable.com/remarkable-ui 2.0.27 → 2.0.28

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.
@@ -23,6 +23,7 @@
23
23
  width: 100%;
24
24
  display: flex;
25
25
  flex-direction: column;
26
+ align-items: start;
26
27
  gap: var(--em-card-header-gap, 1rem);
27
28
  }
28
29
 
package/dist/index.js CHANGED
@@ -2970,7 +2970,7 @@ var ButtonIcon = ({
2970
2970
 
2971
2971
  // src/components/shared/Card/Card.tsx
2972
2972
  import React3 from "react";
2973
- import styles26 from "./Card.module-FJOL7BYF.module.css";
2973
+ import styles26 from "./Card.module-YJV4R6DV.module.css";
2974
2974
  import clsx19 from "clsx";
2975
2975
  import { jsx as jsx34, jsxs as jsxs21 } from "react/jsx-runtime";
2976
2976
  var Card = React3.forwardRef(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embeddable.com/remarkable-ui",
3
- "version": "2.0.27",
3
+ "version": "2.0.28",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/embeddable-hq/remarkable-ui"