diff --git a/CHANGELOG.md b/CHANGELOG.md index da0241e..671c656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.24.0](https://github.com/skynexui/components/compare/v1.23.9...v1.24.0) (2022-01-26) + + +### Bug Fixes + +* broken build for flutter version ([c4bf04e](https://github.com/skynexui/components/commit/c4bf04ee4de07bbc2f4a3fda0dff0265388c7325)) + + +### Features + +* flutter broken urgent-update ([#72](https://github.com/skynexui/components/issues/72)) ([18140ba](https://github.com/skynexui/components/commit/18140ba7db65bc00f3956e17ac92af45232849e2)) + ## [1.23.9](https://github.com/skynexui/components/compare/v1.23.8...v1.23.9) (2022-01-25) diff --git a/docs/scripts/docs/metadata/stylesheet.json b/docs/scripts/docs/metadata/stylesheet.json index 4e3d0ea..7749d0b 100644 --- a/docs/scripts/docs/metadata/stylesheet.json +++ b/docs/scripts/docs/metadata/stylesheet.json @@ -18,60 +18,60 @@ "default": "defaultStringEmptyValue" }, "padding": { - "type": "double", - "default": "defaultDoubleZeroValue" + "type": "String", + "default": "defaultStringZeroValue" }, "paddingTop": { - "type": "double?", - "default": "defaultDoubleEmptyValue" + "type": "String?", + "default": "defaultStringEmptyValue" }, "paddingLeft": { - "type": "double?", - "default": "defaultDoubleEmptyValue" + "type": "String?", + "default": "defaultStringEmptyValue" }, "paddingRight": { - "type": "double?", - "default": "defaultDoubleEmptyValue" + "type": "String?", + "default": "defaultStringEmptyValue" }, "paddingBottom": { - "type": "double?", - "default": "defaultDoubleEmptyValue" + "type": "String?", + "default": "defaultStringEmptyValue" }, "paddingVertical": { - "type": "double?", - "default": "defaultDoubleEmptyValue" + "type": "String?", + "default": "defaultStringEmptyValue" }, "paddingHorizontal": { - "type": "double?", - "default": "defaultDoubleEmptyValue" + "type": "String?", + "default": "defaultStringEmptyValue" }, "margin": { - "type": "double", - "default": "defaultDoubleZeroValue" + "type": "String", + "default": "defaultStringZeroValue" }, "marginTop": { - "type": "double?", - "default": "defaultDoubleEmptyValue" + "type": "String?", + "default": "defaultStringEmptyValue" }, "marginLeft": { - "type": "double?", - "default": "defaultDoubleEmptyValue" + "type": "String?", + "default": "defaultStringEmptyValue" }, "marginRight": { - "type": "double?", - "default": "defaultDoubleEmptyValue" + "type": "String?", + "default": "defaultStringEmptyValue" }, "marginBottom": { - "type": "double?", - "default": "defaultDoubleEmptyValue" + "type": "String?", + "default": "defaultStringEmptyValue" }, "marginVertical": { - "type": "double?", - "default": "defaultDoubleEmptyValue" + "type": "String?", + "default": "defaultStringEmptyValue" }, "marginHorizontal": { - "type": "double?", - "default": "defaultDoubleEmptyValue" + "type": "String?", + "default": "defaultStringEmptyValue" }, "flexDirection": { "type": "String?", @@ -99,8 +99,9 @@ "hintValues": "'stretch' |'flex-start' |'flex-end' | 'center'" }, "flex": { - "type": "double?", - "default": "defaultDoubleEmptyValue" + "type": "int?", + "default": "defaultIntEmptyValue", + "hintValues": "number | string" }, "overflowY": { "type": "String?", @@ -128,23 +129,23 @@ "default": "defaultStringEmptyValue" }, "boxShadowOffsetX": { - "type": "double?", - "default": "defaultDoubleEmptyValue", + "type": "String?", + "default": "defaultStringEmptyValue", "hintValues": "string | number" }, "boxShadowOffsetY": { - "type": "double?", - "default": "defaultDoubleEmptyValue", + "type": "String?", + "default": "defaultStringEmptyValue", "hintValues": "string | number" }, "boxShadowBlur": { - "type": "double?", - "default": "defaultDoubleEmptyValue", + "type": "String?", + "default": "defaultStringEmptyValue", "hintValues": "string | number" }, "boxShadowSpread": { - "type": "double?", - "default": "defaultDoubleEmptyValue", + "type": "String?", + "default": "defaultStringEmptyValue", "hintValues": "string | number" }, "boxShadowColor": { diff --git a/package.json b/package.json index ed179a9..fb63eb6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "@skynexui/components", "description": "⚛️ Deliver UI for Web and Mobile platforms without taking care about complexity on how to style there. It's based in React and Flutter and uses the core of CSS specification to allow you to write cross platform styles.", "license": "MIT", - "version": "1.23.9", + "version": "1.24.0", "types": "dist/components.d.ts", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/pubspec.yaml b/pubspec.yaml index 17abcf2..cf1cf10 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: skynexui_components description: ⚛️ Deliver UI for Web and Mobile platforms without taking care about complexity on how to style there. It's based in React and Flutter and uses the core of CSS specification to allow you to write cross platform styles. -version: 1.23.9 +version: 1.24.0 homepage: https://github.com/skynexui/components/ environment: