@everlywell/consumer-ui 1.11.5 → 1.11.7
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/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Z=require("@everlywell/ui-kit"),we=require("react");var ee={exports:{}},A={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
package/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import Pe from "react";
|
|
2
1
|
import { Flex as dr, Heading as Se } from "@everlywell/ui-kit";
|
|
2
|
+
import Pe from "react";
|
|
3
3
|
var Q = { exports: {} }, A = {};
|
|
4
4
|
/**
|
|
5
5
|
* @license React
|
|
@@ -656,8 +656,14 @@ function yr({
|
|
|
656
656
|
padding: "8",
|
|
657
657
|
alignItems: "center",
|
|
658
658
|
children: [
|
|
659
|
-
/* @__PURE__ */ Z.jsx(
|
|
660
|
-
|
|
659
|
+
/* @__PURE__ */ Z.jsx(
|
|
660
|
+
Se,
|
|
661
|
+
{ as: "h3", marginBottom: "10", children: P }
|
|
662
|
+
),
|
|
663
|
+
/* @__PURE__ */ Z.jsx(
|
|
664
|
+
Se,
|
|
665
|
+
{ as: "h4", marginBottom: "4", fontSize: "xl", children: b }
|
|
666
|
+
),
|
|
661
667
|
j
|
|
662
668
|
]
|
|
663
669
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
2
|
+
declare const _default: Meta;
|
|
2
3
|
export default _default;
|
|
3
4
|
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, {
|
|
4
5
|
title: string;
|