0.13.0 • Published 3 days ago

@style-kit-n/core v0.13.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 days ago

@style-kit-n/core

This packages includes the underlying abstractions for creating components using styled-kit-n that are shared across environments.

This package exports the following abstractions and types:

createStyled

A function that can be used to create the relevant styled function for each environment and implementation.

StyleEngine

A Typescript interface to encapsulate the differences between environments and implementations. This interface exposes the following methods:

  • generateStyles: maps style props to direct HTML style
  • generateClasses: maps style props to HTML class names (eg. for use with Tailwind)
  • resolveClassConflicts: method to resolve conflicting class names due to inheritance
  • getBaseProps: method to get the base props supported by components created by styled (eg. HTML attributes)
  • getMediaWidth: environment-specific method to get media length
  • listenForResize: environment-specific listener to respond to media changes cleanupResizeListener: cleanup method for above listener

baseTheme, BaseTheme

A default theme (and corresponding type) with values that are reused across environments.

StyleKitNProvider

A generic context provider used to create environment-specific packages

0.13.0

3 days ago

0.11.0

1 month ago

0.12.0

1 month ago

0.10.0

1 month ago

0.9.0

2 months ago

0.8.0

2 months ago

0.7.0

2 months ago

0.6.0

2 months ago

0.3.0

2 months ago

0.2.0

2 months ago

0.5.0

2 months ago

0.4.0

2 months ago

0.1.0

1 year ago