Comparing version 4.3.2 to 4.3.3
@@ -215,3 +215,3 @@ import type { ViewStyle, TextStyle, ImageStyle } from 'react-native'; | ||
} | ||
export declare function makeTheme<const T extends DripsyBaseTheme>(theme: Function.Narrow<T>): Function.Narrow<T>; | ||
export declare function makeTheme<T extends DripsyBaseTheme>(theme: Function.Narrow<T>): Function.Narrow<T>; | ||
export interface DripsyCustomTheme { | ||
@@ -218,0 +218,0 @@ } |
@@ -10,3 +10,3 @@ import { makeTheme, } from './declarations'; | ||
shadowColor: '$text', | ||
textShadowColor: '$text', | ||
textShadowColor: '$nested.100', | ||
alignItems: 'center', | ||
@@ -22,3 +22,2 @@ justifyContent: ['center', 'flex-end'], | ||
}, | ||
...sx2, | ||
}; | ||
@@ -25,0 +24,0 @@ // #endregion |
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.3.3](https://github.com/nandorojo/dripsy/compare/v4.3.1...v4.3.3) (2023-05-16) | ||
**Note:** Version bump only for package dripsy | ||
## [4.3.2](https://github.com/nandorojo/dripsy/compare/v4.3.1...v4.3.2) (2023-05-16) | ||
@@ -8,0 +16,0 @@ |
@@ -0,1 +1,3 @@ | ||
// https://github.com/nandorojo/dripsy/issues/285 | ||
// native uses src files, so we do this to maintain a single theme context | ||
export * from '../src/gradient' |
{ | ||
"name": "dripsy", | ||
"version": "4.3.2", | ||
"version": "4.3.3", | ||
"description": "🍷 A super-simple responsive design system for React Native Web.", | ||
@@ -82,3 +82,3 @@ "main": "build/index.js", | ||
"sideEffects": false, | ||
"gitHead": "bb1ad22f2b36f3411c8ba4df2993a2a5b4a1b659" | ||
"gitHead": "74da05112bb3270c23f419117762fa6c124f8952" | ||
} |
@@ -6,3 +6,3 @@ import type { ViewStyle, TextStyle, ImageStyle } from 'react-native' | ||
export type ThemeColorName = ColorPath | ||
export type ThemeColorName = ColorPath | ||
@@ -249,3 +249,3 @@ export type Shadows = Pick< | ||
export function makeTheme<const T extends DripsyBaseTheme>( | ||
export function makeTheme<T extends DripsyBaseTheme>( | ||
theme: Function.Narrow<T> | ||
@@ -252,0 +252,0 @@ ): Function.Narrow<T> { |
@@ -204,3 +204,3 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ | ||
shadowColor: '$text', | ||
textShadowColor: '$text', | ||
textShadowColor: '$nested.100', | ||
alignItems: 'center', | ||
@@ -216,3 +216,2 @@ justifyContent: ['center', 'flex-end'], | ||
}, | ||
...sx2, | ||
} | ||
@@ -219,0 +218,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
304409