@zenpatient-org/healthspan-marketing-ui 0.1.71 → 0.1.73

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.
Files changed (25) hide show
  1. package/dist/healthspan-marketing-ui.css +1 -1
  2. package/dist/modules/HowItWorks/HowItWorks.cjs.js +1 -1
  3. package/dist/modules/HowItWorks/HowItWorks.d.ts +2 -1
  4. package/dist/modules/HowItWorks/HowItWorks.es.js +48 -14
  5. package/dist/modules/HowItWorks/components/Content/Content.cjs.js +1 -1
  6. package/dist/modules/HowItWorks/components/Content/Content.d.ts +5 -1
  7. package/dist/modules/HowItWorks/components/Content/Content.es.js +50 -42
  8. package/dist/modules/HowItWorks/howItWorks.module.css.cjs.js +1 -1
  9. package/dist/modules/HowItWorks/howItWorks.module.css.es.js +10 -6
  10. package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.cjs.js +1 -0
  11. package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.d.ts +10 -0
  12. package/dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.es.js +33 -0
  13. package/dist/modules/ProgramsDetailsHero/index.d.ts +1 -0
  14. package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.cjs.js +1 -0
  15. package/dist/modules/ProgramsDetailsHero/programsDetailsHero.module.css.es.js +21 -0
  16. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.cjs.js +1 -1
  17. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.d.ts +5 -1
  18. package/dist/pageComponents/StillHaveQuestions/StillHaveQuestions.es.js +48 -21
  19. package/dist/pageComponents/StillHaveQuestions/assets/joinOurTeam.jpg.cjs.js +1 -0
  20. package/dist/pageComponents/StillHaveQuestions/assets/joinOurTeam.jpg.es.js +4 -0
  21. package/dist/pageComponents/StillHaveQuestions/assets/stillHaveQuestions.jpg.cjs.js +1 -0
  22. package/dist/pageComponents/StillHaveQuestions/assets/stillHaveQuestions.jpg.es.js +4 -0
  23. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.cjs.js +1 -1
  24. package/dist/pageComponents/StillHaveQuestions/stillHaveQuestions.module.css.es.js +4 -8
  25. package/package.json +6 -1
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="stillHaveQuestions-module__root___bscgd",o="stillHaveQuestions-module__imageWrapper___3ZTu-",t="stillHaveQuestions-module__contentBox___G5ptm",s="stillHaveQuestions-module__actions___eeCUe",_="stillHaveQuestions-module__mobile___7C-Hc",l="stillHaveQuestions-module__desktop___0Bg3Q",i={root:e,imageWrapper:o,contentBox:t,actions:s,mobile:_,desktop:l};exports.actions=s;exports.contentBox=t;exports.default=i;exports.desktop=l;exports.imageWrapper=o;exports.mobile=_;exports.root=e;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="stillHaveQuestions-module__root___bscgd",o="stillHaveQuestions-module__imageWrapper___3ZTu-",t="stillHaveQuestions-module__contentBox___G5ptm",n="stillHaveQuestions-module__joinOurTeam___5nDJv",s={root:e,imageWrapper:o,contentBox:t,joinOurTeam:n};exports.contentBox=t;exports.default=s;exports.imageWrapper=o;exports.joinOurTeam=n;exports.root=e;
@@ -1,17 +1,13 @@
1
- const o = "stillHaveQuestions-module__root___bscgd", e = "stillHaveQuestions-module__imageWrapper___3ZTu-", t = "stillHaveQuestions-module__contentBox___G5ptm", s = "stillHaveQuestions-module__actions___eeCUe", _ = "stillHaveQuestions-module__mobile___7C-Hc", l = "stillHaveQuestions-module__desktop___0Bg3Q", n = {
1
+ const o = "stillHaveQuestions-module__root___bscgd", e = "stillHaveQuestions-module__imageWrapper___3ZTu-", t = "stillHaveQuestions-module__contentBox___G5ptm", s = "stillHaveQuestions-module__joinOurTeam___5nDJv", _ = {
2
2
  root: o,
3
3
  imageWrapper: e,
4
4
  contentBox: t,
5
- actions: s,
6
- mobile: _,
7
- desktop: l
5
+ joinOurTeam: s
8
6
  };
9
7
  export {
10
- s as actions,
11
8
  t as contentBox,
12
- n as default,
13
- l as desktop,
9
+ _ as default,
14
10
  e as imageWrapper,
15
- _ as mobile,
11
+ s as joinOurTeam,
16
12
  o as root
17
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenpatient-org/healthspan-marketing-ui",
3
- "version": "0.1.71",
3
+ "version": "0.1.73",
4
4
  "description": "Design system",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -511,6 +511,11 @@
511
511
  "import": "./dist/modules/CallToAction/CallToAction.es.js",
512
512
  "require": "./dist/modules/CallToAction/CallToAction.cjs.js"
513
513
  },
514
+ "./ProgramsDetailsHero": {
515
+ "types": "./dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.d.ts",
516
+ "import": "./dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.es.js",
517
+ "require": "./dist/modules/ProgramsDetailsHero/ProgramsDetailsHero.cjs.js"
518
+ },
514
519
  "./Bubbles": {
515
520
  "types": "./dist/pageComponents/Bubbles/Bubbles.d.ts",
516
521
  "import": "./dist/pageComponents/Bubbles/Bubbles.es.js",