New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tatuarvela/wisp

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tatuarvela/wisp - npm Package Compare versions

Comparing version

to
3.2.0

15

dist/index.d.ts

@@ -13,3 +13,3 @@ import * as styled_components from 'styled-components';

declare const ControlsProperties: readonly ["AddressBar", "AddressBarInput", "AddressBarIcon", "AddressBarLabel", "AlertButton", "AlertContent", "AlertText", "Button", "ButtonWrapper", "Checkbox", "CheckboxLabel", "CheckboxWrapper", "ComboBoxButton", "ComboBoxControl", "ComboBoxInput", "ComboBoxLabel", "ComboBoxOption", "ComboBoxOptions", "ComboBoxWrapper", "ControlWrapper", "Divider", "Fieldset", "FieldsetLegend", "Label", "ListBoxButton", "ListBoxControl", "ListBoxValue", "ListBoxLabel", "ListBoxOption", "ListBoxOptions", "ListBoxWrapper", "MenuBar", "MenuBarThrobber", "ProgressBar", "ProgressBarFill", "ScrollableContentView", "ScrollableContentWrapper", "ScrollbarHorizontalWrapper", "ScrollbarHorizontalTrack", "ScrollbarHorizontalThumb", "ScrollLeftButton", "ScrollRightButton", "ScrollbarVerticalWrapper", "ScrollbarVerticalTrack", "ScrollbarVerticalThumb", "ScrollDownButton", "ScrollUpButton", "StatusBarSection", "ResizeHandle", "StatusBar", "TextareaWrapper", "TextareaLabel", "TextareaElement", "TextInputElement", "TextInputLabel", "TextInputWrapper", "TimeInputWrapper", "TimeInputLabel", "TimeInputControl", "TimeInputField", "TimeInputValue", "TimeInputSeparator", "TimeInputButtons", "TimeInputIncreaseButton", "TimeInputDecreaseButton", "Toolbar", "ToolbarButton", "ToolbarButtonWrapper", "ToolbarButtonLabel", "ToolbarButtonIcon", "Well", "WindowContent"];
declare const ControlsProperties: readonly ["AddressBarElement", "AddressBarInput", "AddressBarInputContainer", "AddressBarIcon", "AddressBarLabel", "AlertButton", "AlertContent", "AlertText", "Button", "ButtonWrapper", "Checkbox", "CheckboxLabel", "CheckboxWrapper", "ComboBoxButton", "ComboBoxControl", "ComboBoxInput", "ComboBoxLabel", "ComboBoxOption", "ComboBoxOptions", "ComboBoxWrapper", "ControlWrapper", "Divider", "Fieldset", "FieldsetLegend", "Label", "ListBoxButton", "ListBoxControl", "ListBoxValue", "ListBoxLabel", "ListBoxOption", "ListBoxOptions", "ListBoxWrapper", "MenuBar", "MenuBarThrobber", "ProgressBarElement", "ProgressBarFill", "ScrollableContentView", "ScrollableContentWrapper", "ScrollbarHorizontalWrapper", "ScrollbarHorizontalTrack", "ScrollbarHorizontalThumb", "ScrollLeftButton", "ScrollRightButton", "ScrollbarVerticalWrapper", "ScrollbarVerticalTrack", "ScrollbarVerticalThumb", "ScrollDownButton", "ScrollUpButton", "StatusBarSection", "ResizeHandle", "StatusBar", "TextareaWrapper", "TextareaLabel", "TextareaElement", "TextInputElement", "TextInputLabel", "TextInputWrapper", "TimeInputWrapper", "TimeInputLabel", "TimeInputControl", "TimeInputField", "TimeInputValue", "TimeInputSeparator", "TimeInputButtons", "TimeInputIncreaseButton", "TimeInputDecreaseButton", "Toolbar", "ToolbarButton", "ToolbarButtonWrapper", "ToolbarButtonLabel", "ToolbarButtonIcon", "Well", "WindowContent"];
declare const ElementsProperties: readonly ["Desktop", "TaskbarButton", "TaskbarButtonTitle", "TaskbarButtonIcon", "Taskbar", "VersionInfo"];

@@ -171,3 +171,3 @@ declare const WindowProperties: readonly ["NResize", "NEResize", "EResize", "SEResize", "SResize", "SWResize", "WResize", "NWResize", "TitleBar", "TitleBarTitleContainer", "TitleBarTitle", "TitleBarIcon", "TitleBarButtons", "WindowButton", "MinimizeButton", "MaximizeButton", "UnmaximizeButton", "CloseButton", "WindowElementContent", "WindowElement"];

