@public-ui/solid
Advanced tools
Comparing version 1.1.10-rc.7 to 1.1.10-rc.8
@@ -34,2 +34,3 @@ import * as solid_js from 'solid-js'; | ||
declare const KolLink: (props: solid_js.PropsWithChildren<JSX.KolLink & solid_js.JSX.HTMLAttributes<HTMLKolLinkElement>>) => HTMLKolLinkElement; | ||
declare const KolLinkButton: (props: solid_js.PropsWithChildren<JSX.KolLinkButton & solid_js.JSX.HTMLAttributes<HTMLKolLinkButtonElement>>) => HTMLKolLinkButtonElement; | ||
declare const KolLinkGroup: (props: solid_js.PropsWithChildren<JSX.KolLinkGroup & solid_js.JSX.HTMLAttributes<HTMLKolLinkGroupElement>>) => HTMLKolLinkGroupElement; | ||
@@ -52,2 +53,2 @@ declare const KolLogo: (props: solid_js.PropsWithChildren<JSX.KolLogo & solid_js.JSX.HTMLAttributes<HTMLKolLogoElement>>) => HTMLKolLogoElement; | ||
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolHeadingWc, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolSelect, KolSkipNav, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion }; | ||
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolHeadingWc, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolSelect, KolSkipNav, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion }; |
{ | ||
"name": "@public-ui/solid", | ||
"version": "1.1.10-rc.7", | ||
"version": "1.1.10-rc.8", | ||
"license": "EUPL-1.2", | ||
@@ -31,4 +31,4 @@ "homepage": "https://public-ui.github.io", | ||
"devDependencies": { | ||
"@public-ui/core": "1.1.10-rc.7", | ||
"@public-ui/components": "1.1.10-rc.7", | ||
"@public-ui/core": "1.1.10-rc.8", | ||
"@public-ui/components": "1.1.10-rc.8", | ||
"@types/minimatch": "5.1.2", | ||
@@ -43,3 +43,3 @@ "@types/minimist": "1.2.2", | ||
"peerDependencies": { | ||
"@public-ui/components": "1.1.10-rc.7", | ||
"@public-ui/components": "1.1.10-rc.8", | ||
"solid-js": ">=1.2.0" | ||
@@ -46,0 +46,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
37271
323