@dxos/ui-theme 0.0.0 → 0.8.4-main.21d9917

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.
Files changed (181) hide show
  1. package/dist/lib/browser/index.mjs +3410 -0
  2. package/dist/lib/browser/index.mjs.map +7 -0
  3. package/dist/lib/browser/meta.json +1 -0
  4. package/dist/lib/node-esm/index.mjs +3412 -0
  5. package/dist/lib/node-esm/index.mjs.map +7 -0
  6. package/dist/lib/node-esm/meta.json +1 -0
  7. package/dist/plugin/node-cjs/chunk-UUMDOU7E.cjs +79 -0
  8. package/dist/plugin/node-cjs/chunk-UUMDOU7E.cjs.map +7 -0
  9. package/dist/plugin/node-cjs/chunk-ZVALPM6U.cjs +1619 -0
  10. package/dist/plugin/node-cjs/chunk-ZVALPM6U.cjs.map +7 -0
  11. package/dist/plugin/node-cjs/config/tailwind.cjs +29 -0
  12. package/dist/plugin/node-cjs/config/tailwind.cjs.map +7 -0
  13. package/dist/plugin/node-cjs/meta.json +1 -0
  14. package/dist/plugin/node-cjs/plugins/esbuild-plugin.cjs +90 -0
  15. package/dist/plugin/node-cjs/plugins/esbuild-plugin.cjs.map +7 -0
  16. package/dist/plugin/node-cjs/plugins/plugin.cjs +124 -0
  17. package/dist/plugin/node-cjs/plugins/plugin.cjs.map +7 -0
  18. package/dist/plugin/node-cjs/theme.css +1362 -0
  19. package/dist/plugin/node-cjs/theme.css.map +7 -0
  20. package/dist/plugin/node-esm/chunk-AFRHJHP4.mjs +49 -0
  21. package/dist/plugin/node-esm/chunk-AFRHJHP4.mjs.map +7 -0
  22. package/dist/plugin/node-esm/chunk-HJE6EZWE.mjs +1614 -0
  23. package/dist/plugin/node-esm/chunk-HJE6EZWE.mjs.map +7 -0
  24. package/dist/plugin/node-esm/config/tailwind.mjs +8 -0
  25. package/dist/plugin/node-esm/config/tailwind.mjs.map +7 -0
  26. package/dist/plugin/node-esm/meta.json +1 -0
  27. package/dist/plugin/node-esm/plugins/esbuild-plugin.mjs +63 -0
  28. package/dist/plugin/node-esm/plugins/esbuild-plugin.mjs.map +7 -0
  29. package/dist/plugin/node-esm/plugins/plugin.mjs +98 -0
  30. package/dist/plugin/node-esm/plugins/plugin.mjs.map +7 -0
  31. package/dist/plugin/node-esm/theme.css +1362 -0
  32. package/dist/plugin/node-esm/theme.css.map +7 -0
  33. package/dist/types/src/Tokens.stories.d.ts +10 -0
  34. package/dist/types/src/Tokens.stories.d.ts.map +1 -0
  35. package/dist/types/src/config/index.d.ts +3 -0
  36. package/dist/types/src/config/index.d.ts.map +1 -0
  37. package/dist/types/src/config/tailwind.d.ts +9 -0
  38. package/dist/types/src/config/tailwind.d.ts.map +1 -0
  39. package/dist/types/src/config/tokens/alias-colors.d.ts +21 -0
  40. package/dist/types/src/config/tokens/alias-colors.d.ts.map +1 -0
  41. package/dist/types/src/config/tokens/index.d.ts +486 -0
  42. package/dist/types/src/config/tokens/index.d.ts.map +1 -0
  43. package/dist/types/src/config/tokens/lengths.d.ts +139 -0
  44. package/dist/types/src/config/tokens/lengths.d.ts.map +1 -0
  45. package/dist/types/src/config/tokens/physical-colors.d.ts +23 -0
  46. package/dist/types/src/config/tokens/physical-colors.d.ts.map +1 -0
  47. package/dist/types/src/config/tokens/semantic-colors.d.ts +187 -0
  48. package/dist/types/src/config/tokens/semantic-colors.d.ts.map +1 -0
  49. package/dist/types/src/config/tokens/sememes-calls.d.ts +3 -0
  50. package/dist/types/src/config/tokens/sememes-calls.d.ts.map +1 -0
  51. package/dist/types/src/config/tokens/sememes-codemirror.d.ts +43 -0
  52. package/dist/types/src/config/tokens/sememes-codemirror.d.ts.map +1 -0
  53. package/dist/types/src/config/tokens/sememes-hue.d.ts +4 -0
  54. package/dist/types/src/config/tokens/sememes-hue.d.ts.map +1 -0
  55. package/dist/types/src/config/tokens/sememes-sheet.d.ts +58 -0
  56. package/dist/types/src/config/tokens/sememes-sheet.d.ts.map +1 -0
  57. package/dist/types/src/config/tokens/sememes-system.d.ts +99 -0
  58. package/dist/types/src/config/tokens/sememes-system.d.ts.map +1 -0
  59. package/dist/types/src/config/tokens/sizes.d.ts +7 -0
  60. package/dist/types/src/config/tokens/sizes.d.ts.map +1 -0
  61. package/dist/types/src/config/tokens/types.d.ts +5 -0
  62. package/dist/types/src/config/tokens/types.d.ts.map +1 -0
  63. package/dist/types/src/index.d.ts +12 -0
  64. package/dist/types/src/index.d.ts.map +1 -0
  65. package/dist/types/src/plugins/esbuild-plugin.d.ts +9 -0
  66. package/dist/types/src/plugins/esbuild-plugin.d.ts.map +1 -0
  67. package/dist/types/src/plugins/plugin.d.ts +20 -0
  68. package/dist/types/src/plugins/plugin.d.ts.map +1 -0
  69. package/dist/types/src/plugins/resolveContent.d.ts +2 -0
  70. package/dist/types/src/plugins/resolveContent.d.ts.map +1 -0
  71. package/dist/types/src/styles/components/anchored-overflow.d.ts +6 -0
  72. package/dist/types/src/styles/components/anchored-overflow.d.ts.map +1 -0
  73. package/dist/types/src/styles/components/avatar.d.ts +21 -0
  74. package/dist/types/src/styles/components/avatar.d.ts.map +1 -0
  75. package/dist/types/src/styles/components/breadcrumb.d.ts +9 -0
  76. package/dist/types/src/styles/components/breadcrumb.d.ts.map +1 -0
  77. package/dist/types/src/styles/components/button.d.ts +19 -0
  78. package/dist/types/src/styles/components/button.d.ts.map +1 -0
  79. package/dist/types/src/styles/components/dialog.d.ts +15 -0
  80. package/dist/types/src/styles/components/dialog.d.ts.map +1 -0
  81. package/dist/types/src/styles/components/icon-button.d.ts +8 -0
  82. package/dist/types/src/styles/components/icon-button.d.ts.map +1 -0
  83. package/dist/types/src/styles/components/icon.d.ts +7 -0
  84. package/dist/types/src/styles/components/icon.d.ts.map +1 -0
  85. package/dist/types/src/styles/components/index.d.ts +24 -0
  86. package/dist/types/src/styles/components/index.d.ts.map +1 -0
  87. package/dist/types/src/styles/components/input.d.ts +111 -0
  88. package/dist/types/src/styles/components/input.d.ts.map +1 -0
  89. package/dist/types/src/styles/components/link.d.ts +7 -0
  90. package/dist/types/src/styles/components/link.d.ts.map +1 -0
  91. package/dist/types/src/styles/components/list.d.ts +14 -0
  92. package/dist/types/src/styles/components/list.d.ts.map +1 -0
  93. package/dist/types/src/styles/components/main.d.ts +28 -0
  94. package/dist/types/src/styles/components/main.d.ts.map +1 -0
  95. package/dist/types/src/styles/components/menu.d.ts +13 -0
  96. package/dist/types/src/styles/components/menu.d.ts.map +1 -0
  97. package/dist/types/src/styles/components/message.d.ts +11 -0
  98. package/dist/types/src/styles/components/message.d.ts.map +1 -0
  99. package/dist/types/src/styles/components/popover.d.ts +11 -0
  100. package/dist/types/src/styles/components/popover.d.ts.map +1 -0
  101. package/dist/types/src/styles/components/scroll-area.d.ts +9 -0
  102. package/dist/types/src/styles/components/scroll-area.d.ts.map +1 -0
  103. package/dist/types/src/styles/components/select.d.ts +13 -0
  104. package/dist/types/src/styles/components/select.d.ts.map +1 -0
  105. package/dist/types/src/styles/components/separator.d.ts +8 -0
  106. package/dist/types/src/styles/components/separator.d.ts.map +1 -0
  107. package/dist/types/src/styles/components/status.d.ts +9 -0
  108. package/dist/types/src/styles/components/status.d.ts.map +1 -0
  109. package/dist/types/src/styles/components/tag.d.ts +7 -0
  110. package/dist/types/src/styles/components/tag.d.ts.map +1 -0
  111. package/dist/types/src/styles/components/toast.d.ts +12 -0
  112. package/dist/types/src/styles/components/toast.d.ts.map +1 -0
  113. package/dist/types/src/styles/components/toolbar.d.ts +11 -0
  114. package/dist/types/src/styles/components/toolbar.d.ts.map +1 -0
  115. package/dist/types/src/styles/components/tooltip.d.ts +8 -0
  116. package/dist/types/src/styles/components/tooltip.d.ts.map +1 -0
  117. package/dist/types/src/styles/components/treegrid.d.ts +10 -0
  118. package/dist/types/src/styles/components/treegrid.d.ts.map +1 -0
  119. package/dist/types/src/styles/fragments/density.d.ts +13 -0
  120. package/dist/types/src/styles/fragments/density.d.ts.map +1 -0
  121. package/dist/types/src/styles/fragments/dimension.d.ts +5 -0
  122. package/dist/types/src/styles/fragments/dimension.d.ts.map +1 -0
  123. package/dist/types/src/styles/fragments/disabled.d.ts +3 -0
  124. package/dist/types/src/styles/fragments/disabled.d.ts.map +1 -0
  125. package/dist/types/src/styles/fragments/elevation.d.ts +15 -0
  126. package/dist/types/src/styles/fragments/elevation.d.ts.map +1 -0
  127. package/dist/types/src/styles/fragments/focus.d.ts +6 -0
  128. package/dist/types/src/styles/fragments/focus.d.ts.map +1 -0
  129. package/dist/types/src/styles/fragments/group.d.ts +5 -0
  130. package/dist/types/src/styles/fragments/group.d.ts.map +1 -0
  131. package/dist/types/src/styles/fragments/hover.d.ts +17 -0
  132. package/dist/types/src/styles/fragments/hover.d.ts.map +1 -0
  133. package/dist/types/src/styles/fragments/index.d.ts +17 -0
  134. package/dist/types/src/styles/fragments/index.d.ts.map +1 -0
  135. package/dist/types/src/styles/fragments/layout.d.ts +3 -0
  136. package/dist/types/src/styles/fragments/layout.d.ts.map +1 -0
  137. package/dist/types/src/styles/fragments/motion.d.ts +2 -0
  138. package/dist/types/src/styles/fragments/motion.d.ts.map +1 -0
  139. package/dist/types/src/styles/fragments/ornament.d.ts +5 -0
  140. package/dist/types/src/styles/fragments/ornament.d.ts.map +1 -0
  141. package/dist/types/src/styles/fragments/selected.d.ts +13 -0
  142. package/dist/types/src/styles/fragments/selected.d.ts.map +1 -0
  143. package/dist/types/src/styles/fragments/shimmer.d.ts +3 -0
  144. package/dist/types/src/styles/fragments/shimmer.d.ts.map +1 -0
  145. package/dist/types/src/styles/fragments/size.d.ts +9 -0
  146. package/dist/types/src/styles/fragments/size.d.ts.map +1 -0
  147. package/dist/types/src/styles/fragments/surface.d.ts +9 -0
  148. package/dist/types/src/styles/fragments/surface.d.ts.map +1 -0
  149. package/dist/types/src/styles/fragments/text.d.ts +7 -0
  150. package/dist/types/src/styles/fragments/text.d.ts.map +1 -0
  151. package/dist/types/src/styles/fragments/valence.d.ts +13 -0
  152. package/dist/types/src/styles/fragments/valence.d.ts.map +1 -0
  153. package/dist/types/src/styles/index.d.ts +4 -0
  154. package/dist/types/src/styles/index.d.ts.map +1 -0
  155. package/dist/types/src/styles/theme.d.ts +5 -0
  156. package/dist/types/src/styles/theme.d.ts.map +1 -0
  157. package/dist/types/src/tailwind.d.ts +3 -0
  158. package/dist/types/src/tailwind.d.ts.map +1 -0
  159. package/dist/types/src/types.d.ts +3 -0
  160. package/dist/types/src/types.d.ts.map +1 -0
  161. package/dist/types/src/util/hash-styles.d.ts +15 -0
  162. package/dist/types/src/util/hash-styles.d.ts.map +1 -0
  163. package/dist/types/src/util/index.d.ts +3 -0
  164. package/dist/types/src/util/index.d.ts.map +1 -0
  165. package/dist/types/src/util/mx.d.ts +2 -0
  166. package/dist/types/src/util/mx.d.ts.map +1 -0
  167. package/dist/types/src/util/withLogical.d.ts +164 -0
  168. package/dist/types/src/util/withLogical.d.ts.map +1 -0
  169. package/dist/types/tsconfig.tsbuildinfo +1 -0
  170. package/package.json +9 -5
  171. package/src/config/index.ts +1 -1
  172. package/src/config/tailwind.ts +78 -64
  173. package/src/config/tokens/lengths.ts +6 -6
  174. package/src/config/tokens/sizes.ts +5 -2
  175. package/src/index.ts +1 -1
  176. package/src/styles/components/dialog.ts +19 -3
  177. package/src/styles/fragments/motion.ts +1 -1
  178. package/src/styles/layers/dialog.css +53 -18
  179. package/src/styles/layers/size.css +19 -12
  180. package/src/styles/layers/typography.css +22 -2
  181. package/src/tailwind.ts +3 -1
