@draftbit/core 50.2.0 → 50.2.1-94f681.2
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/lib/commonjs/components/Toast/Toast.js +1 -0
- package/lib/commonjs/components/Toast/index.js +1 -0
- package/lib/typescript/src/components/Toast/Toast.d.ts +4 -0
- package/lib/typescript/src/components/Toast/Toast.js +8 -0
- package/lib/typescript/src/components/Toast/Toast.js.map +1 -0
- package/lib/typescript/src/components/Toast/index.d.ts +1 -0
- package/lib/typescript/src/components/Toast/index.js +2 -0
- package/lib/typescript/src/components/Toast/index.js.map +1 -0
- package/lib/typescript/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/components/Toast/Toast.js +8 -0
- package/src/components/Toast/Toast.js.map +1 -0
- package/src/components/Toast/Toast.tsx +14 -0
- package/src/components/Toast/index.js +2 -0
- package/src/components/Toast/index.js.map +1 -0
- package/src/components/Toast/index.ts +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import _objectDestructuringEmpty from"@babel/runtime/helpers/objectDestructuringEmpty";var _this=this,_jsxFileName="/home/runner/work/react-native-jigsaw/react-native-jigsaw/packages/core/src/components/Toast/Toast.tsx";import React from"react";import{View,Text}from"react-native";import{jsx as _jsx}from"react/jsx-runtime";var Toast=function Toast(_ref){_objectDestructuringEmpty(_ref);return _jsx(View,{children:_jsx(Text,{children:"Test"})});};export default Toast;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{default as Toast}from"./Toast";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Toast.js","sourceRoot":"","sources":["../../../../../src/components/Toast/Toast.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAI1C,MAAM,KAAK,GAA6C,CAAC,EAAE,EAAE,EAAE;IAC7D,OAAO,CACL,oBAAC,IAAI;QACH,oBAAC,IAAI,eAAY,CACZ,CACR,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Toast } from "./Toast";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/Toast/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC"}
|