Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@scouterna/ui-react

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scouterna/ui-react - npm Package Compare versions

Comparing version
0.2.3
to
0.2.7
+35
dist/components/stencil-generated/components.js
'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": {