Skip to content

Commit 19a5efd

Browse files
release: v0.6.0
1 parent 8aca222 commit 19a5efd

34 files changed

Lines changed: 186 additions & 186 deletions

packages/ui-react/package.json

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,74 @@
11
{
2-
"name": "@roxyapi/ui-react",
3-
"version": "0.5.0",
4-
"description": "React components for the RoxyAPI catalog. Drop-in charts, tables, cards, forms for astrology, tarot, numerology, biorhythm, I Ching, and more. One key, beautiful in 30 minutes.",
5-
"type": "module",
6-
"main": "./dist/index.cjs",
7-
"module": "./dist/index.js",
8-
"types": "./dist/index.d.ts",
9-
"sideEffects": false,
10-
"exports": {
11-
".": {
12-
"types": "./dist/index.d.ts",
13-
"import": "./dist/index.js",
14-
"require": "./dist/index.cjs"
15-
},
16-
"./components/*": {
17-
"types": "./dist/components/*.d.ts",
18-
"import": "./dist/components/*.js"
19-
}
20-
},
21-
"files": [
22-
"dist",
23-
"README.md",
24-
"LICENSE",
25-
"AGENTS.md"
26-
],
27-
"keywords": [
28-
"astrology",
29-
"vedic",
30-
"tarot",
31-
"numerology",
32-
"biorhythm",
33-
"iching",
34-
"kundli",
35-
"natal-chart",
36-
"birth-chart",
37-
"horoscope",
38-
"panchang",
39-
"react",
40-
"react-components",
41-
"web-components",
42-
"shadow-dom",
43-
"lit",
44-
"shadcn",
45-
"jsdelivr",
46-
"roxyapi"
47-
],
48-
"license": "MIT",
49-
"repository": {
50-
"type": "git",
51-
"url": "git+https://github.com/RoxyAPI/ui.git",
52-
"directory": "packages/ui-react"
53-
},
54-
"homepage": "https://roxyapi.com/ui",
55-
"bugs": {
56-
"url": "https://github.com/RoxyAPI/ui/issues"
57-
},
58-
"engines": {
59-
"node": ">=18"
60-
},
61-
"peerDependencies": {
62-
"react": ">=18 <20",
63-
"react-dom": ">=18 <20"
64-
},
65-
"peerDependenciesMeta": {
66-
"react-dom": {
67-
"optional": true
68-
}
69-
},
70-
"publishConfig": {
71-
"access": "public",
72-
"provenance": true
73-
}
2+
"name": "@roxyapi/ui-react",
3+
"version": "0.6.0",
4+
"description": "React components for the RoxyAPI catalog. Drop-in charts, tables, cards, forms for astrology, tarot, numerology, biorhythm, I Ching, and more. One key, beautiful in 30 minutes.",
5+
"type": "module",
6+
"main": "./dist/index.cjs",
7+
"module": "./dist/index.js",
8+
"types": "./dist/index.d.ts",
9+
"sideEffects": false,
10+
"exports": {
11+
".": {
12+
"types": "./dist/index.d.ts",
13+
"import": "./dist/index.js",
14+
"require": "./dist/index.cjs"
15+
},
16+
"./components/*": {
17+
"types": "./dist/components/*.d.ts",
18+
"import": "./dist/components/*.js"
19+
}
20+
},
21+
"files": [
22+
"dist",
23+
"README.md",
24+
"LICENSE",
25+
"AGENTS.md"
26+
],
27+
"keywords": [
28+
"astrology",
29+
"vedic",
30+
"tarot",
31+
"numerology",
32+
"biorhythm",
33+
"iching",
34+
"kundli",
35+
"natal-chart",
36+
"birth-chart",
37+
"horoscope",
38+
"panchang",
39+
"react",
40+
"react-components",
41+
"web-components",
42+
"shadow-dom",
43+
"lit",
44+
"shadcn",
45+
"jsdelivr",
46+
"roxyapi"
47+
],
48+
"license": "MIT",
49+
"repository": {
50+
"type": "git",
51+
"url": "git+https://github.com/RoxyAPI/ui.git",
52+
"directory": "packages/ui-react"
53+
},
54+
"homepage": "https://roxyapi.com/ui",
55+
"bugs": {
56+
"url": "https://github.com/RoxyAPI/ui/issues"
57+
},
58+
"engines": {
59+
"node": ">=18"
60+
},
61+
"peerDependencies": {
62+
"react": ">=18 <20",
63+
"react-dom": ">=18 <20"
64+
},
65+
"peerDependenciesMeta": {
66+
"react-dom": {
67+
"optional": true
68+
}
69+
},
70+
"publishConfig": {
71+
"access": "public",
72+
"provenance": true
73+
}
7474
}

