Socket
Socket
Sign inDemoInstall

react-chrono

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-chrono - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

212

dist/components/timeline-elements/timeline-card-content/timeline-card-content.styles.d.ts

@@ -71,55 +71,55 @@ /// <reference types="react" />

is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "false" | "true";
'aria-autocomplete'?: "none" | "both" | "inline" | "list";
'aria-braillelabel'?: string;
'aria-brailleroledescription'?: string;
'aria-busy'?: boolean | "false" | "true";
'aria-checked'?: boolean | "mixed" | "false" | "true";
'aria-colcount'?: number;
'aria-colindex'?: number;
'aria-colindextext'?: string;
'aria-colspan'?: number;
'aria-controls'?: string;
'aria-current'?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
'aria-describedby'?: string;
'aria-description'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "false" | "true";
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "false" | "true";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "false" | "true";
'aria-haspopup'?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
'aria-hidden'?: boolean | "false" | "true";
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;
'aria-label'?: string;
'aria-labelledby'?: string;
'aria-level'?: number;
'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "false" | "true";
'aria-multiline'?: boolean | "false" | "true";
'aria-multiselectable'?: boolean | "false" | "true";
'aria-orientation'?: "horizontal" | "vertical";
'aria-owns'?: string;
'aria-placeholder'?: string;
'aria-posinset'?: number;
'aria-pressed'?: boolean | "mixed" | "false" | "true";
'aria-readonly'?: boolean | "false" | "true";
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
'aria-required'?: boolean | "false" | "true";
'aria-roledescription'?: string;
'aria-rowcount'?: number;
'aria-rowindex'?: number;
'aria-rowindextext'?: string;
'aria-rowspan'?: number;
'aria-selected'?: boolean | "false" | "true";
'aria-setsize'?: number;
'aria-sort'?: "none" | "ascending" | "descending" | "other";
'aria-valuemax'?: number;
'aria-valuemin'?: number;
'aria-valuenow'?: number;
'aria-valuetext'?: string;
"aria-activedescendant"?: string;
"aria-atomic"?: boolean | "false" | "true";
"aria-autocomplete"?: "none" | "both" | "inline" | "list";
"aria-braillelabel"?: string;
"aria-brailleroledescription"?: string;
"aria-busy"?: boolean | "false" | "true";
"aria-checked"?: boolean | "mixed" | "false" | "true";
"aria-colcount"?: number;
"aria-colindex"?: number;
"aria-colindextext"?: string;
"aria-colspan"?: number;
"aria-controls"?: string;
"aria-current"?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
"aria-describedby"?: string;
"aria-description"?: string;
"aria-details"?: string;
"aria-disabled"?: boolean | "false" | "true";
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup";
"aria-errormessage"?: string;
"aria-expanded"?: boolean | "false" | "true";
"aria-flowto"?: string;
"aria-grabbed"?: boolean | "false" | "true";
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
"aria-hidden"?: boolean | "false" | "true";
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling";
"aria-keyshortcuts"?: string;
"aria-label"?: string;
"aria-labelledby"?: string;
"aria-level"?: number;
"aria-live"?: "off" | "assertive" | "polite";
"aria-modal"?: boolean | "false" | "true";
"aria-multiline"?: boolean | "false" | "true";
"aria-multiselectable"?: boolean | "false" | "true";
"aria-orientation"?: "horizontal" | "vertical";
"aria-owns"?: string;
"aria-placeholder"?: string;
"aria-posinset"?: number;
"aria-pressed"?: boolean | "mixed" | "false" | "true";
"aria-readonly"?: boolean | "false" | "true";
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
"aria-required"?: boolean | "false" | "true";
"aria-roledescription"?: string;
"aria-rowcount"?: number;
"aria-rowindex"?: number;
"aria-rowindextext"?: string;
"aria-rowspan"?: number;
"aria-selected"?: boolean | "false" | "true";
"aria-setsize"?: number;
"aria-sort"?: "none" | "ascending" | "descending" | "other";
"aria-valuemax"?: number;
"aria-valuemin"?: number;
"aria-valuenow"?: number;
"aria-valuetext"?: string;
children?: import("react").ReactNode;

