Skip to content

Commit 376e501

Browse files
committed
ci: auto-enable pages on first deploy + drop ai-credit + 1-line commit rule
1 parent be63b6a commit 376e501

4 files changed

Lines changed: 129 additions & 127 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
# site directory is self-contained and matches the local preview.
4545

4646
- uses: actions/configure-pages@v5
47+
with:
48+
enablement: true
4749

4850
- uses: actions/upload-pages-artifact@v4
4951
with:

packages/ui-react/package.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
{
2-
"name": "@roxyapi/ui-react",
3-
"version": "0.1.2",
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-
"exports": {
10-
".": {
11-
"types": "./dist/index.d.ts",
12-
"import": "./dist/index.js",
13-
"require": "./dist/index.cjs"
14-
},
15-
"./components/*": {
16-
"types": "./dist/components/*.d.ts",
17-
"import": "./dist/components/*.js"
18-
}
19-
},
20-
"files": [
21-
"dist",
22-
"src",
23-
"README.md",
24-
"LICENSE",
25-
"AGENTS.md"
26-
],
27-
"keywords": [
28-
"react",
29-
"react-components",
30-
"web-components",
31-
"astrology",
32-
"vedic",
33-
"tarot",
34-
"roxyapi"
35-
],
36-
"license": "MIT",
37-
"repository": {
38-
"type": "git",
39-
"url": "git+https://github.com/RoxyAPI/ui.git",
40-
"directory": "packages/ui-react"
41-
},
42-
"homepage": "https://roxyapi.com/ui",
43-
"bugs": {
44-
"url": "https://github.com/RoxyAPI/ui/issues"
45-
},
46-
"peerDependencies": {
47-
"react": ">=18.0.0",
48-
"react-dom": ">=18.0.0"
49-
},
50-
"publishConfig": {
51-
"access": "public",
52-
"provenance": true
53-
}
2+
"name": "@roxyapi/ui-react",
3+
"version": "0.1.2",
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+
"exports": {
10+
".": {
11+
"types": "./dist/index.d.ts",
12+
"import": "./dist/index.js",
13+
"require": "./dist/index.cjs"
14+
},
15+
"./components/*": {
16+
"types": "./dist/components/*.d.ts",
17+
"import": "./dist/components/*.js"
18+
}
19+
},
20+
"files": [
21+
"dist",
22+
"src",
23+
"README.md",
24+
"LICENSE",
25+
"AGENTS.md"
26+
],
27+
"keywords": [
28+
"react",
29+
"react-components",
30+
"web-components",
31+
"astrology",
32+
"vedic",
33+
"tarot",
34+
"roxyapi"
35+
],
36+
"license": "MIT",
37+
"repository": {
38+
"type": "git",
39+
"url": "git+https://github.com/RoxyAPI/ui.git",
40+
"directory": "packages/ui-react"
41+
},
42+
"homepage": "https://roxyapi.com/ui",
43+
"bugs": {
44+
"url": "https://github.com/RoxyAPI/ui/issues"
45+
},
46+
"peerDependencies": {
47+
"react": ">=18.0.0",
48+
"react-dom": ">=18.0.0"
49+
},
50+
"publishConfig": {
51+
"access": "public",
52+
"provenance": true
53+
}
5454
}

packages/ui/dist/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generatedAt": "2026-05-10T13:50:29.796Z",
2+
"generatedAt": "2026-05-10T13:51:32.407Z",
33
"components": [
44
"kp-planets-table",
55
"numerology-card",

packages/ui/package.json

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
11
{
2-
"name": "@roxyapi/ui",
3-
"version": "0.1.2",
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-
"exports": {
10-
".": {
11-
"types": "./dist/index.d.ts",
12-
"import": "./dist/index.js",
13-
"require": "./dist/index.cjs"
14-
},
15-
"./components/*": {
16-
"types": "./dist/components/*.d.ts",
17-
"import": "./dist/components/*.js"
18-
},
19-
"./styles/tokens.css": "./dist/styles/tokens.css",
20-
"./registry/*": "./dist/registry/*.json"
21-
},
22-
"files": [
23-
"dist",
24-
"src",
25-
"README.md",
26-
"LICENSE",
27-
"AGENTS.md",
28-
"THEMING.md"
29-
],
30-
"keywords": [
31-
"web-components",
32-
"lit",
33-
"custom-elements",
34-
"shadow-dom",
35-
"astrology",
36-
"vedic",
37-
"tarot",
38-
"numerology",
39-
"horoscope",
40-
"kundli",
41-
"natal-chart",
42-
"birth-chart",
43-
"iching",
44-
"crystals",
45-
"angel-numbers",
46-
"dreams",
47-
"biorhythm",
48-
"shadcn",
49-
"jsdelivr",
50-
"roxyapi"
51-
],
52-
"license": "MIT",
53-
"repository": {
54-
"type": "git",
55-
"url": "git+https://github.com/RoxyAPI/ui.git",
56-
"directory": "packages/ui"
57-
},
58-
"homepage": "https://roxyapi.com/ui",
59-
"bugs": {
60-
"url": "https://github.com/RoxyAPI/ui/issues"
61-
},
62-
"sideEffects": [
63-
"./dist/components/*.js",
64-
"./dist/cdn/*.js"
65-
],
66-
"peerDependencies": {
67-
"lit": "^3.0.0"
68-
},
69-
"dependencies": {
70-
"lit": "^3.2.0"
71-
},
72-
"publishConfig": {
73-
"access": "public",
74-
"provenance": true
75-
}
2+
"name": "@roxyapi/ui",
3+
"version": "0.1.2",
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+
"exports": {
10+
".": {
11+
"types": "./dist/index.d.ts",
12+
"import": "./dist/index.js",
13+
"require": "./dist/index.cjs"
14+
},
15+
"./components/*": {
16+
"types": "./dist/components/*.d.ts",
17+
"import": "./dist/components/*.js"
18+
},
19+
"./styles/tokens.css": "./dist/styles/tokens.css",
20+
"./registry/*": "./dist/registry/*.json"
21+
},
22+
"files": [
23+
"dist",
24+
"src",
25+
"README.md",
26+
"LICENSE",
27+
"AGENTS.md",
28+
"THEMING.md"
29+
],
30+
"keywords": [
31+
"web-components",
32+
"lit",
33+
"custom-elements",
34+
"shadow-dom",
35+
"astrology",
36+
"vedic",
37+
"tarot",
38+
"numerology",
39+
"horoscope",
40+
"kundli",
41+
"natal-chart",
42+
"birth-chart",
43+
"iching",
44+
"crystals",
45+
"angel-numbers",
46+
"dreams",
47+
"biorhythm",
48+
"shadcn",
49+
"jsdelivr",
50+
"roxyapi"
51+
],
52+
"license": "MIT",
53+
"repository": {
54+
"type": "git",
55+
"url": "git+https://github.com/RoxyAPI/ui.git",
56+
"directory": "packages/ui"
57+
},
58+
"homepage": "https://roxyapi.com/ui",
59+
"bugs": {
60+
"url": "https://github.com/RoxyAPI/ui/issues"
61+
},
62+
"sideEffects": [
63+
"./dist/components/*.js",
64+
"./dist/cdn/*.js"
65+
],
66+
"peerDependencies": {
67+
"lit": "^3.0.0"
68+
},
69+
"dependencies": {
70+
"lit": "^3.2.0"
71+
},
72+
"publishConfig": {
73+
"access": "public",
74+
"provenance": true
75+
}
7676
}

0 commit comments

Comments
 (0)