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

@loadsmart/loadsmart-ui

Package Overview
Dependencies
Maintainers
19
Versions
273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loadsmart/loadsmart-ui - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

76

dist/components/DatePicker/useDatePicker.d.ts

@@ -33,5 +33,5 @@ /// <reference types="react" />

autoFocus?: boolean | undefined;
capture?: string | boolean | undefined;
capture?: boolean | "user" | "environment" | undefined;
checked?: boolean | undefined;
crossOrigin?: string | undefined;
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;

@@ -58,3 +58,3 @@ form?: string | undefined;

step?: string | number | undefined;
type?: string | undefined;
type?: import("react").HTMLInputTypeAttribute | undefined;
value?: string | number | readonly string[] | undefined;

@@ -73,2 +73,3 @@ width?: string | number | undefined;

lang?: string | undefined;
nonce?: string | undefined;
slot?: string | undefined;

@@ -81,3 +82,3 @@ spellCheck?: (boolean | "true" | "false") | undefined;

radioGroup?: string | undefined;
role?: string | undefined;
role?: import("react").AriaRole | undefined;
about?: string | undefined;

@@ -103,8 +104,8 @@ datatype?: string | undefined;

unselectable?: "on" | "off" | undefined;
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
is?: string | undefined;
'aria-activedescendant'?: string | undefined;
'aria-atomic'?: boolean | "true" | "false" | undefined;
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
'aria-busy'?: boolean | "true" | "false" | undefined;
'aria-atomic'?: (boolean | "true" | "false") | undefined;
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
'aria-busy'?: (boolean | "true" | "false") | undefined;
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;

@@ -118,10 +119,10 @@ 'aria-colcount'?: number | undefined;

'aria-details'?: string | undefined;
'aria-disabled'?: boolean | "true" | "false" | undefined;
'aria-dropeffect'?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
'aria-disabled'?: (boolean | "true" | "false") | undefined;
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
'aria-errormessage'?: string | undefined;
'aria-expanded'?: boolean | "true" | "false" | undefined;
'aria-expanded'?: (boolean | "true" | "false") | undefined;
'aria-flowto'?: string | undefined;
'aria-grabbed'?: boolean | "true" | "false" | undefined;
'aria-haspopup'?: boolean | "true" | "false" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
'aria-hidden'?: boolean | "true" | "false" | undefined;
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
'aria-haspopup'?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
'aria-hidden'?: (boolean | "true" | "false") | undefined;
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;

@@ -133,5 +134,5 @@ 'aria-keyshortcuts'?: string | undefined;

'aria-live'?: "off" | "assertive" | "polite" | undefined;
'aria-modal'?: boolean | "true" | "false" | undefined;
'aria-multiline'?: boolean | "true" | "false" | undefined;
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
'aria-modal'?: (boolean | "true" | "false") | undefined;
'aria-multiline'?: (boolean | "true" | "false") | undefined;
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
'aria-orientation'?: "horizontal" | "vertical" | undefined;

@@ -142,5 +143,5 @@ 'aria-owns'?: string | undefined;

'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
'aria-readonly'?: boolean | "true" | "false" | undefined;
'aria-readonly'?: (boolean | "true" | "false") | undefined;
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
'aria-required'?: boolean | "true" | "false" | undefined;
'aria-required'?: (boolean | "true" | "false") | undefined;
'aria-roledescription'?: string | undefined;

@@ -150,3 +151,3 @@ 'aria-rowcount'?: number | undefined;

'aria-rowspan'?: number | undefined;
'aria-selected'?: boolean | "true" | "false" | undefined;
'aria-selected'?: (boolean | "true" | "false") | undefined;
'aria-setsize'?: number | undefined;

@@ -346,2 +347,3 @@ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;

lang?: string | undefined;
nonce?: string | undefined;
placeholder?: string | undefined;

@@ -355,3 +357,3 @@ slot?: string | undefined;

radioGroup?: string | undefined;
role?: string | undefined;
role?: import("react").AriaRole | undefined;
about?: string | undefined;

@@ -377,8 +379,8 @@ datatype?: string | undefined;

