@appcorp/kismaa-web-ui 0.1.56 → 0.1.57

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.
@@ -13,7 +13,7 @@ var vista_button_v1_1 = require("@appcorp/app-corp-vista/molecules/vista-button-
13
13
  var HoroscopeDetailsSection = function (_a) {
14
14
  var breadcrumbs = _a.breadcrumbs, heading = _a.heading, intro = _a.intro, items = _a.items;
15
15
  var date = new Date().toISOString();
16
- var formattedDate = (0, util_functions_1.formatDate)(date, util_functions_1.DATE_FORMATS.DAY_DD_YYYY);
16
+ var formattedDate = (0, util_functions_1.formatDate)(date, util_functions_1.DATE_FORMATS.DAY_DD_MM_YYYY);
17
17
  return (react_1.default.createElement("section", { className: "kismaa-section-spacing bg-white" },
18
18
  react_1.default.createElement("div", { className: "kismaa-container" },
19
19
  react_1.default.createElement(section_header_1.SectionHeader, { heading: heading, subheading: "", renderCtaButton: false, handleButtonClick: function () { return void 0; }, breadcrumbs: breadcrumbs }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/kismaa-web-ui",
3
- "version": "0.1.56",
3
+ "version": "0.1.57",
4
4
  "source": "src/index.ts",
5
5
  "main": "lib/main.js",
6
6
  "module": "lib/module.js",
@@ -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.66",
59
+ "@react-pakistan/util-functions": "^1.23.67",
60
60
  "@storybook/addon-essentials": "8.5.1",
61
61
  "@storybook/addon-interactions": "8.5.1",
62
62
  "@storybook/addon-links": "^8.5.3",