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