@roxyapi/ui 0.15.0 → 0.15.1
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/AGENTS.md +1 -1
- package/README.md +1 -1
- package/components-catalog.json +2 -2
- package/dist/cdn/components/kp-chart.js +1 -1
- package/dist/cdn/components/kp-chart.js.map +2 -2
- package/dist/cdn/roxy-ui.js +2 -2
- package/dist/cdn/roxy-ui.js.map +2 -2
- package/dist/components/kp-chart.d.ts +4 -3
- package/dist/components/kp-chart.d.ts.map +1 -1
- package/dist/components/kp-chart.js +1 -1
- package/dist/components/kp-chart.js.map +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +2 -2
- package/dist/manifest.d.ts.map +1 -1
- package/dist/types/types.gen.d.ts +13 -1
- package/dist/types/types.gen.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/kp-chart.ts +5 -3
- package/src/manifest.ts +3 -2
- package/src/types/types.gen.ts +13 -1
- package/src/version.ts +1 -1
package/dist/manifest.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../src/manifest.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,MAAM,WAAW,aAAa;IAC7B,yDAAyD;IACzD,MAAM,EAAE,MAAM,CAAC;IACf,gDAAgD;IAChD,GAAG,EAAE,MAAM,CAAC;IACZ,yEAAyE;IACzE,IAAI,EAAE,MAAM,CAAC;IACb,wDAAwD;IACxD,OAAO,EAAE,MAAM,CAAC;IAChB,2DAA2D;IAC3D,WAAW,EAAE,MAAM,CAAC;IACpB,6DAA6D;IAC7D,SAAS,EAAE,MAAM,CAAC;IAClB,iEAAiE;IACjE,aAAa,EAAE,MAAM,CAAC;IACtB,qEAAqE;IACrE,WAAW,EAAE,MAAM,CAAC;IACpB,gDAAgD;IAChD,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,eAAe,EAAE,SAAS,aAAa,
|
|
1
|
+
{"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../src/manifest.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,MAAM,WAAW,aAAa;IAC7B,yDAAyD;IACzD,MAAM,EAAE,MAAM,CAAC;IACf,gDAAgD;IAChD,GAAG,EAAE,MAAM,CAAC;IACZ,yEAAyE;IACzE,IAAI,EAAE,MAAM,CAAC;IACb,wDAAwD;IACxD,OAAO,EAAE,MAAM,CAAC;IAChB,2DAA2D;IAC3D,WAAW,EAAE,MAAM,CAAC;IACpB,6DAA6D;IAC7D,SAAS,EAAE,MAAM,CAAC;IAClB,iEAAiE;IACjE,aAAa,EAAE,MAAM,CAAC;IACtB,qEAAqE;IACrE,WAAW,EAAE,MAAM,CAAC;IACpB,gDAAgD;IAChD,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;;;OAQG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,eAAe,EAAE,SAAS,aAAa,EA+pBnD,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -3907,6 +3907,10 @@ export type KpChartResponse = {
|
|
|
3907
3907
|
* Zodiac sign of the Ascendant.
|
|
3908
3908
|
*/
|
|
3909
3909
|
sign: string;
|
|
3910
|
+
/**
|
|
3911
|
+
* Ruling planet of the Ascendant sign (the rashi lord). In KP this is the weakest of the four lords, ranked below the star lord and sub lord, but it still sets the broad temperament of the Lagna.
|
|
3912
|
+
*/
|
|
3913
|
+
signLord: string;
|
|
3910
3914
|
/**
|
|
3911
3915
|
* Nakshatra (star) of the Ascendant.
|
|
3912
3916
|
*/
|
|
@@ -4074,6 +4078,10 @@ export type KpChartResponse = {
|
|
|
4074
4078
|
* KP sub-sub lord (SSL) of Rahu.
|
|
4075
4079
|
*/
|
|
4076
4080
|
subSubLord: string;
|
|
4081
|
+
/**
|
|
4082
|
+
* KP number (1-249) locating Rahu in the 249-division sub-lord scheme. Each of the 249 divisions maps to a unique sign, star lord and sub lord triple, so one integer pins the position precisely enough for KP event timing.
|
|
4083
|
+
*/
|
|
4084
|
+
kpNumber: number;
|
|
4077
4085
|
};
|
|
4078
4086
|
/**
|
|
4079
4087
|
* Ketu (South Lunar Node), shadow planet, spiritual karmic indicator.
|
|
@@ -4107,6 +4115,10 @@ export type KpChartResponse = {
|
|
|
4107
4115
|
* KP sub-sub lord (SSL) of Ketu.
|
|
4108
4116
|
*/
|
|
4109
4117
|
subSubLord: string;
|
|
4118
|
+
/**
|
|
4119
|
+
* KP number (1-249) locating Ketu in the 249-division sub-lord scheme. Each of the 249 divisions maps to a unique sign, star lord and sub lord triple, so one integer pins the position precisely enough for KP event timing.
|
|
4120
|
+
*/
|
|
4121
|
+
kpNumber: number;
|
|
4110
4122
|
};
|
|
4111
4123
|
};
|
|
4112
4124
|
/**
|
|
@@ -17085,7 +17097,7 @@ export type CalculateDrishtiResponses = {
|
|
|
17085
17097
|
*/
|
|
17086
17098
|
200: {
|
|
17087
17099
|
/**
|
|
17088
|
-
*
|
|
17100
|
+
* Chart time the aspects were calculated for, echoed back as the local wall clock of the request (ISO 8601, no offset). This is the `date` and `time` you sent, NOT a UTC instant: hold them fixed and vary `timezone` and every longitude moves while this field does not. Combine it with the `timezone` you sent to recover the absolute moment.
|
|
17089
17101
|
*/
|
|
17090
17102
|
datetime: string;
|
|
17091
17103
|
/**
|