fmi-design-system-react
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -160,3 +160,7 @@ import React, { useState } from 'react'; | ||
// 20px | ||
large: '1.5rem' // 24px | ||
large: '1.5rem', | ||
// 24px | ||
xlarge: '1.750rem', | ||
// 28px | ||
xxlarge: '2.000rem' // 32px | ||
@@ -163,0 +167,0 @@ }, |
@@ -168,3 +168,7 @@ 'use strict'; | ||
// 20px | ||
large: '1.5rem' // 24px | ||
large: '1.5rem', | ||
// 24px | ||
xlarge: '1.750rem', | ||
// 28px | ||
xxlarge: '2.000rem' // 32px | ||
@@ -171,0 +175,0 @@ }, |
{ | ||
"name": "fmi-design-system-react", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "React-based component library that provides components and theming based off the FMI Design System", | ||
@@ -5,0 +5,0 @@ "licence": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
171870
1931