@@ -0,0 +1,24 @@
1
+ export * from './anchored-overflow';
2
+ export * from './avatar';
3
+ export * from './breadcrumb';
4
+ export * from './button';
5
+ export * from './dialog';
6
+ export * from './icon';
7
+ export * from './icon-button';
8
+ export * from './input';
9
+ export * from './link';
10
+ export * from './list';
11
+ export * from './main';
12
+ export * from './menu';
13
+ export * from './message';
14
+ export * from './popover';
15
+ export * from './scroll-area';
16
+ export * from './select';
17
+ export * from './separator';
18
+ export * from './status';
19
+ export * from './tag';
20
+ export * from './toast';
21
+ export * from './toolbar';
22
+ export * from './tooltip';
23
+ export * from './treegrid';
24
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,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,aAAa,CAAC;AAC5B,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,111 @@
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 neutralInputValence = "";
17
+ export declare const successInputValence = "shadow-emerald-500/50 dark:shadow-emerald-600/50";
18
+ export declare const infoInputValence = "shadow-cyan-500/50 dark:shadow-cyan-600/50";
19
+ export declare const warningInputValence = "shadow-amber-500/50 dark:shadow-amber-600/50";
20
+ export declare const errorInputValence = "shadow-rose-500/50 dark:shadow-rose-600/50";
21
+ export declare const inputTextLabel = "text-description text-xs font-medium mbs-inputSpacingBlock mbe-labelSpacingBlock first:mbs-0";
22
+ export declare const inputValence: (valence?: MessageValence) => "shadow-emerald-500/50 dark:shadow-emerald-600/50" | "shadow-cyan-500/50 dark:shadow-cyan-600/50" | "shadow-amber-500/50 dark:shadow-amber-600/50" | "shadow-rose-500/50 dark:shadow-rose-600/50" | null;
23
+ export declare const inputInput: ComponentFunction<InputStyleProps>;
24
+ export declare const inputCheckbox: ComponentFunction<InputStyleProps>;
25
+ export declare const inputCheckboxIndicator: ComponentFunction<InputStyleProps>;
26
+ export declare const inputSwitch: ComponentFunction<InputStyleProps>;
27
+ export declare const inputSwitchThumb: ComponentFunction<InputStyleProps>;
28
+ export declare const inputWithSegmentsInput: ComponentFunction<InputStyleProps>;
29
+ export declare const inputLabel: ComponentFunction<InputMetaStyleProps>;
30
+ export declare const inputDescription: ComponentFunction<InputMetaStyleProps>;
31
+ export declare const inputDescriptionAndValidation: ComponentFunction<InputMetaStyleProps>;
32
+ export declare const inputValidation: ComponentFunction<InputMetaStyleProps>;
33
+ export declare const inputTheme: {
34
+ input: ComponentFunction<Partial<{
35
+ variant: "default" | "subdued" | "static";
36
+ density: Density;
37
+ disabled: boolean;
38
+ elevation: Elevation;
39
+ focused: boolean;
40
+ validationValence: MessageValence;
41
+ size: Size;
42
+ checked: boolean;
43
+ }>>;
44
+ inputWithSegments: ComponentFunction<Partial<{
45
+ variant: "default" | "subdued" | "static";
46
+ density: Density;
47
+ disabled: boolean;
48
+ elevation: Elevation;
49
+ focused: boolean;
50
+ validationValence: MessageValence;
51
+ size: Size;
52
+ checked: boolean;
53
+ }>>;
54
+ checkbox: ComponentFunction<Partial<{
55
+ variant: "default" | "subdued" | "static";
56
+ density: Density;
57
+ disabled: boolean;
58
+ elevation: Elevation;
59
+ focused: boolean;
60
+ validationValence: MessageValence;
61
+ size: Size;
62
+ checked: boolean;
63
+ }>>;
64
+ checkboxIndicator: ComponentFunction<Partial<{
65
+ variant: "default" | "subdued" | "static";
66
+ density: Density;
67
+ disabled: boolean;
68
+ elevation: Elevation;
69
+ focused: boolean;
70
+ validationValence: MessageValence;
71
+ size: Size;
72
+ checked: boolean;
73
+ }>>;
74
+ label: ComponentFunction<Partial<{
75
+ srOnly: boolean;
76
+ validationValence: MessageValence;
77
+ }>>;
78
+ description: ComponentFunction<Partial<{
79
+ srOnly: boolean;
80
+ validationValence: MessageValence;
81
+ }>>;
82
+ validation: 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
+ descriptionAndValidation: ComponentFunction<Partial<{
107
+ srOnly: boolean;
108
+ validationValence: MessageValence;
109
+ }>>;
110
+ };
111
+ //# sourceMappingURL=input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/input.ts"],"names":[],"mappings":"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"}
@@ -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/styles/components/link.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKpE,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/styles/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,CACF,CAAC;AAE7D,eAAO,MAAM,sBAAsB,EAAE,iBAAiB,CAAC,cAAc,CAClC,CAAC;AAEpC,eAAO,MAAM,mBAAmB,EAAE,iBAAiB,CAAC,cAAc,CAC6C,CAAC;AAEhH,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 = "pbs-[--topbar-size] sticky-top-from-topbar-bottom";
3
+ export declare const bottombarBlockPaddingEnd = "pbe-[--statusbar-size] sticky-bottom-from-statusbar-bottom";
4
+ export type MainStyleProps = Partial<{
5
+ bounce: boolean;
6
+ handlesFocus: boolean;
7
+ }>;
8
+ export declare const mainSidebar: ComponentFunction<MainStyleProps>;
9
+ export declare const mainPadding = "dx-main-content-padding";
10
+ export declare const mainPaddingTransitions = "dx-main-content-padding-transitions";
11
+ export declare const mainContent: ComponentFunction<MainStyleProps>;
12
+ export declare const mainIntrinsicSize = "dx-main-intrinsic-size";
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/styles/components/main.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAKxD,eAAO,MAAM,uBAAuB,sDAAsD,CAAC;AAC3F,eAAO,MAAM,wBAAwB,+DAA+D,CAAC;AAErG,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,CACK,CAAC;AAEhE,eAAO,MAAM,WAAW,4BAA4B,CAAC;AAErD,eAAO,MAAM,sBAAsB,wCAAwC,CAAC;AAE5E,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,cAAc,CACgD,CAAC;AAE3G,eAAO,MAAM,iBAAiB,2BAA2B,CAAC;AAE1D,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,cAAc,CAAgD,CAAC;AAE3G,eAAO,MAAM,SAAS;;gBAlBZ,OAAO;sBACD,OAAO;;;gBADb,OAAO;sBACD,OAAO;;;gBADb,OAAO;sBACD,OAAO;;CAqBtB,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 menuViewport: ComponentFunction<MenuStyleProps>;
7
+ export declare const menuContent: 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/styles/components/menu.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAapF,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC;IACnC,kBAAkB,EAAE,OAAO,CAAC;IAC5B,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC,CAAC;AAEH,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,cAAc,CACwC,CAAC;AAEpG,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,cAAc,CAQvD,CAAC;AAEJ,eAAO,MAAM,QAAQ,EAAE,iBAAiB,CAAC,cAAc,CAOpD,CAAC;AAEJ,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC,cAAc,CACd,CAAC;AAE/C,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,cAAc,CACL,CAAC;AAEzD,eAAO,MAAM,SAAS,EAAE,iBAAiB,CAAC,cAAc,CAAoD,CAAC;AAE7G,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,cAAc,CAO3C,CAAC"}
@@ -0,0 +1,11 @@
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 messageTitle: ComponentFunction<MessageStyleProps>;
8
+ export declare const messageIcon: ComponentFunction<MessageStyleProps>;
9
+ export declare const messageContent: ComponentFunction<MessageStyleProps>;
10
+ export declare const messageTheme: Theme<MessageStyleProps>;
11
+ //# sourceMappingURL=message.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"message.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/message.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,cAAc,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKzG,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,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,CAKjD,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 popoverViewport: ComponentFunction<PopoverStyleProps>;
8
+ export declare const popoverContent: 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/styles/components/popover.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKpF,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,eAAe,EAAE,iBAAiB,CAAC,iBAAiB,CAM9D,CAAC;AAEJ,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,iBAAiB,CAQ7D,CAAC;AAEJ,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,iBAAiB,CAAoD,CAAC;AAEnH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAIjD,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { type ComponentFunction, type Theme } from '@dxos/ui-types';
2
+ export type ScrollAreaStyleProps = {};
3
+ export declare const scrollAreaRoot: ComponentFunction<ScrollAreaStyleProps>;
4
+ export declare const scrollAreaViewport: ComponentFunction<ScrollAreaStyleProps>;
5
+ export declare const scrollAreaScrollbar: ComponentFunction<ScrollAreaStyleProps>;
6
+ export declare const scrollAreaThumb: ComponentFunction<ScrollAreaStyleProps>;
7
+ export declare const scrollAreaCorner: ComponentFunction<ScrollAreaStyleProps>;
8
+ export declare const scrollAreaTheme: Theme<ScrollAreaStyleProps>;
9
+ //# sourceMappingURL=scroll-area.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/scroll-area.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,CAChB,CAAC;AAEpD,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,oBAAoB,CAEJ,CAAC;AAEpE,eAAO,MAAM,mBAAmB,EAAE,iBAAiB,CAAC,oBAAoB,CAQrE,CAAC;AAEJ,eAAO,MAAM,eAAe,EAAE,iBAAiB,CAAC,oBAAoB,CAKjE,CAAC;AAEJ,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAAC,oBAAoB,CAAkC,CAAC;AAExG,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,oBAAoB,CAMvD,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/styles/components/select.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAYpF,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,CACd,CAAC;AAEnD,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,gBAAgB,CACuB,CAAC;AAE3F,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/styles/components/separator.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKpE,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,CAK9D,CAAC;AAEJ,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,mBAAmB,CAErD,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { ComponentFunction, Theme } from '@dxos/ui-types';
2
+ export type StatusStyleProps = {
3
+ indeterminate?: boolean;
4
+ variant?: 'default' | 'main-bottom';
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/styles/components/status.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAI/D,MAAM,MAAM,gBAAgB,GAAG;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;CACrC,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/styles/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,CAA6D,CAAC;AAEnH,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/styles/components/toast.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKpE,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,CAYtD,CAAC;AAEJ,eAAO,MAAM,SAAS,EAAE,iBAAiB,CAAC,eAAe,CACI,CAAC;AAE9D,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,CACF,CAAC;AAE/D,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,eAAe,CAO7C,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { type ComponentFunction, type Theme } from '@dxos/ui-types';
2
+ export type ToolbarStyleProps = Partial<{
3
+ layoutManaged: boolean;
4
+ disabled: boolean;
5
+ }>;
6
+ export declare const toolbarLayout = "is-full shrink-0 flex flex-nowrap items-center gap-1 p-1 overflow-x-auto scrollbar-none contain-layout";
7
+ export declare const toolbarInactive = "*:opacity-20";
8
+ export declare const toolbarRoot: ComponentFunction<ToolbarStyleProps>;
9
+ export declare const toolbarInner: 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/styles/components/toolbar.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKpE,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC;IAAE,aAAa,EAAE,OAAO,CAAC;IAAC,QAAQ,EAAE,OAAO,CAAA;CAAE,CAAC,CAAC;AAEvF,eAAO,MAAM,aAAa,2GACgF,CAAC;AAG3G,eAAO,MAAM,eAAe,iBAAiB,CAAC;AAE9C,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,iBAAiB,CAE5D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,iBAAiB,CAE7D,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/styles/components/tooltip.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAKpF,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC;IACtC,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC,CAAC;AAEH,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,iBAAiB,CAQ7D,CAAC;AAEJ,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,iBAAiB,CAAyD,CAAC;AAExH,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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"treegrid.d.ts","sourceRoot":"","sources":["../../../../../src/styles/components/treegrid.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAI/D,MAAM,MAAM,kBAAkB,GAAG,OAAO,CAAC;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;CACjB,CAAC,CAAC;AAaH,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,kBAAkB,CAAqC,CAAC;AAErG,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,kBAAkB,CACwB,CAAC;AAEvF,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,kBAAkB,CAC/B,CAAC;AAEjC,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,kBAAkB,CAInD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { type Density } from '@dxos/ui-types';
2
+ export declare const coarseBlockSize = "min-bs-[2.5rem]";
3
+ export declare const coarseTextPadding = "pli-3";
4
+ export declare const coarseButtonPadding = "pli-4";
5
+ export declare const coarseDimensions = "min-bs-[2.5rem] pli-3";
6
+ export declare const coarseButtonDimensions = "min-bs-[2.5rem] pli-4";
7
+ export declare const fineBlockSize = "min-bs-[2.5rem] pointer-fine:min-bs-[2rem]";
8
+ export declare const fineTextPadding = "pli-2";
9
+ export declare const fineButtonPadding = "pli-2.5";
10
+ export declare const fineDimensions = "min-bs-[2.5rem] pointer-fine:min-bs-[2rem] pli-2";
11
+ export declare const fineButtonDimensions = "min-bs-[2.5rem] pointer-fine:min-bs-[2rem] pli-2.5";
12
+ export declare const densityBlockSize: (density?: Density) => "min-bs-[2.5rem]" | "min-bs-[2.5rem] pointer-fine:min-bs-[2rem]";
13
+ //# sourceMappingURL=density.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"density.d.ts","sourceRoot":"","sources":["../../../../../src/styles/fragments/density.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAE9C,eAAO,MAAM,eAAe,oBAAoB,CAAC;AACjD,eAAO,MAAM,iBAAiB,UAAU,CAAC;AACzC,eAAO,MAAM,mBAAmB,UAAU,CAAC;AAC3C,eAAO,MAAM,gBAAgB,0BAA4C,CAAC;AAC1E,eAAO,MAAM,sBAAsB,0BAA8C,CAAC;AAClF,eAAO,MAAM,aAAa,+CAA+C,CAAC;AAC1E,eAAO,MAAM,eAAe,UAAU,CAAC;AACvC,eAAO,MAAM,iBAAiB,YAAY,CAAC;AAC3C,eAAO,MAAM,cAAc,qDAAwC,CAAC;AACpE,eAAO,MAAM,oBAAoB,uDAA0C,CAAC;AAC5E,eAAO,MAAM,gBAAgB,GAAI,UAAS,OAAkB,qEAA2D,CAAC"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Content areas that contain the text editor.
3
+ */
4
+ export declare const textBlockWidth = "is-full mli-auto max-is-[--text-content]";
5
+ //# sourceMappingURL=dimension.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dimension.d.ts","sourceRoot":"","sources":["../../../../../src/styles/fragments/dimension.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,eAAO,MAAM,cAAc,6CAA6C,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const staticDisabled = "opacity-40 cursor-not-allowed shadow-none";
2
+ export declare const dataDisabled = "data-[disabled]:opacity-40 data-[disabled]:cursor-not-allowed";
3
+ //# sourceMappingURL=disabled.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disabled.d.ts","sourceRoot":"","sources":["../../../../../src/styles/fragments/disabled.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,cAAc,8CAA8C,CAAC;AAC1E,eAAO,MAAM,YAAY,kEAAkE,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { type ComponentFragment, type Elevation, type SurfaceLevel } from '@dxos/ui-types';
2
+ /**
3
+ * @deprecated
4
+ */
5
+ export declare const contentShadow: ComponentFragment<{
6
+ elevation?: Elevation;
7
+ }>;
8
+ export declare const surfaceShadow: ComponentFragment<{
9
+ elevation?: Elevation;
10
+ }>;
11
+ export declare const surfaceZIndex: ComponentFragment<{
12
+ level?: SurfaceLevel;
13
+ elevation?: Elevation;
14
+ }>;
15
+ //# sourceMappingURL=elevation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"elevation.d.ts","sourceRoot":"","sources":["../../../../../src/styles/fragments/elevation.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,KAAK,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE3F;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC;IAAE,SAAS,CAAC,EAAE,SAAS,CAAA;CAAE,CAA0B,CAAC;AAGlG,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC;IAAE,SAAS,CAAC,EAAE,SAAS,CAAA;CAAE,CAEtE,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,iBAAiB,CAAC;IAAE,KAAK,CAAC,EAAE,YAAY,CAAC;IAAC,SAAS,CAAC,EAAE,SAAS,CAAA;CAAE,CAY5F,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const focusRing = "dx-focus-ring";
2
+ export declare const dropRing = "ring-1 ring-offset-0 ring-primary-350 ring-offset-white dark:ring-primary-450 dark:ring-offset-black";
3
+ export declare const dropRingInner = "before:z-[1] before:absolute before:inset-0 before:ring-1 before:ring-inset before:ring-primary-350 before:dark:ring-primary-450";
4
+ export declare const subduedFocus = "focus:outline-none focus-visible:outline-none focus:ring-0 ring-0 focus:border-0 border-0";
5
+ export declare const staticFocusRing = "ring-2 ring-offset-0 ring-primary-350 ring-offset-white dark:ring-primary-450 dark:ring-offset-black";
6
+ //# sourceMappingURL=focus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"focus.d.ts","sourceRoot":"","sources":["../../../../../src/styles/fragments/focus.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS,kBAAkB,CAAC;AAEzC,eAAO,MAAM,QAAQ,yGACmF,CAAC;AAEzG,eAAO,MAAM,aAAa,qIAC0G,CAAC;AAErI,eAAO,MAAM,YAAY,8FAA8F,CAAC;AAExH,eAAO,MAAM,eAAe,yGAC4E,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type ComponentFragment, type Elevation } from '@dxos/ui-types';
2
+ export declare const group: ComponentFragment<{
3
+ elevation?: Elevation;
4
+ }>;
5
+ //# sourceMappingURL=group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../../../../src/styles/fragments/group.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAIxE,eAAO,MAAM,KAAK,EAAE,iBAAiB,CAAC;IAAE,SAAS,CAAC,EAAE,SAAS,CAAA;CAAE,CAG9D,CAAC"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @deprecated
3
+ */
4
+ export declare const hoverColors = "transition-colors duration-100 linear hover:bg-hoverSurface";
5
+ export declare const ghostHover = "hover:bg-hoverSurface";
6
+ export declare const ghostFocusWithin = "focus-within:bg-hoverSurface";
7
+ export declare const subtleHover = "hover:bg-hoverOverlay";
8
+ export declare const hoverableControls = "[--controls-opacity:1] hover-hover:[--controls-opacity:0] hover-hover:hover:[--controls-opacity:1]";
9
+ export declare const groupHoverControlItemWithTransition = "transition-opacity duration-200 opacity-0 group-hover:opacity-100";
10
+ export declare const hoverableFocusedKeyboardControls = "focus-visible:[--controls-opacity:1]";
11
+ export declare const hoverableFocusedWithinControls = "focus-within:[--controls-opacity:1]";
12
+ export declare const hoverableFocusedControls = "focus:[--controls-opacity:1]";
13
+ export declare const hoverableOpenControlItem = "hover-hover:aria-[expanded=true]:[--controls-opacity:1]";
14
+ export declare const hoverableControlItem = "opacity-[--controls-opacity]";
15
+ export declare const hoverableControlItemTransition = "transition-opacity duration-200";
16
+ export declare const staticHoverableControls = "hover-hover:[--controls-opacity:1]";
17
+ //# sourceMappingURL=hover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hover.d.ts","sourceRoot":"","sources":["../../../../../src/styles/fragments/hover.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,eAAO,MAAM,WAAW,gEAAgE,CAAC;AAEzF,eAAO,MAAM,UAAU,0BAA0B,CAAC;AAClD,eAAO,MAAM,gBAAgB,iCAAiC,CAAC;AAC/D,eAAO,MAAM,WAAW,0BAA0B,CAAC;AAEnD,eAAO,MAAM,iBAAiB,uGACwE,CAAC;AAEvG,eAAO,MAAM,mCAAmC,sEAAsE,CAAC;AAEvH,eAAO,MAAM,gCAAgC,yCAAyC,CAAC;AACvF,eAAO,MAAM,8BAA8B,wCAAwC,CAAC;AACpF,eAAO,MAAM,wBAAwB,iCAAiC,CAAC;AACvE,eAAO,MAAM,wBAAwB,4DAA4D,CAAC;AAClG,eAAO,MAAM,oBAAoB,iCAAiC,CAAC;AACnE,eAAO,MAAM,8BAA8B,oCAAoC,CAAC;AAChF,eAAO,MAAM,uBAAuB,uCAAuC,CAAC"}
@@ -0,0 +1,17 @@
1
+ export * from './density';
2
+ export * from './disabled';
3
+ export * from './dimension';
4
+ export * from './elevation';
5
+ export * from './focus';
6
+ export * from './group';
7
+ export * from './hover';
8
+ export * from './layout';
9
+ export * from './motion';
10
+ export * from './ornament';
11
+ export * from './selected';
12
+ export * from './shimmer';
13
+ export * from './surface';
14
+ export * from './size';
15
+ export * from './text';
16
+ export * from './valence';
17
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/styles/fragments/index.ts"],"names":[],"mappings":"AAIA,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const bounceLayout = "fixed inset-0 z-0 overflow-auto overscroll-auto";
2
+ export declare const fixedInsetFlexLayout = "flex flex-col fixed inset-0 overflow-hidden overscroll-none";
3
+ //# sourceMappingURL=layout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../../../src/styles/fragments/layout.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY,oDAAoD,CAAC;AAE9E,eAAO,MAAM,oBAAoB,gEAAgE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const popperMotion = "will-change-[opacity,transform] data-[side=top]:animate-slide-down-and-fade data-[side=right]:animate-slide-left-and-fade data-[side=bottom]:animate-slide-up-and-fade data-[side=left]:animate-slide-right-and-fade";
2
+ //# sourceMappingURL=motion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"motion.d.ts","sourceRoot":"","sources":["../../../../../src/styles/fragments/motion.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY,yNAC+L,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const separatorBorderColor = "border-separator";
2
+ export declare const subduedSeparatorBorderColor = "border-subduedSeparator";
3
+ export declare const inlineSeparator = "self-stretch border-ie mli-1";
4
+ export declare const blockSeparator = "self-stretch border-be mlb-1";
5
+ //# sourceMappingURL=ornament.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ornament.d.ts","sourceRoot":"","sources":["../../../../../src/styles/fragments/ornament.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB,qBAAqB,CAAC;AACvD,eAAO,MAAM,2BAA2B,4BAA4B,CAAC;AAErE,eAAO,MAAM,eAAe,iCAAiC,CAAC;AAC9D,eAAO,MAAM,cAAc,iCAAiC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { type ComponentFragment } from '@dxos/ui-types';
2
+ export declare const ghostSelectedCurrent: string[];
3
+ export declare const ghostHighlighted = "data-[highlighted]:bg-primary-100 dark:data-[highlighted]:bg-primary-600 hover:data-[highlighted]:bg-primary-150 hover:dark:data-[highlighted]:bg-primary-500";
4
+ export declare const ghostSelectedTrackingInterFromNormal = "tracking-[0.0092em]";
5
+ export declare const ghostSelected = "aria-selected:bg-baseSurface aria-selected:text-accentText hover:aria-selected:text-accentTextHover aria-selected:font-semibold aria-selected:tracking-normal transition-[color,font-variation-settings,letter-spacing]";
6
+ export declare const ghostSelectedContainerMd = "@md:aria-selected:bg-baseSurface @md:aria-selected:text-accentText @md:hover:aria-selected:text-accentTextHover @md:aria-selected:font-semibold @md:aria-selected:tracking-normal @md:transition-[color,font-variation-settings,letter-spacing]";
7
+ export type SelectedStyleProps = {
8
+ current?: boolean;
9
+ selected?: boolean;
10
+ };
11
+ export declare const staticGhostSelectedCurrent: ComponentFragment<SelectedStyleProps>;
12
+ export declare const staticGhostSelected: ComponentFragment<Pick<SelectedStyleProps, 'selected'>>;
13
+ //# sourceMappingURL=selected.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"selected.d.ts","sourceRoot":"","sources":["../../../../../src/styles/fragments/selected.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAMxD,eAAO,MAAM,oBAAoB,UAKhC,CAAC;AAEF,eAAO,MAAM,gBAAgB,kKACoI,CAAC;AAElK,eAAO,MAAM,oCAAoC,wBAAwB,CAAC;AAE1E,eAAO,MAAM,aAAa,4NACiM,CAAC;AAE5N,eAAO,MAAM,wBAAwB,oPAC8M,CAAC;AAEpP,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,iBAAiB,CAAC,kBAAkB,CAQ5E,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,iBAAiB,CAAC,IAAI,CAAC,kBAAkB,EAAE,UAAU,CAAC,CAChC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const shimmer = "relative before:absolute before:inset-0 before:-translate-x-full before:animate-shimmer before:bg-gradient-to-r before:from-transparent before:via-neutral-100/10 before:to-transparent isolate overflow-hidden";
2
+ export declare const strongShimmer = "relative before:absolute before:inset-0 before:-translate-x-full before:animate-shimmer before:bg-gradient-to-r before:from-transparent before:via-primary-100/80 before:to-transparent isolate overflow-hidden";
3
+ //# sourceMappingURL=shimmer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shimmer.d.ts","sourceRoot":"","sources":["../../../../../src/styles/fragments/shimmer.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,oNAC+L,CAAC;AAEpN,eAAO,MAAM,aAAa,oNACyL,CAAC"}