@hopper-ui/styled-system
Advanced tools
Comparing version 0.2.6 to 0.2.7
# @hopper-ui/styled-system | ||
## 0.2.7 | ||
### Patch Changes | ||
- 7717443: StyledSystemProvider now accepts a ref | ||
## 0.2.6 | ||
@@ -4,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
export { BodyStyleProvider } from '../chunk-Z7O4JONV.js'; | ||
export { BodyStyleProvider } from '../chunk-FTYJQBJC.js'; | ||
import '../chunk-3YM73BQP.js'; | ||
@@ -6,5 +6,5 @@ import '../chunk-B6ZBFYWJ.js'; | ||
import '../chunk-YPIK2HRL.js'; | ||
import '../chunk-HZFB352P.js'; | ||
import '../chunk-K7AXEZR6.js'; | ||
import '../chunk-U5R6ZXH3.js'; | ||
import '../chunk-V7X6ANEM.js'; | ||
import '../chunk-6LX4VMOV.js'; |
@@ -1,4 +0,4 @@ | ||
export { A, Address, Article, Aside, Div, HtmlButton, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlInput, HtmlLabel, HtmlParagraph, HtmlSection, HtmlTextArea, Img, LI, Main, Nav, OL, Span, TBody, TD, TFoot, TH, THead, TR, Table, UL } from '../chunk-BTJMZT3L.js'; | ||
import '../chunk-UTFGHZHA.js'; | ||
import '../chunk-5XPS6ZZ7.js'; | ||
export { A, Address, Article, Aside, Div, HtmlButton, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlInput, HtmlLabel, HtmlParagraph, HtmlSection, HtmlTextArea, Img, LI, Main, Nav, OL, Span, TBody, TD, TFoot, TH, THead, TR, Table, UL } from '../chunk-HK6L6YXX.js'; | ||
import '../chunk-TZBJDLE3.js'; | ||
import '../chunk-EAQ7TNQX.js'; | ||
import '../chunk-T2LQYER5.js'; | ||
@@ -5,0 +5,0 @@ import '../chunk-PCGVOTW3.js'; |
@@ -1,3 +0,3 @@ | ||
export { htmlElement } from '../chunk-UTFGHZHA.js'; | ||
import '../chunk-5XPS6ZZ7.js'; | ||
export { htmlElement } from '../chunk-TZBJDLE3.js'; | ||
import '../chunk-EAQ7TNQX.js'; | ||
import '../chunk-T2LQYER5.js'; | ||
@@ -4,0 +4,0 @@ import '../chunk-PCGVOTW3.js'; |
@@ -1,9 +0,9 @@ | ||
export { StyledSystemProvider } from './chunk-7XB4VCCJ.js'; | ||
export { BodyStyleProvider } from './chunk-Z7O4JONV.js'; | ||
export { _StyledSystemProvider as StyledSystemProvider } from './chunk-4B7SSNXT.js'; | ||
export { BodyStyleProvider } from './chunk-FTYJQBJC.js'; | ||
export { useIsomorphicLayoutEffect } from './chunk-3YM73BQP.js'; | ||
export { ThemeComputedStyle } from './chunk-B6ZBFYWJ.js'; | ||
export { A, Address, Article, Aside, Div, HtmlButton, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlInput, HtmlLabel, HtmlParagraph, HtmlSection, HtmlTextArea, Img, LI, Main, Nav, OL, Span, TBody, TD, TFoot, TH, THead, TR, Table, UL } from './chunk-BTJMZT3L.js'; | ||
export { htmlElement } from './chunk-UTFGHZHA.js'; | ||
export { A, Address, Article, Aside, Div, HtmlButton, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlInput, HtmlLabel, HtmlParagraph, HtmlSection, HtmlTextArea, Img, LI, Main, Nav, OL, Span, TBody, TD, TFoot, TH, THead, TR, Table, UL } from './chunk-HK6L6YXX.js'; | ||
export { htmlElement } from './chunk-TZBJDLE3.js'; | ||
export { BreakpointProvider, DefaultUnsupportedMatchMediaBreakpoint } from './chunk-MCUHAIA4.js'; | ||
export { TokenProvider } from './chunk-AMNZEPOY.js'; | ||
export { TokenProvider } from './chunk-EE6BVAE2.js'; | ||
export { Tokens } from './chunk-A47SIZVA.js'; | ||
@@ -14,4 +14,4 @@ import './chunk-ZKEMKHXY.js'; | ||
export { useIsomorphicInsertionEffect } from './chunk-YPIK2HRL.js'; | ||
export { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-HZFB352P.js'; | ||
export { isStyledSystemProp, useStyledSystem } from './chunk-5XPS6ZZ7.js'; | ||
export { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-K7AXEZR6.js'; | ||
export { isStyledSystemProp, useStyledSystem } from './chunk-EAQ7TNQX.js'; | ||
export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, IconColorMapping, LineHeightMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSystemValue, parseResponsiveSystemValue } from './chunk-T2LQYER5.js'; | ||
@@ -18,0 +18,0 @@ import './chunk-PCGVOTW3.js'; |
@@ -1,2 +0,2 @@ | ||
export { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-HZFB352P.js'; | ||
export { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-K7AXEZR6.js'; | ||
import './chunk-6LX4VMOV.js'; |
@@ -1,2 +0,2 @@ | ||
import * as react_jsx_runtime from 'react/jsx-runtime'; | ||
import * as react from 'react'; | ||
import { ReactNode } from 'react'; | ||
@@ -12,2 +12,3 @@ import { ColorSchemeOrSystem, ColorScheme } from './color-scheme/ColorSchemeContext.js'; | ||
import './tokens/token-mappings.js'; | ||
import 'react/jsx-runtime'; | ||
@@ -42,4 +43,4 @@ interface StyledSystemProviderProps extends BreakpointProviderProps, DivProps { | ||
*/ | ||
declare function StyledSystemProvider({ children, withBodyStyle, withCssVariables, colorScheme, defaultColorScheme, unsupportedMatchMediaBreakpoint, className, ...rest }: StyledSystemProviderProps): react_jsx_runtime.JSX.Element; | ||
declare const _StyledSystemProvider: react.ForwardRefExoticComponent<Omit<StyledSystemProviderProps, "ref"> & react.RefAttributes<HTMLDivElement>>; | ||
export { StyledSystemProvider, type StyledSystemProviderProps }; | ||
export { _StyledSystemProvider as StyledSystemProvider, type StyledSystemProviderProps }; |
@@ -1,9 +0,9 @@ | ||
export { StyledSystemProvider } from './chunk-7XB4VCCJ.js'; | ||
import './chunk-Z7O4JONV.js'; | ||
export { _StyledSystemProvider as StyledSystemProvider } from './chunk-4B7SSNXT.js'; | ||
import './chunk-FTYJQBJC.js'; | ||
import './chunk-3YM73BQP.js'; | ||
import './chunk-B6ZBFYWJ.js'; | ||
import './chunk-BTJMZT3L.js'; | ||
import './chunk-UTFGHZHA.js'; | ||
import './chunk-HK6L6YXX.js'; | ||
import './chunk-TZBJDLE3.js'; | ||
import './chunk-MCUHAIA4.js'; | ||
import './chunk-AMNZEPOY.js'; | ||
import './chunk-EE6BVAE2.js'; | ||
import './chunk-A47SIZVA.js'; | ||
@@ -14,4 +14,4 @@ import './chunk-ZKEMKHXY.js'; | ||
import './chunk-YPIK2HRL.js'; | ||
import './chunk-HZFB352P.js'; | ||
import './chunk-5XPS6ZZ7.js'; | ||
import './chunk-K7AXEZR6.js'; | ||
import './chunk-EAQ7TNQX.js'; | ||
import './chunk-T2LQYER5.js'; | ||
@@ -18,0 +18,0 @@ import './chunk-PCGVOTW3.js'; |
@@ -1,2 +0,2 @@ | ||
export { TokenProvider } from '../chunk-AMNZEPOY.js'; | ||
export { TokenProvider } from '../chunk-EE6BVAE2.js'; | ||
import '../chunk-A47SIZVA.js'; | ||
@@ -7,4 +7,4 @@ import '../chunk-ZKEMKHXY.js'; | ||
import '../chunk-YPIK2HRL.js'; | ||
import '../chunk-HZFB352P.js'; | ||
import '../chunk-K7AXEZR6.js'; | ||
import '../chunk-U5R6ZXH3.js'; | ||
import '../chunk-6LX4VMOV.js'; |
@@ -1,2 +0,2 @@ | ||
export { isStyledSystemProp, useStyledSystem } from './chunk-5XPS6ZZ7.js'; | ||
export { isStyledSystemProp, useStyledSystem } from './chunk-EAQ7TNQX.js'; | ||
import './chunk-T2LQYER5.js'; | ||
@@ -3,0 +3,0 @@ import './chunk-PCGVOTW3.js'; |
{ | ||
"name": "@hopper-ui/styled-system", | ||
"author": "Workleap", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "The styled-system package.", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
@@ -8,24 +8,2 @@ # @hopper-ui/styled-system | ||
## Installation | ||
Install the following packages: | ||
**With pnpm** | ||
```shell | ||
pnpm add @hopper-ui/styled-system | ||
``` | ||
**With yarn** | ||
```shell | ||
yarn add -D @hopper-ui/styled-system | ||
``` | ||
**With npm** | ||
```shell | ||
npm install -D @hopper-ui/styled-system | ||
``` | ||
## Usage | ||
@@ -32,0 +10,0 @@ |
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
566570
11497
19