mumineen-ui-plugins 1.6.0 → 1.7.0

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/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # Mumineen UI Plugins
2
2
 
3
- ## Introduction
4
-
5
3
  Mumineen UI Plugins is a react library which features some of the commonly used UI plugins
6
4
  for [Dawoodi Bohra Shia Muslims] who follow the 53rd Dai al-Mutlaq, His Holiness, [Syedna Aale Qadr Mufaddal
7
5
  Saifuddin] (_TUS_).
@@ -28,6 +26,7 @@ const App = () => {
28
26
  );
29
27
  }
30
28
  ```
29
+ ![img.png](img.png)
31
30
  ### Props
32
31
  | Name | Type | Default | Description |
33
32
  | --- |------------|-------------|------------------------------------------------------------------------|
package/dist/index.d.ts CHANGED
@@ -3,3 +3,4 @@ export { MiqaatList } from "./hijri-calendar/MiqaatList";
3
3
  export { Day } from "./hijri-calendar/libs/HijriCalendar";
4
4
  export { MiqaatMonth, Miqaat } from "./hijri-calendar/HijriCalender.interface";
5
5
  export { getGregorianDate, getHijriDate } from "./hijri-calendar/utils";
6
+ export { QasrNamaaz } from "./qasr/QasrNamaaz";
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getHijriDate = exports.getGregorianDate = exports.MiqaatList = exports.HijriCalendar = void 0;
3
+ exports.QasrNamaaz = exports.getHijriDate = exports.getGregorianDate = exports.MiqaatList = exports.HijriCalendar = void 0;
4
4
  var CalendarFrame_1 = require("./hijri-calendar/CalendarFrame");
5
5
  Object.defineProperty(exports, "HijriCalendar", { enumerable: true, get: function () { return CalendarFrame_1.CalendarFrame; } });
6
6
  var MiqaatList_1 = require("./hijri-calendar/MiqaatList");
@@ -8,3 +8,5 @@ Object.defineProperty(exports, "MiqaatList", { enumerable: true, get: function (
8
8
  var utils_1 = require("./hijri-calendar/utils");
9
9
  Object.defineProperty(exports, "getGregorianDate", { enumerable: true, get: function () { return utils_1.getGregorianDate; } });
10
10
  Object.defineProperty(exports, "getHijriDate", { enumerable: true, get: function () { return utils_1.getHijriDate; } });
11
+ var QasrNamaaz_1 = require("./qasr/QasrNamaaz");
12
+ Object.defineProperty(exports, "QasrNamaaz", { enumerable: true, get: function () { return QasrNamaaz_1.QasrNamaaz; } });