@indoqa/style-system
Advanced tools
Comparing version 1.4.0 to 1.4.1-alpha.0
@@ -1,2 +0,2 @@ | ||
# v1.4.0 | TBA | ||
# v1.4.0 | 2020-01-26 | ||
* Add properties `display`, `maxWidth`, `minWidth`, `maxHeight`, `minHeight` to `Flex`and `Box`. | ||
@@ -3,0 +3,0 @@ * Add properties properties `uppercase`, `wordBreakAll`, `wordWrapAll` to `Flex`, `Box' and `Text`. |
import * as React from 'react'; | ||
export declare const testGridContext: (spacing: string | number, child: React.ReactNode) => {} | null | undefined; | ||
import { Spacing } from './GridContext'; | ||
export declare const testGridContext: (spacing: Spacing, child: React.ReactNode) => {} | null | undefined; |
@@ -7,3 +7,3 @@ import { IStyle } from 'fela'; | ||
export declare const THEME_NOT_AVAILABLE_ERR_MSG: string; | ||
export declare const addUnitIfNeeded: (value: any, propertyUnit?: string | undefined) => string; | ||
export declare const addUnitIfNeeded: (value: any | string, propertyUnit?: string | undefined) => string; | ||
export declare function getPropsByBreakpoint(props: any, breakpoints: NamedBreakPoint[]): any[]; | ||
@@ -10,0 +10,0 @@ export declare type ResponsiveStyleFunction<T extends BaseTheme> = (props: any, theme: T, outsideMediaQuery: boolean) => IStyle; |
@@ -8,12 +8,12 @@ import { FelaComponent, createComponentWithProxy, RendererContext } from 'react-fela'; | ||
/*! ***************************************************************************** | ||
Copyright (c) Microsoft Corporation. All rights reserved. | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use | ||
this file except in compliance with the License. You may obtain a copy of the | ||
License at http://www.apache.org/licenses/LICENSE-2.0 | ||
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED | ||
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, | ||
MERCHANTABLITY OR NON-INFRINGEMENT. | ||
See the Apache Version 2.0 License for specific language governing permissions | ||
and limitations under the License. | ||
Copyright (c) Microsoft Corporation. | ||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted. | ||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
PERFORMANCE OF THIS SOFTWARE. | ||
***************************************************************************** */ | ||
@@ -23,3 +23,3 @@ var extendStatics = function(d, b) { | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
@@ -1555,1 +1555,2 @@ }; | ||
export { ArticleBox, ArticleFlex, AsideBox, AsideFlex, Box, Col, ColRow, FigCaptionBox, FigCaptionFlex, FigureBox, FigureFlex, Flex, FooterBox, FooterFlex, GRID_SIZE, Grid, GridContext, HeaderBox, HeaderFlex, NavBox, NavFlex, Panel, Row, SectionBox, SectionFlex, Text, baseTheme, breakpoints, createBoxCSSStyle, createBoxShadow, createFelaConfig, createFlexContainerCSSStyle, extendBox, monoSystemFonts, renderRebootCss, renderResetCss, sortBreakpoints, systemFonts, testGridContext, toMediaQueryMap, toMinMediaQuery, typeScale, withRenderer }; | ||
//# sourceMappingURL=indoqa-style-system.es.js.map |
{ | ||
"name": "@indoqa/style-system", | ||
"version": "1.4.0", | ||
"version": "1.4.1-alpha.0", | ||
"author": "Indoqa Software Design und Beratung GmbH (https://www.indoqa.com)", | ||
@@ -41,13 +41,13 @@ "description": "A style system for React with Typescript typed theme support and several base components.", | ||
"dependencies": { | ||
"fela": "^11.0.2", | ||
"fela-monolithic": "^11.0.2", | ||
"fela-plugin-named-keys": "^11.0.2", | ||
"fela-preset-web": "^11.0.2", | ||
"fela-sort-media-query-mobile-first": "^11.0.2", | ||
"lodash": "^4.17.15", | ||
"react": "^16.12.0", | ||
"react-fela": "^11.0.2", | ||
"tslib": "^1.10.0" | ||
"fela": "^11.4.0", | ||
"fela-monolithic": "^11.4.0", | ||
"fela-plugin-named-keys": "^11.4.0", | ||
"fela-preset-web": "^11.4.0", | ||
"fela-sort-media-query-mobile-first": "^11.4.0", | ||
"lodash": "^4.17.20", | ||
"react": "^17.0.1", | ||
"react-fela": "^11.4.0", | ||
"tslib": "^2.0.3" | ||
}, | ||
"gitHead": "344129098c410c5160358824c5757a83d959197b" | ||
"gitHead": "3c76f0e4f0c290eee0ca8890455d9c09bc56b2c9" | ||
} |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
492534
31
3524
2
+ Addedreact@17.0.2(transitive)
+ Addedtslib@2.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedtslib@1.14.1(transitive)
Updatedfela@^11.4.0
Updatedfela-monolithic@^11.4.0
Updatedfela-preset-web@^11.4.0
Updatedlodash@^4.17.20
Updatedreact@^17.0.1
Updatedreact-fela@^11.4.0
Updatedtslib@^2.0.3