From a0409581c4d8ee7d02ba81d1529383b38746c431 Mon Sep 17 00:00:00 2001 From: gbnm Date: Tue, 14 Nov 2023 22:47:57 +0000 Subject: [PATCH] Update to version 2.18.2 --- .vscode/settings.json | 2 +- README.md | 2 +- dist/OutSystemsUI.css | 2 +- dist/OutSystemsUI.d.ts | 2 +- dist/OutSystemsUI.js | 4 ++-- gulp/ProjectSpecs/DefaultSpecs.js | 2 +- package.json | 4 ++-- src/scripts/OSFramework/OSUI/Constants.ts | 2 +- src/scss/OutSystemsUI.scss | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 29622d38ae..6f792e7143 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "diffEditor.ignoreTrimWhitespace": true, - "files.autoSave": "off", + "files.autoSave": "afterDelay", "editor.minimap.maxColumn": 170, "editor.wordWrapColumn": 170, "editor.formatOnSave": true, diff --git a/README.md b/README.md index c7bbc90de2..d95d2a9d78 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OutSystems UI · v2.19.1 +# OutSystems UI · v2.18.2 ![GitHub License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg) diff --git a/dist/OutSystemsUI.css b/dist/OutSystemsUI.css index d82619523d..4456434da1 100644 --- a/dist/OutSystemsUI.css +++ b/dist/OutSystemsUI.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! -OutSystems UI 2.18.1 +OutSystems UI 2.18.2 Website: • https://www.outsystems.com/outsystems-ui GitHub: diff --git a/dist/OutSystemsUI.d.ts b/dist/OutSystemsUI.d.ts index d2ba70d1c1..3f6af7a8bb 100644 --- a/dist/OutSystemsUI.d.ts +++ b/dist/OutSystemsUI.d.ts @@ -84,7 +84,7 @@ declare namespace OSFramework.OSUI.Constants { const AccessibilityHideElementClass = "wcag-hide-text"; const IsRTLClass = "is-rtl"; const NoTransition = "no-transition"; - const OSUIVersion = "2.18.1"; + const OSUIVersion = "2.18.2"; const ZeroValue = 0; } declare namespace OSFramework.OSUI.ErrorCodes { diff --git a/dist/OutSystemsUI.js b/dist/OutSystemsUI.js index 8e49bbcf11..3a82cafccc 100644 --- a/dist/OutSystemsUI.js +++ b/dist/OutSystemsUI.js @@ -1,5 +1,5 @@ /*! -OutSystems UI 2.18.1 +OutSystems UI 2.18.2 Website: • https://www.outsystems.com/outsystems-ui GitHub: @@ -139,7 +139,7 @@ var OSFramework; Constants.AccessibilityHideElementClass = 'wcag-hide-text'; Constants.IsRTLClass = 'is-rtl'; Constants.NoTransition = 'no-transition'; - Constants.OSUIVersion = '2.18.1'; + Constants.OSUIVersion = '2.18.2'; Constants.ZeroValue = 0; })(Constants = OSUI.Constants || (OSUI.Constants = {})); })(OSUI = OSFramework.OSUI || (OSFramework.OSUI = {})); diff --git a/gulp/ProjectSpecs/DefaultSpecs.js b/gulp/ProjectSpecs/DefaultSpecs.js index e4d9cca31e..dfb6a2775d 100644 --- a/gulp/ProjectSpecs/DefaultSpecs.js +++ b/gulp/ProjectSpecs/DefaultSpecs.js @@ -1,6 +1,6 @@ // Store the default project specifications const specs = { - "version": "2.19.1", + "version": "2.18.2", "name": "OutSystems UI", "description": "", "url": "Website:\n • https://www.outsystems.com/outsystems-ui", diff --git a/package.json b/package.json index 162c5a8378..a4c95e60e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "outsystems-ui", - "version": "2.19.1", + "version": "2.18.2", "description": "OutSystems UI Framework", "license": "BSD-3-Clause", "scripts": { @@ -38,7 +38,7 @@ "browser-sync": "^2.27.11", "eslint": "^8.47.0", "eslint-config-prettier": "^9.0.0", - "eslint-plugin-prettier": "^5.0.0", + "eslint-plugin-prettier": "^5.0.0", "fancy-log": "^2.0.0", "flatpickr": "^4.6.13", "gulp": "^4.0.2", diff --git a/src/scripts/OSFramework/OSUI/Constants.ts b/src/scripts/OSFramework/OSUI/Constants.ts index f46997bebb..b652a126fd 100644 --- a/src/scripts/OSFramework/OSUI/Constants.ts +++ b/src/scripts/OSFramework/OSUI/Constants.ts @@ -129,7 +129,7 @@ namespace OSFramework.OSUI.Constants { export const NoTransition = 'no-transition'; /* OSUI Version */ - export const OSUIVersion = '2.19.1'; + export const OSUIVersion = '2.18.2'; /*Constant to be used across project as the zero value*/ export const ZeroValue = 0; diff --git a/src/scss/OutSystemsUI.scss b/src/scss/OutSystemsUI.scss index 030c43b9f8..11ce6b2a01 100644 --- a/src/scss/OutSystemsUI.scss +++ b/src/scss/OutSystemsUI.scss @@ -17,7 +17,7 @@ PS: This comment will not be visible at the compiled version! =============================================================================== */ /*! -OutSystems UI 2.18.1 +OutSystems UI 2.18.2 Website: • https://www.outsystems.com/outsystems-ui GitHub: