dependabot[bot]
43e50ce74a
Bump @babel/cli from 7.13.0 to 7.13.10 ( #33314 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.13.0 to 7.13.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.13.10/packages/babel-cli )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 09:43:37 +02:00
dependabot[bot]
bce1e63bb3
Bump rollup from 2.40.0 to 2.41.0 ( #33312 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.40.0 to 2.41.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.40.0...v2.41.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-10 07:59:47 +02:00
dependabot[bot]
8ef613c297
Bump @babel/core from 7.13.8 to 7.13.10 ( #33311 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.13.8 to 7.13.10.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.13.10/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-10 07:43:43 +02:00
dependabot[bot]
7d3fa63c3f
Bump karma from 6.1.1 to 6.1.2 ( #33313 )
...
Bumps [karma](https://github.com/karma-runner/karma ) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v6.1.1...v6.1.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-09 14:05:05 +02:00
XhmikosR
bdffdb9380
Update devDependencies ( #33307 )
...
* @popperjs/core ^2.9.0 → ^2.9.1
* autoprefixer ^10.2.4 → ^10.2.5
* clean-css-cli ^5.2.0 → ^5.2.1
* postcss ^8.2.6 → ^8.2.7
* stylelint ^13.11.0 → ^13.12.0
2021-03-08 19:00:06 +02:00
dependabot[bot]
902263ba27
Bump jquery from 3.5.1 to 3.6.0 ( #33242 )
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.5.1...3.6.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-08 18:46:39 +02:00
GeoSot
e163d98845
modal: move common code to a new isAnimated
method ( #33056 )
2021-03-08 18:35:59 +02:00
GeoSot
548be2ed66
Offcanvas as component ( #29017 )
...
* Add a new offcanvas component
* offcanvas.js: switch to string constants and `event.key`
* Remove unneeded code
* Sass optimizations
* Fixes
Make sure the element is hidden and not offscreen when inactive
fix close icon negative margins
Add content in right & bottom examples
Re-fix bottom offcanvas height not to cover all viewport
* Wording tweaks
* update tests and offcanvas class
* separate scrollbar functionality and use it in offcanvas
* Update .bundlewatch.config.json
* fix focus
* update btn-close / fix focus on close
* add aria-modal and role
return focus on trigger when offcanvas is closed
change body scrolling timings
* move common code to reusable functions
* add aria-labelledby
* Replace lorem ipsum text
* fix focus when offcanvas is closed
* updates
* revert modal, add tests for scrollbar
* show backdrop by default
* Update offcanvas.md
* Update offcanvas CSS to better match modals
- Add background-clip for borders
- Move from outline to border (less clever, more consistent)
- Add scss-docs in vars
* Revamp offcanvas docs
- Add static example to show and explain the components
- Split live examples and rename them
- Simplify example content
- Expand docs notes elsewhere
- Add sass docs
* Add .offcanvas-title instead of .modal-title
* Rename offcanvas example to offcanvas-navbar to reflect it's purpose
* labelledby references title and not header
* Add default shadow to offcanvas
* enable offcanvas-body to fill all the remaining wrapper area
* Be more descriptive, on Accessibility area
* remove redundant classes
* ensure in case of an already open offcanvas, not to open another one
* bring back backdrop|scroll combinations
* bring back toggling class
* refactor scrollbar method, plus tests
* add check if element is not full-width, according to #30621
* revert all in modal
* use documentElement innerWidth
* Rename classes to -start and -end
Also copyedit some docs wording
* omit some things on scrollbar
* PASS BrowserStack tests
-- IOS devices, Android devices and Browsers on Mac, hide scrollbar by default and appear it, only while scrolling.
* Rename '_handleClosing' to '_addEventListeners'
* change pipe usage to comma
* change Data.getData to Data.get
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
Co-authored-by: Mark Otto <markdotto@gmail.com>
2021-03-02 19:10:10 +02:00
Rohit Sharma
b9e51dc3c4
Dropdown — Drop flip
option ( #33198 )
2021-03-02 17:27:13 +02:00
XhmikosR
977c366cbe
Rename _gh_pages to _site. ( #33129 )
2021-03-02 17:05:26 +02:00
alpadev
48a95f7280
refactor: use a Map instead of an Object in dom/data ( #32180 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com>
2021-03-02 16:55:44 +02:00
Mark Otto
6d93a1371a
Reset select:disabled opacity and null-ify color to fix rendering differences in Chrome
2021-03-02 06:40:32 -08:00
XhmikosR
205e2cae70
CodeQL: skip dependabot PRs too ( #33130 )
2021-03-02 16:09:49 +02:00
Mark Otto
1df59bb17f
Add an example of v4's media component in the flex utils docs ( #33207 )
...
* Add an example of v4's media component in the flex utils docs
* Link to new example from Migration guide
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-02 16:08:32 +02:00
dependabot[bot]
a4c4f7917b
Bump @popperjs/core from 2.8.3 to 2.9.0 ( #33240 )
...
* Bump @popperjs/core from 2.8.3 to 2.9.0
Bumps [@popperjs/core](https://github.com/popperjs/popper-core ) from 2.8.3 to 2.9.0.
- [Release notes](https://github.com/popperjs/popper-core/releases )
- [Commits](https://github.com/popperjs/popper-core/compare/v2.8.3...v2.9.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Update config.yml
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-02 16:01:53 +02:00
dependabot[bot]
785a2cd6c9
Bump lockfile-lint from 4.6.1 to 4.6.2 ( #33238 )
...
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases )
- [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.6.1...lockfile-lint@4.6.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-02 15:49:12 +02:00
dependabot[bot]
c937d471a8
Bump rollup from 2.39.1 to 2.40.0 ( #33236 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.39.1 to 2.40.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.39.1...v2.40.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-02 15:43:50 +02:00
dependabot[bot]
c17d197dd5
Bump karma-rollup-preprocessor from 7.0.5 to 7.0.6 ( #33235 )
...
Bumps [karma-rollup-preprocessor](https://github.com/jlmakes/karma-rollup-preprocessor ) from 7.0.5 to 7.0.6.
- [Release notes](https://github.com/jlmakes/karma-rollup-preprocessor/releases )
- [Changelog](https://github.com/jlmakes/karma-rollup-preprocessor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.5...7.0.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-02 15:37:25 +02:00
dependabot[bot]
31167a7761
Bump @babel/preset-env from 7.12.17 to 7.13.9 ( #33234 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.17 to 7.13.9.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.13.9/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-02 15:28:05 +02:00
dependabot[bot]
14196e6e6c
Bump @babel/cli from 7.12.17 to 7.13.0 ( #33186 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.12.17 to 7.13.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.13.0/packages/babel-cli )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-02 15:23:43 +02:00
dependabot[bot]
3b6988f006
Bump eslint from 7.20.0 to 7.21.0 ( #33233 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.20.0 to 7.21.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.20.0...v7.21.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-02 15:09:01 +02:00
dependabot[bot]
972954e580
Bump @babel/core from 7.12.17 to 7.13.8 ( #33232 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.17 to 7.13.8.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.13.8/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-02 15:04:35 +02:00
Gaël Poupard
bed8fc8381
fix(navs): ensure button will grow in fill/justified nav
2021-03-01 11:55:19 -08:00
Gaël Poupard
0bdf931507
fix(list-group): properly set a color on list-group-items
2021-03-01 11:27:08 -08:00
Gaël Poupard
ac3a1069b1
fix(forms): validated controls in input-group
2021-03-01 07:53:39 -08:00
XhmikosR
5560c86070
Bundlewatch: stop ignoring dependabot branches ( #33192 )
2021-02-24 18:32:05 +02:00
Muhammadamin
056216a3bd
modal: don't add margin & padding when sticky is not full width ( #30621 )
...
* modal: don't add margin & padding when sticky is not full width
* Check if element is shorter than window
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com>
2021-02-23 14:52:09 +02:00
dependabot[bot]
45ff785377
Bump @rollup/plugin-replace from 2.4.0 to 2.4.1 ( #33190 )
...
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Commits](https://github.com/rollup/plugins/compare/replace-v2.4.0...replace-v2.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-02-23 14:41:32 +02:00
dependabot[bot]
18c36c3a56
Bump rollup from 2.39.0 to 2.39.1 ( #33189 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.39.0 to 2.39.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.39.0...v2.39.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-02-23 14:37:58 +02:00
dependabot[bot]
d4e6b9731b
Bump @popperjs/core from 2.8.2 to 2.8.3 ( #33188 )
...
* Bump @popperjs/core from 2.8.2 to 2.8.3
Bumps [@popperjs/core](https://github.com/popperjs/popper-core ) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/popperjs/popper-core/releases )
- [Commits](https://github.com/popperjs/popper-core/compare/v2.8.2...v2.8.3 )
Signed-off-by: dependabot[bot] <support@github.com>
* Update config.yml
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-02-23 14:24:33 +02:00
Gaël Poupard
bcda711849
docs(migration): duplicated 5.0.0-beta2 heading ( #33178 )
2021-02-22 17:05:59 +02:00
XhmikosR
6f7fd22c13
Update devDependencies ( #33150 )
...
* @babel/cli ^7.12.16 → ^7.12.17
* @babel/core ^7.12.16 → ^7.12.17
* @babel/preset-env ^7.12.16 → ^7.12.17
* @popperjs/core ^2.6.0 → ^2.8.2
* @rollup/plugin-replace ^2.3.4 → ^2.4.0
* eslint-config-xo ^0.34.0 → ^0.35.0
* eslint-plugin-unicorn ^28.0.1 → ^28.0.2
* hugo-bin ^0.68.0 → ^0.69.0
* linkinator ^2.13.4 → ^2.13.6
* lockfile-lint ^4.3.7 → ^4.6.1
* sass ^1.32.7 → ^1.32.8
* stylelint ^13.10.0 → ^13.11.0
2021-02-22 09:12:05 +02:00
Rohit Sharma
dc5e3328c1
Allow constructors to accept a CSS selector ( #32245 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <otto@github.com>
2021-02-22 09:01:04 +02:00
Rohit Sharma
d983744d12
Remove the default positioning from .dropup
( #33120 )
2021-02-22 08:57:21 +02:00
Gaël Poupard
489e7b6798
fix(card): siblings card links in RTL ( #33154 )
...
Fixes a bug mentionned in [#32330 ](https://github.com/twbs/bootstrap/issues/32330#issuecomment-782001326 ).
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-02-22 08:49:38 +02:00
XhmikosR
730566221f
visual tests: add missing base-component dist file ( #33167 )
...
Regression of #32313
2021-02-22 08:42:43 +02:00
Patrick H. Lauke
5693f1ad86
Fix small typos / follow-up to #32630 ( #33164 )
2021-02-21 08:00:03 +02:00
Nikon the Third
e8f08d1802
Adjust regex SAFE_URL_PATTERN
for use with test method of regexes. ( #33136 )
...
The test method on regexes behaves different than the match method on strings in the presence of the global modifier.
Add a unit test for sanitizing the same template twice.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-02-19 10:24:53 +02:00
XhmikosR
454d8ae1f4
linkinator: replace --silent
with --verbosity
( #33100 )
2021-02-19 00:28:39 +02:00
XhmikosR
d55abc2f81
Update clean-css-cli to v5.2.0. ( #33099 )
...
* Update clean-css-cli to v5.2.0
* Enable clean-css's batch flag
2021-02-18 20:53:18 +02:00
nlipka
536c53c16c
add some space
2021-02-18 08:19:15 -08:00
Mark Otto
5c32767e0e
Clarify docs around .navbar-brand ( #33123 )
...
- Add new headings and text for each example
- Fixes #33072 by changing align-* class
2021-02-17 05:58:26 +02:00
dependabot[bot]
8f0fb394b1
Bump eslint-plugin-unicorn from 27.0.0 to 28.0.1 ( #33116 )
...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 27.0.0 to 28.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v27.0.0...v28.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-02-16 13:04:37 +02:00
dependabot[bot]
233afbff56
Bump stylelint from 13.9.0 to 13.10.0 ( #33115 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 13.9.0 to 13.10.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/13.9.0...13.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-02-16 13:01:17 +02:00
dependabot[bot]
40e2abf7ca
Bump karma from 6.0.4 to 6.1.1 ( #33112 )
...
Bumps [karma](https://github.com/karma-runner/karma ) from 6.0.4 to 6.1.1.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v6.0.4...v6.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-02-16 12:56:25 +02:00
dependabot[bot]
d20d3e4155
Bump sass from 1.32.6 to 1.32.7 ( #33114 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.32.6 to 1.32.7.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.32.6...1.32.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-16 12:54:16 +02:00
dependabot[bot]
36cf9b47dc
Bump @rollup/plugin-babel from 5.2.3 to 5.3.0 ( #33113 )
...
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins ) from 5.2.3 to 5.3.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Commits](https://github.com/rollup/plugins/compare/babel-v5.2.3...babel-v5.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-02-16 12:48:56 +02:00
dependabot[bot]
0ce22d43b9
Bump rollup from 2.38.5 to 2.39.0 ( #33107 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.38.5 to 2.39.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v2.38.5...v2.39.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-02-16 12:48:27 +02:00
dependabot[bot]
c3fc53ece4
Bump @babel/preset-env from 7.12.13 to 7.12.16 ( #33111 )
2021-02-16 10:45:06 +00:00
dependabot[bot]
29eaea193b
Bump @rollup/plugin-node-resolve from 11.1.1 to 11.2.0 ( #33109 )
...
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins ) from 11.1.1 to 11.2.0.
- [Release notes](https://github.com/rollup/plugins/releases )
- [Commits](https://github.com/rollup/plugins/compare/node-resolve-v11.1.1...node-resolve-v11.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-02-16 12:34:34 +02:00