packages/ui-react/src/load-ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ export function ensureScriptLoaded(version: string = 'latest'): Promise<void> {
6161
export default ensureScriptLoaded;
6262
// Surfaces the embedded @roxyapi/ui version this build of @roxyapi/ui-react
6363
// was generated against. Useful for diagnostics; not load-bearing.
64-
export const ROXY_UI_VERSION = '0.5.0';
64+
export const ROXY_UI_VERSION = '0.6.0';

packages/ui/package.json

Lines changed: 82 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,84 @@
11
{
2-
"name": "@roxyapi/ui",
3-
"version": "0.5.0",
4-
"description": "Web components for the RoxyAPI catalog. Drop-in charts, tables, cards, forms for astrology, tarot, numerology, biorhythm, I Ching, crystals, dreams, angel numbers, and more. One key, beautiful in 30 minutes.",
5-
"type": "module",
6-
"main": "./dist/index.cjs",
7-
"module": "./dist/index.js",
8-
"types": "./dist/index.d.ts",
9-
"jsdelivr": "./dist/cdn/roxy-ui.js",
10-
"unpkg": "./dist/cdn/roxy-ui.js",
11-
"exports": {
12-
".": {
13-
"types": "./dist/index.d.ts",
14-
"import": "./dist/index.js",
15-
"require": "./dist/index.cjs"
16-
},
17-
"./components/*": {
18-
"types": "./dist/components/*.d.ts",
19-
"import": "./dist/components/*.js"
20-
},
21-
"./types": {
22-
"types": "./dist/types/index.d.ts"
23-
},
24-
"./styles/tokens.css": "./dist/styles/tokens.css",
25-
"./registry/*": "./dist/registry/*.json"
26-
},
27-
"files": [
28-
"dist",
29-
"src",
30-
"README.md",
31-
"LICENSE",
32-
"AGENTS.md",
33-
"THEMING.md"
34-
],
35-
"keywords": [
36-
"web-components",
37-
"lit",
38-
"custom-elements",
39-
"shadow-dom",
40-
"astrology",
41-
"vedic",
42-
"tarot",
43-
"numerology",
44-
"horoscope",
45-
"kundli",
46-
"natal-chart",
47-
"birth-chart",
48-
"iching",
49-
"crystals",
50-
"angel-numbers",
51-
"dreams",
52-
"biorhythm",
53-
"shadcn",
54-
"jsdelivr",
55-
"roxyapi"
56-
],
57-
"license": "MIT",
58-
"repository": {
59-
"type": "git",
60-
"url": "git+https://github.com/RoxyAPI/ui.git",
61-
"directory": "packages/ui"
62-
},
63-
"homepage": "https://roxyapi.com/ui",
64-
"bugs": {
65-
"url": "https://github.com/RoxyAPI/ui/issues"
66-
},
67-
"sideEffects": [
68-
"./dist/components/*.js",
69-
"./dist/cdn/*.js"
70-
],
71-
"engines": {
72-
"node": ">=18"
73-
},
74-
"peerDependencies": {
75-
"lit": "^3.0.0"
76-
},
77-
"dependencies": {
78-
"lit": "^3.2.0"
79-
},
80-
"publishConfig": {
81-
"access": "public",
82-
"provenance": true
83-
}
2+
"name": "@roxyapi/ui",
3+
"version": "0.6.0",
4+
"description": "Web components for the RoxyAPI catalog. Drop-in charts, tables, cards, forms for astrology, tarot, numerology, biorhythm, I Ching, crystals, dreams, angel numbers, and more. One key, beautiful in 30 minutes.",
5+
"type": "module",
6+
"main": "./dist/index.cjs",
7+
"module": "./dist/index.js",
8+
"types": "./dist/index.d.ts",
9+
"jsdelivr": "./dist/cdn/roxy-ui.js",
10+
"unpkg": "./dist/cdn/roxy-ui.js",
11+
"exports": {
12+
".": {
13+
"types": "./dist/index.d.ts",
14+
"import": "./dist/index.js",
15+
"require": "./dist/index.cjs"
16+
},
17+
"./components/*": {
18+
"types": "./dist/components/*.d.ts",
19+
"import": "./dist/components/*.js"
20+
},
21+
"./types": {
22+
"types": "./dist/types/index.d.ts"
23+
},
24+
"./styles/tokens.css": "./dist/styles/tokens.css",
25+
"./registry/*": "./dist/registry/*.json"
26+
},
27+
"files": [
28+
"dist",
29+
"src",
30+
"README.md",
31+
"LICENSE",
32+
"AGENTS.md",
33+
"THEMING.md"
34+
],
35+
"keywords": [
36+
"web-components",
37+
"lit",
38+
"custom-elements",
39+
"shadow-dom",
40+
"astrology",
41+
"vedic",
42+
"tarot",
43+
"numerology",
44+
"horoscope",
45+
"kundli",
46+
"natal-chart",
47+
"birth-chart",
48+
"iching",
49+
"crystals",
50+
"angel-numbers",
51+
"dreams",
52+
"biorhythm",
53+
"shadcn",
54+
"jsdelivr",
55+
"roxyapi"
56+
],
57+
"license": "MIT",
58+
"repository": {
59+
"type": "git",
60+
"url": "git+https://github.com/RoxyAPI/ui.git",
61+
"directory": "packages/ui"
62+
},
63+
"homepage": "https://roxyapi.com/ui",
64+
"bugs": {
65+
"url": "https://github.com/RoxyAPI/ui/issues"
66+
},
67+
"sideEffects": [
68+
"./dist/components/*.js",
69+
"./dist/cdn/*.js"
70+
],
71+
"engines": {
72+
"node": ">=18"
73+
},
74+
"peerDependencies": {
75+
"lit": "^3.0.0"
76+
},
77+
"dependencies": {
78+
"lit": "^3.2.0"
79+
},
80+
"publishConfig": {
81+
"access": "public",
82+
"provenance": true
83+
}
8484
}

packages/ui/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated by scripts/sync-version.ts. Do not edit.
2-
export const ROXY_UI_VERSION = '0.5.0';
2+
export const ROXY_UI_VERSION = '0.6.0';

registry/ashtakavarga-grid.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@roxyapi/ui-react"
99
],
1010
"registryDependencies": [
11-
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.5.0/registry/theme.json"
11+
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.6.0/registry/theme.json"
1212
],
1313
"files": [
1414
{

registry/biorhythm-chart.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@roxyapi/ui-react"
99
],
1010
"registryDependencies": [
11-
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.5.0/registry/theme.json"
11+
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.6.0/registry/theme.json"
1212
],
1313
"files": [
1414
{

registry/choghadiya-grid.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@roxyapi/ui-react"
99
],
1010
"registryDependencies": [
11-
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.5.0/registry/theme.json"
11+
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.6.0/registry/theme.json"
1212
],
1313
"files": [
1414
{

registry/compatibility-card.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@roxyapi/ui-react"
99
],
1010
"registryDependencies": [
11-
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.5.0/registry/theme.json"
11+
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.6.0/registry/theme.json"
1212
],
1313
"files": [
1414
{

registry/dasha-timeline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@roxyapi/ui-react"
99
],
1010
"registryDependencies": [
11-
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.5.0/registry/theme.json"
11+
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.6.0/registry/theme.json"
1212
],
1313
"files": [
1414
{

registry/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@roxyapi/ui-react"
99
],
1010
"registryDependencies": [
11-
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.5.0/registry/theme.json"
11+
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.6.0/registry/theme.json"
1212
],
1313
"files": [
1414
{

0 commit comments

Comments
 (0)