@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,291 @@
|
|
|
1
|
+
import type { ColorValue } from 'react-native';
|
|
2
|
+
/**
|
|
3
|
+
* [Android Static Material Colors](https://m3.material.io/styles/color/static/baseline)
|
|
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 AndroidStaticMaterialColorType {
|
|
12
|
+
/**
|
|
13
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
14
|
+
*
|
|
15
|
+
* [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
|
|
16
|
+
*/
|
|
17
|
+
primary: ColorValue;
|
|
18
|
+
/**
|
|
19
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
20
|
+
*
|
|
21
|
+
* [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
|
|
22
|
+
*/
|
|
23
|
+
onPrimary: ColorValue;
|
|
24
|
+
/**
|
|
25
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
26
|
+
*
|
|
27
|
+
* [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
|
|
28
|
+
*/
|
|
29
|
+
primaryContainer: ColorValue;
|
|
30
|
+
/**
|
|
31
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
32
|
+
*
|
|
33
|
+
* [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
|
|
34
|
+
*/
|
|
35
|
+
onPrimaryContainer: ColorValue;
|
|
36
|
+
/**
|
|
37
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
38
|
+
*
|
|
39
|
+
* [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
|
|
40
|
+
*
|
|
41
|
+
* [Read more about Inverse colors](https://m3.material.io/styles/color/roles#7fc6b47e-db22-4e98-8359-7649a099e4a1)
|
|
42
|
+
*/
|
|
43
|
+
primaryInverse: ColorValue;
|
|
44
|
+
/**
|
|
45
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
46
|
+
*
|
|
47
|
+
* [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
|
|
48
|
+
*/
|
|
49
|
+
primaryFixed: ColorValue;
|
|
50
|
+
/**
|
|
51
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
52
|
+
*
|
|
53
|
+
* [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
|
|
54
|
+
*/
|
|
55
|
+
primaryFixedDim: ColorValue;
|
|
56
|
+
/**
|
|
57
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
58
|
+
*
|
|
59
|
+
* [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
|
|
60
|
+
*/
|
|
61
|
+
onPrimaryFixed: ColorValue;
|
|
62
|
+
/**
|
|
63
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
64
|
+
*
|
|
65
|
+
* [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)
|
|
66
|
+
*/
|
|
67
|
+
onPrimaryFixedVariant: ColorValue;
|
|
68
|
+
/**
|
|
69
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
70
|
+
*
|
|
71
|
+
* [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
|
|
72
|
+
*/
|
|
73
|
+
secondary: ColorValue;
|
|
74
|
+
/**
|
|
75
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
76
|
+
*
|
|
77
|
+
* [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
|
|
78
|
+
*/
|
|
79
|
+
onSecondary: ColorValue;
|
|
80
|
+
/**
|
|
81
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
82
|
+
*
|
|
83
|
+
* [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
|
|
84
|
+
*/
|
|
85
|
+
secondaryContainer: ColorValue;
|
|
86
|
+
/**
|
|
87
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
88
|
+
*
|
|
89
|
+
* [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
|
|
90
|
+
*/
|
|
91
|
+
onSecondaryContainer: ColorValue;
|
|
92
|
+
/**
|
|
93
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
94
|
+
*
|
|
95
|
+
* [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
|
|
96
|
+
*/
|
|
97
|
+
secondaryFixed: ColorValue;
|
|
98
|
+
/**
|
|
99
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
100
|
+
*
|
|
101
|
+
* [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
|
|
102
|
+
*/
|
|
103
|
+
secondaryFixedDim: ColorValue;
|
|
104
|
+
/**
|
|
105
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
106
|
+
*
|
|
107
|
+
* [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
|
|
108
|
+
*/
|
|
109
|
+
onSecondaryFixed: ColorValue;
|
|
110
|
+
/**
|
|
111
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
112
|
+
*
|
|
113
|
+
* [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)
|
|
114
|
+
*/
|
|
115
|
+
onSecondaryFixedVariant: ColorValue;
|
|
116
|
+
/**
|
|
117
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
118
|
+
*
|
|
119
|
+
* [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
|
|
120
|
+
*/
|
|
121
|
+
tertiary: ColorValue;
|
|
122
|
+
/**
|
|
123
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
124
|
+
*
|
|
125
|
+
* [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
|
|
126
|
+
*/
|
|
127
|
+
onTertiary: ColorValue;
|
|
128
|
+
/**
|
|
129
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
130
|
+
*
|
|
131
|
+
* [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
|
|
132
|
+
*/
|
|
133
|
+
tertiaryContainer: ColorValue;
|
|
134
|
+
/**
|
|
135
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
136
|
+
*
|
|
137
|
+
* [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
|
|
138
|
+
*/
|
|
139
|
+
onTertiaryContainer: ColorValue;
|
|
140
|
+
/**
|
|
141
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
142
|
+
*
|
|
143
|
+
* [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
|
|
144
|
+
*/
|
|
145
|
+
tertiaryFixed: ColorValue;
|
|
146
|
+
/**
|
|
147
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
148
|
+
*
|
|
149
|
+
* [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
|
|
150
|
+
*/
|
|
151
|
+
tertiaryFixedDim: ColorValue;
|
|
152
|
+
/**
|
|
153
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
154
|
+
*
|
|
155
|
+
* [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
|
|
156
|
+
*/
|
|
157
|
+
onTertiaryFixed: ColorValue;
|
|
158
|
+
/**
|
|
159
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
160
|
+
*
|
|
161
|
+
* [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)
|
|
162
|
+
*/
|
|
163
|
+
onTertiaryFixedVariant: ColorValue;
|
|
164
|
+
/**
|
|
165
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
166
|
+
*
|
|
167
|
+
* [Read more about Error color role](https://m3.material.io/styles/color/roles#47a25970-8a80-43be-8307-c12e0f7a2b43)
|
|
168
|
+
*/
|
|
169
|
+
error: ColorValue;
|
|
170
|
+
/**
|
|
171
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
172
|
+
*
|
|
173
|
+
* [Read more about Error color role](https://m3.material.io/styles/color/roles#47a25970-8a80-43be-8307-c12e0f7a2b43)
|
|
174
|
+
*/
|
|
175
|
+
onError: ColorValue;
|
|
176
|
+
/**
|
|
177
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
178
|
+
*
|
|
179
|
+
* [Read more about Error color role](https://m3.material.io/styles/color/roles#47a25970-8a80-43be-8307-c12e0f7a2b43)
|
|
180
|
+
*/
|
|
181
|
+
errorContainer: ColorValue;
|
|
182
|
+
/**
|
|
183
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
184
|
+
*
|
|
185
|
+
* [Read more about Error color role](https://m3.material.io/styles/color/roles#47a25970-8a80-43be-8307-c12e0f7a2b43)
|
|
186
|
+
*/
|
|
187
|
+
onErrorContainer: ColorValue;
|
|
188
|
+
/**
|
|
189
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
190
|
+
*
|
|
191
|
+
* [Read more about Outline color role](https://m3.material.io/styles/color/roles#e7d72e44-72e2-4ce9-a18d-df07b1433d18)
|
|
192
|
+
*/
|
|
193
|
+
outline: ColorValue;
|
|
194
|
+
/**
|
|
195
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
196
|
+
*
|
|
197
|
+
* [Read more about Outline color role](https://m3.material.io/styles/color/roles#e7d72e44-72e2-4ce9-a18d-df07b1433d18)
|
|
198
|
+
*/
|
|
199
|
+
outlineVariant: ColorValue;
|
|
200
|
+
/**
|
|
201
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
202
|
+
*/
|
|
203
|
+
background: ColorValue;
|
|
204
|
+
/**
|
|
205
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
206
|
+
*/
|
|
207
|
+
onBackground: ColorValue;
|
|
208
|
+
/**
|
|
209
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
210
|
+
*
|
|
211
|
+
* [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
|
|
212
|
+
*/
|
|
213
|
+
surface: ColorValue;
|
|
214
|
+
/**
|
|
215
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
216
|
+
*
|
|
217
|
+
* [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
|
|
218
|
+
*/
|
|
219
|
+
onSurface: ColorValue;
|
|
220
|
+
/**
|
|
221
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
222
|
+
*
|
|
223
|
+
* [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
|
|
224
|
+
*/
|
|
225
|
+
surfaceVariant: ColorValue;
|
|
226
|
+
/**
|
|
227
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
228
|
+
*
|
|
229
|
+
* [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
|
|
230
|
+
*/
|
|
231
|
+
onSurfaceVariant: ColorValue;
|
|
232
|
+
/**
|
|
233
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
234
|
+
*
|
|
235
|
+
* [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
|
|
236
|
+
*
|
|
237
|
+
* [Read more about Inverse colors](https://m3.material.io/styles/color/roles#7fc6b47e-db22-4e98-8359-7649a099e4a1)
|
|
238
|
+
*/
|
|
239
|
+
surfaceInverse: ColorValue;
|
|
240
|
+
/**
|
|
241
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
242
|
+
*
|
|
243
|
+
* [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
|
|
244
|
+
*
|
|
245
|
+
* [Read more about Inverse colors](https://m3.material.io/styles/color/roles#7fc6b47e-db22-4e98-8359-7649a099e4a1)
|
|
246
|
+
*/
|
|
247
|
+
onSurfaceInverse: ColorValue;
|
|
248
|
+
/**
|
|
249
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
250
|
+
*
|
|
251
|
+
* [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
|
|
252
|
+
*/
|
|
253
|
+
surfaceBright: ColorValue;
|
|
254
|
+
/**
|
|
255
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
256
|
+
*
|
|
257
|
+
* [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
|
|
258
|
+
*/
|
|
259
|
+
surfaceDim: ColorValue;
|
|
260
|
+
/**
|
|
261
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
262
|
+
*
|
|
263
|
+
* [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
|
|
264
|
+
*/
|
|
265
|
+
surfaceContainer: ColorValue;
|
|
266
|
+
/**
|
|
267
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
268
|
+
*
|
|
269
|
+
* [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
|
|
270
|
+
*/
|
|
271
|
+
surfaceContainerLow: ColorValue;
|
|
272
|
+
/**
|
|
273
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
274
|
+
*
|
|
275
|
+
* [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
|
|
276
|
+
*/
|
|
277
|
+
surfaceContainerLowest: ColorValue;
|
|
278
|
+
/**
|
|
279
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
280
|
+
*
|
|
281
|
+
* [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
|
|
282
|
+
*/
|
|
283
|
+
surfaceContainerHigh: ColorValue;
|
|
284
|
+
/**
|
|
285
|
+
* [Android Static Material Color](https://m3.material.io/styles/color/static/baseline)
|
|
286
|
+
*
|
|
287
|
+
* [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)
|
|
288
|
+
*/
|
|
289
|
+
surfaceContainerHighest: ColorValue;
|
|
290
|
+
}
|
|
291
|
+
//# sourceMappingURL=android.material.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"android.material.types.d.ts","sourceRoot":"","sources":["../../src/color/android.material.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAE9C;;;;;;;;GAQG;AACH,MAAM,WAAW,8BAA8B;IAC7C;;;;OAIG;IACH,OAAO,EAAE,UAAU,CAAA;IACnB;;;;OAIG;IACH,SAAS,EAAE,UAAU,CAAA;IACrB;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAA;IAC5B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAA;IAC9B;;;;;;OAMG;IACH,cAAc,EAAE,UAAU,CAAA;IAC1B;;;;OAIG;IACH,YAAY,EAAE,UAAU,CAAA;IACxB;;;;OAIG;IACH,eAAe,EAAE,UAAU,CAAA;IAC3B;;;;OAIG;IACH,cAAc,EAAE,UAAU,CAAA;IAC1B;;;;OAIG;IACH,qBAAqB,EAAE,UAAU,CAAA;IACjC;;;;OAIG;IACH,SAAS,EAAE,UAAU,CAAA;IACrB;;;;OAIG;IACH,WAAW,EAAE,UAAU,CAAA;IACvB;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAA;IAC9B;;;;OAIG;IACH,oBAAoB,EAAE,UAAU,CAAA;IAChC;;;;OAIG;IACH,cAAc,EAAE,UAAU,CAAA;IAC1B;;;;OAIG;IACH,iBAAiB,EAAE,UAAU,CAAA;IAC7B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAA;IAC5B;;;;OAIG;IACH,uBAAuB,EAAE,UAAU,CAAA;IACnC;;;;OAIG;IACH,QAAQ,EAAE,UAAU,CAAA;IACpB;;;;OAIG;IACH,UAAU,EAAE,UAAU,CAAA;IACtB;;;;OAIG;IACH,iBAAiB,EAAE,UAAU,CAAA;IAC7B;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAA;IAC/B;;;;OAIG;IACH,aAAa,EAAE,UAAU,CAAA;IACzB;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAA;IAC5B;;;;OAIG;IACH,eAAe,EAAE,UAAU,CAAA;IAC3B;;;;OAIG;IACH,sBAAsB,EAAE,UAAU,CAAA;IAClC;;;;OAIG;IACH,KAAK,EAAE,UAAU,CAAA;IACjB;;;;OAIG;IACH,OAAO,EAAE,UAAU,CAAA;IACnB;;;;OAIG;IACH,cAAc,EAAE,UAAU,CAAA;IAC1B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAA;IAC5B;;;;OAIG;IACH,OAAO,EAAE,UAAU,CAAA;IACnB;;;;OAIG;IACH,cAAc,EAAE,UAAU,CAAA;IAC1B;;OAEG;IACH,UAAU,EAAE,UAAU,CAAA;IACtB;;OAEG;IACH,YAAY,EAAE,UAAU,CAAA;IACxB;;;;OAIG;IACH,OAAO,EAAE,UAAU,CAAA;IACnB;;;;OAIG;IACH,SAAS,EAAE,UAAU,CAAA;IACrB;;;;OAIG;IACH,cAAc,EAAE,UAAU,CAAA;IAC1B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAA;IAC5B;;;;;;OAMG;IACH,cAAc,EAAE,UAAU,CAAA;IAC1B;;;;;;OAMG;IACH,gBAAgB,EAAE,UAAU,CAAA;IAC5B;;;;OAIG;IACH,aAAa,EAAE,UAAU,CAAA;IACzB;;;;OAIG;IACH,UAAU,EAAE,UAAU,CAAA;IACtB;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAA;IAC5B;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAA;IAC/B;;;;OAIG;IACH,sBAAsB,EAAE,UAAU,CAAA;IAClC;;;;OAIG;IACH,oBAAoB,EAAE,UAAU,CAAA;IAChC;;;;OAIG;IACH,uBAAuB,EAAE,UAAU,CAAA;CACpC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { type ColorValue } from 'react-native';
|
|
2
|
+
import type { AndroidDynamicMaterialColorType } from './android.dynamic.types';
|
|
3
|
+
import type { AndroidStaticMaterialColorType } from './android.material.types';
|
|
4
|
+
import type { IOSBaseColor } from './ios.types';
|
|
5
|
+
export * from './android.dynamic.types';
|
|
6
|
+
export * from './android.material.types';
|
|
7
|
+
export * from './ios.types';
|
|
8
|
+
export type AndroidMaterialColor = AndroidStaticMaterialColorType & {
|
|
9
|
+
[key: string]: ColorValue;
|
|
10
|
+
};
|
|
11
|
+
export type AndroidDynamicMaterialColor = AndroidDynamicMaterialColorType & {
|
|
12
|
+
[key: string]: ColorValue;
|
|
13
|
+
};
|
|
14
|
+
export interface ColorType {
|
|
15
|
+
ios: IOSBaseColor & {
|
|
16
|
+
[key: string]: ColorValue;
|
|
17
|
+
};
|
|
18
|
+
android: {
|
|
19
|
+
material: AndroidMaterialColor;
|
|
20
|
+
dynamic: AndroidDynamicMaterialColor;
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
export declare const Color: ColorType;
|
|
25
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/color/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,KAAK,UAAU,EAAE,MAAM,cAAc,CAAA;AACxD,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,yBAAyB,CAAA;AAC9E,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0BAA0B,CAAA;AAC9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAG/C,cAAc,yBAAyB,CAAA;AACvC,cAAc,0BAA0B,CAAA;AACxC,cAAc,aAAa,CAAA;AAE3B,MAAM,MAAM,oBAAoB,GAAG,8BAA8B,GAAG;IAClE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;CAC1B,CAAA;AAED,MAAM,MAAM,2BAA2B,GAAG,+BAA+B,GAAG;IAC1E,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;CAC1B,CAAA;AAED,MAAM,WAAW,SAAS;IACxB,GAAG,EAAE,YAAY,GAAG;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;KAAE,CAAA;IACjD,OAAO,EAAE;QACP,QAAQ,EAAE,oBAAoB,CAAA;QAC9B,OAAO,EAAE,2BAA2B,CAAA;QACpC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KACnB,CAAA;CACF;AAyCD,eAAO,MAAM,KAAK,EAAE,SAOnB,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { type ColorValue } from 'react-native';
|
|
2
|
+
import type { AndroidDynamicMaterialColorType } from './android.dynamic.types';
|
|
3
|
+
import type { AndroidStaticMaterialColorType } from './android.material.types';
|
|
4
|
+
import type { IOSBaseColor } from './ios.types';
|
|
5
|
+
export * from './android.dynamic.types';
|
|
6
|
+
export * from './android.material.types';
|
|
7
|
+
export * from './ios.types';
|
|
8
|
+
export type AndroidMaterialColor = AndroidStaticMaterialColorType & {
|
|
9
|
+
[key: string]: ColorValue;
|
|
10
|
+
};
|
|
11
|
+
export type AndroidDynamicMaterialColor = AndroidDynamicMaterialColorType & {
|
|
12
|
+
[key: string]: ColorValue;
|
|
13
|
+
};
|
|
14
|
+
export interface ColorType {
|
|
15
|
+
ios: IOSBaseColor & {
|
|
16
|
+
[key: string]: ColorValue;
|
|
17
|
+
};
|
|
18
|
+
android: {
|
|
19
|
+
material: AndroidMaterialColor;
|
|
20
|
+
dynamic: AndroidDynamicMaterialColor;
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
export declare const Color: ColorType;
|
|
25
|
+
//# sourceMappingURL=index.native.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../src/color/index.native.ts"],"names":[],"mappings":"AACA,OAAO,EAA2B,KAAK,UAAU,EAAE,MAAM,cAAc,CAAA;AACvE,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,yBAAyB,CAAA;AAC9E,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0BAA0B,CAAA;AAC9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAG/C,cAAc,yBAAyB,CAAA;AACvC,cAAc,0BAA0B,CAAA;AACxC,cAAc,aAAa,CAAA;AAE3B,MAAM,MAAM,oBAAoB,GAAG,8BAA8B,GAAG;IAClE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;CAC1B,CAAA;AAED,MAAM,MAAM,2BAA2B,GAAG,+BAA+B,GAAG;IAC1E,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;CAC1B,CAAA;AAED,MAAM,WAAW,SAAS;IACxB,GAAG,EAAE,YAAY,GAAG;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;KAAE,CAAA;IACjD,OAAO,EAAE;QACP,QAAQ,EAAE,oBAAoB,CAAA;QAC9B,OAAO,EAAE,2BAA2B,CAAA;QACpC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KACnB,CAAA;CACF;AAyCD,eAAO,MAAM,KAAK,EAAE,SAOnB,CAAA"}
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import type { ColorValue } from 'react-native';
|
|
2
|
+
export interface IOSBaseColor {
|
|
3
|
+
/**
|
|
4
|
+
* PlatformColor("systemBlue")
|
|
5
|
+
*/
|
|
6
|
+
systemBlue: ColorValue;
|
|
7
|
+
/**
|
|
8
|
+
* PlatformColor("systemBrown")
|
|
9
|
+
*/
|
|
10
|
+
systemBrown: ColorValue;
|
|
11
|
+
/**
|
|
12
|
+
* PlatformColor("systemCyan")
|
|
13
|
+
*/
|
|
14
|
+
systemCyan: ColorValue;
|
|
15
|
+
/**
|
|
16
|
+
* PlatformColor("systemGreen")
|
|
17
|
+
*/
|
|
18
|
+
systemGreen: ColorValue;
|
|
19
|
+
/**
|
|
20
|
+
* PlatformColor("systemIndigo")
|
|
21
|
+
*/
|
|
22
|
+
systemIndigo: ColorValue;
|
|
23
|
+
/**
|
|
24
|
+
* PlatformColor("systemMint")
|
|
25
|
+
*/
|
|
26
|
+
systemMint: ColorValue;
|
|
27
|
+
/**
|
|
28
|
+
* PlatformColor("systemOrange")
|
|
29
|
+
*/
|
|
30
|
+
systemOrange: ColorValue;
|
|
31
|
+
/**
|
|
32
|
+
* PlatformColor("systemPink")
|
|
33
|
+
*/
|
|
34
|
+
systemPink: ColorValue;
|
|
35
|
+
/**
|
|
36
|
+
* PlatformColor("systemPurple")
|
|
37
|
+
*/
|
|
38
|
+
systemPurple: ColorValue;
|
|
39
|
+
/**
|
|
40
|
+
* PlatformColor("systemRed")
|
|
41
|
+
*/
|
|
42
|
+
systemRed: ColorValue;
|
|
43
|
+
/**
|
|
44
|
+
* PlatformColor("systemTeal")
|
|
45
|
+
*/
|
|
46
|
+
systemTeal: ColorValue;
|
|
47
|
+
/**
|
|
48
|
+
* PlatformColor("systemYellow")
|
|
49
|
+
*/
|
|
50
|
+
systemYellow: ColorValue;
|
|
51
|
+
/**
|
|
52
|
+
* PlatformColor("systemGray")
|
|
53
|
+
*/
|
|
54
|
+
systemGray: ColorValue;
|
|
55
|
+
/**
|
|
56
|
+
* PlatformColor("systemGray2")
|
|
57
|
+
*/
|
|
58
|
+
systemGray2: ColorValue;
|
|
59
|
+
/**
|
|
60
|
+
* PlatformColor("systemGray3")
|
|
61
|
+
*/
|
|
62
|
+
systemGray3: ColorValue;
|
|
63
|
+
/**
|
|
64
|
+
* PlatformColor("systemGray4")
|
|
65
|
+
*/
|
|
66
|
+
systemGray4: ColorValue;
|
|
67
|
+
/**
|
|
68
|
+
* PlatformColor("systemGray5")
|
|
69
|
+
*/
|
|
70
|
+
systemGray5: ColorValue;
|
|
71
|
+
/**
|
|
72
|
+
* PlatformColor("systemGray6")
|
|
73
|
+
*/
|
|
74
|
+
systemGray6: ColorValue;
|
|
75
|
+
/**
|
|
76
|
+
* PlatformColor("label")
|
|
77
|
+
*/
|
|
78
|
+
label: ColorValue;
|
|
79
|
+
/**
|
|
80
|
+
* PlatformColor("secondaryLabel")
|
|
81
|
+
*/
|
|
82
|
+
secondaryLabel: ColorValue;
|
|
83
|
+
/**
|
|
84
|
+
* PlatformColor("tertiaryLabel")
|
|
85
|
+
*/
|
|
86
|
+
tertiaryLabel: ColorValue;
|
|
87
|
+
/**
|
|
88
|
+
* PlatformColor("quaternaryLabel")
|
|
89
|
+
*/
|
|
90
|
+
quaternaryLabel: ColorValue;
|
|
91
|
+
/**
|
|
92
|
+
* PlatformColor("systemFill")
|
|
93
|
+
*/
|
|
94
|
+
systemFill: ColorValue;
|
|
95
|
+
/**
|
|
96
|
+
* PlatformColor("secondarySystemFill")
|
|
97
|
+
*/
|
|
98
|
+
secondarySystemFill: ColorValue;
|
|
99
|
+
/**
|
|
100
|
+
* PlatformColor("tertiarySystemFill")
|
|
101
|
+
*/
|
|
102
|
+
tertiarySystemFill: ColorValue;
|
|
103
|
+
/**
|
|
104
|
+
* PlatformColor("quaternarySystemFill")
|
|
105
|
+
*/
|
|
106
|
+
quaternarySystemFill: ColorValue;
|
|
107
|
+
/**
|
|
108
|
+
* PlatformColor("placeholderText")
|
|
109
|
+
*/
|
|
110
|
+
placeholderText: ColorValue;
|
|
111
|
+
/**
|
|
112
|
+
* PlatformColor("systemBackground")
|
|
113
|
+
*/
|
|
114
|
+
systemBackground: ColorValue;
|
|
115
|
+
/**
|
|
116
|
+
* PlatformColor("secondarySystemBackground")
|
|
117
|
+
*/
|
|
118
|
+
secondarySystemBackground: ColorValue;
|
|
119
|
+
/**
|
|
120
|
+
* PlatformColor("tertiarySystemBackground")
|
|
121
|
+
*/
|
|
122
|
+
tertiarySystemBackground: ColorValue;
|
|
123
|
+
/**
|
|
124
|
+
* PlatformColor("systemGroupedBackground")
|
|
125
|
+
*/
|
|
126
|
+
systemGroupedBackground: ColorValue;
|
|
127
|
+
/**
|
|
128
|
+
* PlatformColor("secondarySystemGroupedBackground")
|
|
129
|
+
*/
|
|
130
|
+
secondarySystemGroupedBackground: ColorValue;
|
|
131
|
+
/**
|
|
132
|
+
* PlatformColor("tertiarySystemGroupedBackground")
|
|
133
|
+
*/
|
|
134
|
+
tertiarySystemGroupedBackground: ColorValue;
|
|
135
|
+
/**
|
|
136
|
+
* PlatformColor("separator")
|
|
137
|
+
*/
|
|
138
|
+
separator: ColorValue;
|
|
139
|
+
/**
|
|
140
|
+
* PlatformColor("opaqueSeparator")
|
|
141
|
+
*/
|
|
142
|
+
opaqueSeparator: ColorValue;
|
|
143
|
+
/**
|
|
144
|
+
* PlatformColor("link")
|
|
145
|
+
*/
|
|
146
|
+
link: ColorValue;
|
|
147
|
+
/**
|
|
148
|
+
* PlatformColor("darkText")
|
|
149
|
+
*/
|
|
150
|
+
darkText: ColorValue;
|
|
151
|
+
/**
|
|
152
|
+
* PlatformColor("lightText")
|
|
153
|
+
*/
|
|
154
|
+
lightText: ColorValue;
|
|
155
|
+
}
|
|
156
|
+
//# sourceMappingURL=ios.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ios.types.d.ts","sourceRoot":"","sources":["../../src/color/ios.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAE9C,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,UAAU,EAAE,UAAU,CAAA;IACtB;;OAEG;IACH,WAAW,EAAE,UAAU,CAAA;IACvB;;OAEG;IACH,UAAU,EAAE,UAAU,CAAA;IACtB;;OAEG;IACH,WAAW,EAAE,UAAU,CAAA;IACvB;;OAEG;IACH,YAAY,EAAE,UAAU,CAAA;IACxB;;OAEG;IACH,UAAU,EAAE,UAAU,CAAA;IACtB;;OAEG;IACH,YAAY,EAAE,UAAU,CAAA;IACxB;;OAEG;IACH,UAAU,EAAE,UAAU,CAAA;IACtB;;OAEG;IACH,YAAY,EAAE,UAAU,CAAA;IACxB;;OAEG;IACH,SAAS,EAAE,UAAU,CAAA;IACrB;;OAEG;IACH,UAAU,EAAE,UAAU,CAAA;IACtB;;OAEG;IACH,YAAY,EAAE,UAAU,CAAA;IACxB;;OAEG;IACH,UAAU,EAAE,UAAU,CAAA;IACtB;;OAEG;IACH,WAAW,EAAE,UAAU,CAAA;IACvB;;OAEG;IACH,WAAW,EAAE,UAAU,CAAA;IACvB;;OAEG;IACH,WAAW,EAAE,UAAU,CAAA;IACvB;;OAEG;IACH,WAAW,EAAE,UAAU,CAAA;IACvB;;OAEG;IACH,WAAW,EAAE,UAAU,CAAA;IACvB;;OAEG;IACH,KAAK,EAAE,UAAU,CAAA;IACjB;;OAEG;IACH,cAAc,EAAE,UAAU,CAAA;IAC1B;;OAEG;IACH,aAAa,EAAE,UAAU,CAAA;IACzB;;OAEG;IACH,eAAe,EAAE,UAAU,CAAA;IAC3B;;OAEG;IACH,UAAU,EAAE,UAAU,CAAA;IACtB;;OAEG;IACH,mBAAmB,EAAE,UAAU,CAAA;IAC/B;;OAEG;IACH,kBAAkB,EAAE,UAAU,CAAA;IAC9B;;OAEG;IACH,oBAAoB,EAAE,UAAU,CAAA;IAChC;;OAEG;IACH,eAAe,EAAE,UAAU,CAAA;IAC3B;;OAEG;IACH,gBAAgB,EAAE,UAAU,CAAA;IAC5B;;OAEG;IACH,yBAAyB,EAAE,UAAU,CAAA;IACrC;;OAEG;IACH,wBAAwB,EAAE,UAAU,CAAA;IACpC;;OAEG;IACH,uBAAuB,EAAE,UAAU,CAAA;IACnC;;OAEG;IACH,gCAAgC,EAAE,UAAU,CAAA;IAC5C;;OAEG;IACH,+BAA+B,EAAE,UAAU,CAAA;IAC3C;;OAEG;IACH,SAAS,EAAE,UAAU,CAAA;IACrB;;OAEG;IACH,eAAe,EAAE,UAAU,CAAA;IAC3B;;OAEG;IACH,IAAI,EAAE,UAAU,CAAA;IAChB;;OAEG;IACH,QAAQ,EAAE,UAAU,CAAA;IACpB;;OAEG;IACH,SAAS,EAAE,UAAU,CAAA;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"materialColor.d.ts","sourceRoot":"","sources":["../../src/color/materialColor.ts"],"names":[],"mappings":"AAAA,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAElE;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAE3D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"materialColor.native.d.ts","sourceRoot":"","sources":["../../src/color/materialColor.native.ts"],"names":[],"mappings":"AAIA,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAIjE;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAI1D"}
|
package/types/index.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { Color } from './color';
|
|
2
|
+
export type { ColorType } from './color';
|
|
3
|
+
export { ZoomTransitionSource, ZoomTransitionEnabler, ZoomTransitionAlignmentRectDetector, } from './zoom';
|
|
4
|
+
export { ToolbarHost, ToolbarItem } from './toolbar';
|
|
5
|
+
export type { ToolbarHostProps, ToolbarItemProps } from './toolbar';
|
|
6
|
+
export { MenuAction } from './menu';
|
|
7
|
+
export type { MenuActionProps } from './menu';
|
|
8
|
+
export { SplitView } from './split-view';
|
|
9
|
+
export type { SplitViewProps, SplitViewColumnProps } from './split-view';
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,YAAY,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA;AAExC,OAAO,EACL,oBAAoB,EACpB,qBAAqB,EACrB,mCAAmC,GACpC,MAAM,QAAQ,CAAA;AAEf,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AACpD,YAAY,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAEnE,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AACnC,YAAY,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAA;AAE7C,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AACxC,YAAY,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/menu/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,wBAAgB,UAAU,CAAC,MAAM,EAAE,eAAe,QAEjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../src/menu/index.native.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAE9C,YAAY,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAQ9C,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,kDAUhD"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { ColorValue, ImageSourcePropType } from 'react-native';
|
|
2
|
+
import type { BasicTextStyle } from '../toolbar/types';
|
|
3
|
+
export interface MenuActionProps {
|
|
4
|
+
identifier: string;
|
|
5
|
+
title: string;
|
|
6
|
+
label?: string;
|
|
7
|
+
icon?: string;
|
|
8
|
+
xcassetName?: string;
|
|
9
|
+
image?: ImageSourcePropType;
|
|
10
|
+
imageRenderingMode?: 'template' | 'original';
|
|
11
|
+
children?: React.ReactNode;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
destructive?: boolean;
|
|
14
|
+
discoverabilityLabel?: string;
|
|
15
|
+
subtitle?: string;
|
|
16
|
+
accessibilityLabel?: string;
|
|
17
|
+
accessibilityHint?: string;
|
|
18
|
+
displayAsPalette?: boolean;
|
|
19
|
+
displayInline?: boolean;
|
|
20
|
+
preferredElementSize?: 'auto' | 'small' | 'medium' | 'large';
|
|
21
|
+
isOn?: boolean;
|
|
22
|
+
keepPresented?: boolean;
|
|
23
|
+
hidden?: boolean;
|
|
24
|
+
tintColor?: ColorValue;
|
|
25
|
+
barButtonItemStyle?: 'plain' | 'prominent';
|
|
26
|
+
sharesBackground?: boolean;
|
|
27
|
+
hidesSharedBackground?: boolean;
|
|
28
|
+
onSelected?: () => void;
|
|
29
|
+
singleSelection?: boolean;
|
|
30
|
+
titleStyle?: BasicTextStyle;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/menu/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAA;AACnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AAEtD,MAAM,WAAW,eAAe;IAC9B,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,mBAAmB,CAAA;IAC3B,kBAAkB,CAAC,EAAE,UAAU,GAAG,UAAU,CAAA;IAC5C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,oBAAoB,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IAC5D,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,SAAS,CAAC,EAAE,UAAU,CAAA;IACtB,kBAAkB,CAAC,EAAE,OAAO,GAAG,WAAW,CAAA;IAC1C,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,UAAU,CAAC,EAAE,MAAM,IAAI,CAAA;IACvB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,UAAU,CAAC,EAAE,cAAc,CAAA;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/split-view/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AACxC,YAAY,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React, { type ReactNode } from 'react';
|
|
2
|
+
import { type SplitHostProps } from 'react-native-screens/experimental';
|
|
3
|
+
export interface SplitViewColumnProps {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
}
|
|
6
|
+
declare function SplitViewColumnComponent(props: SplitViewColumnProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare function SplitViewInspectorComponent(props: SplitViewColumnProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export interface SplitViewProps extends Omit<SplitHostProps, 'children'> {
|
|
9
|
+
children?: ReactNode;
|
|
10
|
+
/** slot component to render for the main content area */
|
|
11
|
+
slot?: React.ComponentType;
|
|
12
|
+
}
|
|
13
|
+
declare function SplitViewNavigator({ children, slot: Slot, ...splitViewHostProps }: SplitViewProps): import("react/jsx-runtime").JSX.Element | null;
|
|
14
|
+
export declare const SplitView: typeof SplitViewNavigator & {
|
|
15
|
+
Column: typeof SplitViewColumnComponent;
|
|
16
|
+
Inspector: typeof SplitViewInspectorComponent;
|
|
17
|
+
};
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=split-view.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"split-view.d.ts","sourceRoot":"","sources":["../../src/split-view/split-view.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAA6C,KAAK,SAAS,EAAE,MAAM,OAAO,CAAA;AAGxF,OAAO,EAAS,KAAK,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAI9E,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC3B;AAED,iBAAS,wBAAwB,CAAC,KAAK,EAAE,oBAAoB,2CAM5D;AAED,iBAAS,2BAA2B,CAAC,KAAK,EAAE,oBAAoB,2CAE/D;AAED,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,cAAc,EAAE,UAAU,CAAC;IACtE,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,yDAAyD;IACzD,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CAC3B;AAED,iBAAS,kBAAkB,CAAC,EAC1B,QAAQ,EACR,IAAI,EAAE,IAAI,EACV,GAAG,kBAAkB,EACtB,EAAE,cAAc,kDAwChB;AAED,eAAO,MAAM,SAAS;;;CAGpB,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export type { ToolbarHostProps, ToolbarItemProps, BasicTextStyle } from './types';
|
|
2
|
+
import type { ToolbarHostProps, ToolbarItemProps } from './types';
|
|
3
|
+
export declare function ToolbarHost(_props: ToolbarHostProps): null;
|
|
4
|
+
export declare function ToolbarItem(_props: ToolbarItemProps): null;
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/toolbar/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAEjF,OAAO,KAAK,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAEjE,wBAAgB,WAAW,CAAC,MAAM,EAAE,gBAAgB,QAEnD;AAED,wBAAgB,WAAW,CAAC,MAAM,EAAE,gBAAgB,QAEnD"}
|