@blinkdotnew/mobile-ui 2.0.0-alpha.18 → 2.0.0-alpha.19
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/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -1
package/dist/index.d.mts
CHANGED
|
@@ -6,6 +6,7 @@ import * as _tamagui_core from '@tamagui/core';
|
|
|
6
6
|
import * as React$1 from 'react';
|
|
7
7
|
import React__default, { ReactNode } from 'react';
|
|
8
8
|
import * as react_native from 'react-native';
|
|
9
|
+
export * from '@tamagui/lucide-icons';
|
|
9
10
|
|
|
10
11
|
declare const blinkConfig: TamaguiInternalConfig;
|
|
11
12
|
type BlinkConfig = typeof blinkConfig;
|
package/dist/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import * as _tamagui_core from '@tamagui/core';
|
|
|
6
6
|
import * as React$1 from 'react';
|
|
7
7
|
import React__default, { ReactNode } from 'react';
|
|
8
8
|
import * as react_native from 'react-native';
|
|
9
|
+
export * from '@tamagui/lucide-icons';
|
|
9
10
|
|
|
10
11
|
declare const blinkConfig: TamaguiInternalConfig;
|
|
11
12
|
type BlinkConfig = typeof blinkConfig;
|
package/dist/index.js
CHANGED
|
@@ -17,6 +17,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
17
17
|
}
|
|
18
18
|
return to;
|
|
19
19
|
};
|
|
20
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
20
21
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
22
|
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
23
|
// file that has been converted to a CommonJS file using a Babel-
|
|
@@ -3780,6 +3781,9 @@ function BlinkPopover({
|
|
|
3780
3781
|
] });
|
|
3781
3782
|
}
|
|
3782
3783
|
|
|
3784
|
+
// src/index.ts
|
|
3785
|
+
__reExport(index_exports, require("@tamagui/lucide-icons"), module.exports);
|
|
3786
|
+
|
|
3783
3787
|
// src/patterns/ImmersiveMediaScreen.tsx
|
|
3784
3788
|
var import_tamagui66 = require("tamagui");
|
|
3785
3789
|
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
@@ -4119,6 +4123,7 @@ function FinanceDashboard({
|
|
|
4119
4123
|
useTheme,
|
|
4120
4124
|
useThemeName,
|
|
4121
4125
|
useWindowDimensions,
|
|
4122
|
-
withStaticProperties
|
|
4126
|
+
withStaticProperties,
|
|
4127
|
+
...require("@tamagui/lucide-icons")
|
|
4123
4128
|
});
|
|
4124
4129
|
//# sourceMappingURL=index.js.map
|