@appcorp/kismaa-web-ui 0.1.52 → 0.1.53
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.
|
@@ -8,10 +8,12 @@ var react_1 = __importDefault(require("react"));
|
|
|
8
8
|
var section_header_1 = require("../section-header");
|
|
9
9
|
var accordion_1 = require("../../molecules/accordion");
|
|
10
10
|
var HoroscopeDetailsSection = function (_a) {
|
|
11
|
-
var heading = _a.heading,
|
|
11
|
+
var breadcrumbs = _a.breadcrumbs, heading = _a.heading, intro = _a.intro, items = _a.items;
|
|
12
12
|
return (react_1.default.createElement("section", { className: "kismaa-section-spacing bg-white" },
|
|
13
13
|
react_1.default.createElement("div", { className: "kismaa-container" },
|
|
14
14
|
react_1.default.createElement(section_header_1.SectionHeader, { heading: heading, subheading: "", renderCtaButton: false, handleButtonClick: function () { return void 0; }, breadcrumbs: breadcrumbs }),
|
|
15
|
+
react_1.default.createElement("div", { className: "py-4" },
|
|
16
|
+
react_1.default.createElement("p", { className: "text-gray-500" }, intro)),
|
|
15
17
|
react_1.default.createElement("div", { className: "pt-8" },
|
|
16
18
|
react_1.default.createElement(accordion_1.Accordion, { accordionItems: items })))));
|
|
17
19
|
};
|
|
@@ -6,5 +6,6 @@ exports.horoscopeDetailsSectionData = {
|
|
|
6
6
|
breadcrumbs: {
|
|
7
7
|
items: [{ label: 'Horoscope', route: '/horoscope', isActive: false }],
|
|
8
8
|
},
|
|
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',
|
|
9
10
|
items: [{ title: 'Title', description: 'Description' }],
|
|
10
11
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appcorp/kismaa-web-ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.53",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"main": "lib/main.js",
|
|
6
6
|
"module": "lib/module.js",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"dependencies": {},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@appcorp/app-corp-designs": "^0.4.64",
|
|
48
|
-
"@appcorp/app-corp-vista": "^0.0.
|
|
49
|
-
"@appcorp/kismaa-utils": "^0.1.
|
|
48
|
+
"@appcorp/app-corp-vista": "^0.0.95",
|
|
49
|
+
"@appcorp/kismaa-utils": "^0.1.69",
|
|
50
50
|
"@chromatic-com/storybook": "3.2.3",
|
|
51
51
|
"@eslint/compat": "^1.2.3",
|
|
52
52
|
"@headlessui/react": "^2.2.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@mdx-js/react": "^3.1.0",
|
|
57
57
|
"@next/eslint-plugin-next": "^15",
|
|
58
58
|
"@next/mdx": "^15",
|
|
59
|
-
"@react-pakistan/util-functions": "^1.23.
|
|
59
|
+
"@react-pakistan/util-functions": "^1.23.65",
|
|
60
60
|
"@storybook/addon-essentials": "8.5.1",
|
|
61
61
|
"@storybook/addon-interactions": "8.5.1",
|
|
62
62
|
"@storybook/addon-links": "^8.5.3",
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
"@types/react": "^19",
|
|
80
80
|
"@types/react-dom": "^19",
|
|
81
81
|
"concurrently": "^9.1.2",
|
|
82
|
+
"dayjs": "^1.11.13",
|
|
82
83
|
"eslint": "^9.16.0",
|
|
83
84
|
"eslint-config-next": "^15",
|
|
84
85
|
"eslint-config-prettier": "^9.1.0",
|