@smartface/contx
Advanced tools
Comparing version 4.0.0-rc.4 to 4.0.0-rc.5
@@ -25,3 +25,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var orientation = __importStar(require("sf-extension-utils/lib/orientation")); | ||
var orientation = __importStar(require("@smartface/native/lib/orientation")); | ||
var system_1 = __importDefault(require("@smartface/native/device/system")); | ||
@@ -28,0 +28,0 @@ function load(src) { |
{ | ||
"name": "@smartface/contx", | ||
"version": "4.0.0-rc.4", | ||
"version": "4.0.0-rc.5", | ||
"description": "Context Manager", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -205,3 +205,3 @@ [![Twitter: @Smartface_io](https://img.shields.io/badge/contact-@Smartface_io-blue.svg?style=flat)](https://twitter.com/smartface_io) | ||
```js | ||
const Application = require("sf-core/application"); | ||
import Application from "@smartface/native/application"); | ||
// Seamlessly switch between themes | ||
@@ -208,0 +208,0 @@ Application.theme()({ type: "changeTheme", theme: "yourThemeName" }); |
@@ -1,2 +0,2 @@ | ||
import * as orientation from "sf-extension-utils/lib/orientation"; | ||
import * as orientation from "@smartface/native/lib/orientation"; | ||
import System from '@smartface/native/device/system'; | ||
@@ -3,0 +3,0 @@ function load(src){ |
Sorry, the diff of this file is not supported yet
223156