@scouterna/ui-react
Advanced tools
| 'use client'; | ||
| /** | ||
| * This file was automatically generated by the Stencil React Output Target. | ||
| * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. | ||
| */ | ||
| /* eslint-disable */ | ||
| import { ScoutBottomBarItem as ScoutBottomBarItemElement, defineCustomElement as defineScoutBottomBarItem } from "@scouterna/ui-webc/dist/components/scout-bottom-bar-item.js"; | ||
| import { ScoutBottomBar as ScoutBottomBarElement, defineCustomElement as defineScoutBottomBar } from "@scouterna/ui-webc/dist/components/scout-bottom-bar.js"; | ||
| import { ScoutButton as ScoutButtonElement, defineCustomElement as defineScoutButton } from "@scouterna/ui-webc/dist/components/scout-button.js"; | ||
| import { createComponent } from '@stencil/react-output-target/runtime'; | ||
| import React from 'react'; | ||
| export const ScoutBottomBar = /*@__PURE__*/ createComponent({ | ||
| tagName: 'scout-bottom-bar', | ||
| elementClass: ScoutBottomBarElement, | ||
| // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project. | ||
| react: React, | ||
| events: {}, | ||
| defineCustomElement: defineScoutBottomBar | ||
| }); | ||
| export const ScoutBottomBarItem = /*@__PURE__*/ createComponent({ | ||
| tagName: 'scout-bottom-bar-item', | ||
| elementClass: ScoutBottomBarItemElement, | ||
| // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project. | ||
| react: React, | ||
| events: { onScoutClick: 'scoutClick' }, | ||
| defineCustomElement: defineScoutBottomBarItem | ||
| }); | ||
| export const ScoutButton = /*@__PURE__*/ createComponent({ | ||
| tagName: 'scout-button', | ||
| elementClass: ScoutButtonElement, | ||
| // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project. | ||
| react: React, | ||
| events: { onScoutClick: 'scoutClick' }, | ||
| defineCustomElement: defineScoutButton | ||
| }); |
| export * from "./components/stencil-generated/components"; |
| /** | ||
| * This file was automatically generated by the Stencil React Output Target. | ||
| * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. | ||
| */ | ||
| import { ScoutBottomBarItem as ScoutBottomBarItemElement } from "@scouterna/ui-webc/dist/components/scout-bottom-bar-item.js"; | ||
| import { ScoutBottomBar as ScoutBottomBarElement } from "@scouterna/ui-webc/dist/components/scout-bottom-bar.js"; | ||
| import { ScoutButton as ScoutButtonElement } from "@scouterna/ui-webc/dist/components/scout-button.js"; | ||
| import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; | ||
| export type ScoutBottomBarEvents = NonNullable<unknown>; | ||
| export declare const ScoutBottomBar: StencilReactComponent<ScoutBottomBarElement, ScoutBottomBarEvents>; | ||
| export type ScoutBottomBarItemEvents = { | ||
| onScoutClick: EventName<CustomEvent<void>>; | ||
| }; | ||
| export declare const ScoutBottomBarItem: StencilReactComponent<ScoutBottomBarItemElement, ScoutBottomBarItemEvents>; | ||
| export type ScoutButtonEvents = { | ||
| onScoutClick: EventName<CustomEvent<void>>; | ||
| }; | ||
| export declare const ScoutButton: StencilReactComponent<ScoutButtonElement, ScoutButtonEvents>; |
| export * from "./components/stencil-generated/components"; |
+2
-2
| { | ||
| "name": "@scouterna/ui-react", | ||
| "version": "0.2.3", | ||
| "version": "0.2.7", | ||
| "description": "Scouterna Design System React Components", | ||
@@ -28,3 +28,3 @@ "main": "dist/index.js", | ||
| "peerDependencies": { | ||
| "@scouterna/ui-webc": "0.2.3" | ||
| "@scouterna/ui-webc": "0.2.7" | ||
| }, | ||
@@ -31,0 +31,0 @@ "scripts": { |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
4996
169.62%6
200%55
Infinity%0
-100%