expo-router 7.0.0-canary-20251031-b135dff → 7.0.0-canary-20251118-8f7ee64
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/build/Route.d.ts +2 -0
- package/build/Route.d.ts.map +1 -1
- package/build/Route.js.map +1 -1
- package/build/color/android.attr.types.d.ts +142 -0
- package/build/color/android.attr.types.d.ts.map +1 -0
- package/build/color/android.attr.types.js +3 -0
- package/build/color/android.attr.types.js.map +1 -0
- package/build/color/android.color.types.d.ts +1278 -0
- package/build/color/android.color.types.d.ts.map +1 -0
- package/build/color/android.color.types.js +3 -0
- package/build/color/android.color.types.js.map +1 -0
- package/build/color/android.dynamic.types.d.ts +384 -0
- package/build/color/android.dynamic.types.d.ts.map +1 -0
- package/build/color/android.dynamic.types.js +3 -0
- package/build/color/android.dynamic.types.js.map +1 -0
- package/build/color/android.material.types.d.ts +291 -0
- package/build/color/android.material.types.d.ts.map +1 -0
- package/build/color/android.material.types.js +3 -0
- package/build/color/android.material.types.js.map +1 -0
- package/build/color/index.d.ts +35 -0
- package/build/color/index.d.ts.map +1 -0
- package/build/color/index.js +71 -0
- package/build/color/index.js.map +1 -0
- package/build/color/ios.types.d.ts +156 -0
- package/build/color/ios.types.d.ts.map +1 -0
- package/build/color/ios.types.js +3 -0
- package/build/color/ios.types.js.map +1 -0
- package/build/color/materialColor.android.d.ts +4 -0
- package/build/color/materialColor.android.d.ts.map +1 -0
- package/build/color/materialColor.android.js +28 -0
- package/build/color/materialColor.android.js.map +1 -0
- package/build/color/materialColor.d.ts +4 -0
- package/build/color/materialColor.d.ts.map +1 -0
- package/build/color/materialColor.js +11 -0
- package/build/color/materialColor.js.map +1 -0
- package/build/exports.d.ts +2 -0
- package/build/exports.d.ts.map +1 -1
- package/build/exports.js +7 -1
- package/build/exports.js.map +1 -1
- package/build/layouts/DrawerClient.d.ts +4 -2
- package/build/layouts/DrawerClient.d.ts.map +1 -1
- package/build/layouts/Stack.d.ts.map +1 -1
- package/build/layouts/Stack.js +3 -2
- package/build/layouts/Stack.js.map +1 -1
- package/build/layouts/Stack.web.d.ts.map +1 -1
- package/build/layouts/Stack.web.js +3 -2
- package/build/layouts/Stack.web.js.map +1 -1
- package/build/layouts/StackClient.d.ts +18 -10
- package/build/layouts/StackClient.d.ts.map +1 -1
- package/build/layouts/StackClient.js +95 -5
- package/build/layouts/StackClient.js.map +1 -1
- package/build/layouts/TabsClient.d.ts +6 -3
- package/build/layouts/TabsClient.d.ts.map +1 -1
- package/build/layouts/stack-utils/StackHeaderBackButton.d.ts +14 -0
- package/build/layouts/stack-utils/StackHeaderBackButton.d.ts.map +1 -0
- package/build/layouts/stack-utils/StackHeaderBackButton.js +19 -0
- package/build/layouts/stack-utils/StackHeaderBackButton.js.map +1 -0
- package/build/layouts/stack-utils/StackHeaderComponent.d.ts +22 -0
- package/build/layouts/stack-utils/StackHeaderComponent.d.ts.map +1 -0
- package/build/layouts/stack-utils/StackHeaderComponent.js +67 -0
- package/build/layouts/stack-utils/StackHeaderComponent.js.map +1 -0
- package/build/layouts/stack-utils/StackHeaderLeft.d.ts +9 -0
- package/build/layouts/stack-utils/StackHeaderLeft.d.ts.map +1 -0
- package/build/layouts/stack-utils/StackHeaderLeft.js +17 -0
- package/build/layouts/stack-utils/StackHeaderLeft.js.map +1 -0
- package/build/layouts/stack-utils/StackHeaderRight.d.ts +9 -0
- package/build/layouts/stack-utils/StackHeaderRight.d.ts.map +1 -0
- package/build/layouts/stack-utils/StackHeaderRight.js +17 -0
- package/build/layouts/stack-utils/StackHeaderRight.js.map +1 -0
- package/build/layouts/stack-utils/StackHeaderSearchBar.d.ts +7 -0
- package/build/layouts/stack-utils/StackHeaderSearchBar.d.ts.map +1 -0
- package/build/layouts/stack-utils/StackHeaderSearchBar.js +16 -0
- package/build/layouts/stack-utils/StackHeaderSearchBar.js.map +1 -0
- package/build/layouts/stack-utils/StackHeaderTitle.d.ts +22 -0
- package/build/layouts/stack-utils/StackHeaderTitle.d.ts.map +1 -0
- package/build/layouts/stack-utils/StackHeaderTitle.js +41 -0
- package/build/layouts/stack-utils/StackHeaderTitle.js.map +1 -0
- package/build/layouts/stack-utils/StackScreen.d.ts +9 -0
- package/build/layouts/stack-utils/StackScreen.d.ts.map +1 -0
- package/build/layouts/stack-utils/StackScreen.js +34 -0
- package/build/layouts/stack-utils/StackScreen.js.map +1 -0
- package/build/layouts/stack-utils/index.d.ts +17 -0
- package/build/layouts/stack-utils/index.d.ts.map +1 -0
- package/build/layouts/stack-utils/index.js +28 -0
- package/build/layouts/stack-utils/index.js.map +1 -0
- package/build/layouts/stack-utils/utils.d.ts +3 -0
- package/build/layouts/stack-utils/utils.d.ts.map +1 -0
- package/build/layouts/stack-utils/utils.js +8 -0
- package/build/layouts/stack-utils/utils.js.map +1 -0
- package/build/layouts/withLayoutContext.js +1 -1
- package/build/layouts/withLayoutContext.js.map +1 -1
- package/build/loaders/utils.d.ts +9 -0
- package/build/loaders/utils.d.ts.map +1 -1
- package/build/loaders/utils.js +16 -2
- package/build/loaders/utils.js.map +1 -1
- package/build/native-tabs/NativeBottomTabsNavigator.d.ts.map +1 -1
- package/build/native-tabs/NativeBottomTabsNavigator.js.map +1 -1
- package/build/native-tabs/NativeTabTrigger.d.ts +9 -7
- package/build/native-tabs/NativeTabTrigger.d.ts.map +1 -1
- package/build/native-tabs/NativeTabTrigger.js +25 -64
- package/build/native-tabs/NativeTabTrigger.js.map +1 -1
- package/build/native-tabs/NativeTabs.d.ts +4 -1
- package/build/native-tabs/NativeTabs.d.ts.map +1 -1
- package/build/native-tabs/NativeTabsView.d.ts.map +1 -1
- package/build/native-tabs/NativeTabsView.js +8 -3
- package/build/native-tabs/NativeTabsView.js.map +1 -1
- package/build/native-tabs/common/elements.d.ts +28 -90
- package/build/native-tabs/common/elements.d.ts.map +1 -1
- package/build/native-tabs/common/elements.js +16 -18
- package/build/native-tabs/common/elements.js.map +1 -1
- package/build/native-tabs/index.d.ts +1 -2
- package/build/native-tabs/index.d.ts.map +1 -1
- package/build/native-tabs/index.js +1 -3
- package/build/native-tabs/index.js.map +1 -1
- package/build/native-tabs/types.d.ts +20 -170
- package/build/native-tabs/types.d.ts.map +1 -1
- package/build/native-tabs/types.js.map +1 -1
- package/build/native-tabs/utils/icon.d.ts +3 -3
- package/build/native-tabs/utils/icon.d.ts.map +1 -1
- package/build/native-tabs/utils/icon.js +22 -13
- package/build/native-tabs/utils/icon.js.map +1 -1
- package/build/primitives/elements.d.ts +18 -0
- package/build/primitives/elements.d.ts.map +1 -0
- package/build/primitives/elements.js +31 -0
- package/build/primitives/elements.js.map +1 -0
- package/build/primitives/index.d.ts +5 -0
- package/build/primitives/index.d.ts.map +1 -0
- package/build/primitives/index.js +26 -0
- package/build/primitives/index.js.map +1 -0
- package/build/primitives/menu.d.ts +12 -0
- package/build/primitives/menu.d.ts.map +1 -0
- package/build/primitives/menu.js +28 -0
- package/build/primitives/menu.js.map +1 -0
- package/build/{primitives.d.ts → primitives/navigation.d.ts} +1 -1
- package/build/primitives/navigation.d.ts.map +1 -0
- package/build/{primitives.js → primitives/navigation.js} +1 -1
- package/build/primitives/navigation.js.map +1 -0
- package/build/primitives/types.d.ts +26 -0
- package/build/primitives/types.d.ts.map +1 -0
- package/build/primitives/types.js +3 -0
- package/build/primitives/types.js.map +1 -0
- package/build/split-view/elements.js +4 -4
- package/build/split-view/elements.js.map +1 -1
- package/build/split-view/split-view.d.ts +1 -1
- package/build/split-view/split-view.d.ts.map +1 -1
- package/build/split-view/split-view.js +5 -5
- package/build/split-view/split-view.js.map +1 -1
- package/expo-module.config.json +10 -1
- package/ios/{ExpoHead.podspec → ExpoRouter.podspec} +1 -1
- package/package.json +14 -14
- package/build/native-tabs/NativeTabsTriggerTabBar.d.ts +0 -24
- package/build/native-tabs/NativeTabsTriggerTabBar.d.ts.map +0 -1
- package/build/native-tabs/NativeTabsTriggerTabBar.js +0 -28
- package/build/native-tabs/NativeTabsTriggerTabBar.js.map +0 -1
- package/build/primitives.d.ts.map +0 -1
- package/build/primitives.js.map +0 -1
- package/node/getExpoConstantsManifest.js +0 -163
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"android.color.types.d.ts","sourceRoot":"","sources":["../../src/color/android.color.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,WAAW,oBAAoB;IACnC;;;;OAIG;IACH,eAAe,EAAE,UAAU,CAAC;IAC5B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,KAAK,EAAE,UAAU,CAAC;IAClB;;;;OAIG;IACH,WAAW,EAAE,UAAU,CAAC;IACxB;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,WAAW,EAAE,UAAU,CAAC;IACxB;;;;OAIG;IACH,KAAK,EAAE,UAAU,CAAC;IAClB;;;;OAIG;IACH,oBAAoB,EAAE,UAAU,CAAC;CAClC;AAED,MAAM,WAAW,qBAAqB;IACpC;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,cAAc,EAAE,UAAU,CAAC;IAC3B;;;;OAIG;IACH,eAAe,EAAE,UAAU,CAAC;IAC5B;;;;OAIG;IACH,eAAe,EAAE,UAAU,CAAC;IAC5B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,iBAAiB,EAAE,UAAU,CAAC;IAC9B;;;;OAIG;IACH,WAAW,EAAE,UAAU,CAAC;IACxB;;;;OAIG;IACH,aAAa,EAAE,UAAU,CAAC;IAC1B;;;;OAIG;IACH,cAAc,EAAE,UAAU,CAAC;CAC5B;AAED,MAAM,WAAW,qBAAqB;IACpC;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,iBAAiB,EAAE,UAAU,CAAC;IAC9B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,iBAAiB,EAAE,UAAU,CAAC;IAC9B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,iBAAiB,EAAE,UAAU,CAAC;IAC9B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,iBAAiB,EAAE,UAAU,CAAC;IAC9B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,iBAAiB,EAAE,UAAU,CAAC;IAC9B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,iBAAiB,EAAE,UAAU,CAAC;IAC9B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,iBAAiB,EAAE,UAAU,CAAC;IAC9B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,oBAAoB,EAAE,UAAU,CAAC;IACjC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,iBAAiB,EAAE,UAAU,CAAC;IAC9B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,oBAAoB,EAAE,UAAU,CAAC;IACjC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;CACjC;AAED,MAAM,WAAW,qBAAqB;IACpC;;;;OAIG;IACH,sBAAsB,EAAE,UAAU,CAAC;IACnC;;;;OAIG;IACH,uBAAuB,EAAE,UAAU,CAAC;IACpC;;;;OAIG;IACH,6BAA6B,EAAE,UAAU,CAAC;IAC1C;;;;OAIG;IACH,8BAA8B,EAAE,UAAU,CAAC;IAC3C;;;;OAIG;IACH,6BAA6B,EAAE,UAAU,CAAC;IAC1C;;;;OAIG;IACH,8BAA8B,EAAE,UAAU,CAAC;IAC3C;;;;OAIG;IACH,0BAA0B,EAAE,UAAU,CAAC;IACvC;;;;OAIG;IACH,2BAA2B,EAAE,UAAU,CAAC;IACxC;;;;OAIG;IACH,2BAA2B,EAAE,UAAU,CAAC;IACxC;;;;OAIG;IACH,4BAA4B,EAAE,UAAU,CAAC;IACzC;;;;OAIG;IACH,iBAAiB,EAAE,UAAU,CAAC;IAC9B;;;;OAIG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;OAIG;IACH,yBAAyB,EAAE,UAAU,CAAC;IACtC;;;;OAIG;IACH,0BAA0B,EAAE,UAAU,CAAC;IACvC;;;;OAIG;IACH,8BAA8B,EAAE,UAAU,CAAC;IAC3C;;;;OAIG;IACH,+BAA+B,EAAE,UAAU,CAAC;IAC5C;;;;OAIG;IACH,oBAAoB,EAAE,UAAU,CAAC;IACjC;;;;OAIG;IACH,qBAAqB,EAAE,UAAU,CAAC;IAClC;;;;OAIG;IACH,gCAAgC,EAAE,UAAU,CAAC;IAC7C;;;;OAIG;IACH,iCAAiC,EAAE,UAAU,CAAC;IAC9C;;;;OAIG;IACH,sBAAsB,EAAE,UAAU,CAAC;IACnC;;;;OAIG;IACH,uBAAuB,EAAE,UAAU,CAAC;IACpC;;;;OAIG;IACH,+BAA+B,EAAE,UAAU,CAAC;IAC5C;;;;OAIG;IACH,uBAAuB,EAAE,UAAU,CAAC;IACpC;;;;OAIG;IACH,kCAAkC,EAAE,UAAU,CAAC;IAC/C;;;;OAIG;IACH,mCAAmC,EAAE,UAAU,CAAC;IAChD;;;;OAIG;IACH,wBAAwB,EAAE,UAAU,CAAC;IACrC;;;;OAIG;IACH,yBAAyB,EAAE,UAAU,CAAC;IACtC;;;;OAIG;IACH,iCAAiC,EAAE,UAAU,CAAC;IAC9C;;;;OAIG;IACH,yBAAyB,EAAE,UAAU,CAAC;IACtC;;;;OAIG;IACH,sBAAsB,EAAE,UAAU,CAAC;IACnC;;;;OAIG;IACH,uBAAuB,EAAE,UAAU,CAAC;IACpC;;;;OAIG;IACH,8BAA8B,EAAE,UAAU,CAAC;IAC3C;;;;OAIG;IACH,+BAA+B,EAAE,UAAU,CAAC;IAC5C;;;;OAIG;IACH,iCAAiC,EAAE,UAAU,CAAC;IAC9C;;;;OAIG;IACH,kCAAkC,EAAE,UAAU,CAAC;IAC/C;;;;OAIG;IACH,uBAAuB,EAAE,UAAU,CAAC;IACpC;;;;OAIG;IACH,wBAAwB,EAAE,UAAU,CAAC;IACrC;;;;OAIG;IACH,gCAAgC,EAAE,UAAU,CAAC;IAC7C;;;;OAIG;IACH,wBAAwB,EAAE,UAAU,CAAC;IACrC;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,oBAAoB,EAAE,UAAU,CAAC;IACjC;;;;OAIG;IACH,2BAA2B,EAAE,UAAU,CAAC;IACxC;;;;OAIG;IACH,4BAA4B,EAAE,UAAU,CAAC;IACzC;;;;OAIG;IACH,qCAAqC,EAAE,UAAU,CAAC;IAClD;;;;OAIG;IACH,sCAAsC,EAAE,UAAU,CAAC;IACnD;;;;OAIG;IACH,6CAA6C,EAAE,UAAU,CAAC;IAC1D;;;;OAIG;IACH,8CAA8C,EAAE,UAAU,CAAC;IAC3D;;;;OAIG;IACH,qCAAqC,EAAE,UAAU,CAAC;IAClD;;;;OAIG;IACH,sCAAsC,EAAE,UAAU,CAAC;IACnD;;;;OAIG;IACH,uCAAuC,EAAE,UAAU,CAAC;IACpD;;;;OAIG;IACH,wCAAwC,EAAE,UAAU,CAAC;IACrD;;;;OAIG;IACH,sCAAsC,EAAE,UAAU,CAAC;IACnD;;;;OAIG;IACH,uCAAuC,EAAE,UAAU,CAAC;IACpD;;;;OAIG;IACH,6BAA6B,EAAE,UAAU,CAAC;IAC1C;;;;OAIG;IACH,8BAA8B,EAAE,UAAU,CAAC;IAC3C;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,oBAAoB,EAAE,UAAU,CAAC;IACjC;;;;OAIG;IACH,wBAAwB,EAAE,UAAU,CAAC;IACrC;;;;OAIG;IACH,oBAAoB,EAAE,UAAU,CAAC;IACjC;;;;OAIG;IACH,+BAA+B,EAAE,UAAU,CAAC;IAC5C;;;;OAIG;IACH,gCAAgC,EAAE,UAAU,CAAC;IAC7C;;;;OAIG;IACH,qBAAqB,EAAE,UAAU,CAAC;IAClC;;;;OAIG;IACH,sBAAsB,EAAE,UAAU,CAAC;IACnC;;;;OAIG;IACH,0BAA0B,EAAE,UAAU,CAAC;IACvC;;;;OAIG;IACH,sBAAsB,EAAE,UAAU,CAAC;IACnC;;;;OAIG;IACH,0BAA0B,EAAE,UAAU,CAAC;IACvC;;;;OAIG;IACH,2BAA2B,EAAE,UAAU,CAAC;IACxC;;;;OAIG;IACH,6BAA6B,EAAE,UAAU,CAAC;IAC1C;;;;OAIG;IACH,kCAAkC,EAAE,UAAU,CAAC;IAC/C;;;;OAIG;IACH,mCAAmC,EAAE,UAAU,CAAC;IAChD;;;;OAIG;IACH,qCAAqC,EAAE,UAAU,CAAC;IAClD;;;;OAIG;IACH,sCAAsC,EAAE,UAAU,CAAC;IACnD;;;;OAIG;IACH,8BAA8B,EAAE,UAAU,CAAC;IAC3C;;;;OAIG;IACH,iCAAiC,EAAE,UAAU,CAAC;IAC9C;;;;OAIG;IACH,kCAAkC,EAAE,UAAU,CAAC;IAC/C;;;;OAIG;IACH,oCAAoC,EAAE,UAAU,CAAC;IACjD;;;;OAIG;IACH,qCAAqC,EAAE,UAAU,CAAC;IAClD;;;;OAIG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;OAIG;IACH,uBAAuB,EAAE,UAAU,CAAC;IACpC;;;;OAIG;IACH,wBAAwB,EAAE,UAAU,CAAC;IACrC;;;;OAIG;IACH,oBAAoB,EAAE,UAAU,CAAC;IACjC;;;;OAIG;IACH,2BAA2B,EAAE,UAAU,CAAC;IACxC;;;;OAIG;IACH,4BAA4B,EAAE,UAAU,CAAC;IACzC;;;;OAIG;IACH,8BAA8B,EAAE,UAAU,CAAC;IAC3C;;;;OAIG;IACH,+BAA+B,EAAE,UAAU,CAAC;IAC5C;;;;OAIG;IACH,oBAAoB,EAAE,UAAU,CAAC;IACjC;;;;OAIG;IACH,qBAAqB,EAAE,UAAU,CAAC;IAClC;;;;OAIG;IACH,yBAAyB,EAAE,UAAU,CAAC;IACtC;;;;OAIG;IACH,qBAAqB,EAAE,UAAU,CAAC;IAClC;;;;OAIG;IACH,6BAA6B,EAAE,UAAU,CAAC;IAC1C;;;;OAIG;IACH,8BAA8B,EAAE,UAAU,CAAC;IAC3C;;;;OAIG;IACH,gCAAgC,EAAE,UAAU,CAAC;IAC7C;;;;OAIG;IACH,6CAA6C,EAAE,UAAU,CAAC;IAC1D;;;;OAIG;IACH,8CAA8C,EAAE,UAAU,CAAC;IAC3D;;;;OAIG;IACH,iCAAiC,EAAE,UAAU,CAAC;IAC9C;;;;OAIG;IACH,+CAA+C,EAAE,UAAU,CAAC;IAC5D;;;;OAIG;IACH,wDAAwD,EAAE,UAAU,CAAC;IACrE;;;;OAIG;IACH,yDAAyD,EAAE,UAAU,CAAC;IACtE;;;;OAIG;IACH,gDAAgD,EAAE,UAAU,CAAC;CAC9D;AAED,MAAM,WAAW,qBAAqB;IACpC;;;;OAIG;IACH,cAAc,EAAE,UAAU,CAAC;IAC3B;;;;OAIG;IACH,eAAe,EAAE,UAAU,CAAC;IAC5B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,iBAAiB,EAAE,UAAU,CAAC;IAC9B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,eAAe,EAAE,UAAU,CAAC;IAC5B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,gBAAgB,EAAE,UAAU,CAAC;IAC7B;;;;OAIG;IACH,0BAA0B,EAAE,UAAU,CAAC;IACvC;;;;OAIG;IACH,uBAAuB,EAAE,UAAU,CAAC;IACpC;;;;OAIG;IACH,uBAAuB,EAAE,UAAU,CAAC;CACrC;AAED,MAAM,WAAW,sBAAsB;IACrC;;;;;OAKG;IACH,iBAAiB,EAAE,UAAU,CAAC;IAC9B;;;;;OAKG;IACH,2BAA2B,EAAE,UAAU,CAAC;IACxC;;;;;OAKG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;;OAKG;IACH,4BAA4B,EAAE,UAAU,CAAC;IACzC;;;;;OAKG;IACH,mBAAmB,EAAE,UAAU,CAAC;IAChC;;;;;OAKG;IACH,6BAA6B,EAAE,UAAU,CAAC;IAC1C;;;;;OAKG;IACH,oBAAoB,EAAE,UAAU,CAAC;IACjC;;;;;OAKG;IACH,8BAA8B,EAAE,UAAU,CAAC;IAC3C;;;;;OAKG;IACH,kBAAkB,EAAE,UAAU,CAAC;IAC/B;;;;;OAKG;IACH,mBAAmB,EAAE,UAAU,CAAC;CACjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"android.color.types.js","sourceRoot":"","sources":["../../src/color/android.color.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ColorValue } from 'react-native';\n\nexport interface AndroidBaseColorSDK1 {\n /**\n * PlatformColor(\"@android:color/background_dark\")\n *\n * @since Android SDK 1\n */\n background_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/background_light\")\n *\n * @since Android SDK 1\n */\n background_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/black\")\n *\n * @since Android SDK 1\n */\n black: ColorValue;\n /**\n * PlatformColor(\"@android:color/darker_gray\")\n *\n * @since Android SDK 1\n */\n darker_gray: ColorValue;\n /**\n * PlatformColor(\"@android:color/tab_indicator_text\")\n *\n * @since Android SDK 1\n */\n tab_indicator_text: ColorValue;\n /**\n * PlatformColor(\"@android:color/transparent\")\n *\n * @since Android SDK 1\n */\n transparent: ColorValue;\n /**\n * PlatformColor(\"@android:color/white\")\n *\n * @since Android SDK 1\n */\n white: ColorValue;\n /**\n * PlatformColor(\"@android:color/widget_edittext_dark\")\n *\n * @since Android SDK 1\n */\n widget_edittext_dark: ColorValue;\n}\n\nexport interface AndroidBaseColorSDK14 {\n /**\n * PlatformColor(\"@android:color/holo_blue_bright\")\n *\n * @since Android SDK 14\n */\n holo_blue_bright: ColorValue;\n /**\n * PlatformColor(\"@android:color/holo_blue_dark\")\n *\n * @since Android SDK 14\n */\n holo_blue_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/holo_blue_light\")\n *\n * @since Android SDK 14\n */\n holo_blue_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/holo_green_dark\")\n *\n * @since Android SDK 14\n */\n holo_green_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/holo_green_light\")\n *\n * @since Android SDK 14\n */\n holo_green_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/holo_orange_dark\")\n *\n * @since Android SDK 14\n */\n holo_orange_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/holo_orange_light\")\n *\n * @since Android SDK 14\n */\n holo_orange_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/holo_purple\")\n *\n * @since Android SDK 14\n */\n holo_purple: ColorValue;\n /**\n * PlatformColor(\"@android:color/holo_red_dark\")\n *\n * @since Android SDK 14\n */\n holo_red_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/holo_red_light\")\n *\n * @since Android SDK 14\n */\n holo_red_light: ColorValue;\n}\n\nexport interface AndroidBaseColorSDK31 {\n /**\n * PlatformColor(\"@android:color/system_accent1_0\")\n *\n * @since Android SDK 31\n */\n system_accent1_0: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent1_10\")\n *\n * @since Android SDK 31\n */\n system_accent1_10: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent1_100\")\n *\n * @since Android SDK 31\n */\n system_accent1_100: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent1_1000\")\n *\n * @since Android SDK 31\n */\n system_accent1_1000: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent1_200\")\n *\n * @since Android SDK 31\n */\n system_accent1_200: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent1_300\")\n *\n * @since Android SDK 31\n */\n system_accent1_300: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent1_400\")\n *\n * @since Android SDK 31\n */\n system_accent1_400: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent1_50\")\n *\n * @since Android SDK 31\n */\n system_accent1_50: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent1_500\")\n *\n * @since Android SDK 31\n */\n system_accent1_500: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent1_600\")\n *\n * @since Android SDK 31\n */\n system_accent1_600: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent1_700\")\n *\n * @since Android SDK 31\n */\n system_accent1_700: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent1_800\")\n *\n * @since Android SDK 31\n */\n system_accent1_800: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent1_900\")\n *\n * @since Android SDK 31\n */\n system_accent1_900: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent2_0\")\n *\n * @since Android SDK 31\n */\n system_accent2_0: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent2_10\")\n *\n * @since Android SDK 31\n */\n system_accent2_10: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent2_100\")\n *\n * @since Android SDK 31\n */\n system_accent2_100: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent2_1000\")\n *\n * @since Android SDK 31\n */\n system_accent2_1000: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent2_200\")\n *\n * @since Android SDK 31\n */\n system_accent2_200: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent2_300\")\n *\n * @since Android SDK 31\n */\n system_accent2_300: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent2_400\")\n *\n * @since Android SDK 31\n */\n system_accent2_400: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent2_50\")\n *\n * @since Android SDK 31\n */\n system_accent2_50: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent2_500\")\n *\n * @since Android SDK 31\n */\n system_accent2_500: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent2_600\")\n *\n * @since Android SDK 31\n */\n system_accent2_600: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent2_700\")\n *\n * @since Android SDK 31\n */\n system_accent2_700: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent2_800\")\n *\n * @since Android SDK 31\n */\n system_accent2_800: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent2_900\")\n *\n * @since Android SDK 31\n */\n system_accent2_900: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent3_0\")\n *\n * @since Android SDK 31\n */\n system_accent3_0: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent3_10\")\n *\n * @since Android SDK 31\n */\n system_accent3_10: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent3_100\")\n *\n * @since Android SDK 31\n */\n system_accent3_100: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent3_1000\")\n *\n * @since Android SDK 31\n */\n system_accent3_1000: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent3_200\")\n *\n * @since Android SDK 31\n */\n system_accent3_200: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent3_300\")\n *\n * @since Android SDK 31\n */\n system_accent3_300: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent3_400\")\n *\n * @since Android SDK 31\n */\n system_accent3_400: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent3_50\")\n *\n * @since Android SDK 31\n */\n system_accent3_50: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent3_500\")\n *\n * @since Android SDK 31\n */\n system_accent3_500: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent3_600\")\n *\n * @since Android SDK 31\n */\n system_accent3_600: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent3_700\")\n *\n * @since Android SDK 31\n */\n system_accent3_700: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent3_800\")\n *\n * @since Android SDK 31\n */\n system_accent3_800: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_accent3_900\")\n *\n * @since Android SDK 31\n */\n system_accent3_900: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral1_0\")\n *\n * @since Android SDK 31\n */\n system_neutral1_0: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral1_10\")\n *\n * @since Android SDK 31\n */\n system_neutral1_10: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral1_100\")\n *\n * @since Android SDK 31\n */\n system_neutral1_100: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral1_1000\")\n *\n * @since Android SDK 31\n */\n system_neutral1_1000: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral1_200\")\n *\n * @since Android SDK 31\n */\n system_neutral1_200: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral1_300\")\n *\n * @since Android SDK 31\n */\n system_neutral1_300: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral1_400\")\n *\n * @since Android SDK 31\n */\n system_neutral1_400: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral1_50\")\n *\n * @since Android SDK 31\n */\n system_neutral1_50: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral1_500\")\n *\n * @since Android SDK 31\n */\n system_neutral1_500: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral1_600\")\n *\n * @since Android SDK 31\n */\n system_neutral1_600: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral1_700\")\n *\n * @since Android SDK 31\n */\n system_neutral1_700: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral1_800\")\n *\n * @since Android SDK 31\n */\n system_neutral1_800: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral1_900\")\n *\n * @since Android SDK 31\n */\n system_neutral1_900: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral2_0\")\n *\n * @since Android SDK 31\n */\n system_neutral2_0: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral2_10\")\n *\n * @since Android SDK 31\n */\n system_neutral2_10: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral2_100\")\n *\n * @since Android SDK 31\n */\n system_neutral2_100: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral2_1000\")\n *\n * @since Android SDK 31\n */\n system_neutral2_1000: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral2_200\")\n *\n * @since Android SDK 31\n */\n system_neutral2_200: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral2_300\")\n *\n * @since Android SDK 31\n */\n system_neutral2_300: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral2_400\")\n *\n * @since Android SDK 31\n */\n system_neutral2_400: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral2_50\")\n *\n * @since Android SDK 31\n */\n system_neutral2_50: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral2_500\")\n *\n * @since Android SDK 31\n */\n system_neutral2_500: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral2_600\")\n *\n * @since Android SDK 31\n */\n system_neutral2_600: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral2_700\")\n *\n * @since Android SDK 31\n */\n system_neutral2_700: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral2_800\")\n *\n * @since Android SDK 31\n */\n system_neutral2_800: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_neutral2_900\")\n *\n * @since Android SDK 31\n */\n system_neutral2_900: ColorValue;\n}\n\nexport interface AndroidBaseColorSDK34 {\n /**\n * PlatformColor(\"@android:color/system_background_dark\")\n *\n * @since Android SDK 34\n */\n system_background_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_background_light\")\n *\n * @since Android SDK 34\n */\n system_background_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_control_activated_dark\")\n *\n * @since Android SDK 34\n */\n system_control_activated_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_control_activated_light\")\n *\n * @since Android SDK 34\n */\n system_control_activated_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_control_highlight_dark\")\n *\n * @since Android SDK 34\n */\n system_control_highlight_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_control_highlight_light\")\n *\n * @since Android SDK 34\n */\n system_control_highlight_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_control_normal_dark\")\n *\n * @since Android SDK 34\n */\n system_control_normal_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_control_normal_light\")\n *\n * @since Android SDK 34\n */\n system_control_normal_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_container_dark\")\n *\n * @since Android SDK 34\n */\n system_error_container_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_container_light\")\n *\n * @since Android SDK 34\n */\n system_error_container_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_dark\")\n *\n * @since Android SDK 34\n */\n system_error_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_light\")\n *\n * @since Android SDK 34\n */\n system_error_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_background_dark\")\n *\n * @since Android SDK 34\n */\n system_on_background_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_background_light\")\n *\n * @since Android SDK 34\n */\n system_on_background_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_error_container_dark\")\n *\n * @since Android SDK 34\n */\n system_on_error_container_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_error_container_light\")\n *\n * @since Android SDK 34\n */\n system_on_error_container_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_error_dark\")\n *\n * @since Android SDK 34\n */\n system_on_error_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_error_light\")\n *\n * @since Android SDK 34\n */\n system_on_error_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_primary_container_dark\")\n *\n * @since Android SDK 34\n */\n system_on_primary_container_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_primary_container_light\")\n *\n * @since Android SDK 34\n */\n system_on_primary_container_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_primary_dark\")\n *\n * @since Android SDK 34\n */\n system_on_primary_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_primary_fixed\")\n *\n * @since Android SDK 34\n */\n system_on_primary_fixed: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_primary_fixed_variant\")\n *\n * @since Android SDK 34\n */\n system_on_primary_fixed_variant: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_primary_light\")\n *\n * @since Android SDK 34\n */\n system_on_primary_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_secondary_container_dark\")\n *\n * @since Android SDK 34\n */\n system_on_secondary_container_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_secondary_container_light\")\n *\n * @since Android SDK 34\n */\n system_on_secondary_container_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_secondary_dark\")\n *\n * @since Android SDK 34\n */\n system_on_secondary_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_secondary_fixed\")\n *\n * @since Android SDK 34\n */\n system_on_secondary_fixed: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_secondary_fixed_variant\")\n *\n * @since Android SDK 34\n */\n system_on_secondary_fixed_variant: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_secondary_light\")\n *\n * @since Android SDK 34\n */\n system_on_secondary_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_surface_dark\")\n *\n * @since Android SDK 34\n */\n system_on_surface_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_surface_light\")\n *\n * @since Android SDK 34\n */\n system_on_surface_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_surface_variant_dark\")\n *\n * @since Android SDK 34\n */\n system_on_surface_variant_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_surface_variant_light\")\n *\n * @since Android SDK 34\n */\n system_on_surface_variant_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_tertiary_container_dark\")\n *\n * @since Android SDK 34\n */\n system_on_tertiary_container_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_tertiary_container_light\")\n *\n * @since Android SDK 34\n */\n system_on_tertiary_container_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_tertiary_dark\")\n *\n * @since Android SDK 34\n */\n system_on_tertiary_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_tertiary_fixed\")\n *\n * @since Android SDK 34\n */\n system_on_tertiary_fixed: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_tertiary_fixed_variant\")\n *\n * @since Android SDK 34\n */\n system_on_tertiary_fixed_variant: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_tertiary_light\")\n *\n * @since Android SDK 34\n */\n system_on_tertiary_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_outline_dark\")\n *\n * @since Android SDK 34\n */\n system_outline_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_outline_light\")\n *\n * @since Android SDK 34\n */\n system_outline_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_outline_variant_dark\")\n *\n * @since Android SDK 34\n */\n system_outline_variant_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_outline_variant_light\")\n *\n * @since Android SDK 34\n */\n system_outline_variant_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_palette_key_color_neutral_dark\")\n *\n * @since Android SDK 34\n */\n system_palette_key_color_neutral_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_palette_key_color_neutral_light\")\n *\n * @since Android SDK 34\n */\n system_palette_key_color_neutral_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_palette_key_color_neutral_variant_dark\")\n *\n * @since Android SDK 34\n */\n system_palette_key_color_neutral_variant_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_palette_key_color_neutral_variant_light\")\n *\n * @since Android SDK 34\n */\n system_palette_key_color_neutral_variant_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_palette_key_color_primary_dark\")\n *\n * @since Android SDK 34\n */\n system_palette_key_color_primary_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_palette_key_color_primary_light\")\n *\n * @since Android SDK 34\n */\n system_palette_key_color_primary_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_palette_key_color_secondary_dark\")\n *\n * @since Android SDK 34\n */\n system_palette_key_color_secondary_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_palette_key_color_secondary_light\")\n *\n * @since Android SDK 34\n */\n system_palette_key_color_secondary_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_palette_key_color_tertiary_dark\")\n *\n * @since Android SDK 34\n */\n system_palette_key_color_tertiary_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_palette_key_color_tertiary_light\")\n *\n * @since Android SDK 34\n */\n system_palette_key_color_tertiary_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_primary_container_dark\")\n *\n * @since Android SDK 34\n */\n system_primary_container_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_primary_container_light\")\n *\n * @since Android SDK 34\n */\n system_primary_container_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_primary_dark\")\n *\n * @since Android SDK 34\n */\n system_primary_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_primary_fixed\")\n *\n * @since Android SDK 34\n */\n system_primary_fixed: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_primary_fixed_dim\")\n *\n * @since Android SDK 34\n */\n system_primary_fixed_dim: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_primary_light\")\n *\n * @since Android SDK 34\n */\n system_primary_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_secondary_container_dark\")\n *\n * @since Android SDK 34\n */\n system_secondary_container_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_secondary_container_light\")\n *\n * @since Android SDK 34\n */\n system_secondary_container_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_secondary_dark\")\n *\n * @since Android SDK 34\n */\n system_secondary_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_secondary_fixed\")\n *\n * @since Android SDK 34\n */\n system_secondary_fixed: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_secondary_fixed_dim\")\n *\n * @since Android SDK 34\n */\n system_secondary_fixed_dim: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_secondary_light\")\n *\n * @since Android SDK 34\n */\n system_secondary_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_bright_dark\")\n *\n * @since Android SDK 34\n */\n system_surface_bright_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_bright_light\")\n *\n * @since Android SDK 34\n */\n system_surface_bright_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_container_dark\")\n *\n * @since Android SDK 34\n */\n system_surface_container_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_container_high_dark\")\n *\n * @since Android SDK 34\n */\n system_surface_container_high_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_container_high_light\")\n *\n * @since Android SDK 34\n */\n system_surface_container_high_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_container_highest_dark\")\n *\n * @since Android SDK 34\n */\n system_surface_container_highest_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_container_highest_light\")\n *\n * @since Android SDK 34\n */\n system_surface_container_highest_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_container_light\")\n *\n * @since Android SDK 34\n */\n system_surface_container_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_container_low_dark\")\n *\n * @since Android SDK 34\n */\n system_surface_container_low_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_container_low_light\")\n *\n * @since Android SDK 34\n */\n system_surface_container_low_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_container_lowest_dark\")\n *\n * @since Android SDK 34\n */\n system_surface_container_lowest_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_container_lowest_light\")\n *\n * @since Android SDK 34\n */\n system_surface_container_lowest_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_dark\")\n *\n * @since Android SDK 34\n */\n system_surface_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_dim_dark\")\n *\n * @since Android SDK 34\n */\n system_surface_dim_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_dim_light\")\n *\n * @since Android SDK 34\n */\n system_surface_dim_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_light\")\n *\n * @since Android SDK 34\n */\n system_surface_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_variant_dark\")\n *\n * @since Android SDK 34\n */\n system_surface_variant_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_variant_light\")\n *\n * @since Android SDK 34\n */\n system_surface_variant_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_tertiary_container_dark\")\n *\n * @since Android SDK 34\n */\n system_tertiary_container_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_tertiary_container_light\")\n *\n * @since Android SDK 34\n */\n system_tertiary_container_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_tertiary_dark\")\n *\n * @since Android SDK 34\n */\n system_tertiary_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_tertiary_fixed\")\n *\n * @since Android SDK 34\n */\n system_tertiary_fixed: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_tertiary_fixed_dim\")\n *\n * @since Android SDK 34\n */\n system_tertiary_fixed_dim: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_tertiary_light\")\n *\n * @since Android SDK 34\n */\n system_tertiary_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_text_hint_inverse_dark\")\n *\n * @since Android SDK 34\n */\n system_text_hint_inverse_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_text_hint_inverse_light\")\n *\n * @since Android SDK 34\n */\n system_text_hint_inverse_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_text_primary_inverse_dark\")\n *\n * @since Android SDK 34\n */\n system_text_primary_inverse_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_text_primary_inverse_disable_only_dark\")\n *\n * @since Android SDK 34\n */\n system_text_primary_inverse_disable_only_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_text_primary_inverse_disable_only_light\")\n *\n * @since Android SDK 34\n */\n system_text_primary_inverse_disable_only_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_text_primary_inverse_light\")\n *\n * @since Android SDK 34\n */\n system_text_primary_inverse_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_text_secondary_and_tertiary_inverse_dark\")\n *\n * @since Android SDK 34\n */\n system_text_secondary_and_tertiary_inverse_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_text_secondary_and_tertiary_inverse_disabled_dark\")\n *\n * @since Android SDK 34\n */\n system_text_secondary_and_tertiary_inverse_disabled_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_text_secondary_and_tertiary_inverse_disabled_light\")\n *\n * @since Android SDK 34\n */\n system_text_secondary_and_tertiary_inverse_disabled_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_text_secondary_and_tertiary_inverse_light\")\n *\n * @since Android SDK 34\n */\n system_text_secondary_and_tertiary_inverse_light: ColorValue;\n}\n\nexport interface AndroidBaseColorSDK35 {\n /**\n * PlatformColor(\"@android:color/system_error_0\")\n *\n * @since Android SDK 35\n */\n system_error_0: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_10\")\n *\n * @since Android SDK 35\n */\n system_error_10: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_100\")\n *\n * @since Android SDK 35\n */\n system_error_100: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_1000\")\n *\n * @since Android SDK 35\n */\n system_error_1000: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_200\")\n *\n * @since Android SDK 35\n */\n system_error_200: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_300\")\n *\n * @since Android SDK 35\n */\n system_error_300: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_400\")\n *\n * @since Android SDK 35\n */\n system_error_400: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_50\")\n *\n * @since Android SDK 35\n */\n system_error_50: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_500\")\n *\n * @since Android SDK 35\n */\n system_error_500: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_600\")\n *\n * @since Android SDK 35\n */\n system_error_600: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_700\")\n *\n * @since Android SDK 35\n */\n system_error_700: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_800\")\n *\n * @since Android SDK 35\n */\n system_error_800: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_error_900\")\n *\n * @since Android SDK 35\n */\n system_error_900: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_on_surface_disabled\")\n *\n * @since Android SDK 35\n */\n system_on_surface_disabled: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_outline_disabled\")\n *\n * @since Android SDK 35\n */\n system_outline_disabled: ColorValue;\n /**\n * PlatformColor(\"@android:color/system_surface_disabled\")\n *\n * @since Android SDK 35\n */\n system_surface_disabled: ColorValue;\n}\n\nexport interface AndroidDeprecatedColor {\n /**\n * PlatformColor(\"@android:color/primary_text_dark\")\n *\n * @deprecated Deprecated in Android SDK 28\n * @since Android SDK 1\n */\n primary_text_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/primary_text_dark_nodisable\")\n *\n * @deprecated Deprecated in Android SDK 28\n * @since Android SDK 1\n */\n primary_text_dark_nodisable: ColorValue;\n /**\n * PlatformColor(\"@android:color/primary_text_light\")\n *\n * @deprecated Deprecated in Android SDK 28\n * @since Android SDK 1\n */\n primary_text_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/primary_text_light_nodisable\")\n *\n * @deprecated Deprecated in Android SDK 28\n * @since Android SDK 1\n */\n primary_text_light_nodisable: ColorValue;\n /**\n * PlatformColor(\"@android:color/secondary_text_dark\")\n *\n * @deprecated Deprecated in Android SDK 28\n * @since Android SDK 1\n */\n secondary_text_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/secondary_text_dark_nodisable\")\n *\n * @deprecated Deprecated in Android SDK 28\n * @since Android SDK 1\n */\n secondary_text_dark_nodisable: ColorValue;\n /**\n * PlatformColor(\"@android:color/secondary_text_light\")\n *\n * @deprecated Deprecated in Android SDK 28\n * @since Android SDK 1\n */\n secondary_text_light: ColorValue;\n /**\n * PlatformColor(\"@android:color/secondary_text_light_nodisable\")\n *\n * @deprecated Deprecated in Android SDK 28\n * @since Android SDK 1\n */\n secondary_text_light_nodisable: ColorValue;\n /**\n * PlatformColor(\"@android:color/tertiary_text_dark\")\n *\n * @deprecated Deprecated in Android SDK 28\n * @since Android SDK 1\n */\n tertiary_text_dark: ColorValue;\n /**\n * PlatformColor(\"@android:color/tertiary_text_light\")\n *\n * @deprecated Deprecated in Android SDK 28\n * @since Android SDK 1\n */\n tertiary_text_light: ColorValue;\n}\n"]}
|
|
@@ -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 @link https://m3.material.io/styles/color/roles
|
|
6
|
+
*
|
|
7
|
+
* You can read about about difference between dynamic and static colors @link https://m3.material.io/styles/color/choosing-a-scheme
|
|
8
|
+
*
|
|
9
|
+
* For detailed definition of each color role, see @link 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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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"android.dynamic.types.js","sourceRoot":"","sources":["../../src/color/android.dynamic.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ColorValue } from 'react-native';\n\n/**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * You can find out more about color roles @link https://m3.material.io/styles/color/roles\n *\n * You can read about about difference between dynamic and static colors @link https://m3.material.io/styles/color/choosing-a-scheme\n *\n * For detailed definition of each color role, see @link https://github.com/material-components/material-components-android/blob/master/docs/theming/Color.md\n */\nexport interface AndroidDynamicMaterialColorType {\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n *\n * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)\n */\n primary: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)\n */\n onPrimary: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)\n */\n primaryContainer: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)\n */\n onPrimaryContainer: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)\n *\n * [Read more about Inverse colors](https://m3.material.io/styles/color/roles#7fc6b47e-db22-4e98-8359-7649a099e4a1)\n */\n primaryInverse: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)\n */\n primaryFixed: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)\n */\n primaryFixedDim: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)\n */\n onPrimaryFixed: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Primary color role](https://m3.material.io/styles/color/roles#41f55188-5c63-4107-ac41-822ebca8ae1b)\n */\n onPrimaryFixedVariant: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)\n */\n secondary: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)\n */\n onSecondary: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)\n */\n secondaryContainer: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)\n */\n onSecondaryContainer: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)\n */\n secondaryFixed: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)\n */\n secondaryFixedDim: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)\n */\n onSecondaryFixed: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Secondary color role](https://m3.material.io/styles/color/roles#290bcc49-b728-414c-8cc5-04336c1c799c)\n */\n onSecondaryFixedVariant: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)\n */\n tertiary: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)\n */\n onTertiary: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)\n */\n tertiaryContainer: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)\n */\n onTertiaryContainer: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)\n */\n tertiaryFixed: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)\n */\n tertiaryFixedDim: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)\n */\n onTertiaryFixed: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Tertiary color role](https://m3.material.io/styles/color/roles#727a0bf8-c95f-4f83-bc43-290d20f24e8e)\n */\n onTertiaryFixedVariant: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Error color role](https://m3.material.io/styles/color/roles#47a25970-8a80-43be-8307-c12e0f7a2b43)\n */\n error: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Error color role](https://m3.material.io/styles/color/roles#47a25970-8a80-43be-8307-c12e0f7a2b43)\n */\n onError: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Error color role](https://m3.material.io/styles/color/roles#47a25970-8a80-43be-8307-c12e0f7a2b43)\n */\n errorContainer: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Error color role](https://m3.material.io/styles/color/roles#47a25970-8a80-43be-8307-c12e0f7a2b43)\n */\n onErrorContainer: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Outline color role](https://m3.material.io/styles/color/roles#e7d72e44-72e2-4ce9-a18d-df07b1433d18)\n */\n outline: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Outline color role](https://m3.material.io/styles/color/roles#e7d72e44-72e2-4ce9-a18d-df07b1433d18)\n */\n outlineVariant: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n */\n background: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n */\n onBackground: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)\n */\n surface: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)\n */\n onSurface: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)\n */\n surfaceVariant: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)\n */\n onSurfaceVariant: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)\n *\n * [Read more about Inverse colors](https://m3.material.io/styles/color/roles#7fc6b47e-db22-4e98-8359-7649a099e4a1)\n */\n surfaceInverse: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)\n *\n * [Read more about Inverse colors](https://m3.material.io/styles/color/roles#7fc6b47e-db22-4e98-8359-7649a099e4a1)\n */\n onSurfaceInverse: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)\n */\n surfaceBright: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)\n */\n surfaceDim: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)\n */\n surfaceContainer: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)\n */\n surfaceContainerLow: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)\n */\n surfaceContainerLowest: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)\n */\n surfaceContainerHigh: ColorValue;\n /**\n * [Android Dynamic Material Colors](https://m3.material.io/styles/color/dynamic/user-generated-source)\n *\n * This color adapts based on the user's wallpaper and theme settings.\n *\n * [Read more about Surface color role](https://m3.material.io/styles/color/roles#89f972b1-e372-494c-aabc-69aea34ed591)\n */\n surfaceContainerHighest: ColorValue;\n}\n"]}
|