@xplortech/apollo-core 2.8.1 → 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/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-avatar/xpl-avatar.js +4 -4
- package/dist/collection/components/xpl-badge/xpl-badge.js +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/collection/components/xpl-popover/xpl-popover.js +1 -1
- package/dist/collection/components/xpl-spotlight/xpl-spotlight.js +2 -2
- package/dist/collection/components/xpl-tag/xpl-tag.js +2 -2
- 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 +7 -15
- package/dist/apollo-core/p-689f1dae.entry.js +0 -1
- /package/dist/types/{Users/roc/Sites → home/runner/work/apollo}/apollo/packages/apollo-core/.stencil/css/typography.stories.d.ts +0 -0
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",
|
|
@@ -88,7 +88,6 @@
|
|
|
88
88
|
"test": "stencil test --spec",
|
|
89
89
|
"test.watch": "stencil test --spec --watch",
|
|
90
90
|
"test.e2e": "stencil test --e2e --runInBand",
|
|
91
|
-
"release": "release-it",
|
|
92
91
|
"storybook": "npm run storybook:start",
|
|
93
92
|
"storybook:start": "storybook dev -p 9009",
|
|
94
93
|
"stencil-generate": "stencil generate"
|
|
@@ -120,9 +119,7 @@
|
|
|
120
119
|
"@vitest/browser-playwright": "^4.0.13",
|
|
121
120
|
"@vitest/coverage-v8": "^4.0.13",
|
|
122
121
|
"@vueless/storybook-dark-mode": "^10.0.3",
|
|
123
|
-
"@xplortech/apollo-foundation": "1.1.0",
|
|
124
122
|
"@xplortech/apollo-icons": "0.4.0",
|
|
125
|
-
"auto-changelog": "^2.3.0",
|
|
126
123
|
"autoprefixer": "^10.4.16",
|
|
127
124
|
"cross-env": "^7.0.3",
|
|
128
125
|
"eslint-plugin-react": "^7.37.5",
|
|
@@ -152,17 +149,12 @@
|
|
|
152
149
|
"flatpickr": "^4.6.9",
|
|
153
150
|
"lodash.throttle": "^4.1.1"
|
|
154
151
|
},
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
"publish": true,
|
|
162
|
-
"skipChecks": true,
|
|
163
|
-
"publishArgs": [
|
|
164
|
-
"--no-provenance"
|
|
165
|
-
]
|
|
152
|
+
"peerDependencies": {
|
|
153
|
+
"@xplortech/apollo-foundation": "1.1.0"
|
|
154
|
+
},
|
|
155
|
+
"peerDependenciesMeta": {
|
|
156
|
+
"@xplortech/apollo-foundation": {
|
|
157
|
+
"optional": true
|
|
166
158
|
}
|
|
167
159
|
},
|
|
168
160
|
"nx": {
|