@xplortech/apollo-core 2.8.0 → 2.9.0
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 +27 -0
- package/dist/apollo-core/apollo-core.esm.js +1 -1
- package/dist/apollo-core/p-3bb14840.entry.js +1 -0
- package/dist/cjs/apollo-core.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/xpl-avatar_54.cjs.entry.js +18 -10
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/xpl-button/xpl-button.js +16 -1
- package/dist/collection/components/xpl-input/xpl-input-color/xpl-input-color.js +11 -9
- package/dist/components/xpl-button2.js +1 -1
- package/dist/components/xpl-input2.js +1 -1
- package/dist/esm/apollo-core.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/xpl-avatar_54.entry.js +18 -10
- package/dist/types/components/xpl-button/xpl-button.d.ts +1 -0
- package/package.json +11 -16
- package/dist/apollo-core/p-689f1dae.entry.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xplortech/apollo-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
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"
|
|
@@ -86,12 +88,12 @@
|
|
|
86
88
|
"test": "stencil test --spec",
|
|
87
89
|
"test.watch": "stencil test --spec --watch",
|
|
88
90
|
"test.e2e": "stencil test --e2e --runInBand",
|
|
89
|
-
"release": "release-it",
|
|
90
91
|
"storybook": "npm run storybook:start",
|
|
91
92
|
"storybook:start": "storybook dev -p 9009",
|
|
92
93
|
"stencil-generate": "stencil generate"
|
|
93
94
|
},
|
|
94
95
|
"files": [
|
|
96
|
+
"AGENTS.md",
|
|
95
97
|
"build",
|
|
96
98
|
"dist",
|
|
97
99
|
"loader",
|
|
@@ -117,9 +119,7 @@
|
|
|
117
119
|
"@vitest/browser-playwright": "^4.0.13",
|
|
118
120
|
"@vitest/coverage-v8": "^4.0.13",
|
|
119
121
|
"@vueless/storybook-dark-mode": "^10.0.3",
|
|
120
|
-
"@xplortech/apollo-foundation": "1.0.1",
|
|
121
122
|
"@xplortech/apollo-icons": "0.4.0",
|
|
122
|
-
"auto-changelog": "^2.3.0",
|
|
123
123
|
"autoprefixer": "^10.4.16",
|
|
124
124
|
"cross-env": "^7.0.3",
|
|
125
125
|
"eslint-plugin-react": "^7.37.5",
|
|
@@ -149,17 +149,12 @@
|
|
|
149
149
|
"flatpickr": "^4.6.9",
|
|
150
150
|
"lodash.throttle": "^4.1.1"
|
|
151
151
|
},
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
"publish": true,
|
|
159
|
-
"skipChecks": true,
|
|
160
|
-
"publishArgs": [
|
|
161
|
-
"--no-provenance"
|
|
162
|
-
]
|
|
152
|
+
"peerDependencies": {
|
|
153
|
+
"@xplortech/apollo-foundation": "1.1.0"
|
|
154
|
+
},
|
|
155
|
+
"peerDependenciesMeta": {
|
|
156
|
+
"@xplortech/apollo-foundation": {
|
|
157
|
+
"optional": true
|
|
163
158
|
}
|
|
164
159
|
},
|
|
165
160
|
"nx": {
|