@srimandir/astrology-common 1.0.5

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/dist/index.cjs ADDED
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const O="1.0.0",t="1.0.0";exports.FAQ_ACCORDION_VERSION=t;exports.REVIEWS_VERSION=O;
2
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["/**\n * @srimandir/astrology-common\n * Shared UI: Reviews/Testimonials, FAQs (accordion), form primitives.\n * Consumed by kundli-generator and dosha-calculator.\n */\n\nexport const REVIEWS_VERSION = '1.0.0';\nexport const FAQ_ACCORDION_VERSION = '1.0.0';\n"],"names":["REVIEWS_VERSION","FAQ_ACCORDION_VERSION"],"mappings":"gFAMO,MAAMA,EAAkB,QAClBC,EAAwB"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @srimandir/astrology-common
3
+ * Shared UI: Reviews/Testimonials, FAQs (accordion), form primitives.
4
+ * Consumed by kundli-generator and dosha-calculator.
5
+ */
6
+ export declare const REVIEWS_VERSION = "1.0.0";
7
+ export declare const FAQ_ACCORDION_VERSION = "1.0.0";
package/dist/index.js ADDED
@@ -0,0 +1,6 @@
1
+ const E = "1.0.0", I = "1.0.0";
2
+ export {
3
+ I as FAQ_ACCORDION_VERSION,
4
+ E as REVIEWS_VERSION
5
+ };
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["/**\n * @srimandir/astrology-common\n * Shared UI: Reviews/Testimonials, FAQs (accordion), form primitives.\n * Consumed by kundli-generator and dosha-calculator.\n */\n\nexport const REVIEWS_VERSION = '1.0.0';\nexport const FAQ_ACCORDION_VERSION = '1.0.0';\n"],"names":["REVIEWS_VERSION","FAQ_ACCORDION_VERSION"],"mappings":"AAMO,MAAMA,IAAkB,SAClBC,IAAwB;"}
package/package.json ADDED
@@ -0,0 +1,48 @@
1
+ {
2
+ "name": "@srimandir/astrology-common",
3
+ "version": "1.0.5",
4
+ "description": "Shared UI and content for Srimandir astrology packages (Reviews, FAQs, form elements)",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "import": "./dist/index.js",
12
+ "require": "./dist/index.cjs",
13
+ "types": "./dist/index.d.ts"
14
+ }
15
+ },
16
+ "files": [
17
+ "dist"
18
+ ],
19
+ "publishConfig": {
20
+ "access": "public"
21
+ },
22
+ "scripts": {
23
+ "build": "vite build",
24
+ "dev": "vite build --watch"
25
+ },
26
+ "peerDependencies": {
27
+ "react": "^18.0.0",
28
+ "react-dom": "^18.0.0"
29
+ },
30
+ "devDependencies": {
31
+ "@types/react": "^18.2.0",
32
+ "@types/react-dom": "^18.2.0",
33
+ "@vitejs/plugin-react": "^4.3.4",
34
+ "react": "^18.2.0",
35
+ "react-dom": "^18.2.0",
36
+ "sass": "^1.77.8",
37
+ "typescript": "^5.6.0",
38
+ "vite": "^7.3.0",
39
+ "vite-plugin-dts": "^4.3.0"
40
+ },
41
+ "keywords": [
42
+ "astrology",
43
+ "srimandir",
44
+ "shared-ui"
45
+ ],
46
+ "license": "MIT",
47
+ "gitHead": "69ceee9c1c8b8d1b1256f23c5896ab857b94252b"
48
+ }