unselectable?: "on" | "off" | undefined;
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
is?: string | undefined;
'aria-activedescendant'?: string | undefined;
'aria-atomic'?: boolean | "true" | "false" | undefined;
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
'aria-busy'?: boolean | "true" | "false" | undefined;
'aria-atomic'?: (boolean | "true" | "false") | undefined;
'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
'aria-busy'?: (boolean | "true" | "false") | undefined;
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;

@@ -392,10 +394,10 @@ 'aria-colcount'?: number | undefined;

'aria-details'?: string | undefined;
'aria-disabled'?: boolean | "true" | "false" | undefined;
'aria-dropeffect'?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
'aria-disabled'?: (boolean | "true" | "false") | undefined;
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
'aria-errormessage'?: string | undefined;
'aria-expanded'?: boolean | "true" | "false" | undefined;
'aria-expanded'?: (boolean | "true" | "false") | undefined;
'aria-flowto'?: string | undefined;
'aria-grabbed'?: boolean | "true" | "false" | undefined;
'aria-haspopup'?: boolean | "true" | "false" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
'aria-hidden'?: boolean | "true" | "false" | undefined;
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
'aria-haspopup'?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
'aria-hidden'?: (boolean | "true" | "false") | undefined;
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;

@@ -407,5 +409,5 @@ 'aria-keyshortcuts'?: string | undefined;

'aria-live'?: "off" | "assertive" | "polite" | undefined;
'aria-modal'?: boolean | "true" | "false" | undefined;
'aria-multiline'?: boolean | "true" | "false" | undefined;
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
'aria-modal'?: (boolean | "true" | "false") | undefined;
'aria-multiline'?: (boolean | "true" | "false") | undefined;
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
'aria-orientation'?: "horizontal" | "vertical" | undefined;

@@ -416,5 +418,5 @@ 'aria-owns'?: string | undefined;

'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
'aria-readonly'?: boolean | "true" | "false" | undefined;
'aria-readonly'?: (boolean | "true" | "false") | undefined;
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
'aria-required'?: boolean | "true" | "false" | undefined;
'aria-required'?: (boolean | "true" | "false") | undefined;
'aria-roledescription'?: string | undefined;

@@ -424,3 +426,3 @@ 'aria-rowcount'?: number | undefined;

'aria-rowspan'?: number | undefined;
'aria-selected'?: boolean | "true" | "false" | undefined;
'aria-selected'?: (boolean | "true" | "false") | undefined;
'aria-setsize'?: number | undefined;

@@ -427,0 +429,0 @@ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;

@@ -26,5 +26,5 @@ /// <reference types="react" />

autoFocus?: boolean | undefined;
capture?: string | boolean | undefined;
capture?: boolean | "user" | "environment" | undefined;
checked?: boolean | undefined;
crossOrigin?: string | undefined;
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;

@@ -51,3 +51,3 @@ form?: string | undefined;

step?: string | number | undefined;
type?: string | undefined;
type?: import("react").HTMLInputTypeAttribute | undefined;
value?: string | number | readonly string[] | undefined;

@@ -66,2 +66,3 @@ width?: string | number | undefined;

lang?: string | undefined;
nonce?: string | undefined;
slot?: string | undefined;

@@ -74,3 +75,3 @@ spellCheck?: (boolean | "true" | "false") | undefined;

radioGroup?: string | undefined;
role?: string | undefined;
role?: import("react").AriaRole | undefined;
about?: string | undefined;

@@ -96,8 +97,8 @@ datatype?: string | undefined;

unselectable?: "on" | "off" | undefined;
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
is?: string | undefined;
'aria-activedescendant'?: string | undefined;
'aria-atomic'?: boolean | "true" | "false" | undefined;
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
'aria-busy'?: boolean | "true" | "false" | undefined;
'aria-atomic'?: (boolean | "true" | "false") | undefined;
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
'aria-busy'?: (boolean | "true" | "false") | undefined;
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;

@@ -111,10 +112,10 @@ 'aria-colcount'?: number | undefined;

