herrtopi-test
Advanced tools
Comparing version 0.0.12 to 0.0.13
import { Avatar } from './inst-avatar/index.js'; | ||
export { Avatar, }; | ||
import { Badge } from './inst-badge/index.js'; | ||
import { Billboard } from './inst-billboard/index.js'; | ||
import { CodeEditor } from './inst-code-editor/index.js'; | ||
import { Heading } from './inst-heading/index.js'; | ||
import { Img } from './inst-img/index.js'; | ||
import { Link } from './inst-link/index.js'; | ||
import { Text } from './inst-text/index.js'; | ||
import { Spinner } from './inst-spinner/index.js'; | ||
import { View } from './inst-view/index.js'; | ||
import { AccessibleContent, PresentationContent, ScreenReaderContent } from './inst-a11y-content/index.js'; | ||
import { ApplyTheme } from './inst-apply-theme/index.js'; | ||
import { ApplyTextDirection } from './inst-apply-text-direction/index.js'; | ||
import { DirectionTest } from './inst-direction-test/index.js'; | ||
import { ViewTest } from './inst-view-test/index.js'; | ||
export { ApplyTheme, ApplyTextDirection, AccessibleContent, PresentationContent, ScreenReaderContent, Avatar, Badge, Billboard, CodeEditor, Heading, Img, Link, Text, Spinner, View, ViewTest, DirectionTest }; | ||
export type { ViewProps, ViewPropTypes } from './inst-view/props.js'; | ||
//# sourceMappingURL=components.d.ts.map |
@@ -26,42 +26,19 @@ /* | ||
import { Avatar } from './inst-avatar/index.js'; | ||
// import { Badge } from './inst-badge' | ||
// import { Billboard } from './inst-billboard' | ||
// import { CodeEditor } from './inst-code-editor' | ||
// import { Heading } from './inst-heading' | ||
// import { Img } from './inst-img' | ||
// import { Link } from './inst-link' | ||
// import { Text } from './inst-text' | ||
// import { Spinner } from './inst-spinner' | ||
// import { View } from './inst-view' | ||
// // utils | ||
// import { | ||
// AccessibleContent, | ||
// PresentationContent, | ||
// ScreenReaderContent | ||
// } from './inst-a11y-content' | ||
// import { ApplyTheme } from './inst-apply-theme' | ||
// import { ApplyTextDirection } from './inst-apply-text-direction' | ||
// // test | ||
// import { DirectionTest } from './inst-direction-test' | ||
// import { ViewTest } from './inst-view-test' | ||
export { | ||
// ApplyTheme, | ||
// ApplyTextDirection, | ||
// AccessibleContent, | ||
// PresentationContent, | ||
// ScreenReaderContent, | ||
Avatar, | ||
// Badge, | ||
// Billboard, | ||
// CodeEditor, | ||
// Heading, | ||
// Img, | ||
// Link, | ||
// Text, | ||
// Spinner, | ||
// View, | ||
// ViewTest, | ||
// DirectionTest | ||
}; | ||
// export type { ViewProps, ViewPropTypes } from './inst-view/props.js' | ||
import { Badge } from './inst-badge/index.js'; | ||
import { Billboard } from './inst-billboard/index.js'; | ||
import { CodeEditor } from './inst-code-editor/index.js'; | ||
import { Heading } from './inst-heading/index.js'; | ||
import { Img } from './inst-img/index.js'; | ||
import { Link } from './inst-link/index.js'; | ||
import { Text } from './inst-text/index.js'; | ||
import { Spinner } from './inst-spinner/index.js'; | ||
import { View } from './inst-view/index.js'; | ||
// utils | ||
import { AccessibleContent, PresentationContent, ScreenReaderContent } from './inst-a11y-content/index.js'; | ||
import { ApplyTheme } from './inst-apply-theme/index.js'; | ||
import { ApplyTextDirection } from './inst-apply-text-direction/index.js'; | ||
// test | ||
import { DirectionTest } from './inst-direction-test/index.js'; | ||
import { ViewTest } from './inst-view-test/index.js'; | ||
export { ApplyTheme, ApplyTextDirection, AccessibleContent, PresentationContent, ScreenReaderContent, Avatar, Badge, Billboard, CodeEditor, Heading, Img, Link, Text, Spinner, View, ViewTest, DirectionTest }; | ||
//# sourceMappingURL=components.js.map |
@@ -1,3 +0,4 @@ | ||
import { Avatar } from './components.js'; | ||
export { Avatar }; | ||
import { registerComponents } from './registerComponents.js'; | ||
export * from './components.js'; | ||
export { registerComponents }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -24,6 +24,5 @@ /* | ||
*/ | ||
// import { registerComponents } from './registerComponents.js' | ||
import { Avatar } from './components.js'; | ||
export { Avatar }; | ||
// export { registerComponents } | ||
import { registerComponents } from './registerComponents.js'; | ||
export * from './components.js'; | ||
export { registerComponents }; | ||
//# sourceMappingURL=index.js.map |
@@ -1,3 +0,37 @@ | ||
import { Avatar } from './components/index.js'; | ||
export { Avatar }; | ||
import canvas from './themes/canvas/index.js'; | ||
import canvasHighContrast from './themes/canvasHighContrast/index.js'; | ||
import instructure from './themes/instructure/index.js'; | ||
import { overrideTheme } from './utils/theming.js'; | ||
import enableValidation from './utils/enableValidation.js'; | ||
import { DIRECTION_VALUES } from './mixins/BidirectionalElement.js'; | ||
import { placementValues } from './utils/commonTypes.js'; | ||
export { canvas, canvasHighContrast, instructure, overrideTheme, enableValidation, DIRECTION_VALUES, placementValues }; | ||
export { AccessibleContent, PresentationContent, ScreenReaderContent, ApplyTextDirection, ApplyTheme, Avatar, Badge, Billboard, CodeEditor, Heading, Img, Link, Text, View, registerComponents } from './components/index.js'; | ||
export type { CSSShorthandValue } from '@instructure/shared-types'; | ||
export type { Theme, BorderThemeVariables, BreakpointThemeVariables, ColorThemeVariables, BaseColorThemeVariables, TextColorThemeVariables, BackgroundColorThemeVariables, BorderColorThemeVariables, BrandThemeVariables, FormThemeVariables, MediaThemeVariables, ShadowThemeVariables, SpacingThemeVariables, StackingThemeVariables, TransitionThemeVariables, TypographyThemeVariables, ActiveThemeKey } from './themes/types/index.js'; | ||
export type { Direction, DirectionProp, DirectionValues } from './mixins/BidirectionalElement.js'; | ||
export type { Cursor, PlacementPropValues } from './utils/commonTypes.js'; | ||
export type { ComponentThemeMap, ComponentTheme, ComponentThemes, StyleOverride } from './utils/theming.js'; | ||
export type { Background, BorderWidthKeys, BorderRadiiKeys, BackgroundKeys, StackingKeys, SpacingKeys, ShadowKeys, BorderRadii, BorderWidth, BorderRadiiValues, BorderWidthValues, Stacking, Shadow, Spacing, SpacingValues, themeablePropValues } from './utils/themeablePropValues.js'; | ||
export type { ComponentOwnPropTypes, ComponentPropTypes, PartialRecord, Constructor, MixinRender, MutableClassInfo } from './utils/utilityTypes.js'; | ||
export type { AvatarTheme } from './components/inst-avatar/theme.js'; | ||
export type { BadgeTheme } from './components/inst-badge/theme.js'; | ||
export type { BillboardTheme } from './components/inst-billboard/theme.js'; | ||
export type { HeadingTheme } from './components/inst-heading/theme.js'; | ||
export type { ImgTheme } from './components/inst-img/theme.js'; | ||
export type { LinkTheme } from './components/inst-link/theme.js'; | ||
export type { TextTheme } from './components/inst-text/theme.js'; | ||
export type { ViewTheme } from './components/inst-view/theme.js'; | ||
export type { ScreenReaderContentProps, ScreenReaderContentOwnPropTypes, ScreenReaderContentPropTypes, PresentationContentProps, PresentationContentOwnPropTypes, PresentationContentPropTypes, AccessibleContentProps, AccessibleContentOwnPropTypes, AccessibleContentPropTypes } from './components/inst-a11y-content/index.js'; | ||
export type { ApplyTextDirectionProps, ApplyTextDirectionOwnPropTypes, ApplyTextDirectionPropTypes } from './components/inst-apply-text-direction/props.js'; | ||
export type { ApplyThemeProps, ApplyThemeOwnPropTypes, ApplyThemePropTypes } from './components/inst-apply-theme/props.js'; | ||
export type { AvatarProps, AvatarOwnPropTypes, AvatarPropTypes } from './components/inst-avatar/props.js'; | ||
export type { BadgeProps, BadgeOwnPropTypes, BadgePropTypes } from './components/inst-badge/props.js'; | ||
export type { BillboardProps, BillboardOwnPropTypes, BillboardPropTypes } from './components/inst-billboard/props.js'; | ||
export type { CodeEditorProps, CodeEditorOwnPropTypes, CodeEditorPropTypes } from './components/inst-code-editor/props.js'; | ||
export type { HeadingProps, HeadingOwnPropTypes, HeadingPropTypes } from './components/inst-heading/props.js'; | ||
export type { ImgProps, ImgOwnPropTypes, ImgPropTypes } from './components/inst-img/props.js'; | ||
export type { LinkProps, LinkOwnPropTypes, LinkPropTypes } from './components/inst-link/props.js'; | ||
export type { TextProps, TextOwnPropTypes, TextPropTypes } from './components/inst-text/props.js'; | ||
export type { ViewProps, ViewOwnPropTypes, ViewPropTypes } from './components/inst-view/props.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -25,177 +25,12 @@ /* | ||
// THEMES AND UTILS | ||
// import canvas from './themes/canvas/index.js' | ||
// import canvasHighContrast from './themes/canvasHighContrast/index.js' | ||
// import instructure from './themes/instructure/index.js' | ||
// import { overrideTheme } from './utils/theming.js' | ||
// import enableValidation from './utils/enableValidation.js' | ||
// import { DIRECTION_VALUES } from './mixins/BidirectionalElement.js' | ||
// import { placementValues } from './utils/commonTypes.js' | ||
// export { | ||
// canvas, | ||
// canvasHighContrast, | ||
// instructure, | ||
// overrideTheme, | ||
// enableValidation, | ||
// DIRECTION_VALUES, | ||
// placementValues | ||
// } | ||
import { Avatar } from './components/index.js'; | ||
export { Avatar }; | ||
// // COMPONENTS: | ||
// export { | ||
// AccessibleContent, | ||
// PresentationContent, | ||
// ScreenReaderContent, | ||
// ApplyTextDirection, | ||
// ApplyTheme, | ||
// Avatar, | ||
// Badge, | ||
// Billboard, | ||
// CodeEditor, | ||
// Heading, | ||
// Img, | ||
// Link, | ||
// Text, | ||
// View, | ||
// registerComponents | ||
// } from './components/index.js' | ||
// // TYPES: | ||
// // external types | ||
// export type { CSSShorthandValue } from '@instructure/shared-types' | ||
// // theme types | ||
// export type { | ||
// Theme, | ||
// BorderThemeVariables, | ||
// BreakpointThemeVariables, | ||
// ColorThemeVariables, | ||
// BaseColorThemeVariables, | ||
// TextColorThemeVariables, | ||
// BackgroundColorThemeVariables, | ||
// BorderColorThemeVariables, | ||
// BrandThemeVariables, | ||
// FormThemeVariables, | ||
// MediaThemeVariables, | ||
// ShadowThemeVariables, | ||
// SpacingThemeVariables, | ||
// StackingThemeVariables, | ||
// TransitionThemeVariables, | ||
// TypographyThemeVariables, | ||
// ActiveThemeKey | ||
// } from './themes/types/index.js' | ||
// // mixin types | ||
// export type { | ||
// Direction, | ||
// DirectionProp, | ||
// DirectionValues | ||
// } from './mixins/BidirectionalElement.js' | ||
// // util types | ||
// export type { Cursor, PlacementPropValues } from './utils/commonTypes.js' | ||
// export type { | ||
// ComponentThemeMap, | ||
// ComponentTheme, | ||
// ComponentThemes, | ||
// StyleOverride | ||
// } from './utils/theming.js' | ||
// export type { | ||
// Background, | ||
// BorderWidthKeys, | ||
// BorderRadiiKeys, | ||
// BackgroundKeys, | ||
// StackingKeys, | ||
// SpacingKeys, | ||
// ShadowKeys, | ||
// BorderRadii, | ||
// BorderWidth, | ||
// BorderRadiiValues, | ||
// BorderWidthValues, | ||
// Stacking, | ||
// Shadow, | ||
// Spacing, | ||
// SpacingValues, | ||
// themeablePropValues | ||
// } from './utils/themeablePropValues.js' | ||
// export type { | ||
// ComponentOwnPropTypes, | ||
// ComponentPropTypes, | ||
// PartialRecord, | ||
// Constructor, | ||
// MixinRender, | ||
// MutableClassInfo | ||
// } from './utils/utilityTypes.js' | ||
// // component theme types | ||
// export type { AvatarTheme } from './components/inst-avatar/theme.js' | ||
// export type { BadgeTheme } from './components/inst-badge/theme.js' | ||
// export type { BillboardTheme } from './components/inst-billboard/theme.js' | ||
// export type { HeadingTheme } from './components/inst-heading/theme.js' | ||
// export type { ImgTheme } from './components/inst-img/theme.js' | ||
// export type { LinkTheme } from './components/inst-link/theme.js' | ||
// export type { TextTheme } from './components/inst-text/theme.js' | ||
// export type { ViewTheme } from './components/inst-view/theme.js' | ||
// // component prop types | ||
// export type { | ||
// ScreenReaderContentProps, | ||
// ScreenReaderContentOwnPropTypes, | ||
// ScreenReaderContentPropTypes, | ||
// PresentationContentProps, | ||
// PresentationContentOwnPropTypes, | ||
// PresentationContentPropTypes, | ||
// AccessibleContentProps, | ||
// AccessibleContentOwnPropTypes, | ||
// AccessibleContentPropTypes | ||
// } from './components/inst-a11y-content/index.js' | ||
// export type { | ||
// ApplyTextDirectionProps, | ||
// ApplyTextDirectionOwnPropTypes, | ||
// ApplyTextDirectionPropTypes | ||
// } from './components/inst-apply-text-direction/props.js' | ||
// export type { | ||
// ApplyThemeProps, | ||
// ApplyThemeOwnPropTypes, | ||
// ApplyThemePropTypes | ||
// } from './components/inst-apply-theme/props.js' | ||
// export type { | ||
// AvatarProps, | ||
// AvatarOwnPropTypes, | ||
// AvatarPropTypes | ||
// } from './components/inst-avatar/props.js' | ||
// export type { | ||
// BadgeProps, | ||
// BadgeOwnPropTypes, | ||
// BadgePropTypes | ||
// } from './components/inst-badge/props.js' | ||
// export type { | ||
// BillboardProps, | ||
// BillboardOwnPropTypes, | ||
// BillboardPropTypes | ||
// } from './components/inst-billboard/props.js' | ||
// export type { | ||
// CodeEditorProps, | ||
// CodeEditorOwnPropTypes, | ||
// CodeEditorPropTypes | ||
// } from './components/inst-code-editor/props.js' | ||
// export type { | ||
// HeadingProps, | ||
// HeadingOwnPropTypes, | ||
// HeadingPropTypes | ||
// } from './components/inst-heading/props.js' | ||
// export type { | ||
// ImgProps, | ||
// ImgOwnPropTypes, | ||
// ImgPropTypes | ||
// } from './components/inst-img/props.js' | ||
// export type { | ||
// LinkProps, | ||
// LinkOwnPropTypes, | ||
// LinkPropTypes | ||
// } from './components/inst-link/props.js' | ||
// export type { | ||
// TextProps, | ||
// TextOwnPropTypes, | ||
// TextPropTypes | ||
// } from './components/inst-text/props.js' | ||
// export type { | ||
// ViewProps, | ||
// ViewOwnPropTypes, | ||
// ViewPropTypes | ||
// } from './components/inst-view/props.js' | ||
import canvas from './themes/canvas/index.js'; | ||
import canvasHighContrast from './themes/canvasHighContrast/index.js'; | ||
import instructure from './themes/instructure/index.js'; | ||
import { overrideTheme } from './utils/theming.js'; | ||
import enableValidation from './utils/enableValidation.js'; | ||
import { DIRECTION_VALUES } from './mixins/BidirectionalElement.js'; | ||
import { placementValues } from './utils/commonTypes.js'; | ||
export { canvas, canvasHighContrast, instructure, overrideTheme, enableValidation, DIRECTION_VALUES, placementValues }; | ||
// COMPONENTS: | ||
export { AccessibleContent, PresentationContent, ScreenReaderContent, ApplyTextDirection, ApplyTheme, Avatar, Badge, Billboard, CodeEditor, Heading, Img, Link, Text, View, registerComponents } from './components/index.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -7,3 +7,3 @@ { | ||
"author": "Sanyi", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"types": "dist/index.d.ts", | ||
@@ -10,0 +10,0 @@ "type": "module", |
@@ -27,45 +27,45 @@ /* | ||
import { Avatar } from './inst-avatar/index.js' | ||
// import { Badge } from './inst-badge' | ||
// import { Billboard } from './inst-billboard' | ||
// import { CodeEditor } from './inst-code-editor' | ||
// import { Heading } from './inst-heading' | ||
// import { Img } from './inst-img' | ||
// import { Link } from './inst-link' | ||
// import { Text } from './inst-text' | ||
// import { Spinner } from './inst-spinner' | ||
// import { View } from './inst-view' | ||
import { Badge } from './inst-badge/index.js' | ||
import { Billboard } from './inst-billboard/index.js' | ||
import { CodeEditor } from './inst-code-editor/index.js' | ||
import { Heading } from './inst-heading/index.js' | ||
import { Img } from './inst-img/index.js' | ||
import { Link } from './inst-link/index.js' | ||
import { Text } from './inst-text/index.js' | ||
import { Spinner } from './inst-spinner/index.js' | ||
import { View } from './inst-view/index.js' | ||
// // utils | ||
// import { | ||
// AccessibleContent, | ||
// PresentationContent, | ||
// ScreenReaderContent | ||
// } from './inst-a11y-content' | ||
// import { ApplyTheme } from './inst-apply-theme' | ||
// import { ApplyTextDirection } from './inst-apply-text-direction' | ||
// utils | ||
import { | ||
AccessibleContent, | ||
PresentationContent, | ||
ScreenReaderContent | ||
} from './inst-a11y-content/index.js' | ||
import { ApplyTheme } from './inst-apply-theme/index.js' | ||
import { ApplyTextDirection } from './inst-apply-text-direction/index.js' | ||
// // test | ||
// import { DirectionTest } from './inst-direction-test' | ||
// import { ViewTest } from './inst-view-test' | ||
// test | ||
import { DirectionTest } from './inst-direction-test/index.js' | ||
import { ViewTest } from './inst-view-test/index.js' | ||
export { | ||
// ApplyTheme, | ||
// ApplyTextDirection, | ||
// AccessibleContent, | ||
// PresentationContent, | ||
// ScreenReaderContent, | ||
ApplyTheme, | ||
ApplyTextDirection, | ||
AccessibleContent, | ||
PresentationContent, | ||
ScreenReaderContent, | ||
Avatar, | ||
// Badge, | ||
// Billboard, | ||
// CodeEditor, | ||
// Heading, | ||
// Img, | ||
// Link, | ||
// Text, | ||
// Spinner, | ||
// View, | ||
// ViewTest, | ||
// DirectionTest | ||
Badge, | ||
Billboard, | ||
CodeEditor, | ||
Heading, | ||
Img, | ||
Link, | ||
Text, | ||
Spinner, | ||
View, | ||
ViewTest, | ||
DirectionTest | ||
} | ||
// export type { ViewProps, ViewPropTypes } from './inst-view/props.js' | ||
export type { ViewProps, ViewPropTypes } from './inst-view/props.js' |
@@ -25,6 +25,5 @@ /* | ||
// import { registerComponents } from './registerComponents.js' | ||
import { registerComponents } from './registerComponents.js' | ||
import {Avatar} from './components.js' | ||
export {Avatar} | ||
// export { registerComponents } | ||
export * from './components.js' | ||
export { registerComponents } |
350
src/index.ts
@@ -26,187 +26,183 @@ /* | ||
// THEMES AND UTILS | ||
// import canvas from './themes/canvas/index.js' | ||
// import canvasHighContrast from './themes/canvasHighContrast/index.js' | ||
// import instructure from './themes/instructure/index.js' | ||
// import { overrideTheme } from './utils/theming.js' | ||
// import enableValidation from './utils/enableValidation.js' | ||
// import { DIRECTION_VALUES } from './mixins/BidirectionalElement.js' | ||
// import { placementValues } from './utils/commonTypes.js' | ||
import canvas from './themes/canvas/index.js' | ||
import canvasHighContrast from './themes/canvasHighContrast/index.js' | ||
import instructure from './themes/instructure/index.js' | ||
import { overrideTheme } from './utils/theming.js' | ||
import enableValidation from './utils/enableValidation.js' | ||
import { DIRECTION_VALUES } from './mixins/BidirectionalElement.js' | ||
import { placementValues } from './utils/commonTypes.js' | ||
// export { | ||
// canvas, | ||
// canvasHighContrast, | ||
// instructure, | ||
// overrideTheme, | ||
// enableValidation, | ||
// DIRECTION_VALUES, | ||
// placementValues | ||
// } | ||
export { | ||
canvas, | ||
canvasHighContrast, | ||
instructure, | ||
overrideTheme, | ||
enableValidation, | ||
DIRECTION_VALUES, | ||
placementValues | ||
} | ||
import {Avatar} from './components/index.js' | ||
// COMPONENTS: | ||
export { | ||
AccessibleContent, | ||
PresentationContent, | ||
ScreenReaderContent, | ||
ApplyTextDirection, | ||
ApplyTheme, | ||
Avatar, | ||
Badge, | ||
Billboard, | ||
CodeEditor, | ||
Heading, | ||
Img, | ||
Link, | ||
Text, | ||
View, | ||
registerComponents | ||
} from './components/index.js' | ||
export {Avatar} | ||
// TYPES: | ||
// // COMPONENTS: | ||
// export { | ||
// AccessibleContent, | ||
// PresentationContent, | ||
// ScreenReaderContent, | ||
// ApplyTextDirection, | ||
// ApplyTheme, | ||
// Avatar, | ||
// Badge, | ||
// Billboard, | ||
// CodeEditor, | ||
// Heading, | ||
// Img, | ||
// Link, | ||
// Text, | ||
// View, | ||
// registerComponents | ||
// } from './components/index.js' | ||
// external types | ||
export type { CSSShorthandValue } from '@instructure/shared-types' | ||
// // TYPES: | ||
// theme types | ||
export type { | ||
Theme, | ||
BorderThemeVariables, | ||
BreakpointThemeVariables, | ||
ColorThemeVariables, | ||
BaseColorThemeVariables, | ||
TextColorThemeVariables, | ||
BackgroundColorThemeVariables, | ||
BorderColorThemeVariables, | ||
BrandThemeVariables, | ||
FormThemeVariables, | ||
MediaThemeVariables, | ||
ShadowThemeVariables, | ||
SpacingThemeVariables, | ||
StackingThemeVariables, | ||
TransitionThemeVariables, | ||
TypographyThemeVariables, | ||
ActiveThemeKey | ||
} from './themes/types/index.js' | ||
// // external types | ||
// export type { CSSShorthandValue } from '@instructure/shared-types' | ||
// mixin types | ||
export type { | ||
Direction, | ||
DirectionProp, | ||
DirectionValues | ||
} from './mixins/BidirectionalElement.js' | ||
// // theme types | ||
// export type { | ||
// Theme, | ||
// BorderThemeVariables, | ||
// BreakpointThemeVariables, | ||
// ColorThemeVariables, | ||
// BaseColorThemeVariables, | ||
// TextColorThemeVariables, | ||
// BackgroundColorThemeVariables, | ||
// BorderColorThemeVariables, | ||
// BrandThemeVariables, | ||
// FormThemeVariables, | ||
// MediaThemeVariables, | ||
// ShadowThemeVariables, | ||
// SpacingThemeVariables, | ||
// StackingThemeVariables, | ||
// TransitionThemeVariables, | ||
// TypographyThemeVariables, | ||
// ActiveThemeKey | ||
// } from './themes/types/index.js' | ||
// util types | ||
export type { Cursor, PlacementPropValues } from './utils/commonTypes.js' | ||
export type { | ||
ComponentThemeMap, | ||
ComponentTheme, | ||
ComponentThemes, | ||
StyleOverride | ||
} from './utils/theming.js' | ||
export type { | ||
Background, | ||
BorderWidthKeys, | ||
BorderRadiiKeys, | ||
BackgroundKeys, | ||
StackingKeys, | ||
SpacingKeys, | ||
ShadowKeys, | ||
BorderRadii, | ||
BorderWidth, | ||
BorderRadiiValues, | ||
BorderWidthValues, | ||
Stacking, | ||
Shadow, | ||
Spacing, | ||
SpacingValues, | ||
themeablePropValues | ||
} from './utils/themeablePropValues.js' | ||
export type { | ||
ComponentOwnPropTypes, | ||
ComponentPropTypes, | ||
PartialRecord, | ||
Constructor, | ||
MixinRender, | ||
MutableClassInfo | ||
} from './utils/utilityTypes.js' | ||
// // mixin types | ||
// export type { | ||
// Direction, | ||
// DirectionProp, | ||
// DirectionValues | ||
// } from './mixins/BidirectionalElement.js' | ||
// component theme types | ||
export type { AvatarTheme } from './components/inst-avatar/theme.js' | ||
export type { BadgeTheme } from './components/inst-badge/theme.js' | ||
export type { BillboardTheme } from './components/inst-billboard/theme.js' | ||
export type { HeadingTheme } from './components/inst-heading/theme.js' | ||
export type { ImgTheme } from './components/inst-img/theme.js' | ||
export type { LinkTheme } from './components/inst-link/theme.js' | ||
export type { TextTheme } from './components/inst-text/theme.js' | ||
export type { ViewTheme } from './components/inst-view/theme.js' | ||
// // util types | ||
// export type { Cursor, PlacementPropValues } from './utils/commonTypes.js' | ||
// export type { | ||
// ComponentThemeMap, | ||
// ComponentTheme, | ||
// ComponentThemes, | ||
// StyleOverride | ||
// } from './utils/theming.js' | ||
// export type { | ||
// Background, | ||
// BorderWidthKeys, | ||
// BorderRadiiKeys, | ||
// BackgroundKeys, | ||
// StackingKeys, | ||
// SpacingKeys, | ||
// ShadowKeys, | ||
// BorderRadii, | ||
// BorderWidth, | ||
// BorderRadiiValues, | ||
// BorderWidthValues, | ||
// Stacking, | ||
// Shadow, | ||
// Spacing, | ||
// SpacingValues, | ||
// themeablePropValues | ||
// } from './utils/themeablePropValues.js' | ||
// export type { | ||
// ComponentOwnPropTypes, | ||
// ComponentPropTypes, | ||
// PartialRecord, | ||
// Constructor, | ||
// MixinRender, | ||
// MutableClassInfo | ||
// } from './utils/utilityTypes.js' | ||
// // component theme types | ||
// export type { AvatarTheme } from './components/inst-avatar/theme.js' | ||
// export type { BadgeTheme } from './components/inst-badge/theme.js' | ||
// export type { BillboardTheme } from './components/inst-billboard/theme.js' | ||
// export type { HeadingTheme } from './components/inst-heading/theme.js' | ||
// export type { ImgTheme } from './components/inst-img/theme.js' | ||
// export type { LinkTheme } from './components/inst-link/theme.js' | ||
// export type { TextTheme } from './components/inst-text/theme.js' | ||
// export type { ViewTheme } from './components/inst-view/theme.js' | ||
// // component prop types | ||
// export type { | ||
// ScreenReaderContentProps, | ||
// ScreenReaderContentOwnPropTypes, | ||
// ScreenReaderContentPropTypes, | ||
// PresentationContentProps, | ||
// PresentationContentOwnPropTypes, | ||
// PresentationContentPropTypes, | ||
// AccessibleContentProps, | ||
// AccessibleContentOwnPropTypes, | ||
// AccessibleContentPropTypes | ||
// } from './components/inst-a11y-content/index.js' | ||
// export type { | ||
// ApplyTextDirectionProps, | ||
// ApplyTextDirectionOwnPropTypes, | ||
// ApplyTextDirectionPropTypes | ||
// } from './components/inst-apply-text-direction/props.js' | ||
// export type { | ||
// ApplyThemeProps, | ||
// ApplyThemeOwnPropTypes, | ||
// ApplyThemePropTypes | ||
// } from './components/inst-apply-theme/props.js' | ||
// export type { | ||
// AvatarProps, | ||
// AvatarOwnPropTypes, | ||
// AvatarPropTypes | ||
// } from './components/inst-avatar/props.js' | ||
// export type { | ||
// BadgeProps, | ||
// BadgeOwnPropTypes, | ||
// BadgePropTypes | ||
// } from './components/inst-badge/props.js' | ||
// export type { | ||
// BillboardProps, | ||
// BillboardOwnPropTypes, | ||
// BillboardPropTypes | ||
// } from './components/inst-billboard/props.js' | ||
// export type { | ||
// CodeEditorProps, | ||
// CodeEditorOwnPropTypes, | ||
// CodeEditorPropTypes | ||
// } from './components/inst-code-editor/props.js' | ||
// export type { | ||
// HeadingProps, | ||
// HeadingOwnPropTypes, | ||
// HeadingPropTypes | ||
// } from './components/inst-heading/props.js' | ||
// export type { | ||
// ImgProps, | ||
// ImgOwnPropTypes, | ||
// ImgPropTypes | ||
// } from './components/inst-img/props.js' | ||
// export type { | ||
// LinkProps, | ||
// LinkOwnPropTypes, | ||
// LinkPropTypes | ||
// } from './components/inst-link/props.js' | ||
// export type { | ||
// TextProps, | ||
// TextOwnPropTypes, | ||
// TextPropTypes | ||
// } from './components/inst-text/props.js' | ||
// export type { | ||
// ViewProps, | ||
// ViewOwnPropTypes, | ||
// ViewPropTypes | ||
// } from './components/inst-view/props.js' | ||
// component prop types | ||
export type { | ||
ScreenReaderContentProps, | ||
ScreenReaderContentOwnPropTypes, | ||
ScreenReaderContentPropTypes, | ||
PresentationContentProps, | ||
PresentationContentOwnPropTypes, | ||
PresentationContentPropTypes, | ||
AccessibleContentProps, | ||
AccessibleContentOwnPropTypes, | ||
AccessibleContentPropTypes | ||
} from './components/inst-a11y-content/index.js' | ||
export type { | ||
ApplyTextDirectionProps, | ||
ApplyTextDirectionOwnPropTypes, | ||
ApplyTextDirectionPropTypes | ||
} from './components/inst-apply-text-direction/props.js' | ||
export type { | ||
ApplyThemeProps, | ||
ApplyThemeOwnPropTypes, | ||
ApplyThemePropTypes | ||
} from './components/inst-apply-theme/props.js' | ||
export type { | ||
AvatarProps, | ||
AvatarOwnPropTypes, | ||
AvatarPropTypes | ||
} from './components/inst-avatar/props.js' | ||
export type { | ||
BadgeProps, | ||
BadgeOwnPropTypes, | ||
BadgePropTypes | ||
} from './components/inst-badge/props.js' | ||
export type { | ||
BillboardProps, | ||
BillboardOwnPropTypes, | ||
BillboardPropTypes | ||
} from './components/inst-billboard/props.js' | ||
export type { | ||
CodeEditorProps, | ||
CodeEditorOwnPropTypes, | ||
CodeEditorPropTypes | ||
} from './components/inst-code-editor/props.js' | ||
export type { | ||
HeadingProps, | ||
HeadingOwnPropTypes, | ||
HeadingPropTypes | ||
} from './components/inst-heading/props.js' | ||
export type { | ||
ImgProps, | ||
ImgOwnPropTypes, | ||
ImgPropTypes | ||
} from './components/inst-img/props.js' | ||
export type { | ||
LinkProps, | ||
LinkOwnPropTypes, | ||
LinkPropTypes | ||
} from './components/inst-link/props.js' | ||
export type { | ||
TextProps, | ||
TextOwnPropTypes, | ||
TextPropTypes | ||
} from './components/inst-text/props.js' | ||
export type { | ||
ViewProps, | ||
ViewOwnPropTypes, | ||
ViewPropTypes | ||
} from './components/inst-view/props.js' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1766581
23196