@vxrn/native 1.12.8-1774390675831

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 (176) hide show
  1. package/.turbo/turbo-build.log +2 -0
  2. package/android/build.gradle +32 -0
  3. package/android/src/main/AndroidManifest.xml +2 -0
  4. package/android/src/main/java/dev/vxrn/native/VxrnNativeModule.kt +117 -0
  5. package/android/src/main/java/dev/vxrn/native/VxrnNativePackage.kt +16 -0
  6. package/dist/cjs/color/android.dynamic.types.cjs +16 -0
  7. package/dist/cjs/color/android.dynamic.types.native.js +19 -0
  8. package/dist/cjs/color/android.dynamic.types.native.js.map +1 -0
  9. package/dist/cjs/color/android.material.types.cjs +16 -0
  10. package/dist/cjs/color/android.material.types.native.js +19 -0
  11. package/dist/cjs/color/android.material.types.native.js.map +1 -0
  12. package/dist/cjs/color/index.cjs +66 -0
  13. package/dist/cjs/color/index.native.js +69 -0
  14. package/dist/cjs/color/index.native.js.map +1 -0
  15. package/dist/cjs/color/ios.types.cjs +16 -0
  16. package/dist/cjs/color/ios.types.native.js +19 -0
  17. package/dist/cjs/color/ios.types.native.js.map +1 -0
  18. package/dist/cjs/color/materialColor.cjs +32 -0
  19. package/dist/cjs/color/materialColor.native.js +43 -0
  20. package/dist/cjs/color/materialColor.native.js.map +1 -0
  21. package/dist/cjs/index.cjs +37 -0
  22. package/dist/cjs/index.native.js +40 -0
  23. package/dist/cjs/index.native.js.map +1 -0
  24. package/dist/cjs/menu/index.cjs +28 -0
  25. package/dist/cjs/menu/index.native.js +47 -0
  26. package/dist/cjs/menu/index.native.js.map +1 -0
  27. package/dist/cjs/menu/types.cjs +16 -0
  28. package/dist/cjs/menu/types.native.js +19 -0
  29. package/dist/cjs/menu/types.native.js.map +1 -0
  30. package/dist/cjs/split-view/index.cjs +26 -0
  31. package/dist/cjs/split-view/index.native.js +29 -0
  32. package/dist/cjs/split-view/index.native.js.map +1 -0
  33. package/dist/cjs/split-view/split-view.cjs +80 -0
  34. package/dist/cjs/split-view/split-view.native.js +88 -0
  35. package/dist/cjs/split-view/split-view.native.js.map +1 -0
  36. package/dist/cjs/toolbar/index.cjs +32 -0
  37. package/dist/cjs/toolbar/index.native.js +60 -0
  38. package/dist/cjs/toolbar/index.native.js.map +1 -0
  39. package/dist/cjs/toolbar/types.cjs +16 -0
  40. package/dist/cjs/toolbar/types.native.js +19 -0
  41. package/dist/cjs/toolbar/types.native.js.map +1 -0
  42. package/dist/cjs/zoom/index.cjs +36 -0
  43. package/dist/cjs/zoom/index.native.js +65 -0
  44. package/dist/cjs/zoom/index.native.js.map +1 -0
  45. package/dist/cjs/zoom/types.cjs +16 -0
  46. package/dist/cjs/zoom/types.native.js +19 -0
  47. package/dist/cjs/zoom/types.native.js.map +1 -0
  48. package/dist/esm/color/android.dynamic.types.mjs +2 -0
  49. package/dist/esm/color/android.dynamic.types.mjs.map +1 -0
  50. package/dist/esm/color/android.dynamic.types.native.js +2 -0
  51. package/dist/esm/color/android.dynamic.types.native.js.map +1 -0
  52. package/dist/esm/color/android.material.types.mjs +2 -0
  53. package/dist/esm/color/android.material.types.mjs.map +1 -0
  54. package/dist/esm/color/android.material.types.native.js +2 -0
  55. package/dist/esm/color/android.material.types.native.js.map +1 -0
  56. package/dist/esm/color/index.mjs +42 -0
  57. package/dist/esm/color/index.mjs.map +1 -0
  58. package/dist/esm/color/index.native.js +42 -0
  59. package/dist/esm/color/index.native.js.map +1 -0
  60. package/dist/esm/color/ios.types.mjs +2 -0
  61. package/dist/esm/color/ios.types.mjs.map +1 -0
  62. package/dist/esm/color/ios.types.native.js +2 -0
  63. package/dist/esm/color/ios.types.native.js.map +1 -0
  64. package/dist/esm/color/materialColor.mjs +8 -0
  65. package/dist/esm/color/materialColor.mjs.map +1 -0
  66. package/dist/esm/color/materialColor.native.js +16 -0
  67. package/dist/esm/color/materialColor.native.js.map +1 -0
  68. package/dist/esm/index.mjs +7 -0
  69. package/dist/esm/index.mjs.map +1 -0
  70. package/dist/esm/index.native.js +7 -0
  71. package/dist/esm/index.native.js.map +1 -0
  72. package/dist/esm/menu/index.mjs +5 -0
  73. package/dist/esm/menu/index.mjs.map +1 -0
  74. package/dist/esm/menu/index.native.js +21 -0
  75. package/dist/esm/menu/index.native.js.map +1 -0
  76. package/dist/esm/menu/types.mjs +2 -0
  77. package/dist/esm/menu/types.mjs.map +1 -0
  78. package/dist/esm/menu/types.native.js +2 -0
  79. package/dist/esm/menu/types.native.js.map +1 -0
  80. package/dist/esm/split-view/index.mjs +3 -0
  81. package/dist/esm/split-view/index.mjs.map +1 -0
  82. package/dist/esm/split-view/index.native.js +3 -0
  83. package/dist/esm/split-view/index.native.js.map +1 -0
  84. package/dist/esm/split-view/split-view.mjs +46 -0
  85. package/dist/esm/split-view/split-view.mjs.map +1 -0
  86. package/dist/esm/split-view/split-view.native.js +51 -0
  87. package/dist/esm/split-view/split-view.native.js.map +1 -0
  88. package/dist/esm/toolbar/index.mjs +8 -0
  89. package/dist/esm/toolbar/index.mjs.map +1 -0
  90. package/dist/esm/toolbar/index.native.js +33 -0
  91. package/dist/esm/toolbar/index.native.js.map +1 -0
  92. package/dist/esm/toolbar/types.mjs +2 -0
  93. package/dist/esm/toolbar/types.mjs.map +1 -0
  94. package/dist/esm/toolbar/types.native.js +2 -0
  95. package/dist/esm/toolbar/types.native.js.map +1 -0
  96. package/dist/esm/zoom/index.mjs +11 -0
  97. package/dist/esm/zoom/index.mjs.map +1 -0
  98. package/dist/esm/zoom/index.native.js +37 -0
  99. package/dist/esm/zoom/index.native.js.map +1 -0
  100. package/dist/esm/zoom/types.mjs +2 -0
  101. package/dist/esm/zoom/types.mjs.map +1 -0
  102. package/dist/esm/zoom/types.native.js +2 -0
  103. package/dist/esm/zoom/types.native.js.map +1 -0
  104. package/ios/Menu/MenuActionView.swift +339 -0
  105. package/ios/Menu/VxrnMenuActionManager.m +47 -0
  106. package/ios/Toolbar/FontUtils.swift +46 -0
  107. package/ios/Toolbar/ToolbarHostView.swift +138 -0
  108. package/ios/Toolbar/ToolbarItemView.swift +334 -0
  109. package/ios/Toolbar/VxrnToolbarHostManager.m +20 -0
  110. package/ios/Toolbar/VxrnToolbarItemManager.m +41 -0
  111. package/ios/VxrnNative-Bridging-Header.h +7 -0
  112. package/ios/VxrnNative.podspec +31 -0
  113. package/ios/ZoomTransition/VxrnZoomAlignmentManager.m +22 -0
  114. package/ios/ZoomTransition/VxrnZoomEnablerManager.m +23 -0
  115. package/ios/ZoomTransition/VxrnZoomSourceManager.m +24 -0
  116. package/ios/ZoomTransition/ZoomTransition.swift +384 -0
  117. package/package.json +82 -0
  118. package/react-native.config.js +14 -0
  119. package/src/color/android.dynamic.types.ts +384 -0
  120. package/src/color/android.material.types.ts +291 -0
  121. package/src/color/index.native.ts +75 -0
  122. package/src/color/index.ts +75 -0
  123. package/src/color/ios.types.ts +156 -0
  124. package/src/color/materialColor.native.ts +15 -0
  125. package/src/color/materialColor.ts +7 -0
  126. package/src/index.ts +20 -0
  127. package/src/menu/index.native.tsx +28 -0
  128. package/src/menu/index.ts +7 -0
  129. package/src/menu/types.ts +32 -0
  130. package/src/split-view/index.ts +2 -0
  131. package/src/split-view/split-view.tsx +80 -0
  132. package/src/toolbar/index.native.tsx +39 -0
  133. package/src/toolbar/index.ts +11 -0
  134. package/src/toolbar/types.ts +39 -0
  135. package/src/zoom/index.native.tsx +56 -0
  136. package/src/zoom/index.ts +28 -0
  137. package/src/zoom/types.ts +30 -0
  138. package/tsconfig.json +7 -0
  139. package/types/color/android.dynamic.types.d.ts +384 -0
  140. package/types/color/android.dynamic.types.d.ts.map +1 -0
  141. package/types/color/android.material.types.d.ts +291 -0
  142. package/types/color/android.material.types.d.ts.map +1 -0
  143. package/types/color/index.d.ts +25 -0
  144. package/types/color/index.d.ts.map +1 -0
  145. package/types/color/index.native.d.ts +25 -0
  146. package/types/color/index.native.d.ts.map +1 -0
  147. package/types/color/ios.types.d.ts +156 -0
  148. package/types/color/ios.types.d.ts.map +1 -0
  149. package/types/color/materialColor.d.ts +3 -0
  150. package/types/color/materialColor.d.ts.map +1 -0
  151. package/types/color/materialColor.native.d.ts +3 -0
  152. package/types/color/materialColor.native.d.ts.map +1 -0
  153. package/types/index.d.ts +10 -0
  154. package/types/index.d.ts.map +1 -0
  155. package/types/menu/index.d.ts +4 -0
  156. package/types/menu/index.d.ts.map +1 -0
  157. package/types/menu/index.native.d.ts +4 -0
  158. package/types/menu/index.native.d.ts.map +1 -0
  159. package/types/menu/types.d.ts +32 -0
  160. package/types/menu/types.d.ts.map +1 -0
  161. package/types/split-view/index.d.ts +3 -0
  162. package/types/split-view/index.d.ts.map +1 -0
  163. package/types/split-view/split-view.d.ts +19 -0
  164. package/types/split-view/split-view.d.ts.map +1 -0
  165. package/types/toolbar/index.d.ts +5 -0
  166. package/types/toolbar/index.d.ts.map +1 -0
  167. package/types/toolbar/index.native.d.ts +5 -0
  168. package/types/toolbar/index.native.d.ts.map +1 -0
  169. package/types/toolbar/types.d.ts +37 -0
  170. package/types/toolbar/types.d.ts.map +1 -0
  171. package/types/zoom/index.d.ts +6 -0
  172. package/types/zoom/index.d.ts.map +1 -0
  173. package/types/zoom/index.native.d.ts +6 -0
  174. package/types/zoom/index.native.d.ts.map +1 -0
  175. package/types/zoom/types.d.ts +26 -0
  176. package/types/zoom/types.d.ts.map +1 -0
