@xplortech/apollo-core 2.8.0 → 2.8.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 ADDED
@@ -0,0 +1,27 @@
1
+ # AGENTS.md — `@xplortech/apollo-core`
2
+
3
+ Stencil-built **web components** (`xpl-*`), global CSS (`build/style.css`), and the design-system runtime for Apollo. Part of the Apollo monorepo: https://github.com/xplor/apollo
4
+
5
+ ## Conventions
6
+
7
+ See the root [AGENTS.md](https://github.com/xplor/apollo/blob/main/AGENTS.md) for npm-only workflows, Conventional Commits (**scope `core`** for most changes here), PR `Refs:` lines, Foundation tokens, Stencil rules, and Figma workflow links.
8
+
9
+ ## This package (from repo root)
10
+
11
+ | Task | Command |
12
+ |------|---------|
13
+ | Build | `nx build @xplortech/apollo-core` |
14
+ | Dev server | `npm run dev` or `nx dev @xplortech/apollo-core` |
15
+ | Unit tests | `nx test @xplortech/apollo-core` |
16
+ | E2E tests | `npm run test.e2e` (or `nx test.e2e @xplortech/apollo-core`) |
17
+ | Storybook | `npm run storybook` |
18
+ | Lint (all) | `nx lint @xplortech/apollo-core` |
19
+ | CSS lint | `nx lint:css @xplortech/apollo-core` |
20
+
21
+ **Nx Release group:** `core` (tag pattern `core@{version}`).
22
+
23
+ ## Public API
24
+
25
+ - Consumer overview: [README.md](./README.md)
26
+ - Interactive docs: [Apollo Storybook](https://xplor-apollo.herokuapp.com/)
27
+ - Mintlify component reference: [platform.xplordocs.com/apollo](https://platform.xplordocs.com/apollo) (see [llms.txt](https://platform.xplordocs.com/llms.txt) for AI-oriented indexes)
@@ -161,7 +161,7 @@ export class Avatar {
161
161
  "references": {
162
162
  "AvatarColor": {
163
163
  "location": "local",
164
- "path": "/home/runner/work/apollo/apollo/packages/apollo-core/src/components/components/xpl-avatar/xpl-avatar.tsx",
164
+ "path": "/Users/roc/Sites/apollo/packages/apollo-core/src/components/components/xpl-avatar/xpl-avatar.tsx",
165
165
  "id": "src/components/components/xpl-avatar/xpl-avatar.tsx::AvatarColor"
166
166
  }
167
167
  }
@@ -206,7 +206,7 @@ export class Avatar {
206
206
  "references": {
207
207
  "AvatarGroupItem": {
208
208
  "location": "local",
209
- "path": "/home/runner/work/apollo/apollo/packages/apollo-core/src/components/components/xpl-avatar/xpl-avatar.tsx",
209
+ "path": "/Users/roc/Sites/apollo/packages/apollo-core/src/components/components/xpl-avatar/xpl-avatar.tsx",
210
210
  "id": "src/components/components/xpl-avatar/xpl-avatar.tsx::AvatarGroupItem"
211
211
  }
212
212
  }
@@ -307,7 +307,7 @@ export class Avatar {
307
307
  "references": {
308
308
  "AvatarStatus": {
309
309
  "location": "local",
310
- "path": "/home/runner/work/apollo/apollo/packages/apollo-core/src/components/components/xpl-avatar/xpl-avatar.tsx",
310
+ "path": "/Users/roc/Sites/apollo/packages/apollo-core/src/components/components/xpl-avatar/xpl-avatar.tsx",
311
311
  "id": "src/components/components/xpl-avatar/xpl-avatar.tsx::AvatarStatus"
312
312
  }
313
313
  }
@@ -373,7 +373,7 @@ export class Avatar {
373
373
  "references": {
374
374
  "AvatarVariant": {
375
375
  "location": "local",
376
- "path": "/home/runner/work/apollo/apollo/packages/apollo-core/src/components/components/xpl-avatar/xpl-avatar.tsx",
376
+ "path": "/Users/roc/Sites/apollo/packages/apollo-core/src/components/components/xpl-avatar/xpl-avatar.tsx",
377
377
  "id": "src/components/components/xpl-avatar/xpl-avatar.tsx::AvatarVariant"
378
378
  }
379
379
  }
@@ -140,7 +140,7 @@ export class Badge {
140
140
  "references": {
141
141
  "BadgeVariantProp": {
142
142
  "location": "local",
143
- "path": "/home/runner/work/apollo/apollo/packages/apollo-core/src/components/components/xpl-badge/xpl-badge.tsx",
143
+ "path": "/Users/roc/Sites/apollo/packages/apollo-core/src/components/components/xpl-badge/xpl-badge.tsx",
144
144
  "id": "src/components/components/xpl-badge/xpl-badge.tsx::BadgeVariantProp"
145
145
  }
146
146
  }
@@ -269,7 +269,7 @@ export class Popover {
269
269
  "references": {
270
270
  "PopoverPosition": {
271
271
  "location": "local",
272
- "path": "/home/runner/work/apollo/apollo/packages/apollo-core/src/components/components/xpl-popover/xpl-popover.tsx",
272
+ "path": "/Users/roc/Sites/apollo/packages/apollo-core/src/components/components/xpl-popover/xpl-popover.tsx",
273
273
  "id": "src/components/components/xpl-popover/xpl-popover.tsx::PopoverPosition"
274
274
  }
275
275
  }
@@ -705,7 +705,7 @@ export class Spotlight {
705
705
  "references": {
706
706
  "SpotlightActionLayout": {
707
707
  "location": "local",
708
- "path": "/home/runner/work/apollo/apollo/packages/apollo-core/src/components/components/xpl-spotlight/xpl-spotlight.tsx",
708
+ "path": "/Users/roc/Sites/apollo/packages/apollo-core/src/components/components/xpl-spotlight/xpl-spotlight.tsx",
709
709
  "id": "src/components/components/xpl-spotlight/xpl-spotlight.tsx::SpotlightActionLayout"
710
710
  }
711
711
  }
@@ -731,7 +731,7 @@ export class Spotlight {
731
731
  "references": {
732
732
  "SpotlightAnchorPosition": {
733
733
  "location": "local",
734
- "path": "/home/runner/work/apollo/apollo/packages/apollo-core/src/components/components/xpl-spotlight/xpl-spotlight.tsx",
734
+ "path": "/Users/roc/Sites/apollo/packages/apollo-core/src/components/components/xpl-spotlight/xpl-spotlight.tsx",
735
735
  "id": "src/components/components/xpl-spotlight/xpl-spotlight.tsx::SpotlightAnchorPosition"
736
736
  }
737
737
  }
@@ -276,7 +276,7 @@ export class Tag {
276
276
  "references": {
277
277
  "TagDragEndDetail": {
278
278
  "location": "local",
279
- "path": "/home/runner/work/apollo/apollo/packages/apollo-core/src/components/components/xpl-tag/xpl-tag.tsx",
279
+ "path": "/Users/roc/Sites/apollo/packages/apollo-core/src/components/components/xpl-tag/xpl-tag.tsx",
280
280
  "id": "src/components/components/xpl-tag/xpl-tag.tsx::TagDragEndDetail"
281
281
  }
282
282
  }
@@ -297,7 +297,7 @@ export class Tag {
297
297
  "references": {
298
298
  "TagDragStartDetail": {
299
299
  "location": "local",
300
- "path": "/home/runner/work/apollo/apollo/packages/apollo-core/src/components/components/xpl-tag/xpl-tag.tsx",
300
+ "path": "/Users/roc/Sites/apollo/packages/apollo-core/src/components/components/xpl-tag/xpl-tag.tsx",
301
301
  "id": "src/components/components/xpl-tag/xpl-tag.tsx::TagDragStartDetail"
302
302
  }
303
303
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xplortech/apollo-core",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/types/components.d.ts",
@@ -32,13 +32,15 @@
32
32
  },
33
33
  "repository": {
34
34
  "type": "git",
35
- "url": "git+https://github.com/xplor/apollo.git"
35
+ "url": "git+https://github.com/xplor/apollo.git",
36
+ "directory": "packages/apollo-core"
36
37
  },
37
38
  "publishConfig": {
38
39
  "access": "public",
39
40
  "provenance": false
40
41
  },
41
42
  "author": "Xplor Technologies",
43
+ "license": "MIT",
42
44
  "homepage": "https://github.com/xplor/apollo#readme",
43
45
  "bugs": {
44
46
  "url": "https://github.com/xplor/apollo/issues"
@@ -92,6 +94,7 @@
92
94
  "stencil-generate": "stencil generate"
93
95
  },
94
96
  "files": [
97
+ "AGENTS.md",
95
98
  "build",
96
99
  "dist",
97
100
  "loader",
@@ -117,7 +120,7 @@
117
120
  "@vitest/browser-playwright": "^4.0.13",
118
121
  "@vitest/coverage-v8": "^4.0.13",
119
122
  "@vueless/storybook-dark-mode": "^10.0.3",
120
- "@xplortech/apollo-foundation": "1.0.1",
123
+ "@xplortech/apollo-foundation": "1.1.0",
121
124
  "@xplortech/apollo-icons": "0.4.0",
122
125
  "auto-changelog": "^2.3.0",
123
126
  "autoprefixer": "^10.4.16",