@front10/base-elements
Advanced tools
Comparing version 0.24.12 to 0.24.15
/// <reference types="react" /> | ||
export declare type EmbedProps = JSX.IntrinsicElements["iframe"]; | ||
export declare const Embed: import("react").ForwardRefExoticComponent<Pick<import("react").DetailedHTMLProps<import("react").IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>, "title" | "sx" | "color" | "height" | "translate" | "width" | "key" | "allow" | "allowFullScreen" | "allowTransparency" | "frameBorder" | "marginHeight" | "marginWidth" | "name" | "referrerPolicy" | "sandbox" | "scrolling" | "seamless" | "src" | "srcDoc" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css"> & import("react").RefAttributes<HTMLIFrameElement>>; | ||
export declare const Embed: ({ title, sx, cmpId, ...props }: any) => JSX.Element; |
@@ -9,4 +9,5 @@ import * as React from "react"; | ||
columns?: number | number[]; | ||
layout?: "default" | "hero" | "featured" | "hero-reverse" | "highlight" | "corners" | "sides"; | ||
} | ||
export declare const Grid: React.ForwardRefExoticComponent<GridProps & React.RefAttributes<HTMLDivElement>>; | ||
export {}; |
/// <reference types="react" /> | ||
import { StyleProp } from "../types"; | ||
import { Styled } from "../types"; | ||
import ICONS from "./icons"; | ||
@@ -15,4 +15,4 @@ export declare type IconName = typeof ICONS[number]["name"]; | ||
} | ||
export declare type IconProps = Props & Pick<JSX.IntrinsicElements["svg"], "fill" | "style"> & StyleProp; | ||
export declare function Icon({ icon, animation, size, viewBox, fill, paths, rtlFlip, style, className, ...props }: IconProps): JSX.Element; | ||
export declare type IconProps = Styled<Props & Omit<JSX.IntrinsicElements["svg"], "ref">>; | ||
export declare function Icon({ icon, animation, size, viewBox, fill, paths, rtlFlip, style, className, sx, ...props }: IconProps): JSX.Element; | ||
export declare namespace Icon { | ||
@@ -19,0 +19,0 @@ var componentName: string; |
@@ -104,11 +104,15 @@ declare const ICONS: readonly [{ | ||
readonly paths: readonly ["M10,17L15,12L10,7V17Z"]; | ||
readonly viewBox: "0 0 24 24"; | ||
}, { | ||
readonly name: "left-arrow-fill"; | ||
readonly paths: readonly ["M14,7L9,12L14,17V7Z"]; | ||
readonly viewBox: "0 0 24 24"; | ||
}, { | ||
readonly name: "up-arrow-fill"; | ||
readonly paths: readonly ["M7,15L12,10L17,15H7Z"]; | ||
readonly viewBox: "0 0 24 24"; | ||
}, { | ||
readonly name: "down-arrow-fill"; | ||
readonly paths: readonly ["M7,10L12,15L17,10H7Z"]; | ||
readonly viewBox: "0 0 24 24"; | ||
}, { | ||
@@ -115,0 +119,0 @@ readonly name: "airplane-takeoff"; |
@@ -17,2 +17,3 @@ import "./index.scss"; | ||
export * from "./Input"; | ||
export * from "./Label"; | ||
export { Button as LEGACY_Button, ButtonProps as LEGACY_ButtonProps, } from "./LEGACY_Button"; | ||
@@ -36,1 +37,4 @@ export * from "./LEGACY_Col"; | ||
export * from "./Columns"; | ||
export * from "./Loader"; | ||
export * from "./Tiles"; | ||
export * from "./atoms"; |
{ | ||
"version": "0.24.12", | ||
"version": "0.24.15", | ||
"license": "", | ||
@@ -40,3 +40,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@front10/utils": "^0.24.12", | ||
"@front10/utils": "^0.24.15", | ||
"@reach/visually-hidden": "^0.11.0", | ||
@@ -49,3 +49,3 @@ "@theme-ui/components": "^0.3.1", | ||
}, | ||
"gitHead": "e83b637512583a0c83cf7f5d76ea22a211f33a2f" | ||
"gitHead": "c11e146a4bdcc06b2502f3faad897cf7407539a7" | ||
} |
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 too big to display
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
899964
125
8586
Updated@front10/utils@^0.24.15