Merge pull request #1590 from ing-bank/fix/customElementManifest
fix: rename customElementsManifest to customElements in package.json
This commit is contained in:
commit
17e439235f
38 changed files with 73 additions and 37 deletions
36
.changeset/nasty-tables-visit.md
Normal file
36
.changeset/nasty-tables-visit.md
Normal 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
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-accordion.js",
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define-checkbox": "./lion-checkbox.js",
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./docs/*": "./docs/*"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-accordion.js",
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./docs/*": "./docs/*"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-accordion.js",
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-accordion.js",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define-button": "./lion-button.js",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-calendar.js",
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define-checkbox": "./lion-checkbox.js",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-collapsible.js",
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-combobox.js",
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-dialog.js",
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-fieldset.js",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./test-helpers": "./test-helpers/index.js",
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-form.js",
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./define.js",
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-icon.js",
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-input-amount.js",
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-input-date.js",
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-input-datepicker.js",
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-input-email.js",
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-input-iban.js",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-input-range.js",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-input-stepper.js",
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-input.js",
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./test-helpers": "./test-helpers/index.js",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-pagination.js",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-progress-indicator.js",
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./define.js",
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./define.js",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-select.js",
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./define.js",
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./define.js",
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-tabs.js",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-textarea.js",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"customElementsManifest": "custom-elements.json",
|
||||
"customElements": "custom-elements.json",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./define": "./lion-tooltip.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue