@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.
- package/.turbo/turbo-build.log +2 -0
- package/android/build.gradle +32 -0
- package/android/src/main/AndroidManifest.xml +2 -0
- package/android/src/main/java/dev/vxrn/native/VxrnNativeModule.kt +117 -0
- package/android/src/main/java/dev/vxrn/native/VxrnNativePackage.kt +16 -0
- package/dist/cjs/color/android.dynamic.types.cjs +16 -0
- package/dist/cjs/color/android.dynamic.types.native.js +19 -0
- package/dist/cjs/color/android.dynamic.types.native.js.map +1 -0
- package/dist/cjs/color/android.material.types.cjs +16 -0
- package/dist/cjs/color/android.material.types.native.js +19 -0
- package/dist/cjs/color/android.material.types.native.js.map +1 -0
- package/dist/cjs/color/index.cjs +66 -0
- package/dist/cjs/color/index.native.js +69 -0
- package/dist/cjs/color/index.native.js.map +1 -0
- package/dist/cjs/color/ios.types.cjs +16 -0
- package/dist/cjs/color/ios.types.native.js +19 -0
- package/dist/cjs/color/ios.types.native.js.map +1 -0
- package/dist/cjs/color/materialColor.cjs +32 -0
- package/dist/cjs/color/materialColor.native.js +43 -0
- package/dist/cjs/color/materialColor.native.js.map +1 -0
- package/dist/cjs/index.cjs +37 -0
- package/dist/cjs/index.native.js +40 -0
- package/dist/cjs/index.native.js.map +1 -0
- package/dist/cjs/menu/index.cjs +28 -0
- package/dist/cjs/menu/index.native.js +47 -0
- package/dist/cjs/menu/index.native.js.map +1 -0
- package/dist/cjs/menu/types.cjs +16 -0
- package/dist/cjs/menu/types.native.js +19 -0
- package/dist/cjs/menu/types.native.js.map +1 -0
- package/dist/cjs/split-view/index.cjs +26 -0
- package/dist/cjs/split-view/index.native.js +29 -0
- package/dist/cjs/split-view/index.native.js.map +1 -0
- package/dist/cjs/split-view/split-view.cjs +80 -0
- package/dist/cjs/split-view/split-view.native.js +88 -0
- package/dist/cjs/split-view/split-view.native.js.map +1 -0
- package/dist/cjs/toolbar/index.cjs +32 -0
- package/dist/cjs/toolbar/index.native.js +60 -0
- package/dist/cjs/toolbar/index.native.js.map +1 -0
- package/dist/cjs/toolbar/types.cjs +16 -0
- package/dist/cjs/toolbar/types.native.js +19 -0
- package/dist/cjs/toolbar/types.native.js.map +1 -0
- package/dist/cjs/zoom/index.cjs +36 -0
- package/dist/cjs/zoom/index.native.js +65 -0
- package/dist/cjs/zoom/index.native.js.map +1 -0
- package/dist/cjs/zoom/types.cjs +16 -0
- package/dist/cjs/zoom/types.native.js +19 -0
- package/dist/cjs/zoom/types.native.js.map +1 -0
- package/dist/esm/color/android.dynamic.types.mjs +2 -0
- package/dist/esm/color/android.dynamic.types.mjs.map +1 -0
- package/dist/esm/color/android.dynamic.types.native.js +2 -0
- package/dist/esm/color/android.dynamic.types.native.js.map +1 -0
- package/dist/esm/color/android.material.types.mjs +2 -0
- package/dist/esm/color/android.material.types.mjs.map +1 -0
- package/dist/esm/color/android.material.types.native.js +2 -0
- package/dist/esm/color/android.material.types.native.js.map +1 -0
- package/dist/esm/color/index.mjs +42 -0
- package/dist/esm/color/index.mjs.map +1 -0
- package/dist/esm/color/index.native.js +42 -0
- package/dist/esm/color/index.native.js.map +1 -0
- package/dist/esm/color/ios.types.mjs +2 -0
- package/dist/esm/color/ios.types.mjs.map +1 -0
- package/dist/esm/color/ios.types.native.js +2 -0
- package/dist/esm/color/ios.types.native.js.map +1 -0
- package/dist/esm/color/materialColor.mjs +8 -0
- package/dist/esm/color/materialColor.mjs.map +1 -0
- package/dist/esm/color/materialColor.native.js +16 -0
- package/dist/esm/color/materialColor.native.js.map +1 -0
- package/dist/esm/index.mjs +7 -0
- package/dist/esm/index.mjs.map +1 -0
- package/dist/esm/index.native.js +7 -0
- package/dist/esm/index.native.js.map +1 -0
- package/dist/esm/menu/index.mjs +5 -0
- package/dist/esm/menu/index.mjs.map +1 -0
- package/dist/esm/menu/index.native.js +21 -0
- package/dist/esm/menu/index.native.js.map +1 -0
- package/dist/esm/menu/types.mjs +2 -0
- package/dist/esm/menu/types.mjs.map +1 -0
- package/dist/esm/menu/types.native.js +2 -0
- package/dist/esm/menu/types.native.js.map +1 -0
- package/dist/esm/split-view/index.mjs +3 -0
- package/dist/esm/split-view/index.mjs.map +1 -0
- package/dist/esm/split-view/index.native.js +3 -0
- package/dist/esm/split-view/index.native.js.map +1 -0
- package/dist/esm/split-view/split-view.mjs +46 -0
- package/dist/esm/split-view/split-view.mjs.map +1 -0
- package/dist/esm/split-view/split-view.native.js +51 -0
- package/dist/esm/split-view/split-view.native.js.map +1 -0
- package/dist/esm/toolbar/index.mjs +8 -0
- package/dist/esm/toolbar/index.mjs.map +1 -0
- package/dist/esm/toolbar/index.native.js +33 -0
- package/dist/esm/toolbar/index.native.js.map +1 -0
- package/dist/esm/toolbar/types.mjs +2 -0
- package/dist/esm/toolbar/types.mjs.map +1 -0
- package/dist/esm/toolbar/types.native.js +2 -0
- package/dist/esm/toolbar/types.native.js.map +1 -0
- package/dist/esm/zoom/index.mjs +11 -0
- package/dist/esm/zoom/index.mjs.map +1 -0
- package/dist/esm/zoom/index.native.js +37 -0
- package/dist/esm/zoom/index.native.js.map +1 -0
- package/dist/esm/zoom/types.mjs +2 -0
- package/dist/esm/zoom/types.mjs.map +1 -0
- package/dist/esm/zoom/types.native.js +2 -0
- package/dist/esm/zoom/types.native.js.map +1 -0
- package/ios/Menu/MenuActionView.swift +339 -0
- package/ios/Menu/VxrnMenuActionManager.m +47 -0
- package/ios/Toolbar/FontUtils.swift +46 -0
- package/ios/Toolbar/ToolbarHostView.swift +138 -0
- package/ios/Toolbar/ToolbarItemView.swift +334 -0
- package/ios/Toolbar/VxrnToolbarHostManager.m +20 -0
- package/ios/Toolbar/VxrnToolbarItemManager.m +41 -0
- package/ios/VxrnNative-Bridging-Header.h +7 -0
- package/ios/VxrnNative.podspec +31 -0
- package/ios/ZoomTransition/VxrnZoomAlignmentManager.m +22 -0
- package/ios/ZoomTransition/VxrnZoomEnablerManager.m +23 -0
- package/ios/ZoomTransition/VxrnZoomSourceManager.m +24 -0
- package/ios/ZoomTransition/ZoomTransition.swift +384 -0
- package/package.json +82 -0
- package/react-native.config.js +14 -0
- package/src/color/android.dynamic.types.ts +384 -0
- package/src/color/android.material.types.ts +291 -0
- package/src/color/index.native.ts +75 -0
- package/src/color/index.ts +75 -0
- package/src/color/ios.types.ts +156 -0
- package/src/color/materialColor.native.ts +15 -0
- package/src/color/materialColor.ts +7 -0
- package/src/index.ts +20 -0
- package/src/menu/index.native.tsx +28 -0
- package/src/menu/index.ts +7 -0
- package/src/menu/types.ts +32 -0
- package/src/split-view/index.ts +2 -0
- package/src/split-view/split-view.tsx +80 -0
- package/src/toolbar/index.native.tsx +39 -0
- package/src/toolbar/index.ts +11 -0
- package/src/toolbar/types.ts +39 -0
- package/src/zoom/index.native.tsx +56 -0
- package/src/zoom/index.ts +28 -0
- package/src/zoom/types.ts +30 -0
- package/tsconfig.json +7 -0
- package/types/color/android.dynamic.types.d.ts +384 -0
- package/types/color/android.dynamic.types.d.ts.map +1 -0
- package/types/color/android.material.types.d.ts +291 -0
- package/types/color/android.material.types.d.ts.map +1 -0
- package/types/color/index.d.ts +25 -0
- package/types/color/index.d.ts.map +1 -0
- package/types/color/index.native.d.ts +25 -0
- package/types/color/index.native.d.ts.map +1 -0
- package/types/color/ios.types.d.ts +156 -0
- package/types/color/ios.types.d.ts.map +1 -0
- package/types/color/materialColor.d.ts +3 -0
- package/types/color/materialColor.d.ts.map +1 -0
- package/types/color/materialColor.native.d.ts +3 -0
- package/types/color/materialColor.native.d.ts.map +1 -0
- package/types/index.d.ts +10 -0
- package/types/index.d.ts.map +1 -0
- package/types/menu/index.d.ts +4 -0
- package/types/menu/index.d.ts.map +1 -0
- package/types/menu/index.native.d.ts +4 -0
- package/types/menu/index.native.d.ts.map +1 -0
- package/types/menu/types.d.ts +32 -0
- package/types/menu/types.d.ts.map +1 -0
- package/types/split-view/index.d.ts +3 -0
- package/types/split-view/index.d.ts.map +1 -0
- package/types/split-view/split-view.d.ts +19 -0
- package/types/split-view/split-view.d.ts.map +1 -0
- package/types/toolbar/index.d.ts +5 -0
- package/types/toolbar/index.d.ts.map +1 -0
- package/types/toolbar/index.native.d.ts +5 -0
- package/types/toolbar/index.native.d.ts.map +1 -0
- package/types/toolbar/types.d.ts +37 -0
- package/types/toolbar/types.d.ts.map +1 -0
- package/types/zoom/index.d.ts +6 -0
- package/types/zoom/index.d.ts.map +1 -0
- package/types/zoom/index.native.d.ts +6 -0
- package/types/zoom/index.native.d.ts.map +1 -0
- package/types/zoom/types.d.ts +26 -0
- 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,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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"}
|