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

@elliemae/ds-skeleton

Package Overview
Dependencies
Maintainers
1
Versions
931
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elliemae/ds-skeleton - npm Package Compare versions

Comparing version 3.50.0-next.3 to 3.50.0-rc.1

48

dist/types/config/useSkeleton.d.ts

@@ -35,8 +35,8 @@ /// <reference types="react" />

"aria-activedescendant"?: string | undefined;
"aria-atomic"?: (boolean | "true" | "false") | undefined;
"aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
"aria-atomic"?: (boolean | "false" | "true") | undefined;
"aria-autocomplete"?: "list" | "inline" | "none" | "both" | undefined;
"aria-braillelabel"?: string | undefined;
"aria-brailleroledescription"?: string | undefined;
"aria-busy"?: (boolean | "true" | "false") | undefined;
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
"aria-busy"?: (boolean | "false" | "true") | undefined;
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
"aria-colcount"?: number | undefined;

@@ -47,15 +47,15 @@ "aria-colindex"?: number | undefined;

"aria-controls"?: string | undefined;
"aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
"aria-current"?: boolean | "time" | "step" | "page" | "false" | "true" | "location" | "date" | undefined;
"aria-describedby"?: string | undefined;
"aria-description"?: string | undefined;
"aria-details"?: string | undefined;
"aria-disabled"?: (boolean | "true" | "false") | undefined;
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
"aria-disabled"?: (boolean | "false" | "true") | undefined;
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
"aria-errormessage"?: string | undefined;
"aria-expanded"?: (boolean | "true" | "false") | undefined;
"aria-expanded"?: (boolean | "false" | "true") | undefined;
"aria-flowto"?: string | undefined;
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
"aria-hidden"?: (boolean | "true" | "false") | undefined;
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
"aria-hidden"?: (boolean | "false" | "true") | undefined;
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
"aria-keyshortcuts"?: string | undefined;

@@ -66,5 +66,5 @@ "aria-label"?: 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 | "false" | "true") | undefined;
"aria-multiline"?: (boolean | "false" | "true") | undefined;
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
"aria-orientation"?: "horizontal" | "vertical" | undefined;

@@ -74,6 +74,6 @@ "aria-owns"?: string | undefined;

"aria-posinset"?: number | undefined;
"aria-pressed"?: boolean | "true" | "false" | "mixed" | 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-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
"aria-readonly"?: (boolean | "false" | "true") | undefined;
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
"aria-required"?: (boolean | "false" | "true") | undefined;
"aria-roledescription"?: string | undefined;

@@ -84,3 +84,3 @@ "aria-rowcount"?: number | undefined;

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

@@ -262,10 +262,10 @@ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;

autoFocus?: boolean | undefined;
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
contextMenu?: string | undefined;
dir?: string | undefined;
draggable?: (boolean | "true" | "false") | undefined;
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
draggable?: (boolean | "false" | "true") | undefined;
enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
hidden?: boolean | undefined;
nonce?: string | undefined;
spellCheck?: (boolean | "true" | "false") | undefined;
spellCheck?: (boolean | "false" | "true") | undefined;
translate?: "yes" | "no" | undefined;

@@ -272,0 +272,0 @@ radioGroup?: string | undefined;

{
"name": "@elliemae/ds-skeleton",
"version": "3.50.0-next.3",
"version": "3.50.0-rc.1",
"license": "MIT",

@@ -28,4 +28,4 @@ "description": "ICE MT - Dimsum - Skeleton UI",

"engines": {
"pnpm": ">=6",
"node": ">=16"
"pnpm": ">=9",
"node": ">=22"
},

@@ -40,10 +40,11 @@ "author": "ICE MT",

"dependencies": {
"@elliemae/ds-props-helpers": "3.50.0-next.3",
"@elliemae/ds-system": "3.50.0-next.3"
"@elliemae/ds-props-helpers": "3.50.0-rc.1",
"@elliemae/ds-system": "3.50.0-rc.1"
},
"devDependencies": {
"@elliemae/pui-cli": "9.0.0-next.31",
"@elliemae/pui-cli": "9.0.0-next.50",
"jest": "~29.7.0",
"jest-cli": "~29.7.0",
"styled-components": "~5.3.9",
"@elliemae/ds-monorepo-devops": "3.50.0-next.3"
"@elliemae/ds-monorepo-devops": "3.50.0-rc.1"
},

@@ -50,0 +51,0 @@ "peerDependencies": {

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