@dxos/ui-theme 0.0.0 → 0.8.4-main.16b68245aa
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/lib/browser/index.mjs +1372 -0
- package/dist/lib/browser/index.mjs.map +7 -0
- package/dist/lib/browser/meta.json +1 -0
- package/dist/lib/node-esm/index.mjs +1374 -0
- package/dist/lib/node-esm/index.mjs.map +7 -0
- package/dist/lib/node-esm/meta.json +1 -0
- package/dist/plugin/node-cjs/main.css +1564 -0
- package/dist/plugin/node-cjs/main.css.map +7 -0
- package/dist/plugin/node-cjs/meta.json +1 -0
- package/dist/plugin/node-cjs/plugins/ThemePlugin.cjs +137 -0
- package/dist/plugin/node-cjs/plugins/ThemePlugin.cjs.map +7 -0
- package/dist/plugin/node-esm/main.css +1564 -0
- package/dist/plugin/node-esm/main.css.map +7 -0
- package/dist/plugin/node-esm/meta.json +1 -0
- package/dist/plugin/node-esm/plugins/ThemePlugin.mjs +105 -0
- package/dist/plugin/node-esm/plugins/ThemePlugin.mjs.map +7 -0
- package/dist/types/src/Theme.stories.d.ts +27 -0
- package/dist/types/src/Theme.stories.d.ts.map +1 -0
- package/dist/types/src/defs.d.ts +21 -0
- package/dist/types/src/defs.d.ts.map +1 -0
- package/dist/types/src/fragments/density.d.ts +4 -0
- package/dist/types/src/fragments/density.d.ts.map +1 -0
- package/dist/types/src/fragments/disabled.d.ts +3 -0
- package/dist/types/src/fragments/disabled.d.ts.map +1 -0
- package/dist/types/src/fragments/hover.d.ts +10 -0
- package/dist/types/src/fragments/hover.d.ts.map +1 -0
- package/dist/types/src/fragments/index.d.ts +5 -0
- package/dist/types/src/fragments/index.d.ts.map +1 -0
- package/dist/types/src/fragments/text.d.ts +2 -0
- package/dist/types/src/fragments/text.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +5 -0
- package/dist/types/src/index.d.ts.map +1 -0
- package/dist/types/src/plugins/ThemePlugin.d.ts +16 -0
- package/dist/types/src/plugins/ThemePlugin.d.ts.map +1 -0
- package/dist/types/src/plugins/dark-mode.d.ts +1 -0
- package/dist/types/src/plugins/dark-mode.d.ts.map +1 -0
- package/dist/types/src/theme/components/avatar.d.ts +21 -0
- package/dist/types/src/theme/components/avatar.d.ts.map +1 -0
- package/dist/types/src/theme/components/breadcrumb.d.ts +9 -0
- package/dist/types/src/theme/components/breadcrumb.d.ts.map +1 -0
- package/dist/types/src/theme/components/button.d.ts +15 -0
- package/dist/types/src/theme/components/button.d.ts.map +1 -0
- package/dist/types/src/theme/components/card.d.ts +12 -0
- package/dist/types/src/theme/components/card.d.ts.map +1 -0
- package/dist/types/src/theme/components/dialog.d.ts +17 -0
- package/dist/types/src/theme/components/dialog.d.ts.map +1 -0
- package/dist/types/src/theme/components/focus.d.ts +6 -0
- package/dist/types/src/theme/components/focus.d.ts.map +1 -0
- package/dist/types/src/theme/components/icon-button.d.ts +9 -0
- package/dist/types/src/theme/components/icon-button.d.ts.map +1 -0
- package/dist/types/src/theme/components/icon.d.ts +10 -0
- package/dist/types/src/theme/components/icon.d.ts.map +1 -0
- package/dist/types/src/theme/components/index.d.ts +27 -0
- package/dist/types/src/theme/components/index.d.ts.map +1 -0
- package/dist/types/src/theme/components/input.d.ts +115 -0
- package/dist/types/src/theme/components/input.d.ts.map +1 -0
- package/dist/types/src/theme/components/link.d.ts +7 -0
- package/dist/types/src/theme/components/link.d.ts.map +1 -0
- package/dist/types/src/theme/components/list.d.ts +14 -0
- package/dist/types/src/theme/components/list.d.ts.map +1 -0
- package/dist/types/src/theme/components/main.d.ts +28 -0
- package/dist/types/src/theme/components/main.d.ts.map +1 -0
- package/dist/types/src/theme/components/menu.d.ts +13 -0
- package/dist/types/src/theme/components/menu.d.ts.map +1 -0
- package/dist/types/src/theme/components/message.d.ts +12 -0
- package/dist/types/src/theme/components/message.d.ts.map +1 -0
- package/dist/types/src/theme/components/popover.d.ts +11 -0
- package/dist/types/src/theme/components/popover.d.ts.map +1 -0
- package/dist/types/src/theme/components/scroll-area.d.ts +32 -0
- package/dist/types/src/theme/components/scroll-area.d.ts.map +1 -0
- package/dist/types/src/theme/components/select.d.ts +13 -0
- package/dist/types/src/theme/components/select.d.ts.map +1 -0
- package/dist/types/src/theme/components/separator.d.ts +8 -0
- package/dist/types/src/theme/components/separator.d.ts.map +1 -0
- package/dist/types/src/theme/components/skeleton.d.ts +7 -0
- package/dist/types/src/theme/components/skeleton.d.ts.map +1 -0
- package/dist/types/src/theme/components/splitter.d.ts +4 -0
- package/dist/types/src/theme/components/splitter.d.ts.map +1 -0
- package/dist/types/src/theme/components/status.d.ts +9 -0
- package/dist/types/src/theme/components/status.d.ts.map +1 -0
- package/dist/types/src/theme/components/tag.d.ts +7 -0
- package/dist/types/src/theme/components/tag.d.ts.map +1 -0
- package/dist/types/src/theme/components/toast.d.ts +12 -0
- package/dist/types/src/theme/components/toast.d.ts.map +1 -0
- package/dist/types/src/theme/components/toolbar.d.ts +11 -0
- package/dist/types/src/theme/components/toolbar.d.ts.map +1 -0
- package/dist/types/src/theme/components/tooltip.d.ts +8 -0
- package/dist/types/src/theme/components/tooltip.d.ts.map +1 -0
- package/dist/types/src/theme/components/treegrid.d.ts +10 -0
- package/dist/types/src/theme/components/treegrid.d.ts.map +1 -0
- package/dist/types/src/theme/index.d.ts +4 -0
- package/dist/types/src/theme/index.d.ts.map +1 -0
- package/dist/types/src/theme/primitives/column.d.ts +29 -0
- package/dist/types/src/theme/primitives/column.d.ts.map +1 -0
- package/dist/types/src/theme/primitives/index.d.ts +3 -0
- package/dist/types/src/theme/primitives/index.d.ts.map +1 -0
- package/dist/types/src/theme/primitives/panel.d.ts +13 -0
- package/dist/types/src/theme/primitives/panel.d.ts.map +1 -0
- package/dist/types/src/theme/theme.d.ts +5 -0
- package/dist/types/src/theme/theme.d.ts.map +1 -0
- package/dist/types/src/util/elevation.d.ts +9 -0
- package/dist/types/src/util/elevation.d.ts.map +1 -0
- package/dist/types/src/util/hash-styles.d.ts +18 -0
- package/dist/types/src/util/hash-styles.d.ts.map +1 -0
- package/dist/types/src/util/index.d.ts +6 -0
- package/dist/types/src/util/index.d.ts.map +1 -0
- package/dist/types/src/util/mx.d.ts +58 -0
- package/dist/types/src/util/mx.d.ts.map +1 -0
- package/dist/types/src/util/size.d.ts +27 -0
- package/dist/types/src/util/size.d.ts.map +1 -0
- package/dist/types/src/util/valence.d.ts +4 -0
- package/dist/types/src/util/valence.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -0
- package/package.json +30 -36
- package/src/Theme.stories.tsx +224 -0
- package/src/css/base/base.css +43 -0
- package/src/{styles/layers → css/base}/typography.css +21 -3
- package/src/{styles/layers → css/components}/button.css +23 -14
- package/src/{styles/layers → css/components}/checkbox.css +12 -8
- package/src/css/components/dialog.css +78 -0
- package/src/{styles/layers/focus-ring.css → css/components/focus.css} +60 -41
- package/src/css/components/icon.css +9 -0
- package/src/css/components/link.css +9 -0
- package/src/css/components/panel.css +117 -0
- package/src/css/components/scrollbar.css +24 -0
- package/src/css/components/selected.css +35 -0
- package/src/css/components/selected.md +101 -0
- package/src/css/components/surface.css +34 -0
- package/src/css/components/tag.css +132 -0
- package/src/css/components/text.css +124 -0
- package/src/css/integrations/codemirror.css +34 -0
- package/src/css/integrations/tldraw.css +14 -0
- package/src/css/layout/main.css +205 -0
- package/src/{styles/layers → css/layout}/native.css +6 -4
- package/src/css/layout/positioning.css +19 -0
- package/src/{styles/layers → css/layout}/size.css +130 -102
- package/src/css/theme/animation.css +260 -0
- package/src/css/theme/border.css +23 -0
- package/src/css/theme/palette.css +36 -0
- package/src/css/theme/semantic.css +116 -0
- package/src/css/theme/spacing.css +147 -0
- package/src/css/theme/styles.css +145 -0
- package/src/css/theme/text.css +37 -0
- package/src/css/utilities.css +118 -0
- package/src/defs.ts +48 -0
- package/src/fragments/AUDIT.md +57 -0
- package/src/fragments/density.ts +16 -0
- package/src/fragments/hover.ts +18 -0
- package/src/fragments/index.ts +10 -0
- package/src/fragments/text.ts +6 -0
- package/src/index.ts +3 -14
- package/src/main.css +121 -0
- package/src/plugins/ThemePlugin.ts +125 -0
- package/src/plugins/dark-mode.ts +22 -0
- package/src/plugins/main.css +45 -0
- package/src/{styles → theme}/components/avatar.ts +12 -13
- package/src/theme/components/button.ts +48 -0
- package/src/theme/components/card.ts +102 -0
- package/src/theme/components/dialog.ts +61 -0
- package/src/theme/components/focus.ts +33 -0
- package/src/{styles → theme}/components/icon-button.ts +6 -5
- package/src/theme/components/icon.ts +28 -0
- package/src/{styles → theme}/components/index.ts +4 -1
- package/src/theme/components/input.ts +171 -0
- package/src/{styles → theme}/components/link.ts +3 -4
- package/src/{styles → theme}/components/list.ts +5 -5
- package/src/{styles → theme}/components/main.ts +9 -11
- package/src/{styles → theme}/components/menu.ts +11 -21
- package/src/{styles → theme}/components/message.ts +11 -7
- package/src/{styles → theme}/components/popover.ts +13 -12
- package/src/theme/components/scroll-area.ts +115 -0
- package/src/{styles → theme}/components/select.ts +8 -16
- package/src/{styles → theme}/components/separator.ts +3 -3
- package/src/theme/components/skeleton.ts +23 -0
- package/src/theme/components/splitter.ts +20 -0
- package/src/{styles → theme}/components/status.ts +7 -7
- package/src/{styles → theme}/components/tag.ts +1 -1
- package/src/{styles → theme}/components/toast.ts +6 -8
- package/src/theme/components/toolbar.ts +35 -0
- package/src/{styles → theme}/components/tooltip.ts +4 -6
- package/src/{styles → theme}/components/treegrid.ts +9 -9
- package/src/{styles → theme}/index.ts +2 -2
- package/src/theme/primitives/column.ts +71 -0
- package/src/theme/primitives/index.ts +6 -0
- package/src/theme/primitives/panel.ts +43 -0
- package/src/{styles → theme}/theme.ts +27 -9
- package/src/typings.d.ts +3 -1
- package/src/{styles/fragments → util}/elevation.ts +6 -8
- package/src/util/hash-styles.ts +118 -98
- package/src/util/index.ts +3 -0
- package/src/util/mx.ts +165 -43
- package/src/util/size.ts +103 -0
- package/src/util/valence.ts +33 -0
- package/src/Tokens.stories.tsx +0 -88
- package/src/config/index.ts +0 -6
- package/src/config/tailwind.ts +0 -250
- package/src/config/tokens/alias-colors.ts +0 -39
- package/src/config/tokens/index.ts +0 -92
- package/src/config/tokens/lengths.ts +0 -97
- package/src/config/tokens/physical-colors.ts +0 -125
- package/src/config/tokens/semantic-colors.ts +0 -27
- package/src/config/tokens/sememes-calls.ts +0 -17
- package/src/config/tokens/sememes-codemirror.ts +0 -50
- package/src/config/tokens/sememes-hue.ts +0 -54
- package/src/config/tokens/sememes-sheet.ts +0 -62
- package/src/config/tokens/sememes-system.ts +0 -302
- package/src/config/tokens/sizes.ts +0 -7
- package/src/config/tokens/types.ts +0 -9
- package/src/docs/theme.drawio.svg +0 -635
- package/src/plugins/esbuild-plugin.ts +0 -65
- package/src/plugins/plugin.ts +0 -130
- package/src/plugins/resolveContent.ts +0 -51
- package/src/styles/components/README.md +0 -6
- package/src/styles/components/anchored-overflow.ts +0 -20
- package/src/styles/components/button.ts +0 -48
- package/src/styles/components/dialog.ts +0 -36
- package/src/styles/components/icon.ts +0 -19
- package/src/styles/components/input.ts +0 -177
- package/src/styles/components/scroll-area.ts +0 -43
- package/src/styles/components/toolbar.ts +0 -29
- package/src/styles/fragments/density.ts +0 -17
- package/src/styles/fragments/dimension.ts +0 -8
- package/src/styles/fragments/focus.ts +0 -16
- package/src/styles/fragments/group.ts +0 -12
- package/src/styles/fragments/hover.ts +0 -25
- package/src/styles/fragments/index.ts +0 -20
- package/src/styles/fragments/layout.ts +0 -7
- package/src/styles/fragments/motion.ts +0 -6
- package/src/styles/fragments/ornament.ts +0 -10
- package/src/styles/fragments/selected.ts +0 -45
- package/src/styles/fragments/shimmer.ts +0 -9
- package/src/styles/fragments/size.ts +0 -117
- package/src/styles/fragments/surface.ts +0 -29
- package/src/styles/fragments/text.ts +0 -12
- package/src/styles/fragments/valence.ts +0 -46
- package/src/styles/layers/README.md +0 -15
- package/src/styles/layers/anchored-overflow.css +0 -9
- package/src/styles/layers/animation.css +0 -17
- package/src/styles/layers/attention.css +0 -8
- package/src/styles/layers/base.css +0 -25
- package/src/styles/layers/can-scroll.css +0 -26
- package/src/styles/layers/dialog.css +0 -42
- package/src/styles/layers/drag-preview.css +0 -18
- package/src/styles/layers/hues.css +0 -110
- package/src/styles/layers/index.css +0 -26
- package/src/styles/layers/main.css +0 -160
- package/src/styles/layers/positioning.css +0 -23
- package/src/styles/layers/surfaces.css +0 -31
- package/src/styles/layers/tag.css +0 -132
- package/src/styles/layers/tldraw.css +0 -91
- package/src/styles/layers/tokens.css +0 -45
- package/src/tailwind.ts +0 -5
- package/src/theme.css +0 -9
- package/src/types.ts +0 -7
- package/src/util/withLogical.ts +0 -114
- /package/src/{styles/fragments → fragments}/disabled.ts +0 -0
- /package/src/{styles → theme}/components/breadcrumb.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=dark-mode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dark-mode.d.ts","sourceRoot":"","sources":["../../../../src/plugins/dark-mode.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { type ComponentFunction, type Size, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type AvatarStyleProps = Partial<{
|
|
3
|
+
size: Size;
|
|
4
|
+
srOnly: boolean;
|
|
5
|
+
status: 'active' | 'inactive' | 'current' | 'error' | 'warning' | 'internal';
|
|
6
|
+
animation: 'pulse' | 'none';
|
|
7
|
+
variant: 'circle' | 'square';
|
|
8
|
+
inGroup: boolean;
|
|
9
|
+
}>;
|
|
10
|
+
export declare const avatarRoot: ComponentFunction<AvatarStyleProps>;
|
|
11
|
+
export declare const avatarLabel: ComponentFunction<AvatarStyleProps>;
|
|
12
|
+
export declare const avatarDescription: ComponentFunction<AvatarStyleProps>;
|
|
13
|
+
export declare const avatarFrame: ComponentFunction<AvatarStyleProps>;
|
|
14
|
+
export declare const avatarStatusIcon: ComponentFunction<AvatarStyleProps>;
|
|
15
|
+
export declare const avatarRing: ComponentFunction<AvatarStyleProps>;
|
|
16
|
+
export declare const avatarFallbackText: ComponentFunction<AvatarStyleProps>;
|
|
17
|
+
export declare const avatarGroup: ComponentFunction<AvatarStyleProps>;
|
|
18
|
+
export declare const avatarGroupLabel: ComponentFunction<AvatarStyleProps>;
|
|
19
|
+
export declare const avatarGroupDescription: ComponentFunction<AvatarStyleProps>;
|
|
20
|
+
export declare const avatarTheme: Theme<AvatarStyleProps>;
|
|
21
|
+
//# sourceMappingURL=avatar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/avatar.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,IAAI,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAI/E,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC;IACrC,IAAI,EAAE,IAAI,CAAC;IACX,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,UAAU,CAAC;IAC7E,SAAS,EAAE,OAAO,GAAG,MAAM,CAAC;IAC5B,OAAO,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAC7B,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC,CAAC;AAEH,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,gBAAgB,CAMxD,CAAC;AAEJ,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CAA2D,CAAC;AAExH,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,gBAAgB,CACb,CAAC;AAEtD,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CACyC,CAAC;AAEtG,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAAC,gBAAgB,CAU9D,CAAC;AAEJ,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,gBAAgB,CAmBxD,CAAC;AAEJ,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,gBAAgB,CAAgD,CAAC;AAEpH,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CACpB,CAAC;AAEzC,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAAC,gBAAgB,CAO9D,CAAC;AAEJ,eAAO,MAAM,sBAAsB,EAAE,iBAAiB,CAAC,gBAAgB,CAClB,CAAC;AAEtD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,gBAAgB,CAW/C,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type ComponentFunction, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type breadcrumbStyleProps = {};
|
|
3
|
+
export declare const breadcrumbRoot: ComponentFunction<breadcrumbStyleProps>;
|
|
4
|
+
export declare const breadcrumbList: ComponentFunction<breadcrumbStyleProps>;
|
|
5
|
+
export declare const breadcrumbListItem: ComponentFunction<breadcrumbStyleProps>;
|
|
6
|
+
export declare const breadcrumbCurrent: ComponentFunction<breadcrumbStyleProps>;
|
|
7
|
+
export declare const breadcrumbSeparator: ComponentFunction<breadcrumbStyleProps>;
|
|
8
|
+
export declare const breadcrumbTheme: Theme<breadcrumbStyleProps>;
|
|
9
|
+
//# sourceMappingURL=breadcrumb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/breadcrumb.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAIpE,MAAM,MAAM,oBAAoB,GAAG,EAAE,CAAC;AAEtC,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,oBAAoB,CACzB,CAAC;AAE3C,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,oBAAoB,CAA8C,CAAC;AAElH,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,oBAAoB,CAA8C,CAAC;AAEtH,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,oBAAoB,CAAkC,CAAC;AAEzG,eAAO,MAAM,mBAAmB,EAAE,iBAAiB,CAAC,oBAAoB,CAC9C,CAAC;AAE3B,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,oBAAoB,CAMvD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Density, Elevation, Theme } from '@dxos/ui-types';
|
|
2
|
+
export declare const primaryButtonColors = "text-accent-surface-text bg-accent-surface hover:bg-accent-surface-hover aria-pressed:bg-primary-500 dark:aria-pressed:bg-primary-500 data-[state=open]:bg-primary-500 dark:data-[state=open]:bg-primary-500 aria-checked:bg-primary-500 dark:aria-checked:bg-primary-500 aria-checked:text-primary-100";
|
|
3
|
+
export declare const staticDefaultButtonColors = "bg-input-surface text-input-surface-text";
|
|
4
|
+
export declare const defaultButtonColors: string;
|
|
5
|
+
export declare const ghostButtonColors: string;
|
|
6
|
+
export type ButtonStyleProps = Partial<{
|
|
7
|
+
inGroup?: boolean;
|
|
8
|
+
textWrap?: boolean;
|
|
9
|
+
density: Density;
|
|
10
|
+
elevation: Elevation;
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
variant: 'default' | 'primary' | 'ghost' | 'outline';
|
|
13
|
+
}>;
|
|
14
|
+
export declare const buttonTheme: Theme<ButtonStyleProps>;
|
|
15
|
+
//# sourceMappingURL=button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/button.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAqB,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKnF,eAAO,MAAM,mBAAmB,4SAC2Q,CAAC;AAE5S,eAAO,MAAM,yBAAyB,6CAA6C,CAAC;AAEpF,eAAO,MAAM,mBAAmB,QAG/B,CAAC;AAEF,eAAO,MAAM,iBAAiB,QAG7B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,SAAS,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;CACtD,CAAC,CAAC;AAaH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,gBAAgB,CAG/C,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type Density, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type CardStyleProps = {
|
|
3
|
+
border?: boolean;
|
|
4
|
+
fullWidth?: boolean;
|
|
5
|
+
srOnly?: boolean;
|
|
6
|
+
variant?: 'default' | 'subtitle' | 'description';
|
|
7
|
+
density?: Density;
|
|
8
|
+
truncate?: boolean;
|
|
9
|
+
padding?: boolean;
|
|
10
|
+
};
|
|
11
|
+
export declare const cardTheme: Theme<CardStyleProps>;
|
|
12
|
+
//# sourceMappingURL=card.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/card.ts"],"names":[],"mappings":"AAIA,OAAO,EAA0B,KAAK,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAIlF,MAAM,MAAM,cAAc,GAAG;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,aAAa,CAAC;IACjD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAqEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,cAAc,CAgB3C,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type ComponentFunction, type Elevation, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type DialogSize = 'sm' | 'md' | 'lg' | 'xl';
|
|
3
|
+
export type DialogStyleProps = {
|
|
4
|
+
srOnly?: boolean;
|
|
5
|
+
inOverlayLayout?: boolean;
|
|
6
|
+
elevation?: Elevation;
|
|
7
|
+
size?: DialogSize;
|
|
8
|
+
};
|
|
9
|
+
export declare const dialogOverlay: ComponentFunction<DialogStyleProps>;
|
|
10
|
+
export declare const dialogContent: ComponentFunction<DialogStyleProps>;
|
|
11
|
+
export declare const dialogHeader: ComponentFunction<DialogStyleProps>;
|
|
12
|
+
export declare const dialogBody: ComponentFunction<DialogStyleProps>;
|
|
13
|
+
export declare const dialogActionBar: ComponentFunction<DialogStyleProps>;
|
|
14
|
+
export declare const dialogTitle: ComponentFunction<DialogStyleProps>;
|
|
15
|
+
export declare const dialogDescription: ComponentFunction<DialogStyleProps>;
|
|
16
|
+
export declare const dialogTheme: Theme<DialogStyleProps>;
|
|
17
|
+
//# sourceMappingURL=dialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/dialog.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKpF,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AASnD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC,gBAAgB,CAAwD,CAAC;AAEvH,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC,gBAAgB,CAQ7D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,gBAAgB,CACgC,CAAC;AAE9F,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,gBAAgB,CACQ,CAAC;AAEpE,eAAO,MAAM,eAAe,EAAE,iBAAiB,CAAC,gBAAgB,CACwC,CAAC;AAEzG,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CACP,CAAC;AAEtD,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,gBAAgB,CACa,CAAC;AAEhF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,gBAAgB,CAQ/C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"focus.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/focus.ts"],"names":[],"mappings":"AAIA,OAAO,EAA0B,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAIpE,MAAM,MAAM,eAAe,GAAG;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAmBF,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,eAAe,CAG7C,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ComponentFunction, Theme } from '@dxos/ui-types';
|
|
2
|
+
import { type ButtonStyleProps } from './button';
|
|
3
|
+
export type IconButtonStyleProps = ButtonStyleProps & {
|
|
4
|
+
iconOnly?: boolean;
|
|
5
|
+
square?: boolean;
|
|
6
|
+
};
|
|
7
|
+
export declare const iconButtonRoot: ComponentFunction<IconButtonStyleProps>;
|
|
8
|
+
export declare const iconButtonTheme: Theme<IconButtonStyleProps>;
|
|
9
|
+
//# sourceMappingURL=icon-button.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-button.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/icon-button.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAG/D,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAEjD,MAAM,MAAM,oBAAoB,GAAG,gBAAgB,GAAG;IACpD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,oBAAoB,CAElE,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,oBAAoB,CAEvD,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { type ComponentFunction, type Size, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type IconStyleProps = {
|
|
3
|
+
size?: Size;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* Size can be specified directly, or inherited from a container (e.g., toolbar).
|
|
7
|
+
*/
|
|
8
|
+
export declare const iconRoot: ComponentFunction<IconStyleProps>;
|
|
9
|
+
export declare const iconTheme: Theme<IconStyleProps>;
|
|
10
|
+
//# sourceMappingURL=icon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/icon.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,IAAI,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAI/E,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,CAAC,EAAE,IAAI,CAAC;CACb,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,QAAQ,EAAE,iBAAiB,CAAC,cAAc,CAQtD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,cAAc,CAE3C,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export * from './avatar';
|
|
2
|
+
export * from './breadcrumb';
|
|
3
|
+
export * from './card';
|
|
4
|
+
export * from './button';
|
|
5
|
+
export * from './dialog';
|
|
6
|
+
export * from './focus';
|
|
7
|
+
export * from './icon';
|
|
8
|
+
export * from './icon-button';
|
|
9
|
+
export * from './input';
|
|
10
|
+
export * from './link';
|
|
11
|
+
export * from './list';
|
|
12
|
+
export * from './main';
|
|
13
|
+
export * from './menu';
|
|
14
|
+
export * from './message';
|
|
15
|
+
export * from './popover';
|
|
16
|
+
export * from './scroll-area';
|
|
17
|
+
export * from './select';
|
|
18
|
+
export * from './splitter';
|
|
19
|
+
export * from './separator';
|
|
20
|
+
export * from './skeleton';
|
|
21
|
+
export * from './status';
|
|
22
|
+
export * from './tag';
|
|
23
|
+
export * from './toast';
|
|
24
|
+
export * from './toolbar';
|
|
25
|
+
export * from './tooltip';
|
|
26
|
+
export * from './treegrid';
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { type ComponentFunction, type Density, type Elevation, type MessageValence, type Size } from '@dxos/ui-types';
|
|
2
|
+
export type InputStyleProps = Partial<{
|
|
3
|
+
variant: 'default' | 'subdued' | 'static';
|
|
4
|
+
density: Density;
|
|
5
|
+
disabled: boolean;
|
|
6
|
+
elevation: Elevation;
|
|
7
|
+
focused: boolean;
|
|
8
|
+
validationValence: MessageValence;
|
|
9
|
+
size: Size;
|
|
10
|
+
checked: boolean;
|
|
11
|
+
}>;
|
|
12
|
+
export type InputMetaStyleProps = Partial<{
|
|
13
|
+
srOnly: boolean;
|
|
14
|
+
validationValence: MessageValence;
|
|
15
|
+
}>;
|
|
16
|
+
export declare const inputTextLabel = "py-1 text-sm text-description";
|
|
17
|
+
export declare const inputTheme: {
|
|
18
|
+
input: ComponentFunction<Partial<{
|
|
19
|
+
variant: 'default' | 'subdued' | 'static';
|
|
20
|
+
density: Density;
|
|
21
|
+
disabled: boolean;
|
|
22
|
+
elevation: Elevation;
|
|
23
|
+
focused: boolean;
|
|
24
|
+
validationValence: MessageValence;
|
|
25
|
+
size: Size;
|
|
26
|
+
checked: boolean;
|
|
27
|
+
}>>;
|
|
28
|
+
textArea: ComponentFunction<Partial<{
|
|
29
|
+
variant: 'default' | 'subdued' | 'static';
|
|
30
|
+
density: Density;
|
|
31
|
+
disabled: boolean;
|
|
32
|
+
elevation: Elevation;
|
|
33
|
+
focused: boolean;
|
|
34
|
+
validationValence: MessageValence;
|
|
35
|
+
size: Size;
|
|
36
|
+
checked: boolean;
|
|
37
|
+
}>>;
|
|
38
|
+
inputWithSegments: ComponentFunction<Partial<{
|
|
39
|
+
variant: 'default' | 'subdued' | 'static';
|
|
40
|
+
density: Density;
|
|
41
|
+
disabled: boolean;
|
|
42
|
+
elevation: Elevation;
|
|
43
|
+
focused: boolean;
|
|
44
|
+
validationValence: MessageValence;
|
|
45
|
+
size: Size;
|
|
46
|
+
checked: boolean;
|
|
47
|
+
}>>;
|
|
48
|
+
segment: ComponentFunction<Partial<{
|
|
49
|
+
variant: 'default' | 'subdued' | 'static';
|
|
50
|
+
density: Density;
|
|
51
|
+
disabled: boolean;
|
|
52
|
+
elevation: Elevation;
|
|
53
|
+
focused: boolean;
|
|
54
|
+
validationValence: MessageValence;
|
|
55
|
+
size: Size;
|
|
56
|
+
checked: boolean;
|
|
57
|
+
}>>;
|
|
58
|
+
checkbox: ComponentFunction<Partial<{
|
|
59
|
+
variant: 'default' | 'subdued' | 'static';
|
|
60
|
+
density: Density;
|
|
61
|
+
disabled: boolean;
|
|
62
|
+
elevation: Elevation;
|
|
63
|
+
focused: boolean;
|
|
64
|
+
validationValence: MessageValence;
|
|
65
|
+
size: Size;
|
|
66
|
+
checked: boolean;
|
|
67
|
+
}>>;
|
|
68
|
+
checkboxIndicator: ComponentFunction<Partial<{
|
|
69
|
+
variant: 'default' | 'subdued' | 'static';
|
|
70
|
+
density: Density;
|
|
71
|
+
disabled: boolean;
|
|
72
|
+
elevation: Elevation;
|
|
73
|
+
focused: boolean;
|
|
74
|
+
validationValence: MessageValence;
|
|
75
|
+
size: Size;
|
|
76
|
+
checked: boolean;
|
|
77
|
+
}>>;
|
|
78
|
+
label: ComponentFunction<Partial<{
|
|
79
|
+
srOnly: boolean;
|
|
80
|
+
validationValence: MessageValence;
|
|
81
|
+
}>>;
|
|
82
|
+
description: ComponentFunction<Partial<{
|
|
83
|
+
srOnly: boolean;
|
|
84
|
+
validationValence: MessageValence;
|
|
85
|
+
}>>;
|
|
86
|
+
switch: ComponentFunction<Partial<{
|
|
87
|
+
variant: 'default' | 'subdued' | 'static';
|
|
88
|
+
density: Density;
|
|
89
|
+
disabled: boolean;
|
|
90
|
+
elevation: Elevation;
|
|
91
|
+
focused: boolean;
|
|
92
|
+
validationValence: MessageValence;
|
|
93
|
+
size: Size;
|
|
94
|
+
checked: boolean;
|
|
95
|
+
}>>;
|
|
96
|
+
switchThumb: ComponentFunction<Partial<{
|
|
97
|
+
variant: 'default' | 'subdued' | 'static';
|
|
98
|
+
density: Density;
|
|
99
|
+
disabled: boolean;
|
|
100
|
+
elevation: Elevation;
|
|
101
|
+
focused: boolean;
|
|
102
|
+
validationValence: MessageValence;
|
|
103
|
+
size: Size;
|
|
104
|
+
checked: boolean;
|
|
105
|
+
}>>;
|
|
106
|
+
validation: ComponentFunction<Partial<{
|
|
107
|
+
srOnly: boolean;
|
|
108
|
+
validationValence: MessageValence;
|
|
109
|
+
}>>;
|
|
110
|
+
descriptionAndValidation: ComponentFunction<Partial<{
|
|
111
|
+
srOnly: boolean;
|
|
112
|
+
validationValence: MessageValence;
|
|
113
|
+
}>>;
|
|
114
|
+
};
|
|
115
|
+
//# sourceMappingURL=input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/input.ts"],"names":[],"mappings":"AAIA,OAAO,EAEL,KAAK,iBAAiB,EACtB,KAAK,OAAO,EACZ,KAAK,SAAS,EACd,KAAK,cAAc,EACnB,KAAK,IAAI,EACV,MAAM,gBAAgB,CAAC;AAKxB,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC;IACpC,OAAO,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAC1C,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,SAAS,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,cAAc,CAAC;IAClC,IAAI,EAAE,IAAI,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,OAAO,CAAC;IACxC,MAAM,EAAE,OAAO,CAAC;IAChB,iBAAiB,EAAE,cAAc,CAAC;CACnC,CAAC,CAAC;AAEH,eAAO,MAAM,cAAc,kCAAkC,CAAC;AA6H9D,eAAO,MAAM,UAAU;IACrB,KAAK;iBA7II,SAAS,GAAG,SAAS,GAAG,QAAQ;iBAChC,OAAO;kBACN,OAAO;mBACN,SAAS;iBACX,OAAO;2BACG,cAAc;cAC3B,IAAI;iBACD,OAAO;;IAuIhB,QAAQ;;;;;;;;;;IACR,iBAAiB;;;;;;;;;;IACjB,OAAO;;;;;;;;;;IACP,QAAQ;;;;;;;;;;IACR,iBAAiB;;;;;;;;;;IACjB,KAAK;gBAxIG,OAAO;2BACI,cAAc;;IAwIjC,WAAW;;;;IACX,MAAM;;;;;;;;;;IACN,WAAW;;;;;;;;;;IACX,UAAU;;;;IACV,wBAAwB;;;;CACzB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type ComponentFunction, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type LinkStyleProps = {
|
|
3
|
+
variant?: 'accent' | 'neutral';
|
|
4
|
+
};
|
|
5
|
+
export declare const linkRoot: ComponentFunction<LinkStyleProps>;
|
|
6
|
+
export declare const linkTheme: Theme<LinkStyleProps>;
|
|
7
|
+
//# sourceMappingURL=link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/link.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAIpE,MAAM,MAAM,cAAc,GAAG;IAC3B,OAAO,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,iBAAiB,CAAC,cAAc,CAQpD,CAAC;AAEJ,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,cAAc,CAE3C,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type ComponentFunction, type Density, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type ListStyleProps = Partial<{
|
|
3
|
+
density: Density;
|
|
4
|
+
collapsible: boolean;
|
|
5
|
+
}>;
|
|
6
|
+
export declare const listRoot: ComponentFunction<ListStyleProps>;
|
|
7
|
+
export declare const listItem: ComponentFunction<ListStyleProps>;
|
|
8
|
+
export declare const listItemEndcap: ComponentFunction<ListStyleProps>;
|
|
9
|
+
export declare const listItemHeading: ComponentFunction<ListStyleProps>;
|
|
10
|
+
export declare const listItemDragHandleIcon: ComponentFunction<ListStyleProps>;
|
|
11
|
+
export declare const listItemOpenTrigger: ComponentFunction<ListStyleProps>;
|
|
12
|
+
export declare const listItemOpenTriggerIcon: ComponentFunction<ListStyleProps>;
|
|
13
|
+
export declare const listTheme: Theme<ListStyleProps>;
|
|
14
|
+
//# sourceMappingURL=list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/list.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKlF,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC;IACnC,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,OAAO,CAAC;CACtB,CAAC,CAAC;AAEH,eAAO,MAAM,QAAQ,EAAE,iBAAiB,CAAC,cAAc,CAA6B,CAAC;AAErF,eAAO,MAAM,QAAQ,EAAE,iBAAiB,CAAC,cAAc,CACnB,CAAC;AAErC,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,cAAc,CAC2C,CAAC;AAEzG,eAAO,MAAM,eAAe,EAAE,iBAAiB,CAAC,cAAc,CACgC,CAAC;AAE/F,eAAO,MAAM,sBAAsB,EAAE,iBAAiB,CAAC,cAAc,CACnC,CAAC;AAEnC,eAAO,MAAM,mBAAmB,EAAE,iBAAiB,CAAC,cAAc,CACqD,CAAC;AAExH,eAAO,MAAM,uBAAuB,EAAE,iBAAiB,CAAC,cAAc,CAErE,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,cAAc,CAU3C,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { type ComponentFunction } from '@dxos/ui-types';
|
|
2
|
+
export declare const topbarBlockPaddingStart = "py-(--dx-topbar-size) dx-sticky-top-from-topbar-bottom";
|
|
3
|
+
export declare const bottombarBlockPaddingEnd = "pb-(--dx-statusbar-size) dx-sticky-bottom-from-statusbar-bottom";
|
|
4
|
+
export declare const mainPadding = "dx-main-content-padding";
|
|
5
|
+
export declare const mainPaddingTransitions = "dx-main-content-padding-transitions";
|
|
6
|
+
export declare const mainIntrinsicSize = "dx-main-intrinsic-size";
|
|
7
|
+
export type MainStyleProps = Partial<{
|
|
8
|
+
bounce: boolean;
|
|
9
|
+
handlesFocus: boolean;
|
|
10
|
+
}>;
|
|
11
|
+
export declare const mainContent: ComponentFunction<MainStyleProps>;
|
|
12
|
+
export declare const mainSidebar: ComponentFunction<MainStyleProps>;
|
|
13
|
+
export declare const mainOverlay: ComponentFunction<MainStyleProps>;
|
|
14
|
+
export declare const mainTheme: {
|
|
15
|
+
content: ComponentFunction<Partial<{
|
|
16
|
+
bounce: boolean;
|
|
17
|
+
handlesFocus: boolean;
|
|
18
|
+
}>>;
|
|
19
|
+
sidebar: ComponentFunction<Partial<{
|
|
20
|
+
bounce: boolean;
|
|
21
|
+
handlesFocus: boolean;
|
|
22
|
+
}>>;
|
|
23
|
+
overlay: ComponentFunction<Partial<{
|
|
24
|
+
bounce: boolean;
|
|
25
|
+
handlesFocus: boolean;
|
|
26
|
+
}>>;
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=main.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/main.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAKxD,eAAO,MAAM,uBAAuB,2DAA2D,CAAC;AAChG,eAAO,MAAM,wBAAwB,oEAAoE,CAAC;AAE1G,eAAO,MAAM,WAAW,4BAA4B,CAAC;AACrD,eAAO,MAAM,sBAAsB,wCAAwC,CAAC;AAC5E,eAAO,MAAM,iBAAiB,2BAA2B,CAAC;AAE1D,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC;IACnC,MAAM,EAAE,OAAO,CAAC;IAChB,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC,CAAC;AAEH,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,cAAc,CACgD,CAAC;AAE3G,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,cAAc,CACK,CAAC;AAEhE,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,cAAc,CAAgD,CAAC;AAE3G,eAAO,MAAM,SAAS;IACpB,OAAO;gBAbC,OAAO;sBACD,OAAO;;IAarB,OAAO;;;;IACP,OAAO;;;;CACR,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type ComponentFunction, type Elevation, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type MenuStyleProps = Partial<{
|
|
3
|
+
constrainBlockSize: boolean;
|
|
4
|
+
elevation: Elevation;
|
|
5
|
+
}>;
|
|
6
|
+
export declare const menuContent: ComponentFunction<MenuStyleProps>;
|
|
7
|
+
export declare const menuViewport: ComponentFunction<MenuStyleProps>;
|
|
8
|
+
export declare const menuItem: ComponentFunction<MenuStyleProps>;
|
|
9
|
+
export declare const menuSeparator: ComponentFunction<MenuStyleProps>;
|
|
10
|
+
export declare const menuGroupLabel: ComponentFunction<MenuStyleProps>;
|
|
11
|
+
export declare const menuArrow: ComponentFunction<MenuStyleProps>;
|
|
12
|
+
export declare const menuTheme: Theme<MenuStyleProps>;
|
|
13
|
+
//# sourceMappingURL=menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/menu.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKpF,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC;IACnC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC,CAAC;AAEH,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,cAAc,CAMvD,CAAC;AAEJ,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,cAAc,CAC+C,CAAC;AAE3G,eAAO,MAAM,QAAQ,EAAE,iBAAiB,CAAC,cAAc,CAOpD,CAAC;AAEJ,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC,cAAc,CACjB,CAAC;AAE5C,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,cAAc,CACJ,CAAC;AAE1D,eAAO,MAAM,SAAS,EAAE,iBAAiB,CAAC,cAAc,CAAoD,CAAC;AAE7G,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,cAAc,CAO3C,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type ComponentFunction, type Elevation, type MessageValence, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type MessageStyleProps = {
|
|
3
|
+
valence?: MessageValence;
|
|
4
|
+
elevation?: Elevation;
|
|
5
|
+
};
|
|
6
|
+
export declare const messageRoot: ComponentFunction<MessageStyleProps>;
|
|
7
|
+
export declare const messageHeader: ComponentFunction<MessageStyleProps>;
|
|
8
|
+
export declare const messageTitle: ComponentFunction<MessageStyleProps>;
|
|
9
|
+
export declare const messageIcon: ComponentFunction<MessageStyleProps>;
|
|
10
|
+
export declare const messageContent: ComponentFunction<MessageStyleProps>;
|
|
11
|
+
export declare const messageTheme: Theme<MessageStyleProps>;
|
|
12
|
+
//# sourceMappingURL=message.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/message.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAIzG,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,iBAAiB,CAE5D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC,iBAAiB,CAE9D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,iBAAiB,CAE7D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,iBAAiB,CAE5D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,iBAAiB,CAE/D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAMjD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type ComponentFunction, type Elevation, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type PopoverStyleProps = Partial<{
|
|
3
|
+
constrainBlock: boolean;
|
|
4
|
+
constrainInline: boolean;
|
|
5
|
+
elevation: Elevation;
|
|
6
|
+
}>;
|
|
7
|
+
export declare const popoverContent: ComponentFunction<PopoverStyleProps>;
|
|
8
|
+
export declare const popoverViewport: ComponentFunction<PopoverStyleProps>;
|
|
9
|
+
export declare const popoverArrow: ComponentFunction<PopoverStyleProps>;
|
|
10
|
+
export declare const popoverTheme: Theme<PopoverStyleProps>;
|
|
11
|
+
//# sourceMappingURL=popover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/popover.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAIpF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC;IACtC,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC,CAAC;AAEH,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,iBAAiB,CAO7D,CAAC;AAEJ,eAAO,MAAM,eAAe,EAAE,iBAAiB,CAAC,iBAAiB,CAS9D,CAAC;AAEJ,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,iBAAiB,CAAoD,CAAC;AAEnH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAIjD,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { type AllowedAxis, type ComponentFunction, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export declare const scrollbar: {
|
|
3
|
+
thin: {
|
|
4
|
+
size: number;
|
|
5
|
+
padding: number;
|
|
6
|
+
};
|
|
7
|
+
coarse: {
|
|
8
|
+
size: number;
|
|
9
|
+
padding: number;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export type ScrollAreaStyleProps = {
|
|
13
|
+
orientation?: AllowedAxis;
|
|
14
|
+
autoHide?: boolean;
|
|
15
|
+
/** Balance left/right, top/bottom offset with scrollbar. */
|
|
16
|
+
centered?: boolean;
|
|
17
|
+
/** Add default padding. */
|
|
18
|
+
/** TODO(burdon): Integrate with Column.Root padding. */
|
|
19
|
+
padding?: boolean;
|
|
20
|
+
/** Use thin scrollbars. */
|
|
21
|
+
/** TODO(burdon): Density fine/course. */
|
|
22
|
+
thin?: boolean;
|
|
23
|
+
/** Enable snap scrolling. */
|
|
24
|
+
snap?: boolean;
|
|
25
|
+
};
|
|
26
|
+
export declare const scrollAreaRoot: ComponentFunction<ScrollAreaStyleProps>;
|
|
27
|
+
/**
|
|
28
|
+
* NOTE: The browser reserves space for scrollbars.
|
|
29
|
+
*/
|
|
30
|
+
export declare const scrollAreaViewport: ComponentFunction<ScrollAreaStyleProps>;
|
|
31
|
+
export declare const scrollAreaTheme: Theme<ScrollAreaStyleProps>;
|
|
32
|
+
//# sourceMappingURL=scroll-area.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/scroll-area.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,iBAAiB,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKtF,eAAO,MAAM,SAAS;IACpB,IAAI;QACF,IAAI;QACJ,OAAO;;IAET,MAAM;QACJ,IAAI;QACJ,OAAO;;CAEV,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,4DAA4D;IAC5D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2BAA2B;IAC3B,wDAAwD;IACxD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,2BAA2B;IAC3B,yCAAyC;IACzC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,6BAA6B;IAC7B,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,oBAAoB,CAahE,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,oBAAoB,CAwDtE,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,oBAAoB,CAGvD,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type ComponentFunction, type Elevation, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type SelectStyleProps = Partial<{
|
|
3
|
+
elevation: Elevation;
|
|
4
|
+
}>;
|
|
5
|
+
export declare const selectContent: ComponentFunction<SelectStyleProps>;
|
|
6
|
+
export declare const selectViewport: ComponentFunction<SelectStyleProps>;
|
|
7
|
+
export declare const selectItem: ComponentFunction<SelectStyleProps>;
|
|
8
|
+
export declare const selectItemIndicator: ComponentFunction<SelectStyleProps>;
|
|
9
|
+
export declare const selectArrow: ComponentFunction<SelectStyleProps>;
|
|
10
|
+
export declare const selectSeparator: ComponentFunction<SelectStyleProps>;
|
|
11
|
+
export declare const selectScrollButton: ComponentFunction<SelectStyleProps>;
|
|
12
|
+
export declare const selectTheme: Theme<SelectStyleProps>;
|
|
13
|
+
//# sourceMappingURL=select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/select.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAIpF,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC;IACrC,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC,CAAC;AAEH,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC,gBAAgB,CAQ7D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,gBAAgB,CAAkC,CAAC;AAElG,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,gBAAgB,CAOxD,CAAC;AAEJ,eAAO,MAAM,mBAAmB,EAAE,iBAAiB,CAAC,gBAAgB,CAAkD,CAAC;AAEvH,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CAAoD,CAAC;AAEjH,eAAO,MAAM,eAAe,EAAE,iBAAiB,CAAC,gBAAgB,CACL,CAAC;AAE5D,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,gBAAgB,CACwB,CAAC;AAE5F,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,gBAAgB,CAQ/C,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type ComponentFunction, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type SeparatorStyleProps = {
|
|
3
|
+
orientation?: 'horizontal' | 'vertical';
|
|
4
|
+
subdued?: boolean;
|
|
5
|
+
};
|
|
6
|
+
export declare const separatorRoot: ComponentFunction<SeparatorStyleProps>;
|
|
7
|
+
export declare const separatorTheme: Theme<SeparatorStyleProps>;
|
|
8
|
+
//# sourceMappingURL=separator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/separator.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAIpE,MAAM,MAAM,mBAAmB,GAAG;IAChC,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC,mBAAmB,CAM9D,CAAC;AAEJ,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,mBAAmB,CAErD,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ComponentFunction, Theme } from '@dxos/ui-types';
|
|
2
|
+
export type SkeletonStyleProps = {
|
|
3
|
+
variant?: 'default' | 'circle' | 'text';
|
|
4
|
+
};
|
|
5
|
+
export declare const skeletonRoot: ComponentFunction<SkeletonStyleProps>;
|
|
6
|
+
export declare const skeletonTheme: Theme<SkeletonStyleProps>;
|
|
7
|
+
//# sourceMappingURL=skeleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/skeleton.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAI/D,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,kBAAkB,CAM5D,CAAC;AAEJ,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,kBAAkB,CAEnD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"splitter.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/splitter.ts"],"names":[],"mappings":"AAIA,OAAO,EAA0B,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAIpE,MAAM,MAAM,kBAAkB,GAAG,EAAE,CAAC;AAQpC,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,kBAAkB,CAGnD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ComponentFunction, Theme } from '@dxos/ui-types';
|
|
2
|
+
export type StatusStyleProps = {
|
|
3
|
+
variant?: 'default' | 'main-bottom';
|
|
4
|
+
indeterminate?: boolean;
|
|
5
|
+
};
|
|
6
|
+
export declare const statusRoot: ComponentFunction<StatusStyleProps>;
|
|
7
|
+
export declare const statusBar: ComponentFunction<StatusStyleProps>;
|
|
8
|
+
export declare const statusTheme: Theme<StatusStyleProps>;
|
|
9
|
+
//# sourceMappingURL=status.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/status.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAI/D,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,gBAAgB,CAKxD,CAAC;AAEJ,eAAO,MAAM,SAAS,EAAE,iBAAiB,CAAC,gBAAgB,CAMvD,CAAC;AAEJ,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,gBAAgB,CAG/C,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type ChromaticPalette, type ComponentFunction, type MessageValence, type NeutralPalette, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type TagStyleProps = {
|
|
3
|
+
palette?: ChromaticPalette | NeutralPalette | MessageValence;
|
|
4
|
+
};
|
|
5
|
+
export declare const tagRoot: ComponentFunction<TagStyleProps>;
|
|
6
|
+
export declare const tagTheme: Theme<TagStyleProps>;
|
|
7
|
+
//# sourceMappingURL=tag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/tag.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,cAAc,EACnB,KAAK,cAAc,EACnB,KAAK,KAAK,EACX,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,CAAC,EAAE,gBAAgB,GAAG,cAAc,GAAG,cAAc,CAAC;CAC9D,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,iBAAiB,CAAC,aAAa,CAAuC,CAAC;AAE7F,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,aAAa,CAEzC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { type ComponentFunction, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type ToastStyleProps = Partial<{
|
|
3
|
+
srOnly: boolean;
|
|
4
|
+
}>;
|
|
5
|
+
export declare const toastViewport: ComponentFunction<ToastStyleProps>;
|
|
6
|
+
export declare const toastRoot: ComponentFunction<ToastStyleProps>;
|
|
7
|
+
export declare const toastBody: ComponentFunction<ToastStyleProps>;
|
|
8
|
+
export declare const toastActions: ComponentFunction<ToastStyleProps>;
|
|
9
|
+
export declare const toastTitle: ComponentFunction<ToastStyleProps>;
|
|
10
|
+
export declare const toastDescription: ComponentFunction<ToastStyleProps>;
|
|
11
|
+
export declare const toastTheme: Theme<ToastStyleProps>;
|
|
12
|
+
//# sourceMappingURL=toast.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/toast.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAIpE,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC;IACpC,MAAM,EAAE,OAAO,CAAC;CACjB,CAAC,CAAC;AAEH,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC,eAAe,CAM1D,CAAC;AAEJ,eAAO,MAAM,SAAS,EAAE,iBAAiB,CAAC,eAAe,CAWtD,CAAC;AAEJ,eAAO,MAAM,SAAS,EAAE,iBAAiB,CAAC,eAAe,CACG,CAAC;AAE7D,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,eAAe,CACD,CAAC;AAE5D,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,eAAe,CACD,CAAC;AAE1D,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAAC,eAAe,CACC,CAAC;AAElE,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,eAAe,CAO7C,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type ComponentFunction, type Density, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type ToolbarStyleProps = Partial<{
|
|
3
|
+
density: Density;
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
layoutManaged: boolean;
|
|
6
|
+
}>;
|
|
7
|
+
export declare const toolbarLayout = "w-full shrink-0 flex flex-nowrap p-1 gap-1 items-center overflow-x-auto scrollbar-none dx-contain-layout";
|
|
8
|
+
export declare const toolbarRoot: ComponentFunction<ToolbarStyleProps>;
|
|
9
|
+
export declare const toolbarText: ComponentFunction<ToolbarStyleProps>;
|
|
10
|
+
export declare const toolbarTheme: Theme<ToolbarStyleProps>;
|
|
11
|
+
//# sourceMappingURL=toolbar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbar.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/toolbar.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAIlF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC;IACtC,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC,CAAC;AAEH,eAAO,MAAM,aAAa,6GACkF,CAAC;AAE7G,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,iBAAiB,CAQ5D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,iBAAiB,CAE5D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAGjD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type ComponentFunction, type Elevation, type Theme } from '@dxos/ui-types';
|
|
2
|
+
export type TooltipStyleProps = Partial<{
|
|
3
|
+
elevation: Elevation;
|
|
4
|
+
}>;
|
|
5
|
+
export declare const tooltipContent: ComponentFunction<TooltipStyleProps>;
|
|
6
|
+
export declare const tooltipArrow: ComponentFunction<TooltipStyleProps>;
|
|
7
|
+
export declare const tooltipTheme: Theme<TooltipStyleProps>;
|
|
8
|
+
//# sourceMappingURL=tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../../src/theme/components/tooltip.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAIpF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC;IACtC,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC,CAAC;AAEH,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,iBAAiB,CAM7D,CAAC;AAEJ,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,iBAAiB,CAC1B,CAAC;AAErC,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAGjD,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ComponentFunction, Theme } from '@dxos/ui-types';
|
|
2
|
+
export type TreegridStyleProps = Partial<{
|
|
3
|
+
level: number;
|
|
4
|
+
indent: boolean;
|
|
5
|
+
}>;
|
|
6
|
+
export declare const treegridRoot: ComponentFunction<TreegridStyleProps>;
|
|
7
|
+
export declare const treegridRow: ComponentFunction<TreegridStyleProps>;
|
|
8
|
+
export declare const treegridCell: ComponentFunction<TreegridStyleProps>;
|
|
9
|
+
export declare const treegridTheme: Theme<TreegridStyleProps>;
|
|
10
|
+
//# sourceMappingURL=treegrid.d.ts.map
|