@pikas-ui/styles
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -7,2 +7,3 @@ export { CSS, config, createTheme, css, getCssText, globalCss, globalStyles, keyframes, prefix, reset, stitchesConfig, styled, theme } from './css.js'; | ||
export { darkTheme } from './dark_theme.js'; | ||
export { Sizes, SizesType } from './sizes.js'; | ||
import '@stitches/react/types/theme'; | ||
@@ -9,0 +10,0 @@ import '@stitches/react/types/css'; |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, get: () => obj[key]}); }); }var _cssjs = require('./css.js'); _createStarExport(_cssjs);var _colorsjs = require('./colors.js'); _createStarExport(_colorsjs);var _fontWeightsjs = require('./fontWeights.js'); _createStarExport(_fontWeightsjs);var _fontSizesjs = require('./fontSizes.js'); _createStarExport(_fontSizesjs);var _borderRadiusjs = require('./borderRadius.js'); _createStarExport(_borderRadiusjs);var _dark_themejs = require('./dark_theme.js'); _createStarExport(_dark_themejs); | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, get: () => obj[key]}); }); }var _cssjs = require('./css.js'); _createStarExport(_cssjs);var _colorsjs = require('./colors.js'); _createStarExport(_colorsjs);var _fontWeightsjs = require('./fontWeights.js'); _createStarExport(_fontWeightsjs);var _fontSizesjs = require('./fontSizes.js'); _createStarExport(_fontSizesjs);var _borderRadiusjs = require('./borderRadius.js'); _createStarExport(_borderRadiusjs);var _dark_themejs = require('./dark_theme.js'); _createStarExport(_dark_themejs);var _sizesjs = require('./sizes.js'); _createStarExport(_sizesjs); | ||
//# sourceMappingURL=index.js.map |
@@ -1,4 +0,14 @@ | ||
declare const Sizes: {}; | ||
declare const Sizes: { | ||
xxxs: number; | ||
xxs: number; | ||
xs: number; | ||
sm: number; | ||
md: number; | ||
lg: number; | ||
xl: number; | ||
xxl: number; | ||
xxxl: number; | ||
}; | ||
declare type SizesType = keyof typeof Sizes; | ||
export { Sizes, SizesType }; |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const o={};exports.Sizes = o; | ||
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const e={xxxs:1,xxs:2,xs:4,sm:8,md:16,lg:32,xl:64,xxl:128,xxxl:256};exports.Sizes = e; | ||
//# sourceMappingURL=sizes.js.map |
{ | ||
"name": "@pikas-ui/styles", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "", |
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
181827
2750