0.0.12 • Published 3 years ago

@magic-modules/theme-vars v0.0.12

Weekly downloads
6
License
AGPL-3.0
Repository
github
Last release
3 years ago

@magic-modules/theme-vars

this is the @magic-modules ThemeVars component.

shows a list with the THEME_VARS, will usually only be used in a @magic-theme documentation page.

more documentation and example: html docs

NPM version Linux Build Status Windows Build Status Coverage Status Greenkeeper badge Known Vulnerabilities

installation:

npm install @magic-modules/theme-vars

usage

in a page or module View

export const View = state => ThemeVars(state.vars)

changelog

0.0.1

first release

0.0.2
  • change text to remove fixed reference to @magic-themes/docs.
  • rename Color to ThemeVarColor to avoid nameclashes in the future
0.0.3

fix: Color is inside ThemeVars module until @magic can import it

0.0.4

expect the full state as props, not just state.vars

0.0.5
  • add header demos (h1 - h5)
  • add link demo
0.0.6

magic 0.0.55+ passes state differently

0.0.7

bump required node version to 14.2.0

0.0.8

bump required node version to 14.15.4

0.0.9
  • container width of 400px turns into max-width
0.0.10

fix link example, replace to: '' with to: '/'

0.0.11
  • add outlines to h1-h5 examples
  • add demo section links to example
0.0.12
  • accept both state.state as well as state as argument.
0.0.13 - unreleased

...

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago