Merge pull request #1590 from ing-bank/fix/customElementManifest

fix: rename customElementsManifest to customElements in package.json
This commit is contained in:
gerjanvangeest 2022-01-04 15:39:48 +01:00 committed by GitHub
commit 17e439235f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 73 additions and 37 deletions

View file

@ -0,0 +1,36 @@
---
'rocket-preset-extend-lion-docs': patch
'@lion/accordion': patch
'@lion/button': patch
'@lion/calendar': patch
'@lion/checkbox-group': patch
'@lion/collapsible': patch
'@lion/combobox': patch
'@lion/dialog': patch
'@lion/fieldset': patch
'@lion/form': patch
'@lion/form-core': patch
'@lion/helpers': patch
'@lion/icon': patch
'@lion/input': patch
'@lion/input-amount': patch
'@lion/input-date': patch
'@lion/input-datepicker': patch
'@lion/input-email': patch
'@lion/input-iban': patch
'@lion/input-range': patch
'@lion/input-stepper': patch
'@lion/listbox': patch
'@lion/pagination': patch
'@lion/progress-indicator': patch
'@lion/radio-group': patch
'@lion/select': patch
'@lion/select-rich': patch
'@lion/steps': patch
'@lion/switch': patch
'@lion/tabs': patch
'@lion/textarea': patch
'@lion/tooltip': patch
---
Rename customElementsManifest to customElements in package.json

View file

@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-accordion.js",

View file

@ -51,7 +51,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define-checkbox": "./lion-checkbox.js",

View file

@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./docs/*": "./docs/*"

View file

@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-accordion.js",

View file

@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./docs/*": "./docs/*"

View file

@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-accordion.js",

View file

@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-accordion.js",

View file

@ -49,7 +49,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define-button": "./lion-button.js",

View file

@ -47,7 +47,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-calendar.js",

View file

@ -51,7 +51,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define-checkbox": "./lion-checkbox.js",

View file

@ -49,7 +49,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-collapsible.js",

View file

@ -59,7 +59,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-combobox.js",

View file

@ -48,7 +48,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-dialog.js",

View file

@ -48,7 +48,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-fieldset.js",

View file

@ -49,7 +49,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./test-helpers": "./test-helpers/index.js",

View file

@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-form.js",

View file

@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./define.js",

View file

@ -48,7 +48,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-icon.js",

View file

@ -50,7 +50,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-input-amount.js",

View file

@ -50,7 +50,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-input-date.js",

View file

@ -55,7 +55,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-input-datepicker.js",

View file

@ -50,7 +50,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-input-email.js",

View file

@ -51,7 +51,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-input-iban.js",

View file

@ -49,7 +49,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-input-range.js",

View file

@ -49,7 +49,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-input-stepper.js",

View file

@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-input.js",

View file

@ -51,7 +51,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./test-helpers": "./test-helpers/index.js",

View file

@ -47,7 +47,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-pagination.js",

View file

@ -49,7 +49,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-progress-indicator.js",

View file

@ -50,7 +50,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./define.js",

View file

@ -58,7 +58,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./define.js",

View file

@ -47,7 +47,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-select.js",

View file

@ -48,7 +48,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./define.js",

View file

@ -50,7 +50,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./define.js",

View file

@ -46,7 +46,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-tabs.js",

View file

@ -49,7 +49,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-textarea.js",

View file

@ -47,7 +47,7 @@
"publishConfig": {
"access": "public"
},
"customElementsManifest": "custom-elements.json",
"customElements": "custom-elements.json",
"exports": {
".": "./index.js",
"./define": "./lion-tooltip.js",