declare const AddressBarThemeProperties: readonly ["AddressBar", "AddressBarInput", "AddressBarIcon", "AddressBarLabel"];
declare const AddressBarThemeProperties: readonly ["AddressBarElement", "AddressBarInput", "AddressBarInputContainer", "AddressBarIcon", "AddressBarLabel"];
interface AddressBarProps {

@@ -307,3 +307,3 @@ disabled?: boolean;

declare const ProgressBarThemeProperties: readonly ["ProgressBar", "ProgressBarFill"];
declare const ProgressBarThemeProperties: readonly ["ProgressBarElement", "ProgressBarFill"];
interface ProgressBarFillProps {

@@ -314,3 +314,8 @@ disabled: boolean;

}
interface ProgressBarElementProps {
bordered?: boolean;
disabled?: boolean;
}
interface ProgressBarProps {
bordered?: boolean;
disabled?: boolean;

@@ -321,3 +326,3 @@ max?: number;

}
declare const ProgressBar: ({ disabled, max, value, variant, }: ProgressBarProps) => React.JSX.Element;
declare const ProgressBar: ({ bordered, disabled, max, value, variant, }: ProgressBarProps) => React.JSX.Element;

@@ -585,2 +590,2 @@ declare const ScrollableContentThemeProperties: readonly ["ScrollableContentView", "ScrollableContentWrapper"];

export { AddressBar, type AddressBarInputContainerProps, type AddressBarInputProps, type AddressBarLabelProps, type AddressBarProps, AddressBarThemeProperties, AlertButtonThemeProperties, AlertContentThemeProperties, AlertIcon, AlertIconThemeProperties, AlertText, AlertTextThemeProperties, type BaseMethods, type Boundaries, Button, type ButtonProps, ButtonThemeProperties, type ButtonWrapperProps, Checkbox, type CheckboxLabelProps, type CheckboxProps, CheckboxThemeProperties, ComboBox, type ComboBoxButtonProps, type ComboBoxInputProps, type ComboBoxLabelProps, type ComboBoxOptionsProps, type ComboBoxProps, ComboBoxThemeProperties, ControlStoryDecorator, type ControlWrapperProps, ControlWrapperThemeProperties, type ControlsThemeSection, Desktop, DesktopThemeProperties, Direction, Divider, type DividerProps, DividerThemeProperties, type ElementsThemeSection, Fieldset, type FieldsetProps, FieldsetThemeProperties, type FullTheme, type Icon, type IconKey, type IconsThemeSection, type InitialWindow, Label, type LabelProps, LabelThemeProperties, ListBox, type ListBoxButtonProps, type ListBoxLabelProps, type ListBoxOptionsProps, type ListBoxProps, ListBoxThemeProperties, type ListBoxValueProps, MenuBar, type MenuBarProps, MenuBarThemeProperties, type MenuBarThrobberProps, MessageBox, type MessageBoxProps, ProgressBar, type ProgressBarFillProps, type ProgressBarProps, ProgressBarThemeProperties, ResizeBorderThemeProperties, ScrollableContent, type ScrollableContentProps, ScrollableContentThemeProperties, type ScrollableContentViewProps, type ScrollbarHorizontalProps, ScrollbarHorizontalThemeProperties, type ScrollbarVerticalProps, ScrollbarVerticalThemeProperties, StatusBar, type StatusBarProps, StatusBarSection, type StatusBarSectionProps, StatusBarSectionThemeProperties, StatusBarThemeProperties, type TaskbarButtonProps, TaskbarButtonThemeProperties, TaskbarThemeProperties, TextInput, type TextInputElementProps, type TextInputLabelProps, type TextInputProps, TextInputThemeProperties, Textarea, type TextareaElementProps, type TextareaLabelProps, type TextareaProps, TextareaThemeProperties, type Theme, ThemeSwitcher, type ThemeSwitcherProps, type Time, TimeInput, type TimeInputButtonProps, type TimeInputFieldProps, type TimeInputLabelProps, type TimeInputProps, TimeInputThemeProperties, type TimeInputValueProps, type TitleBarButtonsProps, TitleBarButtonsThemeProperties, type TitleBarElementProps, type TitleBarProps, TitleBarThemeProperties, Toolbar, ToolbarButton, type ToolbarButtonProps, ToolbarButtonThemeProperties, type ToolbarProps, ToolbarThemeProperties, VersionInfo, VersionInfoThemeProperties, type ViewportWindowMargins, Well, WellThemeProperties, Window, WindowContent, WindowContentThemeProperties, WindowContext, WindowElementContentThemeProperties, type WindowElementProps, WindowElementThemeProperties, type WindowManager, type WindowManagerAction, type WindowManagerBase, type WindowManagerState, type WindowProps, WindowProvider, type WindowStateMethods, WindowStoryDecorator, type WindowThemeSection, type WindowType, Wisp, type WispConfig, type WispProps, buildControlStoryDecorator, defaultTheme, statefulProps, statefulPropsDecorator, storybookConfigContextDecorator, useThemeManager, useWindow, useWindowManager };
export { AddressBar, type AddressBarInputContainerProps, type AddressBarInputProps, type AddressBarLabelProps, type AddressBarProps, AddressBarThemeProperties, AlertButtonThemeProperties, AlertContentThemeProperties, AlertIcon, AlertIconThemeProperties, AlertText, AlertTextThemeProperties, type BaseMethods, type Boundaries, Button, type ButtonProps, ButtonThemeProperties, type ButtonWrapperProps, Checkbox, type CheckboxLabelProps, type CheckboxProps, CheckboxThemeProperties, ComboBox, type ComboBoxButtonProps, type ComboBoxInputProps, type ComboBoxLabelProps, type ComboBoxOptionsProps, type ComboBoxProps, ComboBoxThemeProperties, ControlStoryDecorator, type ControlWrapperProps, ControlWrapperThemeProperties, type ControlsThemeSection, Desktop, DesktopThemeProperties, Direction, Divider, type DividerProps, DividerThemeProperties, type ElementsThemeSection, Fieldset, type FieldsetProps, FieldsetThemeProperties, type FullTheme, type Icon, type IconKey, type IconsThemeSection, type InitialWindow, Label, type LabelProps, LabelThemeProperties, ListBox, type ListBoxButtonProps, type ListBoxLabelProps, type ListBoxOptionsProps, type ListBoxProps, ListBoxThemeProperties, type ListBoxValueProps, MenuBar, type MenuBarProps, MenuBarThemeProperties, type MenuBarThrobberProps, MessageBox, type MessageBoxProps, ProgressBar, type ProgressBarElementProps, type ProgressBarFillProps, type ProgressBarProps, ProgressBarThemeProperties, ResizeBorderThemeProperties, ScrollableContent, type ScrollableContentProps, ScrollableContentThemeProperties, type ScrollableContentViewProps, type ScrollbarHorizontalProps, ScrollbarHorizontalThemeProperties, type ScrollbarVerticalProps, ScrollbarVerticalThemeProperties, StatusBar, type StatusBarProps, StatusBarSection, type StatusBarSectionProps, StatusBarSectionThemeProperties, StatusBarThemeProperties, type TaskbarButtonProps, TaskbarButtonThemeProperties, TaskbarThemeProperties, TextInput, type TextInputElementProps, type TextInputLabelProps, type TextInputProps, TextInputThemeProperties, Textarea, type TextareaElementProps, type TextareaLabelProps, type TextareaProps, TextareaThemeProperties, type Theme, ThemeSwitcher, type ThemeSwitcherProps, type Time, TimeInput, type TimeInputButtonProps, type TimeInputFieldProps, type TimeInputLabelProps, type TimeInputProps, TimeInputThemeProperties, type TimeInputValueProps, type TitleBarButtonsProps, TitleBarButtonsThemeProperties, type TitleBarElementProps, type TitleBarProps, TitleBarThemeProperties, Toolbar, ToolbarButton, type ToolbarButtonProps, ToolbarButtonThemeProperties, type ToolbarProps, ToolbarThemeProperties, VersionInfo, VersionInfoThemeProperties, type ViewportWindowMargins, Well, WellThemeProperties, Window, WindowContent, WindowContentThemeProperties, WindowContext, WindowElementContentThemeProperties, type WindowElementProps, WindowElementThemeProperties, type WindowManager, type WindowManagerAction, type WindowManagerBase, type WindowManagerState, type WindowProps, WindowProvider, type WindowStateMethods, WindowStoryDecorator, type WindowThemeSection, type WindowType, Wisp, type WispConfig, type WispProps, buildControlStoryDecorator, defaultTheme, statefulProps, statefulPropsDecorator, storybookConfigContextDecorator, useThemeManager, useWindow, useWindowManager };
{
"name": "@tatuarvela/wisp",
"version": "3.1.0",
"version": "3.2.0",
"description": "Window manager and widget toolkit",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display