@rownd/react-native 0.2.0 → 0.2.3
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/README.md +3 -1
- package/lib/commonjs/components/AutoSigninDialog.js +10 -4
- package/lib/commonjs/components/AutoSigninDialog.js.map +1 -1
- package/lib/commonjs/components/BottomSheetTextInput/BottomSheetTextInput.js.map +1 -1
- package/lib/commonjs/components/BottomSheetTextInput/index.js +8 -0
- package/lib/commonjs/components/BottomSheetTextInput/index.js.map +1 -1
- package/lib/commonjs/components/BottomSheetTextInput/types.js.map +1 -1
- package/lib/commonjs/components/DefaultContext.js +1 -1
- package/lib/commonjs/components/DefaultContext.js.map +1 -1
- package/lib/commonjs/components/GlobalContext.js.map +1 -1
- package/lib/commonjs/components/RowndComponents.js +0 -2
- package/lib/commonjs/components/RowndComponents.js.map +1 -1
- package/lib/commonjs/components/SignIn.js +21 -8
- package/lib/commonjs/components/SignIn.js.map +1 -1
- package/lib/commonjs/types.js.map +1 -1
- package/lib/module/components/AutoSigninDialog.js +10 -4
- package/lib/module/components/AutoSigninDialog.js.map +1 -1
- package/lib/module/components/BottomSheetTextInput/BottomSheetTextInput.js.map +1 -1
- package/lib/module/components/BottomSheetTextInput/index.js +2 -0
- package/lib/module/components/BottomSheetTextInput/index.js.map +1 -1
- package/lib/module/components/BottomSheetTextInput/types.js.map +1 -1
- package/lib/module/components/DefaultContext.js +1 -1
- package/lib/module/components/DefaultContext.js.map +1 -1
- package/lib/module/components/GlobalContext.js.map +1 -1
- package/lib/module/components/RowndComponents.js +1 -3
- package/lib/module/components/RowndComponents.js.map +1 -1
- package/lib/module/components/SignIn.js +21 -7
- package/lib/module/components/SignIn.js.map +1 -1
- package/lib/module/types.js.map +1 -1
- package/lib/package.json +1 -3
- package/lib/typescript/src/components/BottomSheetTextInput/BottomSheetTextInput.d.ts +1 -1
- package/lib/typescript/src/components/BottomSheetTextInput/index.d.ts +1 -1
- package/lib/typescript/src/components/BottomSheetTextInput/types.d.ts +1 -1
- package/lib/typescript/src/components/DefaultContext.d.ts +1 -1
- package/lib/typescript/src/components/GlobalContext.d.ts +2 -2
- package/package.json +1 -3
- package/src/components/AutoSigninDialog.tsx +4 -4
- package/src/components/BottomSheetTextInput/BottomSheetTextInput.tsx +1 -1
- package/src/components/BottomSheetTextInput/index.ts +1 -1
- package/src/components/BottomSheetTextInput/types.ts +1 -1
- package/src/components/DefaultContext.tsx +2 -2
- package/src/components/GlobalContext.tsx +2 -2
- package/src/components/RowndComponents.tsx +0 -3
- package/src/components/SignIn.tsx +21 -9
- package/src/types.ts +1 -1
- package/lib/commonjs/tailwind.config.js +0 -17
- package/lib/commonjs/tailwind.config.js.map +0 -1
- package/lib/commonjs/utils/tailwind.js +0 -17
- package/lib/commonjs/utils/tailwind.js.map +0 -1
- package/lib/module/tailwind.config.js +0 -10
- package/lib/module/tailwind.config.js.map +0 -1
- package/lib/module/utils/tailwind.js +0 -5
- package/lib/module/utils/tailwind.js.map +0 -1
- package/lib/typescript/src/tailwind.config.d.ts +0 -10
- package/lib/typescript/src/utils/tailwind.d.ts +0 -2
- package/src/tailwind.config.ts +0 -9
- package/src/utils/tailwind.ts +0 -6
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["create","twConfig","tw"],"sources":["tailwind.ts"],"sourcesContent":["import { create } from 'twrnc';\nimport twConfig from '../tailwind.config';\n\nconst tw = create(twConfig);\n\nexport default tw;\n"],"mappings":"AAAA,SAASA,MAAT,QAAuB,OAAvB;AACA,OAAOC,QAAP,MAAqB,oBAArB;AAEA,MAAMC,EAAE,GAAGF,MAAM,CAACC,QAAD,CAAjB;AAEA,eAAeC,EAAf"}
|
package/src/tailwind.config.ts
DELETED