@@ -0,0 +1,30 @@
1
+ import type { PropsWithChildren } from 'react'
2
+
3
+ export interface SourceAlignmentRect {
4
+ x: number
5
+ y: number
6
+ width: number
7
+ height: number
8
+ }
9
+
10
+ export interface DismissalBoundsRect {
11
+ minX?: number
12
+ maxX?: number
13
+ minY?: number
14
+ maxY?: number
15
+ }
16
+
17
+ export interface ZoomTransitionSourceProps extends PropsWithChildren {
18
+ identifier: string
19
+ alignment?: SourceAlignmentRect
20
+ animateAspectRatioChange?: boolean
21
+ }
22
+
23
+ export interface ZoomTransitionEnablerProps {
24
+ zoomTransitionSourceIdentifier: string
25
+ dismissalBoundsRect?: DismissalBoundsRect | null
26
+ }
27
+
28
+ export interface ZoomTransitionAlignmentRectDetectorProps extends PropsWithChildren {
29
+ identifier: string
30
+ }
package/tsconfig.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "extends": "../../tsconfig.base.json",
3
+ "compilerOptions": {
4
+ "composite": true
5
+ },
6
+ "references": []
7
+ }
@@ -0,0 +1,384 @@
1
+ import type { ColorValue } from 'react-native';
2
+ /**
3
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
4
+ *
5
+ * You can find out more about color roles in [official Material Design 3 documentation](https://m3.material.io/styles/color/roles).
6
+ *
7
+ * You can read about the difference between dynamic and static colors in [official Material Design 3 documentation](https://m3.material.io/styles/color/choosing-a-scheme).
8
+ *
9
+ * For a detailed definition of each color role, see [material components color documentation](https://github.com/material-components/material-components-android/blob/master/docs/theming/Color.md).
10
+ */
11
+ export interface AndroidDynamicMaterialColorType {
12
+ /**
13
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
14
+ *
15
+ * This color adapts based on the user's wallpaper and theme settings.
16
+ *
17
+ *
18
+ * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
19
+ */
20
+ primary: ColorValue;
21
+ /**
22
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
23
+ *
24
+ * This color adapts based on the user's wallpaper and theme settings.
25
+ *
26
+ * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
27
+ */
28
+ onPrimary: ColorValue;
29
+ /**
30
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
31
+ *
32
+ * This color adapts based on the user's wallpaper and theme settings.
33
+ *
34
+ * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
35
+ */
36
+ primaryContainer: ColorValue;
37
+ /**
38
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
39
+ *
40
+ * This color adapts based on the user's wallpaper and theme settings.
41
+ *
42
+ * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
43
+ */
44
+ onPrimaryContainer: ColorValue;
45
+ /**
46
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
47
+ *
48
+ * This color adapts based on the user's wallpaper and theme settings.
49
+ *
50
+ * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
51
+ *
52
+ * [Read more about Inverse colors](https://m3.material.io/styles/color/roles#7fc6b47e-db22-4e98-8359-7649a099e4a1)
53
+ */
54
+ primaryInverse: ColorValue;
55
+ /**
56
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
57
+ *
58
+ * This color adapts based on the user's wallpaper and theme settings.
59
+ *
60
+ * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
61
+ */
62
+ primaryFixed: ColorValue;
63
+ /**
64
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
65
+ *
66
+ * This color adapts based on the user's wallpaper and theme settings.
67
+ *
68
+ * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
69
+ */
70
+ primaryFixedDim: ColorValue;
71
+ /**
72
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
73
+ *
74
+ * This color adapts based on the user's wallpaper and theme settings.
75
+ *
76
+ * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
77
+ */
78
+ onPrimaryFixed: ColorValue;
79
+ /**
80
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
81
+ *
82
+ * This color adapts based on the user's wallpaper and theme settings.
83
+ *
84
+ * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
85
+ */
86
+ onPrimaryFixedVariant: ColorValue;
87
+ /**
88
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
89
+ *
90
+ * This color adapts based on the user's wallpaper and theme settings.
91
+ *
92
+ * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
93
+ */
94
+ secondary: ColorValue;
95
+ /**
96
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
97
+ *
98
+ * This color adapts based on the user's wallpaper and theme settings.
99
+ *
100
+ * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
101
+ */
102
+ onSecondary: ColorValue;
103
+ /**
104
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
105
+ *
106
+ * This color adapts based on the user's wallpaper and theme settings.
107
+ *
108
+ * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
109
+ */
110
+ secondaryContainer: ColorValue;
111
+ /**
112
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
113
+ *
114
+ * This color adapts based on the user's wallpaper and theme settings.
115
+ *
116
+ * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
117
+ */
118
+ onSecondaryContainer: ColorValue;
119
+ /**
120
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
121
+ *
122
+ * This color adapts based on the user's wallpaper and theme settings.
123
+ *
124
+ * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
125
+ */
126
+ secondaryFixed: ColorValue;
127
+ /**
128
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
129
+ *
130
+ * This color adapts based on the user's wallpaper and theme settings.
131
+ *
132
+ * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
133
+ */
134
+ secondaryFixedDim: ColorValue;
135
+ /**
136
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
137
+ *
138
+ * This color adapts based on the user's wallpaper and theme settings.
139
+ *
140
+ * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
141
+ */
142
+ onSecondaryFixed: ColorValue;
143
+ /**
144
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
145
+ *
146
+ * This color adapts based on the user's wallpaper and theme settings.
147
+ *
148
+ * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
149
+ */
150
+ onSecondaryFixedVariant: ColorValue;
151
+ /**
152
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
153
+ *
154
+ * This color adapts based on the user's wallpaper and theme settings.
155
+ *
156
+ * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
157
+ */
158
+ tertiary: ColorValue;
159
+ /**
160
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
161
+ *
162
+ * This color adapts based on the user's wallpaper and theme settings.
163
+ *
164
+ * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
165
+ */
166
+ onTertiary: ColorValue;
167
+ /**
168
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
169
+ *
170
+ * This color adapts based on the user's wallpaper and theme settings.
171
+ *
172
+ * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
173
+ */
174
+ tertiaryContainer: ColorValue;
175
+ /**
176
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
177
+ *
178
+ * This color adapts based on the user's wallpaper and theme settings.
179
+ *
180
+ * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
181
+ */
182
+ onTertiaryContainer: ColorValue;
183
+ /**
184
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
185
+ *
186
+ * This color adapts based on the user's wallpaper and theme settings.
187
+ *
188
+ * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
189
+ */
190
+ tertiaryFixed: ColorValue;
191
+ /**
192
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
193
+ *
194
+ * This color adapts based on the user's wallpaper and theme settings.
195
+ *
196
+ * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
197
+ */
198
+ tertiaryFixedDim: ColorValue;
199
+ /**
200
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
201
+ *
202
+ * This color adapts based on the user's wallpaper and theme settings.
203
+ *
204
+ * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
205
+ */
206
+ onTertiaryFixed: ColorValue;
207
+ /**
208
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
209
+ *
210
+ * This color adapts based on the user's wallpaper and theme settings.
211
+ *
212
+ * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
213
+ */
214
+ onTertiaryFixedVariant: ColorValue;
215
+ /**
216
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
217
+ *
218
+ * This color adapts based on the user's wallpaper and theme settings.
219
+ *
220
+ * [Read more about Error color role](https://m3.material.io/styles/color/roles#47a25970-8a80-43be-8307-c12e0f7a2b43)
221
+ */
222
+ error: ColorValue;
223
+ /**
224
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
225
+ *
226
+ * This color adapts based on the user's wallpaper and theme settings.
227
+ *
228
+ * [Read more about Error color role](https://m3.material.io/styles/color/roles#47a25970-8a80-43be-8307-c12e0f7a2b43)
229
+ */
230
+ onError: ColorValue;
231
+ /**
232
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
233
+ *
234
+ * This color adapts based on the user's wallpaper and theme settings.
235
+ *
236
+ * [Read more about Error color role](https://m3.material.io/styles/color/roles#47a25970-8a80-43be-8307-c12e0f7a2b43)
237
+ */
238
+ errorContainer: ColorValue;
239
+ /**
240
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
241
+ *
242
+ * This color adapts based on the user's wallpaper and theme settings.
243
+ *
244
+ * [Read more about Error color role](https://m3.material.io/styles/color/roles#47a25970-8a80-43be-8307-c12e0f7a2b43)
245
+ */
246
+ onErrorContainer: ColorValue;
247
+ /**
248
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
249
+ *
250
+ * This color adapts based on the user's wallpaper and theme settings.
251
+ *
252
+ * [Read more about Outline color role](https://m3.material.io/styles/color/roles#e7d72e44-72e2-4ce9-a18d-df07b1433d18)
253
+ */
254
+ outline: ColorValue;
255
+ /**
256
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
257
+ *
258
+ * This color adapts based on the user's wallpaper and theme settings.
259
+ *
260
+ * [Read more about Outline color role](https://m3.material.io/styles/color/roles#e7d72e44-72e2-4ce9-a18d-df07b1433d18)
261
+ */
262
+ outlineVariant: ColorValue;
263
+ /**
264
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
265
+ *
266
+ * This color adapts based on the user's wallpaper and theme settings.
267
+ */
268
+ background: ColorValue;
269
+ /**
270
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
271
+ *
272
+ * This color adapts based on the user's wallpaper and theme settings.
273
+ */
274
+ onBackground: ColorValue;
275
+ /**
276
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
277
+ *
278
+ * This color adapts based on the user's wallpaper and theme settings.
279
+ *
280
+ * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
281
+ */
282
+ surface: ColorValue;
283
+ /**
284
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
285
+ *
286
+ * This color adapts based on the user's wallpaper and theme settings.
287
+ *
288
+ * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
289
+ */
290
+ onSurface: ColorValue;
291
+ /**
292
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
293
+ *
294
+ * This color adapts based on the user's wallpaper and theme settings.
295
+ *
296
+ * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
297
+ */
298
+ surfaceVariant: ColorValue;
299
+ /**
300
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
301
+ *
302
+ * This color adapts based on the user's wallpaper and theme settings.
303
+ *
304
+ * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
305
+ */
306
+ onSurfaceVariant: ColorValue;
307
+ /**
308
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
309
+ *
310
+ * This color adapts based on the user's wallpaper and theme settings.
311
+ *
312
+ * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
313
+ *
314
+ * [Read more about Inverse colors](https://m3.material.io/styles/color/roles#7fc6b47e-db22-4e98-8359-7649a099e4a1)
315
+ */
316
+ surfaceInverse: ColorValue;
317
+ /**
318
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
319
+ *
320
+ * This color adapts based on the user's wallpaper and theme settings.
321
+ *
322
+ * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
323
+ *
324
+ * [Read more about Inverse colors](https://m3.material.io/styles/color/roles#7fc6b47e-db22-4e98-8359-7649a099e4a1)
325
+ */
326
+ onSurfaceInverse: ColorValue;
327
+ /**
328
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
329
+ *
330
+ * This color adapts based on the user's wallpaper and theme settings.
331
+ *
332
+ * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
333
+ */
334
+ surfaceBright: ColorValue;
335
+ /**
336
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
337
+ *
338
+ * This color adapts based on the user's wallpaper and theme settings.
339
+ *
340
+ * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
341
+ */
342
+ surfaceDim: ColorValue;
343
+ /**
344
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
345
+ *
346
+ * This color adapts based on the user's wallpaper and theme settings.
347
+ *
348
+ * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
349
+ */
350
+ surfaceContainer: ColorValue;
351
+ /**
352
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
353
+ *
354
+ * This color adapts based on the user's wallpaper and theme settings.
355
+ *
356
+ * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
357
+ */
358
+ surfaceContainerLow: ColorValue;
359
+ /**
360
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
361
+ *
362
+ * This color adapts based on the user's wallpaper and theme settings.
363
+ *
364
+ * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
365
+ */
366
+ surfaceContainerLowest: ColorValue;
367
+ /**
368
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
369
+ *
370
+ * This color adapts based on the user's wallpaper and theme settings.
371
+ *
372
+ * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
373
+ */
374
+ surfaceContainerHigh: ColorValue;
375
+ /**
376
+ * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)
377
+ *
378
+ * This color adapts based on the user's wallpaper and theme settings.
379
+ *
380
+ * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
381
+ */
382
+ surfaceContainerHighest: ColorValue;
383
+ }
384
+ //# sourceMappingURL=android.dynamic.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"android.dynamic.types.d.ts","sourceRoot":"","sources":["../../src/color/android.dynamic.types.ts"],"names":[],"mappings":"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"}