@wix/design-system
Version:
@wix/design-system
12 lines • 520 B
JavaScript
export const wixDesignSystemProviderDriverFactory = (base) => {
return {
exists: async () => base.exists(),
element: async () => base.getNative(),
// TODO: remove with major release
/**
* @deprecated This method is deprecated and will be removed in the next major release. It's always true now, since old branding doesn't exist anymore.
*/
isNewColorsBrandingEnabled: async () => true,
};
};
//# sourceMappingURL=WixDesignSystemProvider.uni.driver.js.map