@@ -364,55 +364,55 @@ dangerouslySetInnerHTML?: {

is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "false" | "true";
'aria-autocomplete'?: "none" | "both" | "inline" | "list";
'aria-braillelabel'?: string;
'aria-brailleroledescription'?: string;
'aria-busy'?: boolean | "false" | "true";
'aria-checked'?: boolean | "mixed" | "false" | "true";
'aria-colcount'?: number;
'aria-colindex'?: number;
'aria-colindextext'?: string;
'aria-colspan'?: number;
'aria-controls'?: string;
'aria-current'?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
'aria-describedby'?: string;
'aria-description'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "false" | "true";
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "false" | "true";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "false" | "true";
'aria-haspopup'?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
'aria-hidden'?: boolean | "false" | "true";
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;
'aria-label'?: string;
'aria-labelledby'?: string;
'aria-level'?: number;
'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "false" | "true";
'aria-multiline'?: boolean | "false" | "true";
'aria-multiselectable'?: boolean | "false" | "true";
'aria-orientation'?: "horizontal" | "vertical";
'aria-owns'?: string;
'aria-placeholder'?: string;
'aria-posinset'?: number;
'aria-pressed'?: boolean | "mixed" | "false" | "true";
'aria-readonly'?: boolean | "false" | "true";
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
'aria-required'?: boolean | "false" | "true";
'aria-roledescription'?: string;
'aria-rowcount'?: number;
'aria-rowindex'?: number;
'aria-rowindextext'?: string;
'aria-rowspan'?: number;
'aria-selected'?: boolean | "false" | "true";
'aria-setsize'?: number;
'aria-sort'?: "none" | "ascending" | "descending" | "other";
'aria-valuemax'?: number;
'aria-valuemin'?: number;
'aria-valuenow'?: number;
'aria-valuetext'?: string;
"aria-activedescendant"?: string;
"aria-atomic"?: boolean | "false" | "true";
"aria-autocomplete"?: "none" | "both" | "inline" | "list";
"aria-braillelabel"?: string;
"aria-brailleroledescription"?: string;
"aria-busy"?: boolean | "false" | "true";
"aria-checked"?: boolean | "mixed" | "false" | "true";
"aria-colcount"?: number;
"aria-colindex"?: number;
"aria-colindextext"?: string;
"aria-colspan"?: number;
"aria-controls"?: string;
"aria-current"?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
"aria-describedby"?: string;
"aria-description"?: string;
"aria-details"?: string;
"aria-disabled"?: boolean | "false" | "true";
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup";
"aria-errormessage"?: string;
"aria-expanded"?: boolean | "false" | "true";
"aria-flowto"?: string;
"aria-grabbed"?: boolean | "false" | "true";
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
"aria-hidden"?: boolean | "false" | "true";
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling";
"aria-keyshortcuts"?: string;
"aria-label"?: string;
"aria-labelledby"?: string;
"aria-level"?: number;
"aria-live"?: "off" | "assertive" | "polite";
"aria-modal"?: boolean | "false" | "true";
"aria-multiline"?: boolean | "false" | "true";
"aria-multiselectable"?: boolean | "false" | "true";
"aria-orientation"?: "horizontal" | "vertical";
"aria-owns"?: string;
"aria-placeholder"?: string;
"aria-posinset"?: number;
"aria-pressed"?: boolean | "mixed" | "false" | "true";
"aria-readonly"?: boolean | "false" | "true";
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
"aria-required"?: boolean | "false" | "true";
"aria-roledescription"?: string;
"aria-rowcount"?: number;
"aria-rowindex"?: number;
"aria-rowindextext"?: string;
"aria-rowspan"?: number;
"aria-selected"?: boolean | "false" | "true";
"aria-setsize"?: number;
"aria-sort"?: "none" | "ascending" | "descending" | "other";
"aria-valuemax"?: number;
"aria-valuemin"?: number;
"aria-valuenow"?: number;
"aria-valuetext"?: string;
children?: import("react").ReactNode;

@@ -419,0 +419,0 @@ dangerouslySetInnerHTML?: {

@@ -63,55 +63,55 @@ /// <reference types="react" />

is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "false" | "true";
'aria-autocomplete'?: "none" | "both" | "inline" | "list";
'aria-braillelabel'?: string;
'aria-brailleroledescription'?: string;
'aria-busy'?: boolean | "false" | "true";
'aria-checked'?: boolean | "mixed" | "false" | "true";
'aria-colcount'?: number;
'aria-colindex'?: number;
'aria-colindextext'?: string;
'aria-colspan'?: number;
'aria-controls'?: string;
'aria-current'?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
'aria-describedby'?: string;
'aria-description'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "false" | "true";
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "false" | "true";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "false" | "true";
'aria-haspopup'?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
'aria-hidden'?: boolean | "false" | "true";
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;
'aria-label'?: string;
'aria-labelledby'?: string;
'aria-level'?: number;
'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "false" | "true";
'aria-multiline'?: boolean | "false" | "true";
'aria-multiselectable'?: boolean | "false" | "true";
'aria-orientation'?: "horizontal" | "vertical";
'aria-owns'?: string;
'aria-placeholder'?: string;
'aria-posinset'?: number;
'aria-pressed'?: boolean | "mixed" | "false" | "true";
'aria-readonly'?: boolean | "false" | "true";
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
'aria-required'?: boolean | "false" | "true";
'aria-roledescription'?: string;
'aria-rowcount'?: number;
'aria-rowindex'?: number;
'aria-rowindextext'?: string;
'aria-rowspan'?: number;
'aria-selected'?: boolean | "false" | "true";
'aria-setsize'?: number;
'aria-sort'?: "none" | "ascending" | "descending" | "other";
'aria-valuemax'?: number;
'aria-valuemin'?: number;
'aria-valuenow'?: number;
'aria-valuetext'?: string;
"aria-activedescendant"?: string;
"aria-atomic"?: boolean | "false" | "true";
"aria-autocomplete"?: "none" | "both" | "inline" | "list";
"aria-braillelabel"?: string;
"aria-brailleroledescription"?: string;
"aria-busy"?: boolean | "false" | "true";
"aria-checked"?: boolean | "mixed" | "false" | "true";
"aria-colcount"?: number;
"aria-colindex"?: number;
"aria-colindextext"?: string;
"aria-colspan"?: number;
"aria-controls"?: string;
"aria-current"?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
"aria-describedby"?: string;
"aria-description"?: string;
"aria-details"?: string;
"aria-disabled"?: boolean | "false" | "true";
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup";
"aria-errormessage"?: string;
"aria-expanded"?: boolean | "false" | "true";
"aria-flowto"?: string;
"aria-grabbed"?: boolean | "false" | "true";
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
"aria-hidden"?: boolean | "false" | "true";
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling";
"aria-keyshortcuts"?: string;
"aria-label"?: string;
"aria-labelledby"?: string;
"aria-level"?: number;
"aria-live"?: "off" | "assertive" | "polite";
"aria-modal"?: boolean | "false" | "true";
"aria-multiline"?: boolean | "false" | "true";
"aria-multiselectable"?: boolean | "false" | "true";
"aria-orientation"?: "horizontal" | "vertical";
"aria-owns"?: string;
"aria-placeholder"?: string;
"aria-posinset"?: number;
"aria-pressed"?: boolean | "mixed" | "false" | "true";
"aria-readonly"?: boolean | "false" | "true";
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
"aria-required"?: boolean | "false" | "true";
"aria-roledescription"?: string;
"aria-rowcount"?: number;
"aria-rowindex"?: number;
"aria-rowindextext"?: string;
"aria-rowspan"?: number;
"aria-selected"?: boolean | "false" | "true";
"aria-setsize"?: number;
"aria-sort"?: "none" | "ascending" | "descending" | "other";
"aria-valuemax"?: number;
"aria-valuemin"?: number;
"aria-valuenow"?: number;
"aria-valuetext"?: string;
children?: import("react").ReactNode;

@@ -118,0 +118,0 @@ dangerouslySetInnerHTML?: {

@@ -89,55 +89,55 @@ /// <reference types="react" />

is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "false" | "true";
'aria-autocomplete'?: "none" | "both" | "inline" | "list";
'aria-braillelabel'?: string;
'aria-brailleroledescription'?: string;
'aria-busy'?: boolean | "false" | "true";
'aria-checked'?: boolean | "mixed" | "false" | "true";
'aria-colcount'?: number;
'aria-colindex'?: number;
'aria-colindextext'?: string;
'aria-colspan'?: number;
'aria-controls'?: string;
'aria-current'?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
'aria-describedby'?: string;
'aria-description'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "false" | "true";
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "false" | "true";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "false" | "true";
'aria-haspopup'?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
'aria-hidden'?: boolean | "false" | "true";
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;
'aria-label'?: string;
'aria-labelledby'?: string;
'aria-level'?: number;
'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "false" | "true";
'aria-multiline'?: boolean | "false" | "true";
'aria-multiselectable'?: boolean | "false" | "true";
'aria-orientation'?: "horizontal" | "vertical";
'aria-owns'?: string;
'aria-placeholder'?: string;
'aria-posinset'?: number;
'aria-pressed'?: boolean | "mixed" | "false" | "true";
'aria-readonly'?: boolean | "false" | "true";
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
'aria-required'?: boolean | "false" | "true";
'aria-roledescription'?: string;
'aria-rowcount'?: number;
'aria-rowindex'?: number;
'aria-rowindextext'?: string;
'aria-rowspan'?: number;
'aria-selected'?: boolean | "false" | "true";
'aria-setsize'?: number;
'aria-sort'?: "none" | "ascending" | "descending" | "other";
'aria-valuemax'?: number;
'aria-valuemin'?: number;
'aria-valuenow'?: number;
'aria-valuetext'?: string;
"aria-activedescendant"?: string;
"aria-atomic"?: boolean | "false" | "true";
"aria-autocomplete"?: "none" | "both" | "inline" | "list";
"aria-braillelabel"?: string;
"aria-brailleroledescription"?: string;
"aria-busy"?: boolean | "false" | "true";
"aria-checked"?: boolean | "mixed" | "false" | "true";
"aria-colcount"?: number;
"aria-colindex"?: number;
"aria-colindextext"?: string;
"aria-colspan"?: number;
"aria-controls"?: string;
"aria-current"?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
"aria-describedby"?: string;
"aria-description"?: string;
"aria-details"?: string;
"aria-disabled"?: boolean | "false" | "true";
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup";
"aria-errormessage"?: string;
"aria-expanded"?: boolean | "false" | "true";
"aria-flowto"?: string;
"aria-grabbed"?: boolean | "false" | "true";
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
"aria-hidden"?: boolean | "false" | "true";
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling";
"aria-keyshortcuts"?: string;
"aria-label"?: string;
"aria-labelledby"?: string;
"aria-level"?: number;
"aria-live"?: "off" | "assertive" | "polite";
"aria-modal"?: boolean | "false" | "true";
"aria-multiline"?: boolean | "false" | "true";
"aria-multiselectable"?: boolean | "false" | "true";
"aria-orientation"?: "horizontal" | "vertical";
"aria-owns"?: string;
"aria-placeholder"?: string;
"aria-posinset"?: number;
"aria-pressed"?: boolean | "mixed" | "false" | "true";
"aria-readonly"?: boolean | "false" | "true";
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
"aria-required"?: boolean | "false" | "true";
"aria-roledescription"?: string;
"aria-rowcount"?: number;
"aria-rowindex"?: number;
"aria-rowindextext"?: string;
"aria-rowspan"?: number;
"aria-selected"?: boolean | "false" | "true";
"aria-setsize"?: number;
"aria-sort"?: "none" | "ascending" | "descending" | "other";
"aria-valuemax"?: number;
"aria-valuemin"?: number;
"aria-valuenow"?: number;
"aria-valuetext"?: string;
children?: import("react").ReactNode;

@@ -378,55 +378,55 @@ dangerouslySetInnerHTML?: {

is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "false" | "true";
'aria-autocomplete'?: "none" | "both" | "inline" | "list";
'aria-braillelabel'?: string;
'aria-brailleroledescription'?: string;
'aria-busy'?: boolean | "false" | "true";
'aria-checked'?: boolean | "mixed" | "false" | "true";
'aria-colcount'?: number;
'aria-colindex'?: number;
'aria-colindextext'?: string;
'aria-colspan'?: number;
'aria-controls'?: string;
'aria-current'?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
'aria-describedby'?: string;
'aria-description'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "false" | "true";
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "false" | "true";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "false" | "true";
'aria-haspopup'?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
'aria-hidden'?: boolean | "false" | "true";
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;
'aria-label'?: string;
'aria-labelledby'?: string;
'aria-level'?: number;
'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "false" | "true";
'aria-multiline'?: boolean | "false" | "true";
'aria-multiselectable'?: boolean | "false" | "true";
'aria-orientation'?: "horizontal" | "vertical";
'aria-owns'?: string;
'aria-placeholder'?: string;
'aria-posinset'?: number;
'aria-pressed'?: boolean | "mixed" | "false" | "true";
'aria-readonly'?: boolean | "false" | "true";
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
'aria-required'?: boolean | "false" | "true";
'aria-roledescription'?: string;
'aria-rowcount'?: number;
'aria-rowindex'?: number;
'aria-rowindextext'?: string;
'aria-rowspan'?: number;
'aria-selected'?: boolean | "false" | "true";
'aria-setsize'?: number;
'aria-sort'?: "none" | "ascending" | "descending" | "other";
'aria-valuemax'?: number;
'aria-valuemin'?: number;
'aria-valuenow'?: number;
'aria-valuetext'?: string;
"aria-activedescendant"?: string;
"aria-atomic"?: boolean | "false" | "true";
"aria-autocomplete"?: "none" | "both" | "inline" | "list";
"aria-braillelabel"?: string;
"aria-brailleroledescription"?: string;
"aria-busy"?: boolean | "false" | "true";
"aria-checked"?: boolean | "mixed" | "false" | "true";
"aria-colcount"?: number;
"aria-colindex"?: number;
"aria-colindextext"?: string;
"aria-colspan"?: number;
"aria-controls"?: string;
"aria-current"?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
"aria-describedby"?: string;
"aria-description"?: string;
"aria-details"?: string;
"aria-disabled"?: boolean | "false" | "true";
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup";
"aria-errormessage"?: string;
"aria-expanded"?: boolean | "false" | "true";
"aria-flowto"?: string;
"aria-grabbed"?: boolean | "false" | "true";
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
"aria-hidden"?: boolean | "false" | "true";
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling";
"aria-keyshortcuts"?: string;
"aria-label"?: string;
"aria-labelledby"?: string;
"aria-level"?: number;
"aria-live"?: "off" | "assertive" | "polite";
"aria-modal"?: boolean | "false" | "true";
"aria-multiline"?: boolean | "false" | "true";
"aria-multiselectable"?: boolean | "false" | "true";
"aria-orientation"?: "horizontal" | "vertical";
"aria-owns"?: string;
"aria-placeholder"?: string;
"aria-posinset"?: number;
"aria-pressed"?: boolean | "mixed" | "false" | "true";
"aria-readonly"?: boolean | "false" | "true";
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
"aria-required"?: boolean | "false" | "true";
"aria-roledescription"?: string;
"aria-rowcount"?: number;
"aria-rowindex"?: number;
"aria-rowindextext"?: string;
"aria-rowspan"?: number;
"aria-selected"?: boolean | "false" | "true";
"aria-setsize"?: number;
"aria-sort"?: "none" | "ascending" | "descending" | "other";
"aria-valuemax"?: number;
"aria-valuemin"?: number;
"aria-valuenow"?: number;
"aria-valuetext"?: string;
children?: import("react").ReactNode;

@@ -657,55 +657,55 @@ dangerouslySetInnerHTML?: {

is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "false" | "true";
'aria-autocomplete'?: "none" | "both" | "inline" | "list";
'aria-braillelabel'?: string;
'aria-brailleroledescription'?: string;
'aria-busy'?: boolean | "false" | "true";
'aria-checked'?: boolean | "mixed" | "false" | "true";
'aria-colcount'?: number;
'aria-colindex'?: number;
'aria-colindextext'?: string;
'aria-colspan'?: number;
'aria-controls'?: string;
'aria-current'?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
'aria-describedby'?: string;
'aria-description'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "false" | "true";
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "false" | "true";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "false" | "true";
'aria-haspopup'?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
'aria-hidden'?: boolean | "false" | "true";
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;
'aria-label'?: string;
'aria-labelledby'?: string;
'aria-level'?: number;
'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "false" | "true";
'aria-multiline'?: boolean | "false" | "true";
'aria-multiselectable'?: boolean | "false" | "true";
'aria-orientation'?: "horizontal" | "vertical";
'aria-owns'?: string;
'aria-placeholder'?: string;
'aria-posinset'?: number;
'aria-pressed'?: boolean | "mixed" | "false" | "true";
'aria-readonly'?: boolean | "false" | "true";
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
'aria-required'?: boolean | "false" | "true";
'aria-roledescription'?: string;
'aria-rowcount'?: number;
'aria-rowindex'?: number;
'aria-rowindextext'?: string;
'aria-rowspan'?: number;
'aria-selected'?: boolean | "false" | "true";
'aria-setsize'?: number;
'aria-sort'?: "none" | "ascending" | "descending" | "other";
'aria-valuemax'?: number;
'aria-valuemin'?: number;
'aria-valuenow'?: number;
'aria-valuetext'?: string;
"aria-activedescendant"?: string;
"aria-atomic"?: boolean | "false" | "true";
"aria-autocomplete"?: "none" | "both" | "inline" | "list";
"aria-braillelabel"?: string;
"aria-brailleroledescription"?: string;
"aria-busy"?: boolean | "false" | "true";
"aria-checked"?: boolean | "mixed" | "false" | "true";
"aria-colcount"?: number;
"aria-colindex"?: number;
"aria-colindextext"?: string;
"aria-colspan"?: number;
"aria-controls"?: string;
"aria-current"?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
"aria-describedby"?: string;
"aria-description"?: string;
"aria-details"?: string;
"aria-disabled"?: boolean | "false" | "true";
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup";
"aria-errormessage"?: string;
"aria-expanded"?: boolean | "false" | "true";
"aria-flowto"?: string;
"aria-grabbed"?: boolean | "false" | "true";
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
"aria-hidden"?: boolean | "false" | "true";
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling";
"aria-keyshortcuts"?: string;
"aria-label"?: string;
"aria-labelledby"?: string;
"aria-level"?: number;
"aria-live"?: "off" | "assertive" | "polite";
"aria-modal"?: boolean | "false" | "true";
"aria-multiline"?: boolean | "false" | "true";
"aria-multiselectable"?: boolean | "false" | "true";
"aria-orientation"?: "horizontal" | "vertical";
"aria-owns"?: string;
"aria-placeholder"?: string;
"aria-posinset"?: number;
"aria-pressed"?: boolean | "mixed" | "false" | "true";
"aria-readonly"?: boolean | "false" | "true";
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
"aria-required"?: boolean | "false" | "true";
"aria-roledescription"?: string;
"aria-rowcount"?: number;
"aria-rowindex"?: number;
"aria-rowindextext"?: string;
"aria-rowspan"?: number;
"aria-selected"?: boolean | "false" | "true";
"aria-setsize"?: number;
"aria-sort"?: "none" | "ascending" | "descending" | "other";
"aria-valuemax"?: number;
"aria-valuemin"?: number;
"aria-valuenow"?: number;
"aria-valuetext"?: string;
children?: import("react").ReactNode;

@@ -712,0 +712,0 @@ dangerouslySetInnerHTML?: {

@@ -68,55 +68,55 @@ /// <reference types="react" />

is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "true" | "false";
'aria-autocomplete'?: "list" | "none" | "inline" | "both";
'aria-braillelabel'?: string;
'aria-brailleroledescription'?: string;
'aria-busy'?: boolean | "true" | "false";
'aria-checked'?: boolean | "true" | "false" | "mixed";
'aria-colcount'?: number;
'aria-colindex'?: number;
'aria-colindextext'?: string;
'aria-colspan'?: number;
'aria-controls'?: string;
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
'aria-describedby'?: string;
'aria-description'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "true" | "false";
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "true" | "false";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "true" | "false";
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
'aria-hidden'?: boolean | "true" | "false";
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;
'aria-label'?: string;
'aria-labelledby'?: string;
'aria-level'?: number;
'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "true" | "false";
'aria-multiline'?: boolean | "true" | "false";
'aria-multiselectable'?: boolean | "true" | "false";
'aria-orientation'?: "horizontal" | "vertical";
'aria-owns'?: string;
'aria-placeholder'?: string;
'aria-posinset'?: number;
'aria-pressed'?: boolean | "true" | "false" | "mixed";
'aria-readonly'?: boolean | "true" | "false";
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
'aria-required'?: boolean | "true" | "false";
'aria-roledescription'?: string;
'aria-rowcount'?: number;
'aria-rowindex'?: number;
'aria-rowindextext'?: string;
'aria-rowspan'?: number;
'aria-selected'?: boolean | "true" | "false";
'aria-setsize'?: number;
'aria-sort'?: "none" | "ascending" | "descending" | "other";
'aria-valuemax'?: number;
'aria-valuemin'?: number;
'aria-valuenow'?: number;
'aria-valuetext'?: string;
"aria-activedescendant"?: string;
"aria-atomic"?: boolean | "true" | "false";
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
"aria-braillelabel"?: string;
"aria-brailleroledescription"?: string;
"aria-busy"?: boolean | "true" | "false";
"aria-checked"?: boolean | "true" | "false" | "mixed";
"aria-colcount"?: number;
"aria-colindex"?: number;
"aria-colindextext"?: string;
"aria-colspan"?: number;
"aria-controls"?: string;
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
"aria-describedby"?: string;
"aria-description"?: string;
"aria-details"?: string;
"aria-disabled"?: boolean | "true" | "false";
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
"aria-errormessage"?: string;
"aria-expanded"?: boolean | "true" | "false";
"aria-flowto"?: string;
"aria-grabbed"?: boolean | "true" | "false";
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
"aria-hidden"?: boolean | "true" | "false";
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
"aria-keyshortcuts"?: string;
"aria-label"?: string;
"aria-labelledby"?: string;
"aria-level"?: number;
"aria-live"?: "off" | "assertive" | "polite";
"aria-modal"?: boolean | "true" | "false";
"aria-multiline"?: boolean | "true" | "false";
"aria-multiselectable"?: boolean | "true" | "false";
"aria-orientation"?: "horizontal" | "vertical";
"aria-owns"?: string;
"aria-placeholder"?: string;
"aria-posinset"?: number;
"aria-pressed"?: boolean | "true" | "false" | "mixed";
"aria-readonly"?: boolean | "true" | "false";
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
"aria-required"?: boolean | "true" | "false";
"aria-roledescription"?: string;
"aria-rowcount"?: number;
"aria-rowindex"?: number;
"aria-rowindextext"?: string;
"aria-rowspan"?: number;
"aria-selected"?: boolean | "true" | "false";
"aria-setsize"?: number;
"aria-sort"?: "none" | "ascending" | "descending" | "other";
"aria-valuemax"?: number;
"aria-valuemin"?: number;
"aria-valuenow"?: number;
"aria-valuetext"?: string;
children?: import("react").ReactNode;

@@ -345,55 +345,55 @@ dangerouslySetInnerHTML?: {

is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "true" | "false";
'aria-autocomplete'?: "list" | "none" | "inline" | "both";
'aria-braillelabel'?: string;
'aria-brailleroledescription'?: string;
'aria-busy'?: boolean | "true" | "false";
'aria-checked'?: boolean | "true" | "false" | "mixed";
'aria-colcount'?: number;
'aria-colindex'?: number;
'aria-colindextext'?: string;
'aria-colspan'?: number;
'aria-controls'?: string;
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
'aria-describedby'?: string;
'aria-description'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "true" | "false";
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "true" | "false";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "true" | "false";
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
'aria-hidden'?: boolean | "true" | "false";
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;
'aria-label'?: string;
'aria-labelledby'?: string;
'aria-level'?: number;
'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "true" | "false";
'aria-multiline'?: boolean | "true" | "false";
'aria-multiselectable'?: boolean | "true" | "false";
'aria-orientation'?: "horizontal" | "vertical";
'aria-owns'?: string;
'aria-placeholder'?: string;
'aria-posinset'?: number;
'aria-pressed'?: boolean | "true" | "false" | "mixed";
'aria-readonly'?: boolean | "true" | "false";
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
'aria-required'?: boolean | "true" | "false";
'aria-roledescription'?: string;
'aria-rowcount'?: number;
'aria-rowindex'?: number;
'aria-rowindextext'?: string;
'aria-rowspan'?: number;
'aria-selected'?: boolean | "true" | "false";
'aria-setsize'?: number;
'aria-sort'?: "none" | "ascending" | "descending" | "other";
'aria-valuemax'?: number;
'aria-valuemin'?: number;
'aria-valuenow'?: number;
'aria-valuetext'?: string;
"aria-activedescendant"?: string;
"aria-atomic"?: boolean | "true" | "false";
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
"aria-braillelabel"?: string;
"aria-brailleroledescription"?: string;
"aria-busy"?: boolean | "true" | "false";
"aria-checked"?: boolean | "true" | "false" | "mixed";
"aria-colcount"?: number;
"aria-colindex"?: number;
"aria-colindextext"?: string;
"aria-colspan"?: number;
"aria-controls"?: string;
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
"aria-describedby"?: string;
"aria-description"?: string;
"aria-details"?: string;
"aria-disabled"?: boolean | "true" | "false";
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
"aria-errormessage"?: string;
"aria-expanded"?: boolean | "true" | "false";
"aria-flowto"?: string;
"aria-grabbed"?: boolean | "true" | "false";
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
"aria-hidden"?: boolean | "true" | "false";
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
"aria-keyshortcuts"?: string;
"aria-label"?: string;
"aria-labelledby"?: string;
"aria-level"?: number;
"aria-live"?: "off" | "assertive" | "polite";
"aria-modal"?: boolean | "true" | "false";
"aria-multiline"?: boolean | "true" | "false";
"aria-multiselectable"?: boolean | "true" | "false";
"aria-orientation"?: "horizontal" | "vertical";
"aria-owns"?: string;
"aria-placeholder"?: string;
"aria-posinset"?: number;
"aria-pressed"?: boolean | "true" | "false" | "mixed";
"aria-readonly"?: boolean | "true" | "false";
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
"aria-required"?: boolean | "true" | "false";
"aria-roledescription"?: string;
"aria-rowcount"?: number;
"aria-rowindex"?: number;
"aria-rowindextext"?: string;
"aria-rowspan"?: number;
"aria-selected"?: boolean | "true" | "false";
"aria-setsize"?: number;
"aria-sort"?: "none" | "ascending" | "descending" | "other";
"aria-valuemax"?: number;
"aria-valuemin"?: number;
"aria-valuenow"?: number;
"aria-valuetext"?: string;
children?: import("react").ReactNode;

@@ -631,55 +631,55 @@ dangerouslySetInnerHTML?: {

is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "true" | "false";
'aria-autocomplete'?: "list" | "none" | "inline" | "both";
'aria-braillelabel'?: string;
'aria-brailleroledescription'?: string;
'aria-busy'?: boolean | "true" | "false";
'aria-checked'?: boolean | "true" | "false" | "mixed";
'aria-colcount'?: number;
'aria-colindex'?: number;
'aria-colindextext'?: string;
'aria-colspan'?: number;
'aria-controls'?: string;
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
'aria-describedby'?: string;
'aria-description'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "true" | "false";
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "true" | "false";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "true" | "false";
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
'aria-hidden'?: boolean | "true" | "false";
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;
'aria-label'?: string;
'aria-labelledby'?: string;
'aria-level'?: number;
'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "true" | "false";
'aria-multiline'?: boolean | "true" | "false";
'aria-multiselectable'?: boolean | "true" | "false";
'aria-orientation'?: "horizontal" | "vertical";
'aria-owns'?: string;
'aria-placeholder'?: string;
'aria-posinset'?: number;
'aria-pressed'?: boolean | "true" | "false" | "mixed";
'aria-readonly'?: boolean | "true" | "false";
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
'aria-required'?: boolean | "true" | "false";
'aria-roledescription'?: string;
'aria-rowcount'?: number;
'aria-rowindex'?: number;
'aria-rowindextext'?: string;
'aria-rowspan'?: number;
'aria-selected'?: boolean | "true" | "false";
'aria-setsize'?: number;
'aria-sort'?: "none" | "ascending" | "descending" | "other";
'aria-valuemax'?: number;
'aria-valuemin'?: number;
'aria-valuenow'?: number;
'aria-valuetext'?: string;
"aria-activedescendant"?: string;
"aria-atomic"?: boolean | "true" | "false";
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
"aria-braillelabel"?: string;
"aria-brailleroledescription"?: string;
"aria-busy"?: boolean | "true" | "false";
"aria-checked"?: boolean | "true" | "false" | "mixed";
"aria-colcount"?: number;
"aria-colindex"?: number;
"aria-colindextext"?: string;
"aria-colspan"?: number;
"aria-controls"?: string;
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
"aria-describedby"?: string;
"aria-description"?: string;
"aria-details"?: string;
"aria-disabled"?: boolean | "true" | "false";
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
"aria-errormessage"?: string;
"aria-expanded"?: boolean | "true" | "false";
"aria-flowto"?: string;
"aria-grabbed"?: boolean | "true" | "false";
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
"aria-hidden"?: boolean | "true" | "false";
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
"aria-keyshortcuts"?: string;
"aria-label"?: string;
"aria-labelledby"?: string;
"aria-level"?: number;
"aria-live"?: "off" | "assertive" | "polite";
"aria-modal"?: boolean | "true" | "false";
"aria-multiline"?: boolean | "true" | "false";
"aria-multiselectable"?: boolean | "true" | "false";
"aria-orientation"?: "horizontal" | "vertical";
"aria-owns"?: string;
"aria-placeholder"?: string;
"aria-posinset"?: number;
"aria-pressed"?: boolean | "true" | "false" | "mixed";
"aria-readonly"?: boolean | "true" | "false";
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
"aria-required"?: boolean | "true" | "false";
"aria-roledescription"?: string;
"aria-rowcount"?: number;
"aria-rowindex"?: number;
"aria-rowindextext"?: string;
"aria-rowspan"?: number;
"aria-selected"?: boolean | "true" | "false";
"aria-setsize"?: number;
"aria-sort"?: "none" | "ascending" | "descending" | "other";
"aria-valuemax"?: number;
"aria-valuemin"?: number;
"aria-valuenow"?: number;
"aria-valuetext"?: string;
children?: import("react").ReactNode;

@@ -686,0 +686,0 @@ dangerouslySetInnerHTML?: {

@@ -69,55 +69,55 @@ /// <reference types="react" />

is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "true" | "false";
'aria-autocomplete'?: "none" | "list" | "inline" | "both";
'aria-braillelabel'?: string;
'aria-brailleroledescription'?: string;
'aria-busy'?: boolean | "true" | "false";
'aria-checked'?: boolean | "true" | "false" | "mixed";
'aria-colcount'?: number;
'aria-colindex'?: number;
'aria-colindextext'?: string;
'aria-colspan'?: number;
'aria-controls'?: string;
'aria-current'?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time";
'aria-describedby'?: string;
'aria-description'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "true" | "false";
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "true" | "false";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "true" | "false";
'aria-haspopup'?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree";
'aria-hidden'?: boolean | "true" | "false";
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;
'aria-label'?: string;
'aria-labelledby'?: string;
'aria-level'?: number;
'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "true" | "false";
'aria-multiline'?: boolean | "true" | "false";
'aria-multiselectable'?: boolean | "true" | "false";
'aria-orientation'?: "horizontal" | "vertical";
'aria-owns'?: string;
'aria-placeholder'?: string;
'aria-posinset'?: number;
'aria-pressed'?: boolean | "true" | "false" | "mixed";
'aria-readonly'?: boolean | "true" | "false";
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
'aria-required'?: boolean | "true" | "false";
'aria-roledescription'?: string;
'aria-rowcount'?: number;
'aria-rowindex'?: number;
'aria-rowindextext'?: string;
'aria-rowspan'?: number;
'aria-selected'?: boolean | "true" | "false";
'aria-setsize'?: number;
'aria-sort'?: "none" | "ascending" | "descending" | "other";
'aria-valuemax'?: number;
'aria-valuemin'?: number;
'aria-valuenow'?: number;
'aria-valuetext'?: string;
"aria-activedescendant"?: string;
"aria-atomic"?: boolean | "true" | "false";
"aria-autocomplete"?: "none" | "list" | "inline" | "both";
"aria-braillelabel"?: string;
"aria-brailleroledescription"?: string;
"aria-busy"?: boolean | "true" | "false";
"aria-checked"?: boolean | "true" | "false" | "mixed";
"aria-colcount"?: number;
"aria-colindex"?: number;
"aria-colindextext"?: string;
"aria-colspan"?: number;
"aria-controls"?: string;
"aria-current"?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time";
"aria-describedby"?: string;
"aria-description"?: string;
"aria-details"?: string;
"aria-disabled"?: boolean | "true" | "false";
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup";
"aria-errormessage"?: string;
"aria-expanded"?: boolean | "true" | "false";
"aria-flowto"?: string;
"aria-grabbed"?: boolean | "true" | "false";
"aria-haspopup"?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree";
"aria-hidden"?: boolean | "true" | "false";
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
"aria-keyshortcuts"?: string;
"aria-label"?: string;
"aria-labelledby"?: string;
"aria-level"?: number;
"aria-live"?: "off" | "assertive" | "polite";
"aria-modal"?: boolean | "true" | "false";
"aria-multiline"?: boolean | "true" | "false";
"aria-multiselectable"?: boolean | "true" | "false";
"aria-orientation"?: "horizontal" | "vertical";
"aria-owns"?: string;
"aria-placeholder"?: string;
"aria-posinset"?: number;
"aria-pressed"?: boolean | "true" | "false" | "mixed";
"aria-readonly"?: boolean | "true" | "false";
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
"aria-required"?: boolean | "true" | "false";
"aria-roledescription"?: string;
"aria-rowcount"?: number;
"aria-rowindex"?: number;
"aria-rowindextext"?: string;
"aria-rowspan"?: number;
"aria-selected"?: boolean | "true" | "false";
"aria-setsize"?: number;
"aria-sort"?: "none" | "ascending" | "descending" | "other";
"aria-valuemax"?: number;
"aria-valuemin"?: number;
"aria-valuenow"?: number;
"aria-valuetext"?: string;
children?: import("react").ReactNode;

@@ -343,55 +343,55 @@ dangerouslySetInnerHTML?: {

is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "true" | "false";
'aria-autocomplete'?: "none" | "list" | "inline" | "both";
'aria-braillelabel'?: string;
'aria-brailleroledescription'?: string;
'aria-busy'?: boolean | "true" | "false";
'aria-checked'?: boolean | "true" | "false" | "mixed";
'aria-colcount'?: number;
'aria-colindex'?: number;
'aria-colindextext'?: string;
'aria-colspan'?: number;
'aria-controls'?: string;
'aria-current'?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time";
'aria-describedby'?: string;
'aria-description'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "true" | "false";
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "true" | "false";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "true" | "false";
'aria-haspopup'?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree";
'aria-hidden'?: boolean | "true" | "false";
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;
'aria-label'?: string;
'aria-labelledby'?: string;
'aria-level'?: number;
'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "true" | "false";
'aria-multiline'?: boolean | "true" | "false";
'aria-multiselectable'?: boolean | "true" | "false";
'aria-orientation'?: "horizontal" | "vertical";
'aria-owns'?: string;
'aria-placeholder'?: string;
'aria-posinset'?: number;
'aria-pressed'?: boolean | "true" | "false" | "mixed";
'aria-readonly'?: boolean | "true" | "false";
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
'aria-required'?: boolean | "true" | "false";
'aria-roledescription'?: string;
'aria-rowcount'?: number;
'aria-rowindex'?: number;
'aria-rowindextext'?: string;
'aria-rowspan'?: number;
'aria-selected'?: boolean | "true" | "false";
'aria-setsize'?: number;
'aria-sort'?: "none" | "ascending" | "descending" | "other";
'aria-valuemax'?: number;
'aria-valuemin'?: number;
'aria-valuenow'?: number;
'aria-valuetext'?: string;
"aria-activedescendant"?: string;
"aria-atomic"?: boolean | "true" | "false";
"aria-autocomplete"?: "none" | "list" | "inline" | "both";
"aria-braillelabel"?: string;
"aria-brailleroledescription"?: string;
"aria-busy"?: boolean | "true" | "false";
"aria-checked"?: boolean | "true" | "false" | "mixed";
"aria-colcount"?: number;
"aria-colindex"?: number;
"aria-colindextext"?: string;
"aria-colspan"?: number;
"aria-controls"?: string;
"aria-current"?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time";
"aria-describedby"?: string;
"aria-description"?: string;
"aria-details"?: string;
"aria-disabled"?: boolean | "true" | "false";
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup";
"aria-errormessage"?: string;
"aria-expanded"?: boolean | "true" | "false";
"aria-flowto"?: string;
"aria-grabbed"?: boolean | "true" | "false";
"aria-haspopup"?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree";
"aria-hidden"?: boolean | "true" | "false";
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
"aria-keyshortcuts"?: string;
"aria-label"?: string;
"aria-labelledby"?: string;
"aria-level"?: number;
"aria-live"?: "off" | "assertive" | "polite";
"aria-modal"?: boolean | "true" | "false";
"aria-multiline"?: boolean | "true" | "false";
"aria-multiselectable"?: boolean | "true" | "false";
"aria-orientation"?: "horizontal" | "vertical";
"aria-owns"?: string;
"aria-placeholder"?: string;
"aria-posinset"?: number;
"aria-pressed"?: boolean | "true" | "false" | "mixed";
"aria-readonly"?: boolean | "true" | "false";
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
"aria-required"?: boolean | "true" | "false";
"aria-roledescription"?: string;
"aria-rowcount"?: number;
"aria-rowindex"?: number;
"aria-rowindextext"?: string;
"aria-rowspan"?: number;
"aria-selected"?: boolean | "true" | "false";
"aria-setsize"?: number;
"aria-sort"?: "none" | "ascending" | "descending" | "other";
"aria-valuemax"?: number;
"aria-valuemin"?: number;
"aria-valuenow"?: number;
"aria-valuetext"?: string;
children?: import("react").ReactNode;

@@ -398,0 +398,0 @@ dangerouslySetInnerHTML?: {

/// <reference types="react" />
/// <reference types="react" />
export declare const TimelinePointWrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {

@@ -8,273 +7,4 @@ $cardLess?: boolean;

}>>;
export declare const TimelinePointContainer: import("styled-components").IStyledComponent<"web", {
ref?: import("react").LegacyRef<HTMLDivElement>;
key?: import("react").Key;
defaultChecked?: boolean;
defaultValue?: string | number | readonly string[];
suppressContentEditableWarning?: boolean;
suppressHydrationWarning?: boolean;
accessKey?: string;
autoFocus?: boolean;
className?: string;
contentEditable?: (boolean | "true" | "false") | "inherit";
contextMenu?: string;
dir?: string;
draggable?: boolean | "true" | "false";
hidden?: boolean;
id?: string;
lang?: string;
nonce?: string;
placeholder?: string;
slot?: string;
spellCheck?: boolean | "true" | "false";
style?: import("react").CSSProperties;
tabIndex?: number;
title?: string;
translate?: "yes" | "no";
radioGroup?: string;
role?: import("react").AriaRole;
about?: string;
content?: string;
datatype?: string;
inlist?: any;
prefix?: string;
property?: string;
rel?: string;
resource?: string;
rev?: string;
typeof?: string;
vocab?: string;
autoCapitalize?: string;
autoCorrect?: string;
autoSave?: string;
color?: string;
itemProp?: string;
itemScope?: boolean;
itemType?: string;
itemID?: string;
itemRef?: string;
results?: number;
security?: string;
unselectable?: "on" | "off";
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal";
is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "true" | "false";
'aria-autocomplete'?: "list" | "none" | "inline" | "both";
'aria-braillelabel'?: string;
'aria-brailleroledescription'?: string;
'aria-busy'?: boolean | "true" | "false";
'aria-checked'?: boolean | "true" | "false" | "mixed";
'aria-colcount'?: number;
'aria-colindex'?: number;
'aria-colindextext'?: string;
'aria-colspan'?: number;
'aria-controls'?: string;
'aria-current'?: boolean | "true" | "false" | "page" | "step" | "location" | "date" | "time";
'aria-describedby'?: string;
'aria-description'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "true" | "false";
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "true" | "false";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "true" | "false";
'aria-haspopup'?: boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree";
'aria-hidden'?: boolean | "true" | "false";
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;
'aria-label'?: string;
'aria-labelledby'?: string;
'aria-level'?: number;
'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "true" | "false";
'aria-multiline'?: boolean | "true" | "false";
'aria-multiselectable'?: boolean | "true" | "false";
'aria-orientation'?: "horizontal" | "vertical";
'aria-owns'?: string;
'aria-placeholder'?: string;
'aria-posinset'?: number;
'aria-pressed'?: boolean | "true" | "false" | "mixed";
'aria-readonly'?: boolean | "true" | "false";
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
'aria-required'?: boolean | "true" | "false";
'aria-roledescription'?: string;
'aria-rowcount'?: number;
'aria-rowindex'?: number;
'aria-rowindextext'?: string;
'aria-rowspan'?: number;
'aria-selected'?: boolean | "true" | "false";
'aria-setsize'?: number;
'aria-sort'?: "none" | "ascending" | "descending" | "other";
'aria-valuemax'?: number;
'aria-valuemin'?: number;
'aria-valuenow'?: number;
'aria-valuetext'?: string;
children?: import("react").ReactNode;
dangerouslySetInnerHTML?: {
__html: string | TrustedHTML;
};
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement>;
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement>;
onCut?: import("react").ClipboardEventHandler<HTMLDivElement>;
onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement>;
onPaste?: import("react").ClipboardEventHandler<HTMLDivElement>;
onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement>;
onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement>;
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement>;
onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement>;
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement>;
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement>;
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement>;
onFocus?: import("react").FocusEventHandler<HTMLDivElement>;
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement>;
onBlur?: import("react").FocusEventHandler<HTMLDivElement>;
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement>;
onChange?: import("react").FormEventHandler<HTMLDivElement>;
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement>;
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement>;
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement>;
onInput?: import("react").FormEventHandler<HTMLDivElement>;
onInputCapture?: import("react").FormEventHandler<HTMLDivElement>;
onReset?: import("react").FormEventHandler<HTMLDivElement>;
onResetCapture?: import("react").FormEventHandler<HTMLDivElement>;
onSubmit?: import("react").FormEventHandler<HTMLDivElement>;
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement>;
onInvalid?: import("react").FormEventHandler<HTMLDivElement>;
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement>;
onLoad?: import("react").ReactEventHandler<HTMLDivElement>;
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onError?: import("react").ReactEventHandler<HTMLDivElement>;
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement>;
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement>;
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement>;
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement>;
onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement>;
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement>;
onAbort?: import("react").ReactEventHandler<HTMLDivElement>;
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onCanPlay?: import("react").ReactEventHandler<HTMLDivElement>;
onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement>;
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onDurationChange?: import("react").ReactEventHandler<HTMLDivElement>;
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onEmptied?: import("react").ReactEventHandler<HTMLDivElement>;
onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onEncrypted?: import("react").ReactEventHandler<HTMLDivElement>;
onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onEnded?: import("react").ReactEventHandler<HTMLDivElement>;
onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onLoadedData?: import("react").ReactEventHandler<HTMLDivElement>;
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement>;
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onLoadStart?: import("react").ReactEventHandler<HTMLDivElement>;
onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onPause?: import("react").ReactEventHandler<HTMLDivElement>;
onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onPlay?: import("react").ReactEventHandler<HTMLDivElement>;
onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onPlaying?: import("react").ReactEventHandler<HTMLDivElement>;
onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onProgress?: import("react").ReactEventHandler<HTMLDivElement>;
onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onRateChange?: import("react").ReactEventHandler<HTMLDivElement>;
onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onResize?: import("react").ReactEventHandler<HTMLDivElement>;
onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onSeeked?: import("react").ReactEventHandler<HTMLDivElement>;
onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onSeeking?: import("react").ReactEventHandler<HTMLDivElement>;
onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onStalled?: import("react").ReactEventHandler<HTMLDivElement>;
onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onSuspend?: import("react").ReactEventHandler<HTMLDivElement>;
onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement>;
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement>;
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onWaiting?: import("react").ReactEventHandler<HTMLDivElement>;
onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onAuxClick?: import("react").MouseEventHandler<HTMLDivElement>;
onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement>;
onClick?: import("react").MouseEventHandler<HTMLDivElement>;
onClickCapture?: import("react").MouseEventHandler<HTMLDivElement>;
onContextMenu?: import("react").MouseEventHandler<HTMLDivElement>;
onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement>;
onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement>;
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement>;
onDrag?: import("react").DragEventHandler<HTMLDivElement>;
onDragCapture?: import("react").DragEventHandler<HTMLDivElement>;
onDragEnd?: import("react").DragEventHandler<HTMLDivElement>;
onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement>;
onDragEnter?: import("react").DragEventHandler<HTMLDivElement>;
onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement>;
onDragExit?: import("react").DragEventHandler<HTMLDivElement>;
onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement>;
onDragLeave?: import("react").DragEventHandler<HTMLDivElement>;
onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement>;
onDragOver?: import("react").DragEventHandler<HTMLDivElement>;
onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement>;
onDragStart?: import("react").DragEventHandler<HTMLDivElement>;
onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement>;
onDrop?: import("react").DragEventHandler<HTMLDivElement>;
onDropCapture?: import("react").DragEventHandler<HTMLDivElement>;
onMouseDown?: import("react").MouseEventHandler<HTMLDivElement>;
onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement>;
onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement>;
onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement>;
onMouseMove?: import("react").MouseEventHandler<HTMLDivElement>;
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement>;
onMouseOut?: import("react").MouseEventHandler<HTMLDivElement>;
onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement>;
onMouseOver?: import("react").MouseEventHandler<HTMLDivElement>;
onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement>;
onMouseUp?: import("react").MouseEventHandler<HTMLDivElement>;
onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement>;
onSelect?: import("react").ReactEventHandler<HTMLDivElement>;
onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement>;
onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement>;
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement>;
onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement>;
onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement>;
onTouchMove?: import("react").TouchEventHandler<HTMLDivElement>;
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement>;
onTouchStart?: import("react").TouchEventHandler<HTMLDivElement>;
onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement>;
onPointerDown?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerMove?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerUp?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement>;
onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement>;
onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement>;
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement>;
onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement>;
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement>;
onScroll?: import("react").UIEventHandler<HTMLDivElement>;
onScrollCapture?: import("react").UIEventHandler<HTMLDivElement>;
onWheel?: import("react").WheelEventHandler<HTMLDivElement>;
onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement>;
onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement>;
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement>;
onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement>;
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement>;
onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement>;
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement>;
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement>;
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement>;
}>;
export declare const TimelinePointContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
$hide?: boolean;
}>>;

@@ -57,55 +57,55 @@ /// <reference types="react" />

is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "false" | "true";
'aria-autocomplete'?: "none" | "both" | "inline" | "list";
'aria-braillelabel'?: string;
'aria-brailleroledescription'?: string;
'aria-busy'?: boolean | "false" | "true";
'aria-checked'?: boolean | "mixed" | "false" | "true";
'aria-colcount'?: number;
'aria-colindex'?: number;
'aria-colindextext'?: string;
'aria-colspan'?: number;
'aria-controls'?: string;
'aria-current'?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
'aria-describedby'?: string;
'aria-description'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "false" | "true";
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "false" | "true";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "false" | "true";
'aria-haspopup'?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
'aria-hidden'?: boolean | "false" | "true";
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;
'aria-label'?: string;
'aria-labelledby'?: string;
'aria-level'?: number;
'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "false" | "true";
'aria-multiline'?: boolean | "false" | "true";
'aria-multiselectable'?: boolean | "false" | "true";
'aria-orientation'?: "horizontal" | "vertical";
'aria-owns'?: string;
'aria-placeholder'?: string;
'aria-posinset'?: number;
'aria-pressed'?: boolean | "mixed" | "false" | "true";
'aria-readonly'?: boolean | "false" | "true";
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
'aria-required'?: boolean | "false" | "true";
'aria-roledescription'?: string;
'aria-rowcount'?: number;
'aria-rowindex'?: number;
'aria-rowindextext'?: string;
'aria-rowspan'?: number;
'aria-selected'?: boolean | "false" | "true";
'aria-setsize'?: number;
'aria-sort'?: "none" | "ascending" | "descending" | "other";
'aria-valuemax'?: number;
'aria-valuemin'?: number;
'aria-valuenow'?: number;
'aria-valuetext'?: string;
"aria-activedescendant"?: string;
"aria-atomic"?: boolean | "false" | "true";
"aria-autocomplete"?: "none" | "both" | "inline" | "list";
"aria-braillelabel"?: string;
"aria-brailleroledescription"?: string;
"aria-busy"?: boolean | "false" | "true";
"aria-checked"?: boolean | "mixed" | "false" | "true";
"aria-colcount"?: number;
"aria-colindex"?: number;
"aria-colindextext"?: string;
"aria-colspan"?: number;
"aria-controls"?: string;
"aria-current"?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
"aria-describedby"?: string;
"aria-description"?: string;
"aria-details"?: string;
"aria-disabled"?: boolean | "false" | "true";
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup";
"aria-errormessage"?: string;
"aria-expanded"?: boolean | "false" | "true";
"aria-flowto"?: string;
"aria-grabbed"?: boolean | "false" | "true";
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
"aria-hidden"?: boolean | "false" | "true";
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling";
"aria-keyshortcuts"?: string;
"aria-label"?: string;
"aria-labelledby"?: string;
"aria-level"?: number;
"aria-live"?: "off" | "assertive" | "polite";
"aria-modal"?: boolean | "false" | "true";
"aria-multiline"?: boolean | "false" | "true";
"aria-multiselectable"?: boolean | "false" | "true";
"aria-orientation"?: "horizontal" | "vertical";
"aria-owns"?: string;
"aria-placeholder"?: string;
"aria-posinset"?: number;
"aria-pressed"?: boolean | "mixed" | "false" | "true";
"aria-readonly"?: boolean | "false" | "true";
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
"aria-required"?: boolean | "false" | "true";
"aria-roledescription"?: string;
"aria-rowcount"?: number;
"aria-rowindex"?: number;
"aria-rowindextext"?: string;
"aria-rowspan"?: number;
"aria-selected"?: boolean | "false" | "true";
"aria-setsize"?: number;
"aria-sort"?: "none" | "ascending" | "descending" | "other";
"aria-valuemax"?: number;
"aria-valuemin"?: number;
"aria-valuenow"?: number;
"aria-valuetext"?: string;
children?: import("react").ReactNode;

@@ -112,0 +112,0 @@ dangerouslySetInnerHTML?: {

@@ -68,55 +68,55 @@ /// <reference types="react" />

is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "false" | "true";
'aria-autocomplete'?: "none" | "both" | "inline" | "list";
'aria-braillelabel'?: string;
'aria-brailleroledescription'?: string;
'aria-busy'?: boolean | "false" | "true";
'aria-checked'?: boolean | "mixed" | "false" | "true";
'aria-colcount'?: number;
'aria-colindex'?: number;
'aria-colindextext'?: string;
'aria-colspan'?: number;
'aria-controls'?: string;
'aria-current'?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
'aria-describedby'?: string;
'aria-description'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "false" | "true";
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "false" | "true";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "false" | "true";
'aria-haspopup'?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
'aria-hidden'?: boolean | "false" | "true";
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;
'aria-label'?: string;
'aria-labelledby'?: string;
'aria-level'?: number;
'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "false" | "true";
'aria-multiline'?: boolean | "false" | "true";
'aria-multiselectable'?: boolean | "false" | "true";
'aria-orientation'?: "horizontal" | "vertical";
'aria-owns'?: string;
'aria-placeholder'?: string;
'aria-posinset'?: number;
'aria-pressed'?: boolean | "mixed" | "false" | "true";
'aria-readonly'?: boolean | "false" | "true";
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
'aria-required'?: boolean | "false" | "true";
'aria-roledescription'?: string;
'aria-rowcount'?: number;
'aria-rowindex'?: number;
'aria-rowindextext'?: string;
'aria-rowspan'?: number;
'aria-selected'?: boolean | "false" | "true";
'aria-setsize'?: number;
'aria-sort'?: "none" | "ascending" | "descending" | "other";
'aria-valuemax'?: number;
'aria-valuemin'?: number;
'aria-valuenow'?: number;
'aria-valuetext'?: string;
"aria-activedescendant"?: string;
"aria-atomic"?: boolean | "false" | "true";
"aria-autocomplete"?: "none" | "both" | "inline" | "list";
"aria-braillelabel"?: string;
"aria-brailleroledescription"?: string;
"aria-busy"?: boolean | "false" | "true";
"aria-checked"?: boolean | "mixed" | "false" | "true";
"aria-colcount"?: number;
"aria-colindex"?: number;
"aria-colindextext"?: string;
"aria-colspan"?: number;
"aria-controls"?: string;
"aria-current"?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time";
"aria-describedby"?: string;
"aria-description"?: string;
"aria-details"?: string;
"aria-disabled"?: boolean | "false" | "true";
"aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup";
"aria-errormessage"?: string;
"aria-expanded"?: boolean | "false" | "true";
"aria-flowto"?: string;
"aria-grabbed"?: boolean | "false" | "true";
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree";
"aria-hidden"?: boolean | "false" | "true";
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling";
"aria-keyshortcuts"?: string;
"aria-label"?: string;
"aria-labelledby"?: string;
"aria-level"?: number;
"aria-live"?: "off" | "assertive" | "polite";
"aria-modal"?: boolean | "false" | "true";
"aria-multiline"?: boolean | "false" | "true";
"aria-multiselectable"?: boolean | "false" | "true";
"aria-orientation"?: "horizontal" | "vertical";
"aria-owns"?: string;
"aria-placeholder"?: string;
"aria-posinset"?: number;
"aria-pressed"?: boolean | "mixed" | "false" | "true";
"aria-readonly"?: boolean | "false" | "true";
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
"aria-required"?: boolean | "false" | "true";
"aria-roledescription"?: string;
"aria-rowcount"?: number;
"aria-rowindex"?: number;
"aria-rowindextext"?: string;
"aria-rowspan"?: number;
"aria-selected"?: boolean | "false" | "true";
"aria-setsize"?: number;
"aria-sort"?: "none" | "ascending" | "descending" | "other";
"aria-valuemax"?: number;
"aria-valuemin"?: number;
"aria-valuenow"?: number;
"aria-valuetext"?: string;
children?: import("react").ReactNode;

@@ -123,0 +123,0 @@ dangerouslySetInnerHTML?: {

{
"name": "react-chrono",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",

@@ -57,3 +57,3 @@ "description": "A Modern Timeline component for React",

"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.23.0",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",

@@ -64,3 +64,3 @@ "@babel/plugin-transform-runtime": "^7.22.15",

"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@emotion/babel-plugin": "^11.11.0",

@@ -82,12 +82,12 @@ "@jest/types": "^29.6.3",

"@types/jest": "^29.5.5",
"@types/node": "^20.6.5",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/node": "^20.8.2",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.27",
"@types/styled-components": "^5.1.28",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.5",
"@vitest/coverage-v8": "^0.34.6",
"autoprefixer": "^10.4.16",

@@ -98,3 +98,3 @@ "babel-loader": "^9.1.3",

"cssnano": "^6.0.1",
"cypress": "13.2.0",
"cypress": "13.3.0",
"eslint": "^8.50.0",

@@ -110,3 +110,3 @@ "eslint-config-prettier": "^9.0.0",

"lint-staged": "^14.0.1",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"postcss-preset-env": "^9.1.4",

@@ -120,4 +120,4 @@ "postcss-syntax": "^0.36.2",

"react-router-dom": "^6.16.0",
"rimraf": "^5.0.1",
"rollup": "^3.29.3",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
"rollup-plugin-analyzer": "^4.0.0",

@@ -128,7 +128,7 @@ "rollup-plugin-copy": "^3.5.0",

"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.35.0",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.68.0",
"semver": "^7.5.4",
"size-limit": "^9.0.0",
"snyk": "^1.1226.0",
"snyk": "^1.1231.0",
"start-server-and-test": "^2.0.1",

@@ -142,5 +142,5 @@ "stylelint": "^15.10.3",

"typescript-plugin-styled-components": "^3.0.0",
"vite": "^4.4.9",
"vite": "^4.4.11",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.5"
"vitest": "^0.34.6"
},

@@ -147,0 +147,0 @@ "resolutions": {

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

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

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

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

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