'aria-details'?: string | undefined;
'aria-disabled'?: boolean | "true" | "false" | undefined;
'aria-dropeffect'?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
'aria-disabled'?: (boolean | "true" | "false") | undefined;
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
'aria-errormessage'?: string | undefined;
'aria-expanded'?: boolean | "true" | "false" | undefined;
'aria-expanded'?: (boolean | "true" | "false") | undefined;
'aria-flowto'?: string | undefined;
'aria-grabbed'?: boolean | "true" | "false" | undefined;
'aria-haspopup'?: boolean | "true" | "false" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
'aria-hidden'?: boolean | "true" | "false" | undefined;
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
'aria-haspopup'?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
'aria-hidden'?: (boolean | "true" | "false") | undefined;
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;

@@ -126,5 +127,5 @@ 'aria-keyshortcuts'?: string | undefined;

'aria-live'?: "off" | "assertive" | "polite" | undefined;
'aria-modal'?: boolean | "true" | "false" | undefined;
'aria-multiline'?: boolean | "true" | "false" | undefined;
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
'aria-modal'?: (boolean | "true" | "false") | undefined;
'aria-multiline'?: (boolean | "true" | "false") | undefined;
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
'aria-orientation'?: "horizontal" | "vertical" | undefined;

@@ -135,5 +136,5 @@ 'aria-owns'?: string | undefined;

'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
'aria-readonly'?: boolean | "true" | "false" | undefined;
'aria-readonly'?: (boolean | "true" | "false") | undefined;
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
'aria-required'?: boolean | "true" | "false" | undefined;
'aria-required'?: (boolean | "true" | "false") | undefined;
'aria-roledescription'?: string | undefined;

@@ -143,3 +144,3 @@ 'aria-rowcount'?: number | undefined;

'aria-rowspan'?: number | undefined;
'aria-selected'?: boolean | "true" | "false" | undefined;
'aria-selected'?: (boolean | "true" | "false") | undefined;
'aria-setsize'?: number | undefined;

@@ -331,5 +332,5 @@ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;

autoFocus?: boolean | undefined;
capture?: string | boolean | undefined;
capture?: boolean | "user" | "environment" | undefined;
checked?: boolean | undefined;
crossOrigin?: string | undefined;
crossOrigin?: "" | "anonymous" | "use-credentials" | undefined;
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;

@@ -356,3 +357,3 @@ form?: string | undefined;

step?: string | number | undefined;
type?: string | undefined;
type?: import("react").HTMLInputTypeAttribute | undefined;
value?: string | number | readonly string[] | undefined;

@@ -371,2 +372,3 @@ width?: string | number | undefined;

lang?: string | undefined;
nonce?: string | undefined;
slot?: string | undefined;

@@ -379,3 +381,3 @@ spellCheck?: (boolean | "true" | "false") | undefined;

radioGroup?: string | undefined;
role?: string | undefined;
role?: import("react").AriaRole | undefined;
about?: string | undefined;

@@ -401,8 +403,8 @@ datatype?: string | undefined;

unselectable?: "on" | "off" | undefined;
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
is?: string | undefined;
'aria-activedescendant'?: string | undefined;
'aria-atomic'?: boolean | "true" | "false" | undefined;
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
'aria-busy'?: boolean | "true" | "false" | undefined;
'aria-atomic'?: (boolean | "true" | "false") | undefined;
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
'aria-busy'?: (boolean | "true" | "false") | undefined;
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;

@@ -416,10 +418,10 @@ 'aria-colcount'?: number | undefined;

'aria-details'?: string | undefined;
'aria-disabled'?: boolean | "true" | "false" | undefined;
'aria-dropeffect'?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
'aria-disabled'?: (boolean | "true" | "false") | undefined;
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
'aria-errormessage'?: string | undefined;
'aria-expanded'?: boolean | "true" | "false" | undefined;
'aria-expanded'?: (boolean | "true" | "false") | undefined;
'aria-flowto'?: string | undefined;
'aria-grabbed'?: boolean | "true" | "false" | undefined;
'aria-haspopup'?: boolean | "true" | "false" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
'aria-hidden'?: boolean | "true" | "false" | undefined;
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
'aria-haspopup'?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
'aria-hidden'?: (boolean | "true" | "false") | undefined;
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;

@@ -431,5 +433,5 @@ 'aria-keyshortcuts'?: string | undefined;

