@appkit/dek-lib 0.2.8 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Background/Background.d.ts +1 -5
- package/dist/components/CommandGroup/CommandGroup.styled.d.ts +4 -2
- package/dist/components/Header/Header.styled.d.ts +3 -3
- package/dist/components/Router/Router.styled.d.ts +1 -1
- package/dist/components/Zone/Zone.d.ts +2 -0
- package/dist/index.es.js +28251 -25083
- package/dist/index.umd.js +28274 -25106
- package/dist/lib/globals.d.ts +3 -1
- package/dist/lib/registry.d.ts +15 -0
- package/dist/plugins/base/components/Greeting/Greeting.styled.d.ts +2 -2
- package/dist/plugins/base/components/backgrounds/BlobBackground/BlobBackground.d.ts +7 -0
- package/dist/plugins/base/components/backgrounds/BlobBackground/BlobBackground.styled.d.ts +11 -0
- package/dist/plugins/base/components/backgrounds/BlurredLightsBackground/BlurredLightsBackground.d.ts +7 -0
- package/dist/plugins/base/components/backgrounds/BlurredLightsBackground/BlurredLightsBackground.styled.d.ts +5187 -0
- package/dist/plugins/base/components/backgrounds/GradientBackground/GradientBackground.d.ts +7 -0
- package/dist/plugins/base/components/backgrounds/GradientBackground/GradientBackground.styled.d.ts +8 -0
- package/dist/plugins/base/components/backgrounds/ImageBackground/ImageBackground.d.ts +6 -0
- package/dist/plugins/base/components/backgrounds/ImageBackground/ImageBackground.styled.d.ts +10 -0
- package/dist/plugins/base/plugin.d.ts +4 -3
- package/dist/plugins/base/screens/BackgroundsScreen.d.ts +2 -0
- package/dist/plugins/base/screens/SettingsScreen/About.d.ts +2 -0
- package/dist/plugins/base/screens/SettingsScreen/Backgrounds.d.ts +2 -0
- package/dist/plugins/base/screens/SettingsScreen/Boards.d.ts +2 -0
- package/dist/plugins/base/screens/SettingsScreen/Messages.d.ts +2 -0
- package/dist/plugins/base/screens/SettingsScreen/PluginDev.d.ts +2 -0
- package/dist/plugins/base/screens/SettingsScreen/SettingsScreen.d.ts +5 -0
- package/dist/plugins/calendar/CalendarTiles/CalendarTiles.styled.d.ts +3 -3
- package/dist/plugins/calendar/plugin.d.ts +2 -2
- package/dist/plugins/calendar/screens/EventScreen/EventScreen.styled.d.ts +1 -1
- package/dist/plugins/home-assistant/MediaView/MediaView.styled.d.ts +7 -5
- package/dist/plugins/home-assistant/plugin.d.ts +2 -2
- package/dist/plugins/weather/WeatherComponent/WeatherComponent.styled.d.ts +3 -3
- package/dist/plugins/weather/WeatherDisplay/WeatherDisplay.styled.d.ts +3 -3
- package/package.json +1 -1
|
@@ -19,10 +19,12 @@ export declare const Container: import("styled-components").IStyledComponent<"we
|
|
|
19
19
|
height?: string | number | undefined;
|
|
20
20
|
fixed?: import("../../../../ui/dist/components/View/View").ViewFixPosition | undefined;
|
|
21
21
|
backColor?: string | undefined;
|
|
22
|
+
backColorHover?: string | undefined;
|
|
22
23
|
borderRadius?: number | undefined;
|
|
24
|
+
className?: string | undefined;
|
|
23
25
|
onClick?: (() => void) | undefined;
|
|
24
26
|
children?: import("react").ReactNode;
|
|
25
|
-
}> & (({ label, direction, collapse, valign, halign, vscroll, hscroll, padding, paddingVert, paddingHorz, paddingRight, paddingLeft, paddingTop, paddingBottom, width, height, fixed, backColor, borderRadius, onClick, style, children, }: import("../../../../ui/dist/components/View/View").ViewProps) => import("react/jsx-runtime").JSX.Element);
|
|
27
|
+
}> & (({ label, direction, collapse, valign, halign, vscroll, hscroll, padding, paddingVert, paddingHorz, paddingRight, paddingLeft, paddingTop, paddingBottom, width, height, fixed, backColor, backColorHover, borderRadius, className, onClick, style, children, }: import("../../../../ui/dist/components/View/View").ViewProps) => import("react/jsx-runtime").JSX.Element);
|
|
26
28
|
export declare const CommandItem: import("styled-components").IStyledComponent<"web", {
|
|
27
29
|
ref?: import("react").LegacyRef<HTMLDivElement> | undefined;
|
|
28
30
|
key?: import("react").Key | null | undefined;
|
|
@@ -108,7 +110,7 @@ export declare const CommandItem: import("styled-components").IStyledComponent<"
|
|
|
108
110
|
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
109
111
|
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
110
112
|
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
111
|
-
"aria-orientation"?: "
|
|
113
|
+
"aria-orientation"?: "vertical" | "horizontal" | undefined;
|
|
112
114
|
"aria-owns"?: string | undefined;
|
|
113
115
|
"aria-placeholder"?: string | undefined;
|
|
114
116
|
"aria-posinset"?: number | undefined;
|
|
@@ -88,7 +88,7 @@ export declare const HeaderLeft: import("styled-components").IStyledComponent<"w
|
|
|
88
88
|
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
89
89
|
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
90
90
|
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
91
|
-
"aria-orientation"?: "
|
|
91
|
+
"aria-orientation"?: "vertical" | "horizontal" | undefined;
|
|
92
92
|
"aria-owns"?: string | undefined;
|
|
93
93
|
"aria-placeholder"?: string | undefined;
|
|
94
94
|
"aria-posinset"?: number | undefined;
|
|
@@ -360,7 +360,7 @@ export declare const HeaderCenter: import("styled-components").IStyledComponent<
|
|
|
360
360
|
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
361
361
|
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
362
362
|
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
363
|
-
"aria-orientation"?: "
|
|
363
|
+
"aria-orientation"?: "vertical" | "horizontal" | undefined;
|
|
364
364
|
"aria-owns"?: string | undefined;
|
|
365
365
|
"aria-placeholder"?: string | undefined;
|
|
366
366
|
"aria-posinset"?: number | undefined;
|
|
@@ -632,7 +632,7 @@ export declare const HeaderRight: import("styled-components").IStyledComponent<"
|
|
|
632
632
|
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
633
633
|
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
634
634
|
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
635
|
-
"aria-orientation"?: "
|
|
635
|
+
"aria-orientation"?: "vertical" | "horizontal" | undefined;
|
|
636
636
|
"aria-owns"?: string | undefined;
|
|
637
637
|
"aria-placeholder"?: string | undefined;
|
|
638
638
|
"aria-posinset"?: number | undefined;
|
|
@@ -84,7 +84,7 @@ export declare const Container: import("styled-components").IStyledComponent<"we
|
|
|
84
84
|
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
85
85
|
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
86
86
|
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
87
|
-
"aria-orientation"?: "
|
|
87
|
+
"aria-orientation"?: "vertical" | "horizontal" | undefined;
|
|
88
88
|
"aria-owns"?: string | undefined;
|
|
89
89
|
"aria-placeholder"?: string | undefined;
|
|
90
90
|
"aria-posinset"?: number | undefined;
|