fmi-design-system-react
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -164,3 +164,7 @@ import React, { useState } from 'react'; | ||
// 28px | ||
xxlarge: '2.000rem' // 32px | ||
xxlarge: '2.000rem', | ||
// 32px | ||
xxxlarge: '2.250rem', | ||
// 36px | ||
xxxxlarge: '2.500rem' // 40px | ||
@@ -167,0 +171,0 @@ }, |
@@ -172,3 +172,7 @@ 'use strict'; | ||
// 28px | ||
xxlarge: '2.000rem' // 32px | ||
xxlarge: '2.000rem', | ||
// 32px | ||
xxxlarge: '2.250rem', | ||
// 36px | ||
xxxxlarge: '2.500rem' // 40px | ||
@@ -175,0 +179,0 @@ }, |
{ | ||
"name": "fmi-design-system-react", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"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
172300
1939