'aria-live'?: "off" | "assertive" | "polite" | undefined;
'aria-modal'?: boolean | "true" | "false" | undefined;
'aria-multiline'?: boolean | "true" | "false" | undefined;
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
'aria-modal'?: (boolean | "true" | "false") | undefined;
'aria-multiline'?: (boolean | "true" | "false") | undefined;
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
'aria-orientation'?: "horizontal" | "vertical" | undefined;

@@ -440,5 +442,5 @@ 'aria-owns'?: string | undefined;

'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
'aria-readonly'?: boolean | "true" | "false" | undefined;
'aria-readonly'?: (boolean | "true" | "false") | undefined;
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
'aria-required'?: boolean | "true" | "false" | undefined;
'aria-required'?: (boolean | "true" | "false") | undefined;
'aria-roledescription'?: string | undefined;

@@ -448,3 +450,3 @@ 'aria-rowcount'?: number | undefined;

'aria-rowspan'?: number | undefined;
'aria-selected'?: boolean | "true" | "false" | undefined;
'aria-selected'?: (boolean | "true" | "false") | undefined;
'aria-setsize'?: number | undefined;

@@ -643,2 +645,3 @@ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;

lang?: string | undefined;
nonce?: string | undefined;
placeholder?: string | undefined;

@@ -652,3 +655,3 @@ slot?: string | undefined;

radioGroup?: string | undefined;
role?: string | undefined;
role?: import("react").AriaRole | undefined;
about?: string | undefined;

@@ -674,8 +677,8 @@ datatype?: string | undefined;

unselectable?: "on" | "off" | undefined;
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
is?: string | undefined;
'aria-activedescendant'?: string | undefined;
'aria-atomic'?: boolean | "true" | "false" | undefined;
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
'aria-busy'?: boolean | "true" | "false" | undefined;
'aria-atomic'?: (boolean | "true" | "false") | undefined;
'aria-autocomplete'?: "none" | "list" | "inline" | "both" | undefined;
'aria-busy'?: (boolean | "true" | "false") | undefined;
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;

@@ -689,10 +692,10 @@ 'aria-colcount'?: number | undefined;

'aria-details'?: string | undefined;
'aria-disabled'?: boolean | "true" | "false" | undefined;
'aria-dropeffect'?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
'aria-disabled'?: (boolean | "true" | "false") | undefined;
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
'aria-errormessage'?: string | undefined;
'aria-expanded'?: boolean | "true" | "false" | undefined;
'aria-expanded'?: (boolean | "true" | "false") | undefined;
'aria-flowto'?: string | undefined;
'aria-grabbed'?: boolean | "true" | "false" | undefined;
'aria-haspopup'?: boolean | "true" | "false" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
'aria-hidden'?: boolean | "true" | "false" | undefined;
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
'aria-haspopup'?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | undefined;
'aria-hidden'?: (boolean | "true" | "false") | undefined;
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;

@@ -704,5 +707,5 @@ 'aria-keyshortcuts'?: string | undefined;

'aria-live'?: "off" | "assertive" | "polite" | undefined;
'aria-modal'?: boolean | "true" | "false" | undefined;
'aria-multiline'?: boolean | "true" | "false" | undefined;
'aria-multiselectable'?: boolean | "true" | "false" | undefined;
'aria-modal'?: (boolean | "true" | "false") | undefined;
'aria-multiline'?: (boolean | "true" | "false") | undefined;
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
'aria-orientation'?: "horizontal" | "vertical" | undefined;

@@ -713,5 +716,5 @@ 'aria-owns'?: string | undefined;

'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
'aria-readonly'?: boolean | "true" | "false" | undefined;
'aria-readonly'?: (boolean | "true" | "false") | undefined;
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
'aria-required'?: boolean | "true" | "false" | undefined;
'aria-required'?: (boolean | "true" | "false") | undefined;
'aria-roledescription'?: string | undefined;

@@ -721,3 +724,3 @@ 'aria-rowcount'?: number | undefined;

'aria-rowspan'?: number | undefined;
'aria-selected'?: boolean | "true" | "false" | undefined;
'aria-selected'?: (boolean | "true" | "false") | undefined;
'aria-setsize'?: number | undefined;

@@ -724,0 +727,0 @@ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;

