This website requires JavaScript.
Explore
Help
Sign In
m
/
metamask-extension
Watch
1
Star
0
Fork
0
You've already forked metamask-extension
mirror of
https://github.com/kremalicious/metamask-extension.git
synced
2024-12-03 06:34:27 +01:00
Code
88af4b3c36
metamask-extension
/
ui
/
components
/
component-library
/
text
/
index.js
3 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
UI-14395: typography v2 (#15408) UI-14395: change Typography v2 to Text UI-14395: upgrade design tokens UI-14395: add classname testing UI-14395: update text colors, update font family name to match token, update text storybook boxprops UI-14395: add text transform docs lint fix
2022-08-18 19:51:53 +02:00
export
{
Text
}
from
'./text'
;
Feat/16187/text housekeeping (#16589) * text housekeeping * update testing * Text constant * TEXT const to story * format text sizes * add associated constants to text component * add all exports to global index.js * update snapshot * update text component variants * Update ui/components/component-library/text/README.mdx Co-authored-by: George Marshall <george.marshall@consensys.net> * update rearrangements * update text in tests Co-authored-by: George Marshall <george.marshall@consensys.net>
2022-12-01 18:26:19 +01:00
export
{
TEXT
_VARIANTS
}
from
'./text.constants'
;
Copy Permalink