@appcorp/kismaa-web-ui 0.1.79 → 0.1.82

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.
@@ -1,9 +1,14 @@
1
- import type { StoryObj } from '@storybook/react';
2
1
  declare const meta: {
3
2
  component: import("react").FC<import("./type").HoroscopeDetailsSectionTypes>;
4
3
  tags: string[];
5
4
  title: string;
6
5
  };
7
6
  export default meta;
8
- type Story = StoryObj<typeof meta>;
9
- export declare const HoroscopeDetailsSectionStory: Story;
7
+ export declare const HoroscopeDetailsSectionStory: {
8
+ args: {
9
+ breadcrumbs: import("../../molecules/breadcrumbs").BreadcrumbsProps;
10
+ heading: string;
11
+ intro: import("react").ReactNode;
12
+ items: import("./type").HoroscopeFaqItem[];
13
+ };
14
+ };
@@ -20,6 +20,7 @@ var meta = {
20
20
  title: 'Organisms/HoroscopeDetailsSection',
21
21
  };
22
22
  exports.default = meta;
23
+ // type Story = StoryObj<typeof meta>;
23
24
  exports.HoroscopeDetailsSectionStory = {
24
25
  args: __assign({}, props_1.horoscopeDetailsSectionData),
25
26
  };
@@ -1,11 +1,16 @@
1
1
  "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
2
5
  Object.defineProperty(exports, "__esModule", { value: true });
3
6
  exports.horoscopeDetailsSectionData = void 0;
7
+ var react_1 = __importDefault(require("react"));
8
+ var horoscope_card_1 = require("../../molecules/horoscope-card");
4
9
  exports.horoscopeDetailsSectionData = {
5
10
  heading: 'Capricorn',
6
11
  breadcrumbs: {
7
12
  items: [{ label: 'Horoscope', route: '/horoscope', isActive: false }],
8
13
  },
9
- intro: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries',
14
+ intro: (react_1.default.createElement(horoscope_card_1.HoroscopeCard, { cardHeading: "", cardIcon: "", cardSize: horoscope_card_1.HOROSCOPE_CARD_SIZES.MD, handleCardOnClick: function () { return void 0; } })),
10
15
  items: [{ title: 'Title', description: 'Description' }],
11
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/kismaa-web-ui",
3
- "version": "0.1.79",
3
+ "version": "0.1.82",
4
4
  "source": "src/index.ts",
5
5
  "main": "lib/main.js",
6
6
  "module": "lib/module.js",