{
"name": "@loadsmart/loadsmart-ui",
"version": "6.0.0",
"version": "6.0.1",
"description": "Miranda UI, a React UI library",

@@ -45,11 +45,11 @@ "main": "dist",

"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "16.0.2",
"@commitlint/config-conventional": "16.0.0",
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@loadsmart/miranda-tokens": "^2.2.1",
"@loadsmart/stylelint-config": "0.0.3",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@semantic-release/git": "9.0.0",
"@loadsmart/stylelint-config": "^0.0.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@semantic-release/git": "^9.0.0",
"@storybook/addon-a11y": "^6.5.15",

@@ -72,61 +72,61 @@ "@storybook/addon-actions": "^6.5.15",

"@svgr/webpack": "^6.5.1",
"@tailwindcss/postcss7-compat": "2.1.2",
"@tailwindcss/postcss7-compat": "^2.1.2",
"@testing-library/dom": "^8.20.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^11.2.7",
"@testing-library/react-hooks": "^5.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/chance": "1.1.1",
"@types/chance": "^1.1.1",
"@types/jest": "^27.5.2",
"@types/lodash.debounce": "4.0.6",
"@types/lodash.flatten": "4.4.6",
"@types/lodash.get": "4.4.6",
"@types/lodash.isempty": "4.4.6",
"@types/lodash.omit": "4.5.6",
"@types/lodash.range": "3.2.6",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.flatten": "^4.4.6",
"@types/lodash.get": "^4.4.6",
"@types/lodash.isempty": "^4.4.6",
"@types/lodash.omit": "^4.5.6",
"@types/lodash.range": "^3.2.6",
"@types/mdx": "^2.0.2",
"@types/node": "^18.11.18",
"@types/react": "17.0.5",
"@types/react-dom": "17.0.3",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.9",
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"@zerollup/ts-transform-paths": "1.7.18",
"autoprefixer": "9",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react-test-renderer": "^17.0.1",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"@zerollup/ts-transform-paths": "^1.7.18",
"autoprefixer": "^9.8.8",
"babel-jest": "^27.5.1",
"babel-loader": "8.2.2",
"babel-plugin-react-remove-properties": "0.3.0",
"babel-plugin-styled-components": "1.12.0",
"babel-plugin-transform-inline-environment-variables": "0.4.3",
"babel-preset-react-app": "10.0.0",
"chance": "1.1.8",
"commitizen": "4.2.4",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "7.26.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jest-dom": "3.8.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-react-hooks": "4.2.0",
"babel-plugin-react-remove-properties": "^0.3.0",
"babel-plugin-styled-components": "^1.12.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"babel-preset-react-app": "^10.0.0",
"chance": "^1.1.8",
"commitizen": "^4.2.4",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest-dom": "^3.8.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-storybook": "^0.6.10",
"eslint-plugin-testing-library": "^5.9.1",
"husky": "7.0.4",
"identity-obj-proxy": "3.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-transformer-svg": "1.0.2",
"lint-staged": "11.0.0",
"npm-run-all": "4.1.5",
"jest-transformer-svg": "^1.0.2",
"lint-staged": "^11.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^7.0.39",
"postcss-cli": "^7.1.2",
"prettier": "2.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-syntax-highlighter": "^15.5.0",
"require-from-string": "^2.0.2",
"rollup": "^2.79.1",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",

@@ -136,10 +136,10 @@ "rollup-plugin-terser": "^7.0.2",

"rollup-plugin-visualizer": "^5.5.2",
"semantic-release": "17.4.2",
"styled-components": "5.3.0",
"stylelint": "13.13.1",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-rational-order": "0.1.2",
"stylelint-config-recommended": "5.0.0",
"stylelint-no-unsupported-browser-features": "5.0.1",
"stylelint-order": "4.1.0",
"semantic-release": "^17.4.2",
"styled-components": "^5.3.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^5.0.0",
"stylelint-no-unsupported-browser-features": "^5.0.1",
"stylelint-order": "^4.1.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",

@@ -151,3 +151,3 @@ "ts-jest": "^27.1.5",

"typescript": "4.4.4",
"typescript-plugin-styled-components": "1.5.0",
"typescript-plugin-styled-components": "^1.5.0",
"webpack": "^5.75.0"

@@ -154,0 +154,0 @@ },

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc