@jamsr-ui/styles
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -1,2 +0,2 @@ | ||
export { UIStylesProvider, UIStylesType, useUIStyle } from './styles-provider.js'; | ||
export { UIConfigProvider, UIStylesType, useUIConfig } from './styles-provider.js'; | ||
import 'react/jsx-runtime'; |
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";var _chunk6YQM6ZKNjs = require('./chunk-6YQM6ZKN.js');exports.UIStylesProvider = _chunk6YQM6ZKNjs.a; exports.useUIStyle = _chunk6YQM6ZKNjs.b; | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";var _chunk6ASBMQXXjs = require('./chunk-6ASBMQXX.js');exports.UIConfigProvider = _chunk6ASBMQXXjs.a; exports.useUIConfig = _chunk6ASBMQXXjs.b; |
@@ -11,5 +11,5 @@ import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
} & UIStylesType; | ||
declare const UIStylesProvider: (props: Props) => react_jsx_runtime.JSX.Element; | ||
declare const useUIStyle: () => UIStylesType; | ||
declare const UIConfigProvider: (props: Props) => react_jsx_runtime.JSX.Element; | ||
declare const useUIConfig: () => UIStylesType; | ||
export { UIStylesProvider, type UIStylesType, useUIStyle }; | ||
export { UIConfigProvider, type UIStylesType, useUIConfig }; |
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunk6YQM6ZKNjs = require('./chunk-6YQM6ZKN.js');exports.UIStylesProvider = _chunk6YQM6ZKNjs.a; exports.useUIStyle = _chunk6YQM6ZKNjs.b; | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunk6ASBMQXXjs = require('./chunk-6ASBMQXX.js');exports.UIConfigProvider = _chunk6ASBMQXXjs.a; exports.useUIConfig = _chunk6ASBMQXXjs.b; |
{ | ||
"name": "@jamsr-ui/styles", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
3415