Compare commits

..

1781 Commits

Author SHA1 Message Date
Daniel
0796503d6d deploy github pages for actions 2023-09-20 19:58:45 +05:30
dependabot[bot]
8c0934a08b chore(deps-dev): bump the eslint group with 2 updates (#5341)
Bumps the eslint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).


Updates `@typescript-eslint/eslint-plugin` from 6.6.0 to 6.7.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.6.0 to 6.7.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 23:47:02 +05:30
dependabot[bot]
465d207f07 chore(deps-dev): bump the astro group with 1 update (#5336)
Bumps the astro group with 1 update: [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx).

- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@1.1.0/packages/integrations/mdx)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: astro
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 23:43:37 +05:30
dependabot[bot]
1e160275fb chore(deps-dev): bump the rollup group with 1 update (#5335)
Bumps the rollup group with 1 update: [rollup](https://github.com/rollup/rollup).

- [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/v3.29.1...v3.29.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rollup
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 23:43:02 +05:30
dependabot[bot]
1a0eb415bb chore(deps-dev): bump sass from 1.66.1 to 1.67.0 (#5338)
Bumps [sass](https://github.com/sass/dart-sass) from 1.66.1 to 1.67.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.66.1...1.67.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 23:42:30 +05:30
dependabot[bot]
21edc4476d chore(deps-dev): bump bootstrap from 5.3.1 to 5.3.2 (#5337)
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v5.3.1...v5.3.2)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 23:42:05 +05:30
Daniel
02c90680ff Merge pull request #5313 from glewe/local-google-fonts
Local Google Fonts
2023-09-16 15:52:22 +05:30
LEWE, GEORGE
9dcd9e420e FONT google cdn to jsdelivr
Rolled back package-lock.json

Switched npm source-sans

Switched to CDN source-sans-pro

Switched to CDN source-sans-3

Co-Authored-By: George Lewe <george@lewe.com>
2023-09-16 15:48:09 +05:30
Daniel
4a95b7f438 Merge pull request #5312 from glewe/bs5-components
Bs5 Components
2023-09-14 17:56:06 +05:30
Daniel
6bf0643fca toast dark-mode bug fix 2023-09-14 17:48:10 +05:30
Daniel
18d4b43f9e Merge pull request #5307 from glewe/fullscreen
Fullscreen Feature
2023-09-14 14:34:31 +05:30
Daniel
5ff3e60bc0 Update fullscreen.ts 2023-09-14 14:25:44 +05:30
Daniel
0e71358c78 Toast improve 2023-09-13 18:14:11 +05:30
LEWE, GEORGE
755ef2ecd0 Esc key exit fullscreen icon change 2023-09-12 20:04:49 +02:00
LEWE, GEORGE
4d78600b11 Esc key exitst fullscreen 2023-09-12 19:56:51 +02:00
LEWE, GEORGE
7bca72b572 Streamlined custom toast styles 2023-09-12 18:41:45 +02:00
George Lewe
e0e343e743 Fullscreen button (squashed commits) 2023-09-12 18:01:10 +02:00
dependabot[bot]
3295f56bb0 chore(deps-dev): bump the rollup group with 1 update (#5328)
Bumps the rollup group with 1 update: [rollup](https://github.com/rollup/rollup).

- [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/v3.28.1...v3.29.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rollup
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-10 19:59:41 +05:30
dependabot[bot]
dea73df3a6 chore(deps-dev): bump terser from 5.19.3 to 5.19.4 (#5323)
Bumps [terser](https://github.com/terser/terser) from 5.19.3 to 5.19.4.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.19.3...v5.19.4)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-10 19:59:28 +05:30
Daniel
6a1b330959 Merge pull request #5327 from ColorlibHQ/dependabot/npm_and_yarn/eslint-89a7667ae1
chore(deps-dev): bump the eslint group with 3 updates
2023-09-10 19:56:28 +05:30
dependabot[bot]
0a7ed0bc5f chore(deps-dev): bump the eslint group with 3 updates
Bumps the eslint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [eslint](https://github.com/eslint/eslint).


Updates `@typescript-eslint/eslint-plugin` from 6.5.0 to 6.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.6.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.5.0 to 6.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.6.0/packages/parser)

Updates `eslint` from 8.48.0 to 8.49.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.49.0)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-10 14:23:03 +00:00
Daniel
6e958603d0 Update dependabot.yml 2023-09-10 16:21:57 +02:00
Daniel
1e7257b53c Update dependabot.yml 2023-09-10 15:39:51 +02:00
Daniel
67edc03dab Merge pull request #5320 from ColorlibHQ/dependabot/npm_and_yarn/astro-3.0.8
chore(deps-dev): bump astro from 2.10.14 to 3.0.8
2023-09-10 16:33:24 +05:30
Daniel
ba5f6ed4c7 astro upgrade fix 2023-09-10 16:29:34 +05:30
LEWE, GEORGE
393aa0c7fa White/black close button SVG for custom toast styles 2023-09-05 20:57:07 +02:00
LEWE, GEORGE
ccbe6b7238 Removed extra border-radius from custom toast styles 2023-09-05 20:09:56 +02:00
LEWE, GEORGE
6b0e0a88d4 Moved general BS components page under 'UI Elements' 2023-09-05 19:20:25 +02:00
LEWE, GEORGE
04d9a3679a Bootstrap color loop for custom toast styles 2023-09-05 18:34:34 +02:00
George Lewe
93e433a912 Toast color theme loop 2023-09-05 15:06:38 +02:00
dependabot[bot]
a6b924b8ba chore(deps-dev): bump astro from 2.10.14 to 3.0.8
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.10.14 to 3.0.8.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@3.0.8/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 11:08:50 +00:00
dependabot[bot]
65a59ed668 chore(deps-dev): bump lockfile-lint from 4.12.0 to 4.12.1 (#5316)
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.12.0 to 4.12.1.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md)
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.12.1/packages/lockfile-lint)

---
updated-dependencies:
- dependency-name: lockfile-lint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 16:37:48 +05:30
dependabot[bot]
86d1c0dcbf chore(deps-dev): bump terser from 5.19.2 to 5.19.3 (#5317)
Bumps [terser](https://github.com/terser/terser) from 5.19.2 to 5.19.3.
- [Changelog](https://github.com/terser/terser/blob/v5.19.3/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.19.2...v5.19.3)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 16:37:31 +05:30
dependabot[bot]
11c905bb71 chore(deps-dev): bump postcss from 8.4.28 to 8.4.29 (#5319)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.29.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.28...8.4.29)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 16:37:20 +05:30
dependabot[bot]
b256c2a392 chore(deps-dev): bump prettier from 3.0.2 to 3.0.3 (#5315)
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 16:37:05 +05:30
LEWE, GEORGE
c31d8e3341 Changed card bottom margin to mb-4 2023-09-03 17:48:26 +02:00
LEWE, GEORGE
9d2a549f27 Moved toasts import to _extra-components.scss 2023-09-03 17:44:49 +02:00
LEWE, GEORGE
a582b04aa2 Custom toast style update to bs variables 2023-09-03 16:46:03 +02:00
LEWE, GEORGE
4aee32f551 BS5 components 2023-08-31 11:44:31 +02:00
LEWE, GEORGE
995e143c2d BS5 components 2023-08-31 10:48:41 +02:00
LEWE, GEORGE
e164129a4c BS5 components 2023-08-31 09:20:34 +02:00
LEWE, GEORGE
3dc54671da BS5 components 2023-08-30 20:42:34 +02:00
LEWE, GEORGE
e9c20b8c84 BS components 2023-08-30 17:04:39 +02:00
dependabot[bot]
0cb0400d8d chore(deps-dev): bump @typescript-eslint/parser from 6.4.0 to 6.5.0 (#5308)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 14:07:31 +05:30
dependabot[bot]
1c53cb44c4 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5309)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 13:59:25 +05:30
dependabot[bot]
12125f187d chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 (#5301)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.6...v5.2.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 13:59:06 +05:30
dependabot[bot]
9079373428 chore(deps-dev): bump @rollup/plugin-typescript from 11.1.2 to 11.1.3 (#5302)
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.2 to 11.1.3.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.3/packages/typescript)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 13:52:22 +05:30
dependabot[bot]
9289e3c034 chore(deps-dev): bump eslint-plugin-astro from 0.28.0 to 0.29.0 (#5303)
Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ota-meshi/eslint-plugin-astro/compare/v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 13:51:43 +05:30
dependabot[bot]
579e574010 chore(deps-dev): bump rollup from 3.28.0 to 3.28.1 (#5299)
Bumps [rollup](https://github.com/rollup/rollup) from 3.28.0 to 3.28.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/v3.28.0...v3.28.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 13:51:06 +05:30
dependabot[bot]
72641bf888 chore(deps-dev): bump eslint from 8.47.0 to 8.48.0 (#5304)
Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.48.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.47.0...v8.48.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-28 14:42:26 +05:30
dependabot[bot]
5253aa6a83 chore(deps-dev): bump astro from 2.10.12 to 2.10.14 (#5305)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.10.12 to 2.10.14.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.10.14/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-28 14:42:07 +05:30
dependabot[bot]
576b856eac chore(deps-dev): bump concurrently from 8.2.0 to 8.2.1 (#5306)
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.0 to 8.2.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-28 14:41:51 +05:30
dependabot[bot]
57a4dfbdde chore(deps-dev): bump prettier from 3.0.1 to 3.0.2 (#5288)
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.0.1...3.0.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 15:25:44 +05:30
dependabot[bot]
d64ab13fac chore(deps-dev): bump stylelint from 15.10.2 to 15.10.3 (#5285)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.2 to 15.10.3.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.2...15.10.3)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 14:29:42 +05:30
dependabot[bot]
854c0d2faa chore(deps-dev): bump prettier-plugin-astro from 0.11.0 to 0.12.0 (#5297)
Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/withastro/prettier-plugin-astro/releases)
- [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/withastro/prettier-plugin-astro/compare/v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 14:29:24 +05:30
dependabot[bot]
a46e8f5196 chore(deps-dev): bump eslint-plugin-import from 2.28.0 to 2.28.1 (#5286)
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.0 to 2.28.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 14:11:51 +05:30
dependabot[bot]
b7408ea679 chore(deps-dev): bump sass from 1.65.1 to 1.66.1 (#5289)
Bumps [sass](https://github.com/sass/dart-sass) from 1.65.1 to 1.66.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.65.1...1.66.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 14:11:09 +05:30
dependabot[bot]
8d409864a9 chore(deps-dev): bump astro from 2.10.7 to 2.10.12 (#5290)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.10.7 to 2.10.12.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.10.12/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 14:11:00 +05:30
dependabot[bot]
ffa311c2e3 chore(deps-dev): bump postcss from 8.4.27 to 8.4.28 (#5291)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.28.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.28)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 14:10:41 +05:30
dependabot[bot]
35f3e82d7b chore(deps-dev): bump tslib from 2.6.1 to 2.6.2 (#5292)
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.6.1...v2.6.2)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 14:10:22 +05:30
dependabot[bot]
039edbc497 chore(deps-dev): bump @typescript-eslint/parser from 6.2.1 to 6.4.0 (#5282)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.2.1 to 6.4.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.4.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-16 13:14:53 +05:30
dependabot[bot]
c1fa51a2e7 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5283)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.2.1 to 6.4.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.4.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 12:25:08 +05:30
dependabot[bot]
7c4b14ff4b chore(deps-dev): bump autoprefixer from 10.4.14 to 10.4.15 (#5278)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.14 to 10.4.15.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.14...10.4.15)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 12:21:25 +05:30
dependabot[bot]
9033c46550 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5277)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.3.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 12:20:17 +05:30
dependabot[bot]
9ffbbe66aa chore(deps-dev): bump sass from 1.64.2 to 1.65.1 (#5280)
Bumps [sass](https://github.com/sass/dart-sass) from 1.64.2 to 1.65.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.64.2...1.65.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 12:19:35 +05:30
dependabot[bot]
758cff184f chore(deps-dev): bump rollup from 3.27.2 to 3.28.0 (#5279)
Bumps [rollup](https://github.com/rollup/rollup) from 3.27.2 to 3.28.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/v3.27.2...v3.28.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 12:19:23 +05:30
dependabot[bot]
b74655893c chore(deps-dev): bump astro from 2.10.1 to 2.10.7 (#5276)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.10.1 to 2.10.7.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.10.7/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 12:19:07 +05:30
dependabot[bot]
b9621a283d chore(deps-dev): bump eslint from 8.46.0 to 8.47.0 (#5274)
Bumps [eslint](https://github.com/eslint/eslint) from 8.46.0 to 8.47.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.46.0...v8.47.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 12:18:55 +05:30
REJack
51cc97293c chore: bump version to v4.0.0-alpha3 2023-08-06 17:49:16 +02:00
REJack
99a2d3742d chore: add github release action 2023-08-06 17:47:28 +02:00
REJack
a0e384dd9f chore: update npm packages 2023-08-06 17:46:57 +02:00
Daniel
4553a244cc minor changes for v4 2023-08-06 17:00:52 +02:00
REJack
23bdd7642d feat: rework link underlines 2023-08-06 16:30:59 +02:00
REJack
82b46ab688 feat: add login/register v2 + fix input border change 2023-08-06 16:29:45 +02:00
Daniel
6c8c3003e2 docs added 2023-08-06 15:28:44 +05:30
Daniel
2c1d85a72b config update 2023-08-06 15:25:27 +05:30
dependabot[bot]
5cc70c7a84 chore(deps-dev): bump terser from 5.19.1 to 5.19.2 (#5240)
Bumps [terser](https://github.com/terser/terser) from 5.19.1 to 5.19.2.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.19.1...v5.19.2)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-06 14:08:45 +05:30
dependabot[bot]
12216e6188 chore(deps-dev): bump @typescript-eslint/parser from 6.1.0 to 6.2.1 (#5250)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.1.0 to 6.2.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-06 14:08:30 +05:30
dependabot[bot]
65a7ca5b36 chore(deps-dev): bump stylelint from 15.10.1 to 15.10.2 (#5246)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.1 to 15.10.2.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.1...15.10.2)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-06 14:06:23 +05:30
dependabot[bot]
0d8ab8ecfc chore(deps-dev): bump eslint-config-xo-typescript from 1.0.0 to 1.0.1 (#5242)
Bumps [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/xojs/eslint-config-xo-typescript/releases)
- [Commits](https://github.com/xojs/eslint-config-xo-typescript/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: eslint-config-xo-typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-06 13:23:16 +05:30
dependabot[bot]
1a10859a6b chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5251)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.1.0 to 6.2.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-06 13:21:28 +05:30
dependabot[bot]
f059ced10a chore(deps-dev): bump astro from 2.8.3 to 2.9.6 (#5252)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.8.3 to 2.9.6.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.9.6/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-06 13:20:56 +05:30
dependabot[bot]
b3bfb5f76e chore(deps-dev): bump js-beautify from 1.14.8 to 1.14.9 (#5239)
Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.14.8 to 1.14.9.
- [Release notes](https://github.com/beautify-web/js-beautify/releases)
- [Changelog](https://github.com/beautify-web/js-beautify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/beautify-web/js-beautify/compare/v1.14.8...v1.14.9)

---
updated-dependencies:
- dependency-name: js-beautify
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-06 13:20:30 +05:30
dependabot[bot]
440e5a7ed2 chore(deps-dev): bump tslib from 2.6.0 to 2.6.1 (#5245)
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.6.0...v2.6.1)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-06 13:20:08 +05:30
dependabot[bot]
1fb52833c5 chore(deps-dev): bump postcss from 8.4.26 to 8.4.27 (#5248)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.26 to 8.4.27.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.26...8.4.27)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-06 13:19:51 +05:30
dependabot[bot]
2eb57e22b7 chore(deps-dev): bump sass from 1.63.6 to 1.64.2 (#5253)
Bumps [sass](https://github.com/sass/dart-sass) from 1.63.6 to 1.64.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.63.6...1.64.2)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-06 13:19:32 +05:30
Daniel
77a15ff650 docs license 2023-07-23 21:25:18 +05:30
Daniel
eaefd70c0a lock screen added 2023-07-18 14:30:13 +05:30
dependabot[bot]
adb7949b0c chore(deps-dev): bump prettier-plugin-astro from 0.10.0 to 0.11.0 (#5230)
Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/withastro/prettier-plugin-astro/releases)
- [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/withastro/prettier-plugin-astro/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 13:18:46 +05:30
dependabot[bot]
b88d90d944 chore(deps-dev): bump @typescript-eslint/parser from 6.0.0 to 6.1.0 (#5233)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.1.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 13:18:32 +05:30
dependabot[bot]
551e23303b chore(deps-dev): bump stylelint from 15.9.0 to 15.10.1 (#5221)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.9.0 to 15.10.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.9.0...15.10.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 13:18:07 +05:30
dependabot[bot]
b0a613490f chore(deps-dev): bump postcss from 8.4.25 to 8.4.26 (#5228)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.26.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.25...8.4.26)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 13:17:51 +05:30
dependabot[bot]
ae2d04b87c chore(deps-dev): bump eslint from 8.44.0 to 8.45.0 (#5229)
Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.44.0...v8.45.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 13:17:31 +05:30
dependabot[bot]
19334132ba chore(deps-dev): bump rollup from 3.26.2 to 3.26.3 (#5231)
Bumps [rollup](https://github.com/rollup/rollup) from 3.26.2 to 3.26.3.
- [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/v3.26.2...v3.26.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 13:17:04 +05:30
dependabot[bot]
0bc23382d6 chore(deps-dev): bump terser from 5.18.2 to 5.19.1 (#5232)
Bumps [terser](https://github.com/terser/terser) from 5.18.2 to 5.19.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.18.2...v5.19.1)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 13:16:54 +05:30
dependabot[bot]
1b11434526 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5234)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.1.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 13:16:11 +05:30
dependabot[bot]
05879c454d chore(deps-dev): bump eslint-plugin-unicorn from 47.0.0 to 48.0.0 (#5235)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 47.0.0 to 48.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v47.0.0...v48.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 13:15:54 +05:30
dependabot[bot]
1a3df15817 chore(deps-dev): bump astro from 2.8.0 to 2.8.3 (#5236)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.8.0 to 2.8.3.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.8.3/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 13:15:34 +05:30
Daniel
927c007e88 eslint upgrade 2023-07-15 13:29:05 +05:30
dependabot[bot]
dd1e1ccc8a chore(deps-dev): bump rollup from 3.26.0 to 3.26.2 (#5218)
Bumps [rollup](https://github.com/rollup/rollup) from 3.26.0 to 3.26.2.
- [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/v3.26.0...v3.26.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-15 13:11:59 +05:30
dependabot[bot]
009a1648af chore(deps-dev): bump postcss from 8.4.24 to 8.4.25 (#5222)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.25.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.24...8.4.25)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-15 13:10:57 +05:30
dependabot[bot]
8ae7fd9f33 chore(deps-dev): bump prettier from 2.8.8 to 3.0.0 (#5223)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-15 13:10:22 +05:30
dependabot[bot]
6463ff20e2 chore(deps-dev): bump nodemon from 2.0.22 to 3.0.1 (#5224)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.22 to 3.0.1.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.22...v3.0.1)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-15 13:10:06 +05:30
dependabot[bot]
6100f6c57f chore(deps-dev): bump stylelint-config-twbs-bootstrap (#5225)
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v11.0.0...v11.0.1)

---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-15 13:09:34 +05:30
dependabot[bot]
c755eb6785 chore(deps-dev): bump astro from 2.7.3 to 2.8.0 (#5226)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.7.3 to 2.8.0.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.8.0/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 19:14:50 +05:30
dependabot[bot]
f22a076d81 chore(deps-dev): bump rollup from 3.25.3 to 3.26.0 (#5209)
Bumps [rollup](https://github.com/rollup/rollup) from 3.25.3 to 3.26.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/v3.25.3...v3.26.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-04 20:52:06 +05:30
dependabot[bot]
d5edb3fa15 chore(deps-dev): bump @rollup/plugin-typescript from 11.1.1 to 11.1.2 (#5207)
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.1 to 11.1.2.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.2/packages/typescript)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-04 20:51:39 +05:30
dependabot[bot]
c6890bf49a chore(deps-dev): bump lockfile-lint from 4.10.5 to 4.10.6 (#5208)
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.10.5 to 4.10.6.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/master/packages/lockfile-lint/CHANGELOG.md)
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.10.6/packages/lockfile-lint)

---
updated-dependencies:
- dependency-name: lockfile-lint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-04 20:51:25 +05:30
dependabot[bot]
5960d8d678 chore(deps-dev): bump typescript from 5.1.3 to 5.1.6 (#5210)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-04 20:51:07 +05:30
dependabot[bot]
a99573e45f chore(deps-dev): bump astro from 2.7.2 to 2.7.3 (#5212)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.7.2 to 2.7.3.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.7.3/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-04 20:50:53 +05:30
dependabot[bot]
018080bcf4 chore(deps-dev): bump stylelint-config-twbs-bootstrap (#5211)
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 10.0.0 to 11.0.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v10.0.0...v11.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-04 20:50:28 +05:30
dependabot[bot]
7b9762a79d chore(deps-dev): bump @typescript-eslint/parser from 5.59.11 to 5.60.1 (#5198)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.11 to 5.60.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-02 18:03:06 +05:30
dependabot[bot]
5fce91be60 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5196)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.11 to 5.60.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.60.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-02 18:02:23 +05:30
dependabot[bot]
fe6acce767 chore(deps-dev): bump terser from 5.18.0 to 5.18.2 (#5202)
Bumps [terser](https://github.com/terser/terser) from 5.18.0 to 5.18.2.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.18.0...v5.18.2)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-02 18:01:43 +05:30
dependabot[bot]
a9f86e6d3e chore(deps-dev): bump eslint from 8.42.0 to 8.44.0 (#5203)
Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 8.44.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.42.0...v8.44.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-02 18:01:35 +05:30
dependabot[bot]
166bc96610 chore(deps-dev): bump astro from 2.6.4 to 2.7.2 (#5201)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.6.4 to 2.7.2.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.7.2/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-02 18:01:22 +05:30
dependabot[bot]
f11b5290fa chore(deps-dev): bump stylelint from 15.7.0 to 15.9.0 (#5188)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.7.0 to 15.9.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.7.0...15.9.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-02 18:01:12 +05:30
Daniel
e1a28018c7 Update README.md 2023-07-02 17:58:51 +05:30
dependabot[bot]
38ac32e0fb chore(deps-dev): bump rollup from 3.25.1 to 3.25.3 (#5194)
Bumps [rollup](https://github.com/rollup/rollup) from 3.25.1 to 3.25.3.
- [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/v3.25.1...v3.25.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-02 17:54:37 +05:30
dependabot[bot]
2cc94af121 chore(deps-dev): bump sass from 1.63.4 to 1.63.6 (#5197)
Bumps [sass](https://github.com/sass/dart-sass) from 1.63.4 to 1.63.6.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.63.4...1.63.6)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-02 17:53:54 +05:30
dependabot[bot]
52ef361134 chore(deps-dev): bump eslint-plugin-astro from 0.27.1 to 0.27.2 (#5195)
Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 0.27.1 to 0.27.2.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ota-meshi/eslint-plugin-astro/compare/v0.27.1...v0.27.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-02 16:34:54 +05:30
dependabot[bot]
bd4b42cb1a chore(deps-dev): bump tslib from 2.5.3 to 2.6.0 (#5199)
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.3 to 2.6.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.5.3...2.6.0)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-02 16:29:56 +05:30
REJack
914b1e77e8 feat: further sidebar enhancements
- add nav-indent & nav-compact
- add text truncate to nav-link > p
- replace calculated width with correct auto sizing
2023-06-25 19:04:39 +02:00
REJack
7179530af9 fix: small app-content-*-area height adjustment 2023-06-24 12:50:41 +02:00
REJack
538c502b41 feat: add support for btn-tool-custom 2023-06-21 01:31:51 +02:00
REJack
cf9e1f983a feat: reworked card-widget
- renamed `data-lte-dismiss="card-remove"` to `data-lte-toggle="card-remove"`
- removed icon setter/replacer
- reworked button markup
2023-06-21 01:31:47 +02:00
dependabot[bot]
32e454f230 chore(deps-dev): bump sass from 1.62.1 to 1.63.4 (#5178)
Bumps [sass](https://github.com/sass/dart-sass) from 1.62.1 to 1.63.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.62.1...1.63.4)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:46 +02:00
dependabot[bot]
dc5abe7dd0 chore(deps-dev): bump astro from 2.5.5 to 2.6.4 (#5177)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.5.5 to 2.6.4.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.6.4/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:46 +02:00
dependabot[bot]
8e1281008d chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5168)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.9 to 5.59.11.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.11/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:46 +02:00
dependabot[bot]
4b910cbc1e chore(deps-dev): bump @astrojs/mdx from 0.19.6 to 0.19.7 (#5166)
Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 0.19.6 to 0.19.7.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@0.19.7/packages/integrations/mdx)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:46 +02:00
dependabot[bot]
8b85743b2f chore(deps-dev): bump concurrently from 8.1.0 to 8.2.0 (#5165)
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:46 +02:00
dependabot[bot]
fa23c9f1cb chore(deps-dev): bump typescript from 5.0.4 to 5.1.3 (#5169)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.1.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:46 +02:00
dependabot[bot]
ba24f0aaa9 chore(deps-dev): bump @typescript-eslint/parser from 5.59.9 to 5.59.11 (#5171)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.9 to 5.59.11.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.11/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:46 +02:00
dependabot[bot]
a97ca169c6 chore(deps-dev): bump terser from 5.17.7 to 5.18.0 (#5172)
Bumps [terser](https://github.com/terser/terser) from 5.17.7 to 5.18.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.17.7...v5.18.0)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:46 +02:00
dependabot[bot]
c2bc8c9a53 chore(deps-dev): bump stylelint from 15.6.2 to 15.7.0 (#5173)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.2 to 15.7.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.6.2...15.7.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:46 +02:00
dependabot[bot]
8de6460f0e chore(deps-dev): bump rollup from 3.23.0 to 3.25.1 (#5174)
Bumps [rollup](https://github.com/rollup/rollup) from 3.23.0 to 3.25.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/v3.23.0...v3.25.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:46 +02:00
Daniel
36ad20e175 sidebar bug fixed 2023-06-21 01:31:46 +02:00
Daniel
6b33ce3367 [NETLIFY TEST] Update logo-switch.astro (#5164)
* Update logo-switch.astro

* Update README.md

* convertPathToHtml bug fix

* Create index.html

* css-lint fixed
2023-06-21 01:31:46 +02:00
dependabot[bot]
a9d6e94817 chore(deps-dev): bump tslib from 2.5.2 to 2.5.3 (#5160)
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.5.2...v2.5.3)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:46 +02:00
REJack
805e636f87 chore(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.59.9 (#5152)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.8 to 5.59.9.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.9/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:45 +02:00
dependabot[bot]
4765c11d84 chore(deps-dev): bump js-beautify from 1.14.7 to 1.14.8 (#5153)
Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/beautify-web/js-beautify/releases)
- [Changelog](https://github.com/beautify-web/js-beautify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/beautify-web/js-beautify/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: js-beautify
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:43 +02:00
dependabot[bot]
5c15bdd12b chore(deps-dev): bump concurrently from 8.0.1 to 8.1.0 (#5154)
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:43 +02:00
dependabot[bot]
c6338ce916 chore(deps-dev): bump @astrojs/mdx from 0.19.4 to 0.19.6 (#5155)
Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 0.19.4 to 0.19.6.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@0.19.6/packages/integrations/mdx)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:43 +02:00
dependabot[bot]
18596fa69b chore(deps-dev): bump eslint from 8.41.0 to 8.42.0 (#5156)
Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.42.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.41.0...v8.42.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:43 +02:00
dependabot[bot]
5592acd31d chore(deps-dev): bump terser from 5.17.6 to 5.17.7 (#5157)
Bumps [terser](https://github.com/terser/terser) from 5.17.6 to 5.17.7.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.17.6...v5.17.7)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:43 +02:00
dependabot[bot]
b1b3a054a2 chore(deps-dev): bump prettier-plugin-astro from 0.9.1 to 0.10.0 (#5158)
Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/withastro/prettier-plugin-astro/releases)
- [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/withastro/prettier-plugin-astro/compare/v0.9.1...v0.10.0)

---
updated-dependencies:
- dependency-name: prettier-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:43 +02:00
dependabot[bot]
be301905bc chore(deps-dev): bump bootstrap from 5.3.0-alpha3 to 5.3.0 (#5159)
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.0-alpha3 to 5.3.0.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v5.3.0-alpha3...v5.3.0)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:43 +02:00
dependabot[bot]
40f2a21f55 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5161)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.8 to 5.59.9.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.9/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 01:31:43 +02:00
REJack
ee0ea176b0 feat: small app-content-(top|bottom)-area changes 2023-06-21 01:31:42 +02:00
REJack
60dade8951 feat: add app-content-top-area class & adjust app-main padding
- adjust app-main padding-botto to correct padding as with a row (1/2 of gutter width)
2023-06-21 01:31:40 +02:00
REJack
f412d2e756 chore: update bootstrap to ^v5.3.0 2023-06-21 01:31:37 +02:00
REJack
ceeb9b7ab1 fix: fadeIn timing on page load & open/close 2023-06-03 02:25:06 +02:00
REJack
35d0e26263 fix: adjust nav-icon placement in compact-mode 2023-06-03 02:24:43 +02:00
REJack
ea99a09d7b feat: reworked layout-fixed & added layout-fixed-complete 2023-06-03 00:53:46 +02:00
REJack
d6a4e1ce37 chore: fix css-lint check path 2023-06-03 00:41:08 +02:00
REJack
2021a4f01a feat: further app-content-bottom-area changes 2023-06-02 00:50:42 +02:00
REJack
5601e80e0d feat: set nav-link to flex an nav-icon to flex + center aligned items 2023-06-02 00:49:08 +02:00
REJack
60976ee5a4 feat: add min-height for footer 2023-06-02 00:48:03 +02:00
REJack
d0734c80a1 fix: remove margin-bottom from card 2023-06-01 02:14:33 +02:00
REJack
cc5ef846c9 feat: add position relative to .app-main 2023-06-01 02:14:15 +02:00
REJack
83b31e8a0b feat: add .app-content-bottom-area class 2023-06-01 02:13:47 +02:00
REJack
ec65db906b feat: add compact-mode class for sidebar-mini, header & footer 2023-06-01 00:55:57 +02:00
Daniel
8648b45361 Update .bundlewatch.config.json 2023-05-31 14:47:53 +05:30
Daniel
1604bbb0e7 eslint minor fix 2023-05-31 14:47:47 +05:30
Daniel
d8bde63c5e Update general.astro 2023-05-31 13:38:16 +05:30
Daniel
0c22f53b13 Update _bootstrap-variables.scss 2023-05-31 13:38:07 +05:30
Daniel
1db7283ba9 bug fix minor js code 2023-05-31 13:37:51 +05:30
Daniel
834892635f treeview docs 2023-05-31 13:36:50 +05:30
Daniel
72aaec4761 color mode improve 2023-05-31 12:58:33 +05:30
dependabot[bot]
6b17e5ca2a chore(deps-dev): bump @typescript-eslint/parser from 5.59.7 to 5.59.8 (#5147)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.7 to 5.59.8.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.8/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 15:20:05 +05:30
dependabot[bot]
6f032a7175 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5143)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.7 to 5.59.8.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.8/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 15:18:56 +05:30
dependabot[bot]
06137d360a chore(deps-dev): bump prettier-plugin-astro from 0.9.0 to 0.9.1 (#5145)
Bumps [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/withastro/prettier-plugin-astro/releases)
- [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/withastro/prettier-plugin-astro/compare/v0.9.0...v0.9.1)

---
updated-dependencies:
- dependency-name: prettier-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 15:18:46 +05:30
dependabot[bot]
9fcd1a9466 chore(deps-dev): bump eslint-plugin-astro from 0.27.0 to 0.27.1 (#5142)
Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 0.27.0 to 0.27.1.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ota-meshi/eslint-plugin-astro/compare/v0.27.0...v0.27.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 15:18:22 +05:30
dependabot[bot]
ccb2d8a738 chore(deps-dev): bump terser from 5.17.5 to 5.17.6 (#5144)
Bumps [terser](https://github.com/terser/terser) from 5.17.5 to 5.17.6.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.17.5...v5.17.6)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 15:18:05 +05:30
dependabot[bot]
bb547ab1fc chore(deps-dev): bump astro from 2.5.3 to 2.5.5 (#5146)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.5.3 to 2.5.5.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.5.5/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 15:17:45 +05:30
dependabot[bot]
aef314ac17 chore(deps-dev): bump @astrojs/mdx from 0.19.3 to 0.19.4 (#5148)
Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 0.19.3 to 0.19.4.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@0.19.4/packages/integrations/mdx)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 15:17:27 +05:30
dependabot[bot]
f4bbbaa840 chore(deps-dev): bump postcss from 8.4.23 to 8.4.24 (#5149)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.24.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.23...8.4.24)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 15:17:22 +05:30
dependabot[bot]
a9e1681ca9 chore(deps-dev): bump lockfile-lint from 4.10.0 to 4.10.5 (#5150)
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.10.0 to 4.10.5.
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/master/packages/lockfile-lint/CHANGELOG.md)
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.10.5/packages/lockfile-lint)

---
updated-dependencies:
- dependency-name: lockfile-lint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-30 15:17:03 +05:30
Daniel
abca8da96e text-bg-* support card 2023-05-28 13:40:28 +05:30
Daniel
13cf17cb7d sidebar href="#" bug fix 2023-05-28 13:39:45 +05:30
Daniel
b835351105 lint fix astro 2023-05-25 13:41:08 +05:30
Daniel
8fdb94c68a format with prettier-plugin-astro 2023-05-25 13:37:08 +05:30
Daniel
9929ea8738 prettier-plugin-astro implement 2023-05-25 13:35:42 +05:30
Daniel
242edbb03d code refactor 2 2023-05-24 18:12:09 +05:30
dependabot[bot]
1786b6365d chore(deps-dev): bump @typescript-eslint/parser from 5.59.6 to 5.59.7 (#5133)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.6 to 5.59.7.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.7/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 11:17:23 +05:30
dependabot[bot]
9e336d09c6 chore(deps-dev): bump terser from 5.17.3 to 5.17.5 (#5136)
Bumps [terser](https://github.com/terser/terser) from 5.17.3 to 5.17.5.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.17.3...v5.17.5)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 10:49:12 +05:30
dependabot[bot]
b346cd9f3b chore(deps-dev): bump rollup from 3.21.7 to 3.23.0 (#5131)
Bumps [rollup](https://github.com/rollup/rollup) from 3.21.7 to 3.23.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/v3.21.7...v3.23.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 10:48:57 +05:30
dependabot[bot]
1f5ddcd89d chore(deps-dev): bump @astrojs/mdx from 0.19.1 to 0.19.3 (#5132)
Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 0.19.1 to 0.19.3.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@0.19.3/packages/integrations/mdx)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 10:48:44 +05:30
dependabot[bot]
de6c4afbc6 chore(deps-dev): bump stylelint from 15.6.1 to 15.6.2 (#5134)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.1 to 15.6.2.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.6.1...15.6.2)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 10:48:10 +05:30
dependabot[bot]
046785e1d3 chore(deps-dev): bump astro from 2.4.5 to 2.5.3 (#5135)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.4.5 to 2.5.3.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.5.3/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 10:47:58 +05:30
dependabot[bot]
d9223bb1a3 chore(deps-dev): bump eslint from 8.40.0 to 8.41.0 (#5137)
Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.41.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.40.0...v8.41.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 10:47:42 +05:30
dependabot[bot]
5e122477fe chore(deps-dev): bump tslib from 2.5.0 to 2.5.2 (#5138)
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.5.0...2.5.2)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 10:47:24 +05:30
dependabot[bot]
f28115b0b4 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5130)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.5 to 5.59.7.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.7/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 10:46:52 +05:30
Daniel
605d03664b code refactor 2023-05-21 14:49:50 +05:30
Daniel
9e426399e1 main sidebar docs 2023-05-21 11:56:48 +05:30
Daniel
445879c1ea comment properly 2023-05-21 11:56:33 +05:30
Daniel
7e90b21ed5 logo-switch.astro tag bug fix 2023-05-20 18:55:27 +05:30
Daniel
cfd8454b1a sidebar mini bug and logo-switch added 2023-05-20 13:24:51 +05:30
Daniel
f38748e5ab docs home page link fix 2023-05-20 13:23:23 +05:30
dependabot[bot]
a03ae7226d chore(deps-dev): bump @typescript-eslint/parser from 5.59.5 to 5.59.6 (#5126)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.5 to 5.59.6.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.6/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-18 16:46:35 +05:30
dependabot[bot]
a8c481eb29 chore(deps-dev): bump rollup from 3.21.6 to 3.21.7 (#5123)
Bumps [rollup](https://github.com/rollup/rollup) from 3.21.6 to 3.21.7.
- [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/v3.21.6...v3.21.7)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 10:48:04 +05:30
dependabot[bot]
0cee2807a7 chore(deps-dev): bump astro from 2.4.3 to 2.4.5 (#5125)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.4.3 to 2.4.5.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.4.5/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 10:47:51 +05:30
dependabot[bot]
080830f2c0 chore(deps-dev): bump @rollup/plugin-typescript from 11.1.0 to 11.1.1 (#5127)
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.0 to 11.1.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.1/packages/typescript)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 10:47:36 +05:30
Daniel
fc73e03e5d md to mdx 2023-05-15 21:31:24 +05:30
Daniel
78c4f2df6c mdx integrate 2023-05-15 21:30:15 +05:30
Daniel
bd9983bcc8 docs\layout.astro 2023-05-12 13:09:19 +05:30
Daniel
b3e4e9e7a3 Update layout-rtl.astro 2023-05-12 13:09:06 +05:30
dependabot[bot]
cc43977cb0 chore(deps-dev): bump @typescript-eslint/parser from 5.59.2 to 5.59.5 (#5108)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.2 to 5.59.5.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.5/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-11 13:19:55 +05:30
dependabot[bot]
2fdd2d15d3 chore(deps-dev): bump terser from 5.17.2 to 5.17.3 (#5114)
Bumps [terser](https://github.com/terser/terser) from 5.17.2 to 5.17.3.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.17.2...v5.17.3)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-11 13:17:35 +05:30
dependabot[bot]
6ad2c23edc chore(deps-dev): bump rollup from 3.21.5 to 3.21.6 (#5118)
Bumps [rollup](https://github.com/rollup/rollup) from 3.21.5 to 3.21.6.
- [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/v3.21.5...v3.21.6)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-11 13:16:39 +05:30
dependabot[bot]
b6e9642a2b chore(deps-dev): bump eslint from 8.39.0 to 8.40.0 (#5104)
Bumps [eslint](https://github.com/eslint/eslint) from 8.39.0 to 8.40.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.39.0...v8.40.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-09 11:53:18 +05:30
dependabot[bot]
37e55e3eb3 chore(deps-dev): bump terser from 5.17.1 to 5.17.2 (#5106)
Bumps [terser](https://github.com/terser/terser) from 5.17.1 to 5.17.2.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.17.1...v5.17.2)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-09 11:51:56 +05:30
Daniel
5cdfbaf68a Merge pull request #5095 from claudiopatricio/patch-1
Improved path conversion to allow any number of subpaths
2023-05-09 11:51:45 +05:30
dependabot[bot]
1a6b7c22c6 chore(deps-dev): bump stylelint from 15.6.0 to 15.6.1 (#5107)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.0 to 15.6.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.6.0...15.6.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-09 11:51:22 +05:30
dependabot[bot]
226301ed45 chore(deps-dev): bump astro from 2.3.3 to 2.4.3 (#5110)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.3.3 to 2.4.3.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.4.3/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-09 11:51:14 +05:30
dependabot[bot]
8b7603707d chore(deps-dev): bump rollup from 3.21.2 to 3.21.5 (#5111)
Bumps [rollup](https://github.com/rollup/rollup) from 3.21.2 to 3.21.5.
- [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/v3.21.2...v3.21.5)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-09 11:51:03 +05:30
dependabot[bot]
40f1cb1b14 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5112)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.2 to 5.59.5.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.5/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-09 11:50:03 +05:30
dependabot[bot]
e7451f9987 chore(deps-dev): bump eslint-plugin-astro from 0.26.1 to 0.27.0 (#5105)
Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 0.26.1 to 0.27.0.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ota-meshi/eslint-plugin-astro/compare/v0.26.1...v0.27.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-09 11:49:47 +05:30
dependabot[bot]
a1acb1b966 chore(deps-dev): bump eslint-plugin-unicorn from 46.0.0 to 47.0.0 (#5109)
* chore(deps-dev): bump eslint-plugin-unicorn from 46.0.0 to 47.0.0

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 46.0.0 to 47.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v46.0.0...v47.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* unicorn/prefer-string-replace-all is off

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>
2023-05-09 11:49:26 +05:30
Daniel
441160809e jsvectormap example added 2023-05-09 10:16:00 +05:30
Cláudio Patrício
2458b90417 fixed lint errors 2023-05-08 11:16:55 +01:00
Cláudio Patrício
5aca6b1082 fixed lint 2023-05-08 11:03:40 +01:00
Daniel
bb80f4d2f8 components\main-header update 2023-05-08 11:37:59 +05:30
Daniel
86e1d59436 js-beautify implement 2023-05-08 11:33:26 +05:30
Cláudio Patrício
3e1133679b Update index.js
lint fixed
2023-05-04 13:51:03 +01:00
Cláudio Patrício
b396e718aa Update index.js
Improved path conversion to allow any number of subpaths
2023-05-03 04:38:29 +01:00
dependabot[bot]
c593a455b6 chore(deps-dev): bump astro from 2.3.0 to 2.3.3 (#5092)
* chore(deps-dev): bump astro from 2.3.0 to 2.3.3

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.3.0 to 2.3.3.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.3.3/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* lint fixed

* lint fixed 2

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>
2023-05-02 15:57:38 +05:30
Daniel
9712bfff74 main-header docs 2023-05-02 15:06:25 +05:30
Daniel
a2bd1e6912 convertPathToHtml improve 2023-05-02 15:05:51 +05:30
Daniel
551ae37e65 callouts scss 2023-05-02 15:05:35 +05:30
Daniel
00cd7fc420 Bump v4.0.0-alpha1 to v4.0.0-alpha2 2023-05-02 13:12:06 +05:30
dependabot[bot]
97d15e4d6c chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5094)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.1 to 5.59.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.2/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-02 11:31:21 +05:30
dependabot[bot]
667cba3890 chore(deps-dev): bump stylelint-config-twbs-bootstrap (#5089)
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 9.0.1 to 10.0.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v9.0.1...v10.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-02 11:25:33 +05:30
dependabot[bot]
41ee8483f6 chore(deps-dev): bump sass from 1.62.0 to 1.62.1 (#5090)
Bumps [sass](https://github.com/sass/dart-sass) from 1.62.0 to 1.62.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.62.0...1.62.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-02 11:25:17 +05:30
dependabot[bot]
e89ed44e2d chore(deps-dev): bump rollup from 3.21.0 to 3.21.2 (#5091)
Bumps [rollup](https://github.com/rollup/rollup) from 3.21.0 to 3.21.2.
- [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/v3.21.0...v3.21.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-02 11:24:56 +05:30
dependabot[bot]
1dc0702d0d chore(deps-dev): bump @typescript-eslint/parser from 5.59.1 to 5.59.2 (#5093)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.1 to 5.59.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.2/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-02 11:22:49 +05:30
Daniel
cc948f86d7 Update _cards.scss 2023-04-30 18:23:19 +05:30
Daniel
f8b2dfbdc5 docs intro and browser support 2023-04-27 17:10:47 +05:30
Daniel
825a2fc260 astro minor bug fix 2023-04-27 13:36:59 +05:30
dependabot[bot]
8b4fa21236 chore(deps-dev): bump @typescript-eslint/parser from 5.59.0 to 5.59.1 (#5078)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.0 to 5.59.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-27 13:35:54 +05:30
dependabot[bot]
97dd544c16 chore(deps-dev): bump terser from 5.16.9 to 5.17.1 (#5080)
Bumps [terser](https://github.com/terser/terser) from 5.16.9 to 5.17.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.16.9...v5.17.1)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-27 13:33:51 +05:30
dependabot[bot]
a240dce860 chore(deps-dev): bump postcss from 8.4.22 to 8.4.23 (#5077)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.22 to 8.4.23.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.22...8.4.23)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-27 13:32:38 +05:30
dependabot[bot]
89a54e63c4 chore(deps-dev): bump rollup from 3.20.4 to 3.21.0 (#5079)
Bumps [rollup](https://github.com/rollup/rollup) from 3.20.4 to 3.21.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/v3.20.4...v3.21.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-27 13:32:02 +05:30
dependabot[bot]
1ec64a1d7c chore(deps-dev): bump stylelint from 15.5.0 to 15.6.0 (#5081)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.5.0 to 15.6.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.5.0...15.6.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-27 13:31:48 +05:30
dependabot[bot]
98e6babd8c chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 (#5082)
Bumps [eslint](https://github.com/eslint/eslint) from 8.38.0 to 8.39.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.38.0...v8.39.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-27 13:31:28 +05:30
dependabot[bot]
177666a97b chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5083)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.0 to 5.59.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-27 13:30:54 +05:30
dependabot[bot]
8afe18b9f5 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5068)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.58.0 to 5.59.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-22 12:03:40 +05:30
dependabot[bot]
d492435912 chore(deps-dev): bump astro from 2.2.1 to 2.3.0 (#5071)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.3.0/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-22 12:03:32 +05:30
dependabot[bot]
202d2bb3d0 chore(deps-dev): bump stylelint from 15.4.0 to 15.5.0 (#5073)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.4.0 to 15.5.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.4.0...15.5.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-22 12:03:25 +05:30
dependabot[bot]
bba778ff7e chore(deps-dev): bump @typescript-eslint/parser from 5.58.0 to 5.59.0 (#5069)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.58.0 to 5.59.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-22 11:58:03 +05:30
dependabot[bot]
fd5395ec1f chore(deps-dev): bump postcss from 8.4.21 to 8.4.22 (#5070)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.22.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.22)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-22 11:57:47 +05:30
dependabot[bot]
37c0d20d9c chore(deps-dev): bump rollup from 3.20.2 to 3.20.4 (#5072)
Bumps [rollup](https://github.com/rollup/rollup) from 3.20.2 to 3.20.4.
- [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/v3.20.2...v3.20.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-22 11:57:37 +05:30
dependabot[bot]
74cee82adf chore(deps-dev): bump sass from 1.61.0 to 1.62.0 (#5074)
Bumps [sass](https://github.com/sass/dart-sass) from 1.61.0 to 1.62.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.61.0...1.62.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-22 11:57:21 +05:30
dependabot[bot]
0403c0265c chore(deps-dev): bump typescript from 5.0.3 to 5.0.4 (#5075)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.3...v5.0.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-22 11:56:56 +05:30
Daniel
2ddba3d72f path with proper links 2023-04-11 16:50:10 +05:30
Daniel
451642b9ab prepare for v4.0.0-alpha2 2023-04-11 16:48:39 +05:30
dependabot[bot]
5f49cebb8d chore(deps-dev): bump stylelint-config-twbs-bootstrap (#5049)
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 8.0.0 to 9.0.1.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v8.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 16:46:44 +05:30
dependabot[bot]
19a7b02b09 chore(deps-dev): bump sass from 1.60.0 to 1.61.0 (#5052)
Bumps [sass](https://github.com/sass/dart-sass) from 1.60.0 to 1.61.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.60.0...1.61.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 16:46:33 +05:30
dependabot[bot]
af2f578c67 chore(deps-dev): bump @typescript-eslint/parser from 5.57.1 to 5.58.0 (#5050)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.57.1 to 5.58.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.58.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 16:46:15 +05:30
dependabot[bot]
f868534079 chore(deps-dev): bump @rollup/plugin-typescript from 11.0.0 to 11.1.0 (#5056)
Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v11.1.0/packages/typescript)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 16:41:43 +05:30
dependabot[bot]
ba3cf47aa5 chore(deps-dev): bump astro from 2.1.9 to 2.2.1 (#5051)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.1.9 to 2.2.1.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.2.1/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 16:39:42 +05:30
dependabot[bot]
5a0bfd4133 chore(deps-dev): bump eslint from 8.37.0 to 8.38.0 (#5053)
Bumps [eslint](https://github.com/eslint/eslint) from 8.37.0 to 8.38.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.37.0...v8.38.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 16:39:28 +05:30
dependabot[bot]
a0a3265af9 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5054)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.57.1 to 5.58.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.58.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 16:39:20 +05:30
dependabot[bot]
be30ff203e chore(deps-dev): bump terser from 5.16.8 to 5.16.9 (#5055)
Bumps [terser](https://github.com/terser/terser) from 5.16.8 to 5.16.9.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.16.8...v5.16.9)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 16:39:06 +05:30
dependabot[bot]
01550f487b chore(deps-dev): bump eslint-config-xo-typescript from 0.56.0 to 0.57.0 (#5057)
Bumps [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) from 0.56.0 to 0.57.0.
- [Release notes](https://github.com/xojs/eslint-config-xo-typescript/releases)
- [Commits](https://github.com/xojs/eslint-config-xo-typescript/compare/v0.56.0...v0.57.0)

---
updated-dependencies:
- dependency-name: eslint-config-xo-typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 16:38:53 +05:30
dependabot[bot]
270d242f5a chore(deps-dev): bump rtlcss from 4.0.0 to 4.1.0 (#5048)
Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/MohammadYounes/rtlcss/releases)
- [Changelog](https://github.com/MohammadYounes/rtlcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MohammadYounes/rtlcss/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: rtlcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 16:38:33 +05:30
dependabot[bot]
7e6db026d2 chore(deps-dev): bump @typescript-eslint/parser from 5.57.0 to 5.57.1 (#5032)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.57.0 to 5.57.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 19:14:26 +05:30
Daniel
795bc061cd Update node-sass.yml (#5016) 2023-04-04 14:00:36 +05:30
Daniel
9c139c19c5 (refined) bump bootstrap from 5.3.0-alpha2 to 5.3.0-alpha3 2023-04-04 13:27:50 +05:30
dependabot[bot]
dc6dfe86e5 chore(deps-dev): bump bootstrap from 5.3.0-alpha2 to 5.3.0-alpha3 (#5026)
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.0-alpha2 to 5.3.0-alpha3.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v5.3.0-alpha2...v5.3.0-alpha3)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 13:25:24 +05:30
dependabot[bot]
5151c022c7 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5027)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.57.0 to 5.57.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 13:25:04 +05:30
dependabot[bot]
9d8f0e04f0 chore(deps-dev): bump stylelint from 15.3.0 to 15.4.0 (#5029)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.3.0 to 15.4.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/15.3.0...15.4.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 13:24:37 +05:30
dependabot[bot]
d9254906f0 chore(deps-dev): bump typescript from 5.0.2 to 5.0.3 (#5028)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 13:24:22 +05:30
dependabot[bot]
581eccd465 chore(deps-dev): bump astro from 2.1.7 to 2.1.9 (#5030)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.1.7 to 2.1.9.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.1.9/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 13:23:42 +05:30
dependabot[bot]
f25df0cf1b chore(deps-dev): bump concurrently from 7.6.0 to 8.0.1 (#5031)
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.6.0 to 8.0.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.0.1)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 13:23:07 +05:30
dependabot[bot]
824a7b4428 chore(deps-dev): bump eslint from 8.36.0 to 8.37.0 (#5033)
Bumps [eslint](https://github.com/eslint/eslint) from 8.36.0 to 8.37.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.36.0...v8.37.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 13:22:12 +05:30
Daniel
93a77bb56e added eslint for astro 2023-04-03 18:10:02 +05:30
Daniel
c8869e768b Merge pull request #5015 from burdittw/v4-dev-check-for-sidebar
Issue 5011- Add checks for if sidebar exists to stop errors on pages with no sidebar
2023-04-02 11:54:32 +05:30
Daniel
5d2ebcec02 Add checks for if sidebar exists (refined) 2023-04-02 11:51:52 +05:30
Walter Burditt
9625827c3a Add checks for if sidebar exists
Added checks to some scripting to check if a sidebar exists before trying to load some code that affects the sidebar and throws console errors because there was no sidebar on the page.
2023-04-01 14:58:32 -07:00
Daniel
ec3d689ea1 bump bootstrap from 5.3.0-alpha1 to 5.3.0-alpha2 2023-03-29 13:19:19 +05:30
Daniel
67b4459c69 types added 2023-03-29 13:18:56 +05:30
Daniel
10ab679fc3 .stylelintrc to .stylelintrc.json 2023-03-29 13:18:03 +05:30
dependabot[bot]
cebb59355d chore(deps-dev): bump @typescript-eslint/parser from 5.56.0 to 5.57.0 (#5005)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.56.0 to 5.57.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29 13:05:30 +05:30
dependabot[bot]
80e6177fe6 chore(deps-dev): bump terser from 5.16.6 to 5.16.8 (#5007)
Bumps [terser](https://github.com/terser/terser) from 5.16.6 to 5.16.8.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.16.6...v5.16.8)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29 13:03:02 +05:30
dependabot[bot]
25b2751b15 chore(deps-dev): bump sass from 1.59.3 to 1.60.0 (#5004)
Bumps [sass](https://github.com/sass/dart-sass) from 1.59.3 to 1.60.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.59.3...1.60.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29 13:00:08 +05:30
dependabot[bot]
9160f363ab chore(deps-dev): bump @typescript-eslint/eslint-plugin (#5003)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.56.0 to 5.57.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29 12:59:37 +05:30
dependabot[bot]
b879b11b56 chore(deps-dev): bump rollup from 3.20.0 to 3.20.2 (#5006)
Bumps [rollup](https://github.com/rollup/rollup) from 3.20.0 to 3.20.2.
- [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/v3.20.0...v3.20.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29 12:58:36 +05:30
dependabot[bot]
cfd1f1df21 chore(deps-dev): bump nodemon from 2.0.21 to 2.0.22 (#5008)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.21 to 2.0.22.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.21...v2.0.22)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29 12:58:21 +05:30
dependabot[bot]
f876f6b538 chore(deps-dev): bump astro from 2.1.3 to 2.1.7 (#5009)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.1.3 to 2.1.7.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.1.7/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29 12:58:04 +05:30
dependabot[bot]
4570e08348 chore(deps-dev): bump bootstrap from 5.3.0-alpha1 to 5.3.0-alpha2 (#5010)
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.0-alpha1 to 5.3.0-alpha2.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v5.3.0-alpha1...v5.3.0-alpha2)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-29 12:57:11 +05:30
Daniel
164985094f minor bug fixed 2023-03-24 15:18:51 +05:30
Daniel
a2bd99031a color mode docs created 2023-03-24 15:18:12 +05:30
Daniel
cb2bda5270 chartjs to apexcharts 2023-03-24 15:07:17 +05:30
Daniel
6f07c889bd Update astro.config.mjs 2023-03-24 14:26:11 +05:30
Daniel
a1ed353c31 Update .stylelintrc 2023-03-24 14:26:06 +05:30
dependabot[bot]
9ff544421b chore(deps-dev): bump fs-extra from 11.1.0 to 11.1.1 (#4981)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.1.0 to 11.1.1.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.1.0...11.1.1)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 18:30:39 +05:30
dependabot[bot]
24b422e753 chore(deps-dev): bump autoprefixer from 10.4.13 to 10.4.14 (#4968)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.13 to 10.4.14.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.13...10.4.14)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 18:30:00 +05:30
dependabot[bot]
c94204fae3 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#4980)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.55.0 to 5.56.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.56.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 18:17:57 +05:30
dependabot[bot]
85eb7bb0f4 chore(deps-dev): bump typescript from 4.9.5 to 5.0.2 (#4979)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 18:15:19 +05:30
dependabot[bot]
1813ac21d1 chore(deps-dev): bump sass from 1.58.3 to 1.59.3 (#4982)
Bumps [sass](https://github.com/sass/dart-sass) from 1.58.3 to 1.59.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.3...1.59.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 18:15:06 +05:30
dependabot[bot]
de65966fe3 chore(deps-dev): bump @typescript-eslint/parser from 5.55.0 to 5.56.0 (#4983)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.55.0 to 5.56.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.56.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 18:11:43 +05:30
dependabot[bot]
55d4be927d chore(deps-dev): bump eslint-plugin-unicorn from 45.0.2 to 46.0.0 (#4955)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 45.0.2 to 46.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v45.0.2...v46.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 20:15:16 +05:30
dependabot[bot]
6a6b2318fc chore(deps-dev): bump @typescript-eslint/eslint-plugin (#4966)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.53.0 to 5.55.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.55.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 20:14:48 +05:30
dependabot[bot]
aee60c315f chore(deps-dev): bump @typescript-eslint/parser from 5.53.0 to 5.55.0 (#4973)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.53.0 to 5.55.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.55.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 20:11:29 +05:30
dependabot[bot]
a1d6ee2930 chore(deps-dev): bump nodemon from 2.0.20 to 2.0.21 (#4957)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.20...v2.0.21)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 20:10:20 +05:30
dependabot[bot]
a3599d4b68 chore(deps-dev): bump eslint from 8.33.0 to 8.36.0 (#4971)
Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.36.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.36.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 20:09:13 +05:30
dependabot[bot]
6bd48aa401 chore(deps-dev): bump rollup from 3.17.2 to 3.20.0 (#4977)
Bumps [rollup](https://github.com/rollup/rollup) from 3.17.2 to 3.20.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/v3.17.2...v3.20.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 20:06:32 +05:30
dependabot[bot]
56e78b525f chore(deps-dev): bump terser from 5.16.4 to 5.16.6 (#4970)
Bumps [terser](https://github.com/terser/terser) from 5.16.4 to 5.16.6.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.16.4...v5.16.6)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 20:01:05 +05:30
dependabot[bot]
ce5d6844ec chore(deps-dev): bump astro from 2.0.14 to 2.1.3 (#4969)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.0.14 to 2.1.3.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.1.3/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 19:59:56 +05:30
dependabot[bot]
91b08e9195 chore(deps-dev): bump stylelint and stylelint-config-twbs-bootstrap (#4976)
Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap). These dependencies needed to be updated together.

Updates `stylelint` from 14.16.1 to 15.3.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.16.1...15.3.0)

Updates `stylelint-config-twbs-bootstrap` from 7.0.0 to 8.0.0
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v7.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: stylelint-config-twbs-bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 19:55:52 +05:30
Daniel
940a4475ef Create docs.yml 2023-03-19 16:46:03 +05:30
Daniel
b5a78aee8a Update node-sass.yml 2023-03-19 16:35:45 +05:30
Daniel
e319853903 Create node-sass.yml 2023-03-19 16:28:49 +05:30
Daniel
319e6cea3e update workflow 2023-03-19 14:02:44 +05:30
Daniel
698f0e6f0c Revert "remove workflow"
This reverts commit 09e6c8585d.
2023-03-11 15:07:08 +05:30
Daniel
baa01b1b20 Revert "remove dependabot"
This reverts commit 1d24d1dc30.
2023-03-11 15:06:50 +05:30
Daniel
11fac9026c Update _app-sidebar.scss 2023-03-01 18:05:06 +05:30
Daniel
4d1b7c9eca added sidebar-expand 2023-02-28 18:43:10 +05:30
Daniel
59b5f66d37 Update README.md 2023-02-26 18:29:53 +05:30
dependabot[bot]
7cce06e902 chore(deps-dev): bump @typescript-eslint/parser from 5.51.0 to 5.53.0 (#4925)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.51.0 to 5.53.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.53.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 17:51:03 +05:30
dependabot[bot]
701b8e8af2 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#4926)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.51.0 to 5.53.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.53.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 17:41:52 +05:30
dependabot[bot]
f02d73f0e0 chore(deps-dev): bump eslint-config-xo-typescript from 0.55.1 to 0.56.0 (#4915)
Bumps [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) from 0.55.1 to 0.56.0.
- [Release notes](https://github.com/xojs/eslint-config-xo-typescript/releases)
- [Commits](https://github.com/xojs/eslint-config-xo-typescript/compare/v0.55.1...v0.56.0)

---
updated-dependencies:
- dependency-name: eslint-config-xo-typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 17:41:01 +05:30
dependabot[bot]
ec98dd8032 chore(deps-dev): bump astro from 2.0.13 to 2.0.14 (#4927)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 2.0.13 to 2.0.14.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@2.0.14/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 17:40:43 +05:30
dependabot[bot]
224cd727d6 chore(deps-dev): bump rollup from 3.14.0 to 3.17.2 (#4928)
Bumps [rollup](https://github.com/rollup/rollup) from 3.14.0 to 3.17.2.
- [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/v3.14.0...v3.17.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 17:40:28 +05:30
dependabot[bot]
7464e03aec chore(deps-dev): bump sass from 1.58.0 to 1.58.3 (#4929)
Bumps [sass](https://github.com/sass/dart-sass) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.0...1.58.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 17:39:36 +05:30
Daniel
1b36d42942 Update _small-box.scss 2023-02-21 17:33:01 +05:30
Daniel
2d8a3cfc62 small box reworked 2023-02-21 14:26:04 +05:30
Daniel
c30b554b00 minor bug fixes 2023-02-20 18:54:04 +05:30
Daniel
1d24d1dc30 remove dependabot 2023-02-20 11:26:45 +05:30
Daniel
09e6c8585d remove workflow 2023-02-20 11:26:33 +05:30
Daniel
3113ac5efe removed gulp and implement cli and astro 2023-02-19 21:40:29 +05:30
Daniel
034bda7138 layout rework 2023-02-16 21:45:54 +05:30
Daniel
9a0d675a6d html improve 2023-02-13 14:27:47 +05:30
Daniel
05d3c49284 Fixed Sidebar - Scrollbar not working when change screen size 2023-02-09 20:26:02 +05:30
Daniel
3e064d11e4 Update _cards.scss 2023-02-09 13:44:22 +05:30
Daniel
73b18a3bfb sidebar improve 2023-02-08 22:51:04 +05:30
dependabot[bot]
94fd335d2e chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 (#4883)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 22:00:41 +05:30
dependabot[bot]
70178709dd chore(deps-dev): bump @typescript-eslint/parser from 5.49.0 to 5.51.0 (#4888)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.49.0 to 5.51.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.51.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 22:00:14 +05:30
dependabot[bot]
766a9e460a chore(deps-dev): bump sass from 1.57.1 to 1.58.0 (#4890)
Bumps [sass](https://github.com/sass/dart-sass) from 1.57.1 to 1.58.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.57.1...1.58.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 21:56:54 +05:30
dependabot[bot]
9b0a363521 chore(deps-dev): bump rollup from 3.12.0 to 3.14.0 (#4889)
Bumps [rollup](https://github.com/rollup/rollup) from 3.12.0 to 3.14.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/v3.12.0...v3.14.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 21:55:39 +05:30
dependabot[bot]
bea87d2197 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#4891)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.49.0 to 5.51.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.51.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 21:54:10 +05:30
Daniel
4af78f7c87 revert text-*-emphasis 2023-02-06 22:12:57 +05:30
Daniel
0b8d0abc2e Update _nav-sidebar.scss 2023-02-06 21:36:43 +05:30
Daniel
232369975a timeline-icon 2023-02-06 21:36:36 +05:30
Daniel
b83766b461 Update _head.html 2023-02-06 21:36:05 +05:30
Daniel
2048910951 rtl page added 2023-02-06 21:35:52 +05:30
Daniel
93c1e370fa replacing with built-in css 2023-02-06 21:25:43 +05:30
Daniel
d956ea5d3c Update gulpfile.js 2023-02-06 21:19:09 +05:30
Daniel
c84fedbff5 sidebar-mini stable now 2023-02-06 21:18:45 +05:30
Daniel
a5a1463237 Update _dropdown.scss 2023-02-06 16:20:36 +05:30
Daniel
2cc31e1ce2 Update _dropdown.scss 2023-02-05 19:01:23 +05:30
Daniel
a2e8879f65 BREAKING CHANGES IMPROVED CSS AND HTML USES 2023-02-04 20:50:12 +05:30
Daniel
4455d45f66 Update gulpfile.js 2023-02-04 20:35:58 +05:30
Daniel
d6b750eb00 Update .bundlewatch.config.json 2023-02-01 17:12:13 +05:30
Daniel
13b0bf3ae0 minor UI improve 2023-02-01 00:26:27 +05:30
Daniel
a03f238b45 timeline dark mode 2023-01-31 23:48:39 +05:30
Daniel
4942067b42 JavaScript Interaction Improved 2023-01-31 23:25:11 +05:30
Daniel
0efd8a22c3 Created UI\timeline.html 2023-01-31 23:24:05 +05:30
Daniel
d58cbca9e8 ionicons links in jsDelivr 2023-01-31 23:23:39 +05:30
Daniel
0e7de4a446 bump Year to 2023 2023-01-31 23:22:48 +05:30
Daniel
4397ea71c9 Update gulpfile.js 2023-01-31 23:21:38 +05:30
Daniel
1e9b759a41 minor bugs fixes after AdminLTE v4.0.0-alpha1 2023-01-30 00:13:11 +05:30
Daniel
de8724fd0a ts minor improve 2023-01-29 18:34:13 +05:30
Daniel
7e522e4a5d scss bugs fix 2023-01-29 18:33:49 +05:30
Daniel
15e47b1ba6 Created unfixed-sidebar.html 2023-01-29 18:33:21 +05:30
Daniel
15c6d4d106 workflows update 2023-01-29 18:32:54 +05:30
Daniel
a28e4c0eb5 integrate formatHTML 2023-01-29 17:21:04 +05:30
Daniel
56cd52cab9 Update .bundlewatch.config.json 2023-01-29 17:20:25 +05:30
Daniel
4f7c3a520c bump cdn plugins 2023-01-29 17:20:02 +05:30
Daniel
72642c0bdc html improve 2023-01-29 17:19:42 +05:30
Daniel
1058fae717 scss bugs fix 2023-01-29 17:17:56 +05:30
Daniel
3eba216098 bump eslint 2023-01-27 19:17:48 +05:30
Daniel
0390491e57 dark mode 40% done 2023-01-27 19:17:29 +05:30
Daniel
24863ac596 html minor bug fix 2023-01-27 19:14:56 +05:30
Daniel
fd7730baa5 10% dark mode implemented 2023-01-27 01:35:46 +05:30
Daniel
7ac224b81f Color Mode Toggler 2023-01-27 01:32:04 +05:30
Daniel
5ee3f38725 Bump fontawesome to 6 2023-01-27 01:29:54 +05:30
Daniel
f8dfc3c157 AdminLTE's Experimental Dark Mode Removed 2023-01-26 21:56:21 +05:30
Daniel
776479a4da Bump Bootstrap 5.3.0-alpha1 2023-01-26 21:53:44 +05:30
dependabot[bot]
1ef7f35b3b chore(deps-dev): bump eslint-plugin-unicorn from 43.0.1 to 45.0.2 (#4833)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 43.0.1 to 45.0.2.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v43.0.1...v45.0.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-26 20:14:04 +05:30
dependabot[bot]
5eb3b55628 chore(deps-dev): bump stylelint-config-twbs-bootstrap (#4794)
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 4.0.0 to 7.0.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v4.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-26 20:13:38 +05:30
dependabot[bot]
5ab7c2f795 chore(deps-dev): bump rollup from 2.76.0 to 2.79.1 (#4713)
Bumps [rollup](https://github.com/rollup/rollup) from 2.76.0 to 2.79.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.76.0...v2.79.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-26 20:01:02 +05:30
dependabot[bot]
d6f51be965 chore(deps-dev): bump sass from 1.53.0 to 1.57.1 (#4838)
Bumps [sass](https://github.com/sass/dart-sass) from 1.53.0 to 1.57.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.53.0...1.57.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-26 19:58:39 +05:30
dependabot[bot]
64e61822bc chore(deps-dev): bump lockfile-lint from 4.7.6 to 4.10.0 (#4849)
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.7.6 to 4.10.0.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/master/packages/lockfile-lint/CHANGELOG.md)
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.10.0/packages/lockfile-lint)

---
updated-dependencies:
- dependency-name: lockfile-lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-26 19:41:22 +05:30
dependabot[bot]
1178ed47d5 chore(deps-dev): bump eslint from 8.19.0 to 8.32.0 (#4872)
Bumps [eslint](https://github.com/eslint/eslint) from 8.19.0 to 8.32.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.19.0...v8.32.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-26 19:36:15 +05:30
dependabot[bot]
bf5e27f1a4 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#4584)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.28.0 to 5.30.6.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.30.6/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-12 20:42:05 +05:30
dependabot[bot]
aad0367828 chore(deps-dev): bump eslint-plugin-unicorn from 42.0.0 to 43.0.1 (#4582)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 42.0.0 to 43.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v42.0.0...v43.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-12 19:50:04 +05:30
dependabot[bot]
4b12d3413b chore(deps-dev): bump @typescript-eslint/parser from 5.28.0 to 5.30.6 (#4581)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.28.0 to 5.30.6.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.30.6/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-12 19:49:50 +05:30
dependabot[bot]
1ac4229334 chore(deps-dev): bump lockfile-lint from 4.7.5 to 4.7.6 (#4569)
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.7.5 to 4.7.6.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.7.5...lockfile-lint@4.7.6)

---
updated-dependencies:
- dependency-name: lockfile-lint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-12 19:49:23 +05:30
dependabot[bot]
0b3fa75638 chore(deps-dev): bump eslint from 8.18.0 to 8.19.0 (#4567)
Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.19.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.18.0...v8.19.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-12 19:49:06 +05:30
dependabot[bot]
323a518572 chore(deps-dev): bump sass from 1.52.3 to 1.53.0 (#4526)
Bumps [sass](https://github.com/sass/dart-sass) from 1.52.3 to 1.53.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.52.3...1.53.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-12 19:48:43 +05:30
dependabot[bot]
262c822b3f chore(deps-dev): bump rollup from 2.75.6 to 2.76.0 (#4583)
Bumps [rollup](https://github.com/rollup/rollup) from 2.75.6 to 2.76.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.75.6...v2.76.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-12 19:47:38 +05:30
Daniel
6e317ed3bf packages upgraded 2022-06-19 15:16:59 +05:30
Arthur Hetem
007fb9b897 Change side menu chevrons pointing side (#4360) 2022-05-06 21:28:27 +02:00
dependabot[bot]
fc089e7fdc chore(deps-dev): bump @typescript-eslint/parser from 5.11.0 to 5.22.0 (#4425)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.11.0 to 5.22.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.22.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 20:45:19 +02:00
dependabot[bot]
41302ee5e7 chore(deps-dev): bump rollup from 2.67.2 to 2.72.0 (#4429)
Bumps [rollup](https://github.com/rollup/rollup) from 2.67.2 to 2.72.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.67.2...v2.72.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 20:44:55 +02:00
dependabot[bot]
e9b8ef5908 chore(deps-dev): bump stylelint from 14.5.0 to 14.8.2 (#4431)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.5.0 to 14.8.2.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.5.0...14.8.2)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 20:44:46 +02:00
Daniel
c9b48d36ed package updated 2022-02-13 20:42:24 +05:30
Daniel
1bf2f88cdc minor bug fixes 2022-02-13 20:42:07 +05:30
Daniel
36e775c3ee OverlayScrollbars move js to html 2022-01-09 16:49:21 +05:30
Daniel
e02f7cf5a8 🐛 eslint fix 2022-01-09 16:48:53 +05:30
Daniel
13a9b845af ⬆️ package upgrade 2022-01-09 16:48:13 +05:30
Daniel
b4e0aead0c 🐛 src\scss\_cards.scss syntax fixed 2022-01-09 16:47:39 +05:30
Daniel
98aa5c0ee3 Merge branch 'v4-dev' of https://github.com/ColorlibHQ/AdminLTE into v4-dev 2021-12-18 18:25:41 +05:30
Daniel
0c6820b1ae ⬆️ 2021-12-18 18:25:21 +05:30
MGatner
0001af48c7 Fix gulp readme typo (#4133) 2021-12-15 00:05:48 +05:30
Daniel
dd4f1d7029 ♻️ enable order/properties-order 2021-12-12 20:20:53 +05:30
Daniel
ed66ff8c9f ⬆️ stylelint 14 2021-12-12 19:42:30 +05:30
Daniel
7b23289ed3 create new class for reduce files icons 2021-12-12 19:28:54 +05:30
dependabot[bot]
77aa2200c8 chore(deps-dev): bump eslint from 8.3.0 to 8.4.1 (#4114)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-12 18:34:30 +05:30
dependabot[bot]
c4f2fe2097 chore(deps-dev): bump @typescript-eslint/parser from 5.5.0 to 5.6.0 (#4111)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>
2021-12-12 18:34:21 +05:30
dependabot[bot]
57af473c2e chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.5.0 to 5.6.0 (#4112)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-12 18:30:31 +05:30
dependabot[bot]
2f1ec0a823 chore(deps-dev): bump rollup from 2.60.1 to 2.60.2 (#4113)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-12 18:30:18 +05:30
dependabot[bot]
02ea47a86a chore(deps-dev): bump gulp-eslint-new from 1.0.0 to 1.1.0 (#4115)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-12 18:29:33 +05:30
dependabot[bot]
019c28fba4 chore(deps-dev): bump @typescript-eslint/parser from 5.3.1 to 5.5.0 (#4101)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.3.1 to 5.5.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.5.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 21:14:54 +05:30
dependabot[bot]
404db2fdb9 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#4102)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.5.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 17:24:55 +05:30
dependabot[bot]
ae0f35cb69 chore(deps-dev): bump rollup from 2.60.0 to 2.60.1 (#4078)
Bumps [rollup](https://github.com/rollup/rollup) from 2.60.0 to 2.60.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.60.0...v2.60.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 17:23:58 +05:30
dependabot[bot]
4d8814efba chore(deps-dev): bump sass from 1.43.4 to 1.44.0 (#4100)
Bumps [sass](https://github.com/sass/dart-sass) from 1.43.4 to 1.44.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.43.4...1.44.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 17:23:25 +05:30
dependabot[bot]
1dfdfa9ccb chore(deps-dev): bump eslint from 8.2.0 to 8.3.0 (#4071)
Bumps [eslint](https://github.com/eslint/eslint) from 8.2.0 to 8.3.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.2.0...v8.3.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 17:22:51 +05:30
dependabot[bot]
334b3b97b8 chore(deps-dev): bump @typescript-eslint/eslint-plugin (#4072)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.4.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-29 21:50:32 +05:30
dependabot[bot]
024aa9f359 chore(deps-dev): bump eslint-plugin-unicorn from 38.0.1 to 39.0.0 (#4073)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 38.0.1 to 39.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v38.0.1...v39.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-29 21:45:27 +05:30
dependabot[bot]
2081b43243 chore(deps-dev): bump gulp-eslint-new from 0.6.0 to 1.0.0 (#4074)
Bumps [gulp-eslint-new](https://github.com/fasttime/gulp-eslint-new) from 0.6.0 to 1.0.0.
- [Release notes](https://github.com/fasttime/gulp-eslint-new/releases)
- [Changelog](https://github.com/fasttime/gulp-eslint-new/blob/main/changelog.md)
- [Commits](https://github.com/fasttime/gulp-eslint-new/compare/0.6.0...1.0.0)

---
updated-dependencies:
- dependency-name: gulp-eslint-new
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-29 21:44:58 +05:30
dependabot[bot]
b0d8581348 chore(deps-dev): bump typescript from 4.4.4 to 4.5.2 (#4081)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-29 21:43:55 +05:30
dependabot[bot]
9dea5302aa chore(deps-dev): bump postcss from 8.3.11 to 8.4.4 (#4098)
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.11 to 8.4.4.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.3.11...8.4.4)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-29 21:41:58 +05:30
Daniel
21301d327f Update .bundlewatch.config.json 2021-11-29 21:29:32 +05:30
Daniel
0953f261ca Update .bundlewatch.config.json 2021-11-29 21:23:14 +05:30
Daniel
fe0d75345b 🐛 gulp 2021-11-29 21:23:04 +05:30
Daniel
bd6fa5202d 📦 tslib as peer 2021-11-29 21:10:02 +05:30
Daniel
557ad3cef1 🚀 ci improve 2021-11-29 20:44:45 +05:30
Daniel
e858dad585 ⬆️ js dep 2021-11-14 17:36:05 +05:30
Daniel
8708127f34 🚑 gulp terser 2021-11-14 15:58:01 +05:30
Daniel
2c8512d23b 🐛 minifyDistJs gulp 2021-11-12 19:31:09 +05:30
Daniel
1d56279d3f some files 2021-11-07 23:42:17 +05:30
Daniel
ca97a4a48d 💥 vendor folder to cdn 2021-11-07 22:26:23 +05:30
Daniel
98fcdc484b 🐛 package.json 2021-11-07 16:13:48 +05:30
Daniel
32fbc91a6e 🐛 fix minor 2021-11-04 16:19:28 +05:30
Daniel
480883417b ⬆️ plugins and configs 2021-11-04 15:49:49 +05:30
Daniel
e0265b0e91 🐛 fix for minor issue 2021-10-25 00:35:41 +05:30
Daniel
a1858840f6 💥 Switch to Node.js 16 and npm 8. 2021-10-24 13:36:49 +05:30
Daniel
7f52d329ff ⬆️ gulp eslint 2021-10-17 21:35:41 +05:30
Daniel
3e1d321301 ⬆️ with eslintrc 2021-10-17 21:08:43 +05:30
Daniel
a83b521bda 🐛 paths.dist.js 2021-10-17 21:08:01 +05:30
Daniel
b4b31e16a8 Merge pull request #3891 from tacman/patch-2 2021-10-10 20:48:39 +05:30
Daniel
0c06dd68f9 eslint config up-to-date 2021-10-03 18:49:35 +05:30
Daniel
63d0c2bd26 package update 2021-10-03 18:47:58 +05:30
Daniel
264918a6fb Update .gitpod.yml 2021-09-26 16:34:05 +05:30
Daniel
466f34c97c eslint improve 2021-09-26 16:34:01 +05:30
Daniel
844e4a6981 patch adminlte-dark-addon.scss 2021-09-12 06:56:57 +05:30
Daniel
4c8e9aa6e0 Update adminlte-dark-addon.scss 2021-09-12 06:55:21 +05:30
Daniel
3e7c679da5 dark mode plugin update to bootstrap v5.1.0 2021-09-12 06:15:16 +05:30
Daniel
f4f35301fa update to bootstrap 5.1.1 2021-09-12 05:49:27 +05:30
Daniel
9bbb20606f improve sidebar overlay 2021-09-05 04:43:11 +05:30
Tac Tacelosky
86ba5845ab fix capitalization for overlayscrollbars 2021-08-14 09:21:05 -04:00
Daniel
e65a8df0f7 improve html 2021-08-08 16:44:36 +05:30
Daniel
8d562739ff update package.json 2021-08-08 16:43:55 +05:30
REJack
24d5f5dfdd add discord invite badge on README.md 2021-07-28 21:22:14 +02:00
Daniel
66100c6ef1 image path updated 2021-07-18 17:47:54 +05:30
Daniel
fe8744c2bd image credit as v3 2021-07-18 17:14:24 +05:30
Daniel
f633d4ec54 same image of v3 in v4 2021-07-18 17:11:19 +05:30
Daniel
5b78c5f04f update to bootstrap v5.0.2 2021-07-11 21:49:32 +05:30
Daniel
aea69fb70a split widgets html 2021-06-26 23:47:29 +05:30
Daniel
ba2a2cebfe improve js 2021-06-23 23:19:35 +05:30
Daniel
7334c5e73f esbuild to rollup 2021-06-23 23:19:10 +05:30
Daniel
8840c979e6 updated package.json 2021-06-13 17:39:34 +05:30
Daniel
6424776eb2 Update layout.ts 2021-06-13 17:38:46 +05:30
Daniel
7523fda0df added fixed layout page 2021-06-13 17:20:36 +05:30
Daniel
e25bd67708 Update treeview.ts 2021-06-13 17:19:24 +05:30
Daniel
a65e7716e2 improve text in scss 2021-06-08 11:41:47 +05:30
Daniel
8f4c35f9f6 refactor names with -lte 2021-06-06 16:26:07 +05:30
Daniel
c1ced676ee added: card-widget 2021-06-02 08:51:06 +05:30
Daniel
675eba15ef RTL name-spacing for some files 2021-05-29 13:51:21 +05:30
Daniel
f27cf39e33 improve main-header 2021-05-29 13:45:25 +05:30
Daniel
3ef559ba08 added direct-chat.ts 2021-05-29 08:16:29 +05:30
Daniel
765ffcfa45 add chart.js to index3.html 2021-05-29 08:15:23 +05:30
Daniel
97d6a97d16 improve index*.html 2021-05-28 09:45:47 +05:30
Daniel
92cb0b8bac improve variables 2021-05-24 14:05:11 +05:30
Daniel
6716f0dbd3 created bootstrap-variables 2021-05-24 05:48:40 +05:30
Daniel
18f2d13650 improve dark mode variables 2021-05-23 15:33:16 +05:30
Daniel
e5a668aa45 improve dark mode with variables 2021-05-23 09:40:36 +05:30
Daniel
c88680e30c variables refactor for adminlte v4 2021-05-23 02:50:59 +05:30
Daniel
da8518ad4b improve sidebar 2021-05-22 15:28:17 +05:30
Daniel
d7a4f36b2f added progress scss 2021-05-22 15:28:05 +05:30
Daniel
368478ad27 added table page 2021-05-22 15:26:59 +05:30
Daniel
41d9d08c55 added login page 2021-05-22 15:26:01 +05:30
Daniel
c40317a29c Update gulpfile.js 2021-05-22 15:23:59 +05:30
Daniel
355804c2ac improve dark mode 2021-05-21 11:42:32 +05:30
Daniel
a29afb44db main-header improved 2021-05-21 04:34:22 +05:30
Daniel
0a2ac71002 bootstarp dark mode improved 2021-05-21 04:33:54 +05:30
Daniel
20a53c6c95 widgets.html page added 2021-05-20 09:17:16 +05:30
Daniel
01e5b1ce2c added table scss 2021-05-20 05:26:31 +05:30
Daniel
a9c982327f cards scss added 2021-05-20 03:49:09 +05:30
Daniel
ac0f42a945 Update gulpfile.js 2021-05-20 03:48:46 +05:30
Daniel
a337965c33 layout-mobile break-point md to lg 2021-05-19 09:22:17 +05:30
Daniel
a82603dc37 added info-box 2021-05-19 09:21:36 +05:30
Daniel
a57567bf09 Update gulpfile.js 2021-05-19 09:19:55 +05:30
Daniel
0fff693756 remove unwanted files 2021-05-19 09:19:46 +05:30
Daniel
f7b82a3d16 add all variables of bs 2021-05-19 06:59:59 +05:30
Daniel
c7eaefcd26 added gulp-eslint7 2021-05-18 07:43:11 +05:30
Daniel
e8a7fbf782 add lint in gulp 2021-05-18 01:49:12 +05:30
Daniel
32713d97dd Update README.md 2021-05-17 08:48:09 +05:30
Daniel
82333eea99 remove unwanted devDep 2021-05-17 08:47:57 +05:30
Daniel
e90d2c133c added gulp build 2021-05-17 08:42:33 +05:30
Daniel
be71fb2963 Improve Gulp 2021-05-17 03:44:52 +05:30
Daniel
96196217d4 gulp setup 2021-05-17 02:40:19 +05:30
Daniel
a416320ccf move scss and ts to src dir 2021-05-17 00:36:02 +05:30
Daniel
c44d866dd0 Merge pull request #3698 from ZhangChengLin/zcl_v4-dev 2021-05-16 15:41:57 +05:30
zhangchenglin
20ec0be130 fix TreeView multi level sample code 2021-05-16 14:37:06 +08:00
Daniel
5b3e1eddae Fix sidebar right rotation 2021-05-16 07:57:15 +05:30
Daniel
51f1debf4b Fix sidebar link not working 2021-05-16 07:09:43 +05:30
Daniel
e54b4b6d3a Fix sidebar color variant 2021-05-16 03:05:23 +05:30
Daniel
060f9082a6 Fix RTL for sidebar menu 2021-05-16 00:12:47 +05:30
Daniel
a84c1ee098 Fix rotaion of right and update small-box 2021-05-15 23:35:14 +05:30
Daniel
1a51c3dc9c fix index.html 2021-05-15 03:49:06 +05:30
Daniel
084ab8029e fix small-box bugs 2021-05-15 02:28:02 +05:30
Daniel
3622c56ab3 fix organized 2021-05-15 02:05:27 +05:30
Daniel
186b444065 organize like old 2021-05-15 01:54:36 +05:30
Daniel
960d834d01 Update index.html 2021-05-15 01:15:38 +05:30
Daniel
96ee34f877 add small-box 2021-05-15 01:09:28 +05:30
Daniel
160009f70b revert main-brand 2021-05-14 22:09:11 +05:30
Daniel
b46482d258 Create _miscellaneous.scss 2021-05-14 06:56:50 +05:30
Daniel
0b43ed8bca animation fix 2021-05-14 06:56:41 +05:30
Daniel
55926de4cf Update package.json 2021-05-14 06:54:52 +05:30
Daniel
1e10243513 Update README.md 2021-05-14 06:53:59 +05:30
Daniel
59918c8d55 added header-mobile 2021-05-14 02:00:52 +05:30
Daniel
500ccad137 added main-brand 2021-05-13 06:47:47 +05:30
Daniel
bfaffd9ea8 dark mode with bootstrap complete components
Used https://github.com/vinorodrigues/bootstrap-dark-5/releases/tag/v1.0.0
2021-05-12 04:21:49 +05:30
Daniel
bd43001eb4 organize dir 2021-05-12 01:19:41 +05:30
Daniel
0a36e8fa00 Fix small error 2021-05-11 04:53:06 +05:30
Daniel
0c1b79e627 added horizontal sidebar with grid layout 2021-05-11 04:42:10 +05:30
Daniel
fcbcda9ec6 rtlcss implemented 2021-05-10 00:59:06 +05:30
Daniel
c5b869c5ca install rtlcss 2021-05-08 22:38:45 +05:30
Daniel
7c8e175f23 improve treeview 2021-05-08 22:13:00 +05:30
Daniel
74baa01504 secure development flow
For fast development u(contributors) can remove.
do not forget lint `npm run lint` on PR
2021-05-06 02:33:50 +05:30
Daniel
bb8be82e5b dev Setup for AdminLTE v4 2021-05-06 02:27:53 +05:30
Daniel
096b586f9c delete build,plugin,pages,dist folders 2021-03-24 00:21:49 +05:30
REJack
c641d7f571 update docs assets 2021-03-22 08:30:50 +01:00
REJack
229ec8e5c5 update dist files 2021-03-22 08:30:25 +01:00
REJack
c45bfe894f bump version number 2021-03-22 08:29:43 +01:00
dependabot[bot]
2f5db1b9c0 Bump eslint-plugin-unicorn from 28.0.2 to 29.0.0 (#3527)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 28.0.2 to 29.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v28.0.2...v29.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-22 07:39:09 +01:00
Daniel
0e5d965059 Fix: sidebar light in dark-mode (#3526) 2021-03-21 19:47:04 +01:00
REJack
c81bc3cd93 bump bundlewatch size 2021-03-21 12:40:26 +01:00
REJack
aceb8c6afb bump bundlewatch sizes 2021-03-20 23:12:43 +01:00
REJack
9cd655d705 add permanent-btn-iframe-close class 2021-03-20 23:08:32 +01:00
REJack
d7678dbbfe Merge pull request #3525 from danny007in/example-branch
add datetime example
2021-03-20 22:10:29 +01:00
REJack
5a2c03c6e9 update plugin files 2021-03-20 21:39:14 +01:00
REJack
164354c84f update dependencies & devDependencies 2021-03-20 21:38:29 +01:00
REJack
22e087afcf fixed nav tabs border inside card header 2021-03-20 21:35:27 +01:00
Daniel
c09d84254c update url of Bootstrap 4 - Tempus Dominus 2021-03-20 23:23:27 +05:30
Daniel
4e5cb3e26b add datetime example 2021-03-20 23:21:36 +05:30
REJack
4b73f9cf92 Merge pull request #3522 from danny007in/dark-mode-in-docs
Enhance: dark-mode in docs
2021-03-20 18:29:15 +01:00
REJack
3810eb2ab0 add mt-2 to sidebar-search in docs 2021-03-20 18:28:32 +01:00
Daniel
e7ed74d4ea Enhance: dark-mode in docs 2021-03-18 22:44:30 +05:30
surfskidude
18bc68fc1a Adding Lua Server Pages implementation info in Docs (#3512) 2021-03-16 18:08:47 +05:30
Jouni Vanhanen
4a43243ea7 update docs (#3511) 2021-03-16 03:55:08 +05:30
dependabot[bot]
ce8e76684c Bump rollup from 2.40.0 to 2.41.2 (#3509)
Bumps [rollup](https://github.com/rollup/rollup) from 2.40.0 to 2.41.2.
- [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.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 18:10:01 +05:30
dependabot[bot]
5f0f0aafb0 Bump datatables.net-bs4 from 1.10.23 to 1.10.24 (#3504)
Bumps [datatables.net-bs4](https://datatables.net) from 1.10.23 to 1.10.24.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 17:50:48 +05:30
dependabot[bot]
2517f6375d Bump @babel/core from 7.13.8 to 7.13.10 (#3503)
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>
2021-03-15 17:50:28 +05:30
dependabot[bot]
7ac5e82a8f Bump datatables.net from 1.10.23 to 1.10.24 (#3508)
Bumps [datatables.net](https://github.com/DataTables/Dist-DataTables) from 1.10.23 to 1.10.24.
- [Release notes](https://github.com/DataTables/Dist-DataTables/releases)
- [Commits](https://github.com/DataTables/Dist-DataTables/compare/1.10.23...1.10.24)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 17:41:00 +05:30
dependabot[bot]
e32abe9bf6 Bump @babel/preset-env from 7.13.9 to 7.13.10 (#3506)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.9 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-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 17:26:44 +05:30
dependabot[bot]
b20e3deefd Bump postcss from 8.2.7 to 8.2.8 (#3507)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.7 to 8.2.8.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.7...8.2.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 17:24:33 +05:30
dependabot[bot]
d96ce31aff Bump eslint from 7.21.0 to 7.22.0 (#3505)
Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.22.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.21.0...v7.22.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 17:23:54 +05:30
dependabot[bot]
e300d811ba Bump datatables.net-buttons-bs4 from 1.6.5 to 1.7.0 (#3502)
Bumps [datatables.net-buttons-bs4](https://datatables.net) from 1.6.5 to 1.7.0.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 17:21:39 +05:30
dependabot[bot]
48ba2b4eed Bump datatables.net-select-bs4 from 1.3.1 to 1.3.2 (#3501)
Bumps [datatables.net-select-bs4](https://datatables.net) from 1.3.1 to 1.3.2.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 17:21:01 +05:30
dependabot[bot]
16c8afb131 Bump dropzone from 5.8.0 to 5.8.1 (#3500)
Bumps [dropzone](https://github.com/dropzone/dropzone) from 5.8.0 to 5.8.1.
- [Release notes](https://github.com/dropzone/dropzone/releases)
- [Changelog](https://github.com/dropzone/dropzone/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dropzone/dropzone/compare/v5.8.0...v5.8.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 17:20:29 +05:30
dependabot[bot]
2d3821cb2b Bump uplot from 1.6.5 to 1.6.7 (#3499)
Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.6.5 to 1.6.7.
- [Release notes](https://github.com/leeoniya/uPlot/releases)
- [Commits](https://github.com/leeoniya/uPlot/compare/1.6.5...1.6.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-15 17:20:05 +05:30
REJack
9e85a91617 Merge pull request #3496 from danny007in/iframe-patch
mobile view fix in iframe
2021-03-13 15:55:11 +01:00
REJack
ed271572b4 Merge pull request #3492 from danny007in/enhance-dark-mode
Enhance: dark mode
2021-03-13 15:08:08 +01:00
REJack
9540815f97 add overflow-hidden to iframe navbar 2021-03-13 15:06:13 +01:00
Daniel
6f396ae19b mobile view fix in iframe 2021-03-12 22:54:29 +05:30
Daniel
da7da3d658 Update index.html 2021-03-12 22:33:44 +05:30
Daniel
a75b272ab3 Update _variables-alt.scss 2021-03-12 22:33:39 +05:30
Daniel
85bf13b859 Update .bundlewatch.config.json 2021-03-10 23:07:02 +05:30
Daniel
31e665add1 upgrade dark mode 2021-03-10 23:07:01 +05:30
Daniel
1ea03fc691 root color for dark mode 2021-03-10 01:13:48 +05:30
Daniel
f2e1f98dc8 import varilable-alt 2021-03-10 01:04:37 +05:30
Daniel
a01ec7a1fe Fix: visible issue in touch device (#3491) 2021-03-09 14:40:02 +01:00
dependabot[bot]
bb31c555ec Bump autoprefixer from 10.2.4 to 10.2.5 (#3482)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>
2021-03-08 19:36:21 +05:30
dependabot[bot]
abc0838797 Bump jquery from 3.5.1 to 3.6.0 (#3481)
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>
2021-03-08 18:17:49 +05:30
dependabot[bot]
d8c7c5d06f Bump stylelint from 13.11.0 to 13.12.0 (#3487)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.11.0 to 13.12.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.11.0...13.12.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08 17:59:11 +05:30
dependabot[bot]
782f10b6c6 Bump postcss from 8.2.6 to 8.2.7 (#3486)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.6 to 8.2.7.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.6...8.2.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08 17:58:26 +05:30
dependabot[bot]
4da1a6fa50 Bump dropzone from 5.7.6 to 5.8.0 (#3485)
Bumps [dropzone](https://github.com/dropzone/dropzone) from 5.7.6 to 5.8.0.
- [Release notes](https://github.com/dropzone/dropzone/releases)
- [Changelog](https://github.com/dropzone/dropzone/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dropzone/dropzone/compare/v5.7.6...v5.8.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08 17:57:25 +05:30
dependabot[bot]
447c26bc1f Bump clean-css-cli from 5.2.0 to 5.2.1 (#3484)
Bumps [clean-css-cli](https://github.com/jakubpawlowicz/clean-css-cli) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/jakubpawlowicz/clean-css-cli/releases)
- [Changelog](https://github.com/jakubpawlowicz/clean-css-cli/blob/master/History.md)
- [Commits](https://github.com/jakubpawlowicz/clean-css-cli/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08 17:56:48 +05:30
dependabot[bot]
56bfb4a913 Bump @babel/preset-env from 7.13.8 to 7.13.9 (#3483)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08 17:55:52 +05:30
REJack
dbf73e07ca add markup with default iframe tab in docs 2021-03-04 08:10:05 +01:00
REJack
5b19f5e9aa enhanced IFrame plugin
- fix error throw
- add tab close button hide/show with hover/focus
2021-03-04 08:04:09 +01:00
REJack
31f647fa1b update codemirror plugin files 2021-03-04 07:56:19 +01:00
REJack
20079d7985 fix card-widget docs demo & fix css for maximized card 2021-03-04 07:48:16 +01:00
dependabot[bot]
5a4d10686d Bump @babel/core from 7.12.17 to 7.13.8 (#3463)
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-01 17:57:18 +05:30
dependabot[bot]
34147172d0 Bump rollup from 2.39.0 to 2.40.0 (#3464)
Bumps [rollup](https://github.com/rollup/rollup) from 2.39.0 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.0...v2.40.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-01 13:10:25 +05:30
dependabot[bot]
30c09b5d8e Bump lockfile-lint from 4.6.1 to 4.6.2 (#3462)
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>
2021-03-01 13:08:07 +05:30
dependabot[bot]
291d5a8863 Bump eslint from 7.20.0 to 7.21.0 (#3461)
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>
2021-03-01 13:07:18 +05:30
dependabot[bot]
0edf528566 Bump codemirror from 5.59.3 to 5.59.4 (#3460)
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.59.3 to 5.59.4.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.59.3...5.59.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-01 13:04:12 +05:30
dependabot[bot]
fab4838824 Bump @babel/preset-env from 7.12.17 to 7.13.8 (#3459)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) 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-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-01 13:02:45 +05:30
REJack
db941e94d6 Merge pull request #3458 from hkvstore/expandable-table
Improve expandable table
2021-02-28 20:58:08 +01:00
eworld
daa448d4df Add button with icon example 2021-02-27 12:43:51 +00:00
eworld
ee740e97e4 Rename selector name
- Rename SELECTOR_BODY as SELECTOR_EXPANDABLE_BODY
2021-02-27 12:10:43 +00:00
eworld
b4a4463240 Improve expandable table 2021-02-27 11:56:00 +00:00
REJack
0e9713c905 Merge pull request #3430 from danny007in/docs-b
Docs, html, js minor changes
2021-02-25 14:58:43 +01:00
REJack
7426bf25ec Merge pull request #3455 from danny007in/sidebar-light-color-fix
fix sidebar light text color
2021-02-25 14:58:32 +01:00
Daniel
76c24279df Update .bundlewatch.config.json 2021-02-25 18:49:25 +05:30
Daniel
33a81d39f7 fix sidebar light 2021-02-25 18:49:25 +05:30
REJack
1ac5eeaaa1 update plugin files 2021-02-23 12:22:20 +01:00
dependabot[bot]
d5f41bfd34 Bump eslint-plugin-unicorn from 28.0.0 to 28.0.2 (#3448)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 28.0.0 to 28.0.2.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v28.0.0...v28.0.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 17:59:10 +05:30
dependabot[bot]
815bec244f Bump eslint-config-xo from 0.34.0 to 0.35.0 (#3447)
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.34.0 to 0.35.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.34.0...v0.35.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 17:48:31 +05:30
REJack
af957c73b4 Merge pull request #3436 from ColorlibHQ/dependabot/npm_and_yarn/clean-css-cli-5.2.0
Bump clean-css-cli from 4.3.0 to 5.2.0
2021-02-22 08:56:54 +01:00
Daniel
0f694c624d small patch fix at switchTab in iFrame (#3435) 2021-02-22 08:50:37 +01:00
Daniel
1162648128 fix css-minify (#3446) 2021-02-22 08:49:46 +01:00
Daniel
27cce3fee7 Merge branch 'master' into dependabot/npm_and_yarn/clean-css-cli-5.2.0 2021-02-22 12:30:55 +05:30
dependabot[bot]
a66d5d7811 Bump @babel/preset-env from 7.12.16 to 7.12.17 (#3444)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.16 to 7.12.17.
- [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.12.17/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>
2021-02-22 12:15:09 +05:30
dependabot[bot]
f9487823f7 Bump lockfile-lint from 4.3.7 to 4.6.1 (#3445)
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.3.7 to 4.6.1.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.3.7...lockfile-lint@4.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 12:12:44 +05:30
dependabot[bot]
6fa9cc62c9 Bump concurrently from 5.3.0 to 6.0.0 (#3438)
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 5.3.0 to 6.0.0.
- [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases)
- [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v5.3.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 12:09:36 +05:30
dependabot[bot]
e83f8519df Bump codemirror from 5.59.2 to 5.59.3 (#3443)
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.59.2 to 5.59.3.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.59.2...5.59.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 12:01:56 +05:30
dependabot[bot]
d68ce1e3a3 Bump sweetalert2 from 10.14.1 to 10.15.5 (#3442)
Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 10.14.1 to 10.15.5.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2/compare/v10.14.1...v10.15.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 12:01:28 +05:30
dependabot[bot]
7642a0042f Bump stylelint from 13.10.0 to 13.11.0 (#3441)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.10.0 to 13.11.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.10.0...13.11.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 12:00:17 +05:30
dependabot[bot]
6fb0f8e5cb Bump @sweetalert2/theme-bootstrap-4 from 4.0.2 to 4.0.3 (#3440)
Bumps [@sweetalert2/theme-bootstrap-4](https://github.com/sweetalert2/sweetalert2-themes) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/sweetalert2/sweetalert2-themes/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2-themes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2-themes/compare/v4.0.2...v4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 11:59:19 +05:30
dependabot[bot]
322303a1b8 Bump datatables.net-keytable-bs4 from 2.6.0 to 2.6.1 (#3439)
Bumps [datatables.net-keytable-bs4](https://datatables.net) from 2.6.0 to 2.6.1.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 11:58:33 +05:30
dependabot[bot]
348c5c2a11 Bump @babel/core from 7.12.16 to 7.12.17 (#3437)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.16 to 7.12.17.
- [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.12.17/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 11:57:26 +05:30
dependabot[bot]
47258ff602 Bump clean-css-cli from 4.3.0 to 5.2.0
Bumps [clean-css-cli](https://github.com/jakubpawlowicz/clean-css-cli) from 4.3.0 to 5.2.0.
- [Release notes](https://github.com/jakubpawlowicz/clean-css-cli/releases)
- [Changelog](https://github.com/jakubpawlowicz/clean-css-cli/blob/master/History.md)
- [Commits](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.3.0...v5.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-22 03:02:44 +00:00
Daniel
01b7f5538d Update .stylelintignore 2021-02-19 14:31:40 +05:30
Daniel
2eab0f9b97 year bump in html 2021-02-19 14:31:40 +05:30
Daniel
da0b622da7 Update package.json 2021-02-19 14:31:40 +05:30
Daniel
25e2bfc909 docs update 2021-02-19 14:31:40 +05:30
REJack
3d488f173f Merge pull request #3403 from danny007in/docs-branch 2021-02-19 06:42:03 +01:00
Daniel
b8e51e67f2 Update .stylelintignore (#3427) 2021-02-17 12:34:13 +01:00
REJack
138ba47835 fix html validator error 2021-02-17 11:25:52 +01:00
REJack
25a3c4bf1f rework IFrame for single tab closing 2021-02-17 11:23:12 +01:00
REJack
e9ee4e5e17 enhance IFrame close button & removeActiveTab function 2021-02-17 09:18:44 +01:00
REJack
8ed2712688 small IFrame plugin fixes 2021-02-17 09:00:25 +01:00
REJack
a2ace385cd add ability to create start tab (selfcreated) 2021-02-17 08:43:08 +01:00
REJack
1c856b0d8c update plugin files 2021-02-17 08:25:25 +01:00
REJack
378a39ea12 fix nav-header alignment 2021-02-17 08:24:35 +01:00
REJack
794fbf242c Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE 2021-02-17 08:14:42 +01:00
REJack
26136409f1 fix contact page card sizing 2021-02-17 08:13:59 +01:00
dependabot[bot]
4a26ba15d6 Bump sweetalert2 from 10.14.0 to 10.14.1 (#3423)
Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 10.14.0 to 10.14.1.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2/compare/v10.14.0...v10.14.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-15 18:32:08 +05:30
dependabot[bot]
34080c8eee Bump uplot from 1.6.4 to 1.6.5 (#3422)
Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.6.4 to 1.6.5.
- [Release notes](https://github.com/leeoniya/uPlot/releases)
- [Commits](https://github.com/leeoniya/uPlot/compare/1.6.4...1.6.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-15 18:30:56 +05:30
dependabot[bot]
003348ba2b Bump @babel/preset-env from 7.12.13 to 7.12.16 (#3414)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.13 to 7.12.16.
- [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.12.16/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>
2021-02-15 11:22:10 +05:30
dependabot[bot]
cb8e5cd268 Bump stylelint from 13.9.0 to 13.10.0 (#3421)
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>
2021-02-15 10:50:52 +05:30
dependabot[bot]
19f7b4535c Bump postcss from 8.2.5 to 8.2.6 (#3417)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.5 to 8.2.6.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.5...8.2.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-15 10:48:51 +05:30
dependabot[bot]
fe641dbe08 Bump @rollup/plugin-babel from 5.2.3 to 5.3.0 (#3418)
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>
2021-02-15 10:47:21 +05:30
dependabot[bot]
ca117c2e2f Bump jszip from 3.5.0 to 3.6.0 (#3419)
Bumps [jszip](https://github.com/Stuk/jszip) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/master/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-15 10:29:37 +05:30
dependabot[bot]
2f678c6a83 Bump eslint from 7.19.0 to 7.20.0 (#3416)
Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.20.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.19.0...v7.20.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-15 10:28:48 +05:30
dependabot[bot]
7c829c03ac Bump eslint-plugin-unicorn from 27.0.0 to 28.0.0 (#3415)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 27.0.0 to 28.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v27.0.0...v28.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-15 10:27:52 +05:30
dependabot[bot]
ac25edb26f Bump terser from 5.5.1 to 5.6.0 (#3413)
Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.6.0.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-15 10:26:04 +05:30
dependabot[bot]
a6644f5d55 Bump @babel/core from 7.12.13 to 7.12.16 (#3412)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.13 to 7.12.16.
- [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.12.16/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-15 10:25:19 +05:30
dependabot[bot]
11d614eae0 Bump rollup from 2.38.5 to 2.39.0 (#3411)
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>
2021-02-15 10:24:19 +05:30
dependabot[bot]
4c646290fc Bump dropzone from 5.7.4 to 5.7.6 (#3410)
Bumps [dropzone](https://github.com/dropzone/dropzone) from 5.7.4 to 5.7.6.
- [Release notes](https://github.com/dropzone/dropzone/releases)
- [Changelog](https://github.com/dropzone/dropzone/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dropzone/dropzone/compare/v5.7.4...v5.7.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-15 10:23:15 +05:30
Daniel
af042dc5b4 improve docs 2021-02-14 18:57:47 +05:30
Daniel
4a16d73ea8 improve package.json 2021-02-14 18:57:26 +05:30
Daniel
582f958c5b Update README.md (#3395) 2021-02-10 15:42:42 +01:00
REJack
e0a5aa8541 remove debug console.log from IFrame plugin 2021-02-10 08:42:36 +01:00
REJack
472c1622cf add allowDuplicates option to IFrame plugin 2021-02-10 08:41:59 +01:00
REJack
1b66775d4b fix iframe mode fullscreen height calculation 2021-02-10 08:20:01 +01:00
REJack
966a9b0178 update plugin files 2021-02-10 08:13:13 +01:00
dependabot[bot]
c8fdba0831 Bump @babel/preset-env from 7.12.11 to 7.12.13 (#3389)
* Bump @babel/preset-env from 7.12.11 to 7.12.13

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.11 to 7.12.13.
- [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.12.13/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>

* Update package.json

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>
2021-02-08 11:50:11 +05:30
dependabot[bot]
bdd0e3fab3 Bump datatables.net-keytable-bs4 from 2.5.3 to 2.6.0 (#3386)
* Bump datatables.net-keytable-bs4 from 2.5.3 to 2.6.0

Bumps [datatables.net-keytable-bs4](https://datatables.net) from 2.5.3 to 2.6.0.

Signed-off-by: dependabot[bot] <support@github.com>

* Update package.json

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>
2021-02-08 11:48:57 +05:30
dependabot[bot]
f7c2bff182 Bump vnu-jar from 20.6.30 to 21.2.5 (#3393)
Bumps [vnu-jar](https://github.com/validator/validator) from 20.6.30 to 21.2.5.
- [Release notes](https://github.com/validator/validator/releases)
- [Changelog](https://github.com/validator/validator/blob/master/CHANGELOG.md)
- [Commits](https://github.com/validator/validator/compare/20.6.30...21.2.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 11:48:23 +05:30
dependabot[bot]
8493e42680 Bump @babel/core from 7.12.10 to 7.12.13 (#3387)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.10 to 7.12.13.
- [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.12.13/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 11:18:36 +05:30
dependabot[bot]
a7a92c74e4 Bump uplot from 1.6.3 to 1.6.4 (#3392)
Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.6.3 to 1.6.4.
- [Release notes](https://github.com/leeoniya/uPlot/releases)
- [Commits](https://github.com/leeoniya/uPlot/compare/1.6.3...1.6.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 11:16:59 +05:30
dependabot[bot]
746d35ff61 Bump postcss from 8.2.4 to 8.2.5 (#3391)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.4 to 8.2.5.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.4...8.2.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 11:16:26 +05:30
dependabot[bot]
ca1a5abbdb Bump rollup from 2.38.2 to 2.38.5 (#3390)
Bumps [rollup](https://github.com/rollup/rollup) from 2.38.2 to 2.38.5.
- [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.2...v2.38.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 11:15:28 +05:30
dependabot[bot]
b9f5b978c6 Bump dropzone from 5.7.2 to 5.7.4 (#3388)
Bumps [dropzone](https://gitlab.com/meno/dropzone) from 5.7.2 to 5.7.4.
- [Release notes](https://gitlab.com/meno/dropzone/tags)
- [Changelog](https://gitlab.com/meno/dropzone/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/meno/dropzone/commits/master)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 11:14:04 +05:30
dependabot[bot]
2b142157a6 Bump datatables.net-fixedheader-bs4 from 3.1.7 to 3.1.8 (#3385)
Bumps [datatables.net-fixedheader-bs4](https://datatables.net) from 3.1.7 to 3.1.8.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 11:11:07 +05:30
REJack
3b6897ce71 update bootstrap version README.md 2021-02-05 09:05:45 +01:00
REJack
15072dbdb9 Merge pull request #3366 from danny007in/improve-docs
docs and readme update
2021-02-02 21:54:08 +01:00
REJack
03a29f01ae update docs/navbar-search.md with target config option 2021-02-02 08:27:25 +01:00
REJack
dd833f2c28 updated version numbers in docs/index.md 2021-02-02 08:22:33 +01:00
REJack
4a24c6368e updated version numbers in README.md 2021-02-02 08:21:58 +01:00
REJack
709293a5ff enhance navbar demo with overall demo navbar 2021-02-02 08:16:12 +01:00
REJack
1cacb6aed9 small NavbarSearch improvements 2021-02-02 08:15:50 +01:00
REJack
7224ea32cf update plugin files 2021-02-02 07:47:35 +01:00
REJack
2b0cd269fd fix btn-tool display bug in nested cards 2021-02-02 07:47:15 +01:00
dependabot[bot]
65c6d23624 Bump rollup from 2.38.0 to 2.38.2 (#3378)
Bumps [rollup](https://github.com/rollup/rollup) from 2.38.0 to 2.38.2.
- [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.0...v2.38.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-01 09:42:19 +05:30
dependabot[bot]
7059b09975 Bump sweetalert2 from 10.13.1 to 10.14.0 (#3377)
Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 10.13.1 to 10.14.0.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2/compare/v10.13.1...v10.14.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-01 09:41:48 +05:30
dependabot[bot]
258ffdc82a Bump autoprefixer from 10.2.3 to 10.2.4 (#3376)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.2.3 to 10.2.4.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.2.3...10.2.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-01 09:40:15 +05:30
dependabot[bot]
6e3a0b742f Bump @ttskch/select2-bootstrap4-theme from 1.4.0 to 1.5.2 (#3374) 2021-02-01 04:04:50 +00:00
dependabot[bot]
d556e7ea1d Bump eslint from 7.18.0 to 7.19.0 (#3375)
Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.19.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.18.0...v7.19.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-01 09:28:23 +05:30
dependabot[bot]
84a889f976 Bump @sweetalert2/theme-bootstrap-4 from 4.0.1 to 4.0.2
Bumps [@sweetalert2/theme-bootstrap-4](https://github.com/sweetalert2/sweetalert2-themes) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/sweetalert2/sweetalert2-themes/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2-themes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2-themes/compare/v4.0.1...v4.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-01 09:24:09 +05:30
dependabot[bot]
ee2b5ff568 Merge pull request #3372 from ColorlibHQ/dependabot/npm_and_yarn/rollup/plugin-babel-5.2.3 2021-02-01 03:47:00 +00:00
dependabot[bot]
3510d3c7ff Bump @rollup/plugin-babel from 5.2.2 to 5.2.3
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/babel-v5.2.2...babel-v5.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-01 03:03:32 +00:00
Daniel
1216299786 docs and readme update 2021-01-29 00:39:32 +05:30
REJack
0194fd468f Merge pull request #3365 from danny007in/preload-improve
Preload improve
2021-01-27 21:11:43 +01:00
Daniel
8046fa0360 animation added for preloader item 2021-01-28 01:17:36 +05:30
Daniel
1753a44ed4 preload example 2021-01-28 01:17:36 +05:30
Daniel
36f82d7335 preload improve 2021-01-28 01:10:05 +05:30
REJack
d7269cf1a9 fix form-control-navbar colors 2021-01-27 20:28:47 +01:00
dependabot[bot]
239038e58c Bump bootstrap from 4.5.3 to 4.6.0 (#3351)
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.5.3 to 4.6.0.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.5.3...v4.6.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-27 08:48:15 +01:00
REJack
983b5ec24f add sidebar-search-results to IFrame tab creation 2021-01-27 08:44:43 +01:00
REJack
5a7d175a9e Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE 2021-01-27 08:33:57 +01:00
REJack
a3a7368abd update copyright to 2021 2021-01-27 08:33:52 +01:00
Daniel
fe54e4234d implove scripts in package.json (#3362) 2021-01-27 08:26:14 +01:00
REJack
8ed4788d65 update plugin files 2021-01-27 08:12:15 +01:00
REJack
3055f38edf update bundlewatch to 0.3.2 2021-01-27 08:11:35 +01:00
REJack
ff904dcf31 Merge pull request #3356 from ColorlibHQ/dependabot/npm_and_yarn/eslint-plugin-unicorn-27.0.0
Bump eslint-plugin-unicorn from 26.0.1 to 27.0.0
2021-01-27 08:05:16 +01:00
REJack
35d7bb4db9 Merge branch 'master' into dependabot/npm_and_yarn/eslint-plugin-unicorn-27.0.0 2021-01-27 08:02:24 +01:00
Daniel
7498e2c6ac implemented lockfile-lint devDep (#3361)
followed by 6ffb0b48e4/package.json (L60)
2021-01-27 08:01:12 +01:00
Daniel
951a67b43f eslint unicorn fix lint errors (#3363) 2021-01-27 07:55:54 +01:00
dependabot[bot]
1fc6ef67cc Bump autoprefixer from 10.2.1 to 10.2.3 (#3358)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.2.1 to 10.2.3.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.2.1...10.2.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 10:44:29 +01:00
dependabot[bot]
1ee8fc1ac9 Bump rollup from 2.36.2 to 2.38.0 (#3352)
Bumps [rollup](https://github.com/rollup/rollup) from 2.36.2 to 2.38.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.36.2...v2.38.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 10:44:09 +01:00
dependabot[bot]
ee22df90d1 Bump uplot from 1.6.1 to 1.6.3 (#3357)
Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.6.1 to 1.6.3.
- [Release notes](https://github.com/leeoniya/uPlot/releases)
- [Commits](https://github.com/leeoniya/uPlot/compare/1.6.1...1.6.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 10:31:19 +01:00
dependabot[bot]
c72c4efed9 Bump sweetalert2 from 10.13.0 to 10.13.1 (#3355)
Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 10.13.0 to 10.13.1.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2/compare/v10.13.0...v10.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 10:31:07 +01:00
dependabot[bot]
989a348308 Bump codemirror from 5.59.1 to 5.59.2 (#3354)
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.59.1 to 5.59.2.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.59.1...5.59.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 10:30:56 +01:00
dependabot[bot]
6dfb7b972b Bump browser-sync from 2.26.13 to 2.26.14 (#3353)
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.26.13 to 2.26.14.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.26.13...v2.26.14)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 10:30:35 +01:00
dependabot[bot]
f247cff5b6 Bump fs-extra from 9.0.1 to 9.1.0 (#3350)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.0.1 to 9.1.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.0.1...9.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 10:29:46 +01:00
dependabot[bot]
53e66e12bf Bump stylelint from 13.8.0 to 13.9.0 (#3349)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.8.0 to 13.9.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.8.0...13.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 10:29:30 +01:00
Daniel
d960de62a6 Update and rename bug-report-for-adminlte-v3-x.md to bug-report-for-adminlte-v3.1-x.md (#3348) 2021-01-25 10:28:21 +01:00
REJack
47b40b4ebd Merge pull request #3347 from ColorlibHQ/danny007in-patch-1
Update and rename feature-request-for-adminlte-v3-x.md
2021-01-25 10:27:28 +01:00
REJack
9e0141d1ef Update and rename feature-request-for-adminlte-v3.1-x.md to feature-request-for-adminlte-v4-x.md 2021-01-25 10:26:31 +01:00
dependabot[bot]
3b618995f8 Bump eslint-plugin-unicorn from 26.0.1 to 27.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 26.0.1 to 27.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v26.0.1...v27.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-25 03:08:42 +00:00
Daniel
8274451592 Update and rename feature-request-for-adminlte-v3-x.md to feature-request-for-adminlte-v3.1-x.md 2021-01-24 23:19:21 +05:30
Daniel
281904898a added DataTable ext searchbuilder (#3344) 2021-01-24 14:23:47 +01:00
REJack
c4a4221f22 Merge pull request #3335 from danny007in/parallel-nodemon-fix
Parallel nodemon fixed
2021-01-20 10:20:52 +01:00
Daniel
fb3f63ad81 nodemon pararllel fixed 2021-01-20 00:06:37 +05:30
Daniel
c5e63b3518 concurrently devDep installed 2021-01-20 00:03:28 +05:30
Daniel
4ea2e3dd3c Revert "Merge pull request #3334 from danny007in/nodemon-parallel-fix"
This reverts commit 10fdbc987b, reversing
changes made to c104f19a0c.
2021-01-19 23:57:11 +05:30
REJack
10fdbc987b Merge pull request #3334 from danny007in/nodemon-parallel-fix
Nodemon parallel fix
2021-01-19 08:00:45 +01:00
REJack
c104f19a0c Merge pull request #3284 from danny007in/preloader-add
Preloader Added
2021-01-19 07:57:18 +01:00
REJack
e932382f1b add width attribute to preloader image tag 2021-01-19 07:55:57 +01:00
Daniel
6905eaaf9f preloader docs done 2021-01-18 21:14:41 +05:30
REJack
a4c05ef9c6 Update _layout.scss
add dark-mode for preloader
2021-01-18 15:05:51 +01:00
Daniel
051be9f0b8 parallel plugin changed for nodemon 2021-01-18 19:28:50 +05:30
Daniel
984203344e installed npm-run-parallel devDep 2021-01-18 19:26:11 +05:30
REJack
76de56d35a update plugin files 2021-01-18 14:49:52 +01:00
dependabot[bot]
431f19b0ec Bump rollup from 2.36.1 to 2.36.2 (#3327)
Bumps [rollup](https://github.com/rollup/rollup) from 2.36.1 to 2.36.2.
- [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.36.1...v2.36.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-18 10:19:00 +02:00
XhmikosR
8e7ca927f9 Add CodeQL Action (#3309)
Ignoring the plugins folders
2021-01-18 10:15:50 +02:00
XhmikosR
c88a8f2f0e Update CI config (#3308)
* remove `CI: true` since it's set by the runner
* update to `actions/setup-node@v2`
* switch to `ruby/setup-ruby` Action
* specify `FORCE_COLOR: 2`
* lowercase `runner.os`
* update to Ruby 2.7
* update to Node.js 14.x
* fix npm cache mismatches due to wrong variable
2021-01-18 10:14:44 +02:00
XhmikosR
378a9f3ae8 package.json: remove redundant --sequential flags (#3311) 2021-01-18 10:02:05 +02:00
dependabot[bot]
654ad02d8a Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 (#3323)
* Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 25.0.1 to 26.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v25.0.1...v26.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Clean up .eslintrc.json

* Autofix

* Temporarily disable `unicorn/consistent-destructuring`

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-18 10:01:39 +02:00
Daniel
f90e77e973 Merge pull request #3310 from ColorlibHQ/XhmikosR-patch-2
Flatten package-lock.json
2021-01-18 13:27:01 +05:30
XhmikosR
8cec597571 Flatten package-lock.json 2021-01-18 09:48:29 +02:00
Daniel
d7bfc108e4 Merge pull request #3322 from ColorlibHQ/dependabot/npm_and_yarn/pdfmake-0.1.70
Bump pdfmake from 0.1.69 to 0.1.70
2021-01-18 13:14:55 +05:30
Daniel
3892cdb63e Merge pull request #3328 from ColorlibHQ/XhmikosR-patch-4
package.json: run css-minify-splits in parallel
2021-01-18 13:11:15 +05:30
Daniel
41720b4ed1 Merge pull request #3324 from ColorlibHQ/dependabot/npm_and_yarn/eslint-7.18.0
Bump eslint from 7.17.0 to 7.18.0
2021-01-18 13:10:07 +05:30
Daniel
973b6f740f Merge pull request #3321 from ColorlibHQ/dependabot/npm_and_yarn/uplot-1.6.1
Bump uplot from 1.5.2 to 1.6.1
2021-01-18 13:09:23 +05:30
Daniel
9a047910db Merge pull request #3326 from ColorlibHQ/dependabot/npm_and_yarn/fullcalendar-5.5.1
Bump fullcalendar from 5.5.0 to 5.5.1
2021-01-18 13:08:24 +05:30
Daniel
b15bf9df3d Merge pull request #3325 from ColorlibHQ/dependabot/npm_and_yarn/fortawesome/fontawesome-free-5.15.2
Bump @fortawesome/fontawesome-free from 5.15.1 to 5.15.2
2021-01-18 13:07:34 +05:30
REJack
b987a13511 Merge pull request #3306 from danny007in/sidebar-scroll-fix
Sidebar scroll fixed (#3304)
2021-01-18 08:18:41 +01:00
XhmikosR
f17a735ff6 package.json: run css-minify-splits in parallel 2021-01-18 09:12:49 +02:00
dependabot[bot]
1b21096d8b Bump fullcalendar from 5.5.0 to 5.5.1
Bumps [fullcalendar](https://github.com/fullcalendar/fullcalendar) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar/compare/v5.5.0...v5.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-18 03:06:19 +00:00
dependabot[bot]
b6e582c2cc Bump @fortawesome/fontawesome-free from 5.15.1 to 5.15.2
Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 5.15.1 to 5.15.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/5.15.1...5.15.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-18 03:05:40 +00:00
dependabot[bot]
72ae6ede93 Bump eslint from 7.17.0 to 7.18.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.17.0 to 7.18.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.17.0...v7.18.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-18 03:05:04 +00:00
dependabot[bot]
424f92a338 Bump pdfmake from 0.1.69 to 0.1.70
Bumps [pdfmake](https://github.com/bpampuch/pdfmake) from 0.1.69 to 0.1.70.
- [Release notes](https://github.com/bpampuch/pdfmake/releases)
- [Changelog](https://github.com/bpampuch/pdfmake/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bpampuch/pdfmake/compare/0.1.69...0.1.70)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-18 03:03:48 +00:00
dependabot[bot]
fb7737ece7 Bump uplot from 1.5.2 to 1.6.1
Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.5.2 to 1.6.1.
- [Release notes](https://github.com/leeoniya/uPlot/releases)
- [Commits](https://github.com/leeoniya/uPlot/compare/1.5.2...1.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-18 03:03:11 +00:00
Daniel
151eefc778 Sidebar scroll fixed (#3304) 2021-01-16 13:26:02 +05:30
Daniel
39b5a9a883 Update postcss.config.js 2021-01-16 13:26:02 +05:30
Daniel
e1b6738fab postcss-scrollbar plugin installed 2021-01-14 15:58:04 +05:30
REJack
51f243e444 fix npm audit 2021-01-11 14:36:47 +01:00
REJack
3d6d6610e4 update plugin files 2021-01-11 14:35:52 +01:00
dependabot[bot]
699197be45 Bump rollup from 2.35.1 to 2.36.1 (#3303)
Bumps [rollup](https://github.com/rollup/rollup) from 2.35.1 to 2.36.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.35.1...v2.36.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 14:22:35 +01:00
dependabot[bot]
5adecb7539 Bump postcss from 8.2.2 to 8.2.4 (#3300)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.2 to 8.2.4.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.2...8.2.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 14:22:23 +01:00
dependabot[bot]
cfeea6a6aa Bump nodemon from 2.0.6 to 2.0.7 (#3302)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.6...v2.0.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 14:20:02 +01:00
dependabot[bot]
b6a4ac5d2d Bump jquery-validation from 1.19.2 to 1.19.3 (#3301)
Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.2 to 1.19.3.
- [Release notes](https://github.com/jquery-validation/jquery-validation/releases)
- [Changelog](https://github.com/jquery-validation/jquery-validation/blob/master/changelog.md)
- [Commits](https://github.com/jquery-validation/jquery-validation/compare/1.19.2...1.19.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 14:19:52 +01:00
dependabot[bot]
b1861ebf80 Bump datatables.net-responsive-bs4 from 2.2.6 to 2.2.7 (#3299)
Bumps [datatables.net-responsive-bs4](https://datatables.net) from 2.2.6 to 2.2.7.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 14:19:35 +01:00
dependabot[bot]
f3588ca158 Bump sweetalert2 from 10.12.7 to 10.13.0 (#3298)
Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 10.12.7 to 10.13.0.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2/compare/v10.12.7...v10.13.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 14:18:54 +01:00
dependabot[bot]
759c109c0d Bump autoprefixer from 10.1.0 to 10.2.1 (#3297)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.1.0 to 10.2.1.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.1.0...10.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 14:18:32 +01:00
dependabot[bot]
bb016c9ab5 Bump eslint-config-xo from 0.33.1 to 0.34.0 (#3296)
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.33.1 to 0.34.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.33.1...v0.34.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-11 14:18:16 +01:00
Alexander Kucheryuk
38d6c14437 Update docs (layout page) (#3292) 2021-01-09 10:05:59 +01:00
dependabot[bot]
eb5415413b Bump eslint from 7.16.0 to 7.17.0 (#3280)
Bumps [eslint](https://github.com/eslint/eslint) from 7.16.0 to 7.17.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.16.0...v7.17.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 06:37:32 +01:00
dependabot[bot]
f71d931898 Bump sweetalert2 from 10.12.6 to 10.12.7 (#3281)
Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 10.12.6 to 10.12.7.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2/compare/v10.12.6...v10.12.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 06:25:47 +01:00
dependabot[bot]
cf82eb6519 Bump codemirror from 5.59.0 to 5.59.1 (#3279)
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.59.0 to 5.59.1.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.59.0...5.59.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 06:25:29 +01:00
dependabot[bot]
872d5b3dfe Bump postcss from 8.2.1 to 8.2.2 (#3278)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.1...8.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 06:23:32 +01:00
dependabot[bot]
5545077dce Bump eslint-plugin-unicorn from 25.0.0 to 25.0.1 (#3277)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 25.0.0 to 25.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v25.0.0...v25.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 06:23:04 +01:00
Daniel
6fb29e917a Preloader Added 2021-01-05 07:04:04 +05:30
Daniel
469faf3ed5 Update .gitattributes (#3270) 2021-01-03 16:01:07 +01:00
REJack
e20bdb4c4f Merge pull request #3276 from danny007in/improve-sass
Removed Unused Sass Variables
2021-01-03 15:38:14 +01:00
Daniel
051a0f9bd0 Removed Unused Sass Variables
Fixed #3275
2021-01-03 16:01:05 +05:30
REJack
e4ab1e4737 fix small iframe bug 2021-01-01 14:29:57 +01:00
REJack
f5454e6906 update plugin files 2020-12-30 08:42:58 +01:00
REJack
e41e0401c0 Merge pull request #3265 from ColorlibHQ/dependabot/npm_and_yarn/eslint-plugin-unicorn-25.0.0
Bump eslint-plugin-unicorn from 23.0.0 to 25.0.0
2020-12-30 08:42:00 +01:00
Daniel
1ce6165330 Fixed Errors of PR - Bump eslint-plugin-unicorn from 23.0.0 to 25.0.0 (#3267)
Fixed Lint Errorshttps://github.com/ColorlibHQ/AdminLTE/pull/3265
2020-12-30 08:34:17 +01:00
REJack
955d89b08d fix content height bug (#3249) 2020-12-30 08:29:46 +01:00
REJack
8743991be9 Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE into master 2020-12-30 08:22:23 +01:00
REJack
f378e2f359 fix IFrame plugin for old browsers 2020-12-30 08:22:19 +01:00
dependabot[bot]
7898357115 Bump eslint-plugin-unicorn from 23.0.0 to 25.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 23.0.0 to 25.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v23.0.0...v25.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-29 07:17:26 +00:00
dependabot[bot]
656dbcd252 Bump overlayscrollbars from 1.13.0 to 1.13.1 (#3255)
Bumps [overlayscrollbars](https://github.com/KingSora/OverlayScrollbars) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/KingSora/OverlayScrollbars/releases)
- [Commits](https://github.com/KingSora/OverlayScrollbars/compare/v1.13.0...1.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 13:25:32 +01:00
dependabot[bot]
013e3fd9dd Bump sweetalert2 from 10.12.5 to 10.12.6 (#3260)
Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 10.12.5 to 10.12.6.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2/compare/v10.12.5...v10.12.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 12:52:53 +01:00
dependabot[bot]
c1e6adde00 Bump datatables.net-bs4 from 1.10.22 to 1.10.23 (#3259)
Bumps [datatables.net-bs4](https://datatables.net) from 1.10.22 to 1.10.23.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 12:47:58 +01:00
dependabot[bot]
2b13e12313 Bump codemirror from 5.58.3 to 5.59.0 (#3258)
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.58.3 to 5.59.0.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.58.3...5.59.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 12:47:15 +01:00
dependabot[bot]
eff57a834c Bump fullcalendar from 5.4.0 to 5.5.0 (#3256)
Bumps [fullcalendar](https://github.com/fullcalendar/fullcalendar) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar/compare/v5.4.0...v5.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 12:46:18 +01:00
dependabot[bot]
fbaaaf296d Bump eslint-plugin-compat from 3.8.0 to 3.9.0 (#3254)
Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases)
- [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/amilajack/eslint-plugin-compat/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 12:45:58 +01:00
dependabot[bot]
84c6a3fbcc Bump pdfmake from 0.1.68 to 0.1.69 (#3253)
Bumps [pdfmake](https://github.com/bpampuch/pdfmake) from 0.1.68 to 0.1.69.
- [Release notes](https://github.com/bpampuch/pdfmake/releases)
- [Changelog](https://github.com/bpampuch/pdfmake/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bpampuch/pdfmake/compare/0.1.68...0.1.69)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 12:45:46 +01:00
REJack
47fa82fec3 fix pagination with darkmode 2020-12-24 12:12:00 +01:00
REJack
c18b4d747c update plugins files 2020-12-23 08:17:49 +01:00
REJack
445382617c Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE 2020-12-23 08:13:07 +01:00
REJack
f8ce13b9fa fix iframe unique name with special chars 2020-12-23 08:13:02 +01:00
Daniel
cfd771cb3a Docs improve (#3246)
* Fixed Top nav demo img size

* Added Dark mode Info
2020-12-23 02:33:39 +01:00
Daniel
077599d1cc Layout Height Fixed (#3214) 2020-12-22 10:17:18 +01:00
dependabot[bot]
c426c01389 Bump uplot from 1.4.7 to 1.5.2 (#3242)
Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.4.7 to 1.5.2.
- [Release notes](https://github.com/leeoniya/uPlot/releases)
- [Commits](https://github.com/leeoniya/uPlot/compare/1.4.7...1.5.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-22 08:56:45 +01:00
dependabot[bot]
b99494d0aa Bump @babel/preset-env from 7.12.7 to 7.12.11 (#3241)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.7 to 7.12.11.
- [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.12.11/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-22 08:56:31 +01:00
dependabot[bot]
92a53b9de7 Bump rollup from 2.34.2 to 2.35.1 (#3240)
Bumps [rollup](https://github.com/rollup/rollup) from 2.34.2 to 2.35.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.34.2...v2.35.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-22 08:56:15 +01:00
Daniel
93c155bb7a Bug fixed in iFrame.js (#3235)
Done #3233 with lgtm warning fixed
2020-12-22 08:45:59 +01:00
dependabot[bot]
16a0202883 Bump datatables.net from 1.10.22 to 1.10.23 (#3238)
Bumps [datatables.net](https://github.com/DataTables/Dist-DataTables) from 1.10.22 to 1.10.23.
- [Release notes](https://github.com/DataTables/Dist-DataTables/releases)
- [Commits](https://github.com/DataTables/Dist-DataTables/compare/1.10.22...1.10.23)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-22 08:45:18 +01:00
dependabot[bot]
c6bf0ab2f5 Bump jekyll from 4.1.1 to 4.2.0 in /docs (#3237)
Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/jekyll/jekyll/releases)
- [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown)
- [Commits](https://github.com/jekyll/jekyll/compare/v4.1.1...v4.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-22 08:45:05 +01:00
dependabot[bot]
824b5167dd Bump eslint from 7.15.0 to 7.16.0 (#3239)
Bumps [eslint](https://github.com/eslint/eslint) from 7.15.0 to 7.16.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.15.0...v7.16.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-22 08:44:39 +01:00
dependabot[bot]
c82effea25 Bump autoprefixer from 10.0.4 to 10.1.0 (#3227)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.4 to 10.1.0.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.0.4...10.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-22 08:44:09 +01:00
dependabot[bot]
4803bdd539 Bump sweetalert2 from 10.12.0 to 10.12.5 (#3225)
Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 10.12.0 to 10.12.5.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2/compare/v10.12.0...v10.12.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-22 08:43:47 +01:00
dependabot[bot]
9bdb706eb1 Bump postcss-cli from 8.3.0 to 8.3.1 (#3224)
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/8.3.0...8.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-22 08:42:47 +01:00
dependabot[bot]
018363305a Bump postcss from 8.1.10 to 8.2.1 (#3223)
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.10 to 8.2.1.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.1.10...8.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-22 08:35:03 +01:00
dependabot[bot]
2ccd23dfa1 Bump @babel/core from 7.12.9 to 7.12.10 (#3222)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.9 to 7.12.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.12.10/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-22 08:34:18 +01:00
Guido Percú
c10895b37e Fix link to latest release (#3216) 2020-12-12 16:17:11 +01:00
dependabot[bot]
3d1a18b5ac Bump ini from 1.3.5 to 1.3.7 (#3213)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-10 18:20:14 +01:00
REJack
03c0415d63 Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE 2020-12-09 08:36:38 +01:00
REJack
be92d809c6 add os-theme switch in demo.js 2020-12-09 08:36:35 +01:00
dependabot[bot]
791daf70f9 Bump sweetalert2 from 10.10.2 to 10.12.0 (#3203)
Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 10.10.2 to 10.12.0.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2/compare/v10.10.2...v10.12.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 09:40:45 +01:00
REJack
dd6d16ef32 Merge pull request #3184 from danny007in/postcss-updated
Postcss devDep updated
2020-12-07 08:45:18 +01:00
REJack
1d6417db57 Merge branch 'master' into postcss-updated 2020-12-07 08:27:56 +01:00
Daniel
d4f3b4e27e Docs improve for Adminlte 33.1 (#3196)
Added Contributing Guide in Docs.
Added CDN link of jsDelivr.
Improved some info.
2020-12-07 08:06:46 +01:00
dependabot[bot]
995d335fcd Bump datatables.net-colreorder-bs4 from 1.5.2 to 1.5.3 (#3202)
Bumps [datatables.net-colreorder-bs4](https://datatables.net) from 1.5.2 to 1.5.3.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 08:05:16 +01:00
dependabot[bot]
0d24490807 Bump eslint from 7.14.0 to 7.15.0 (#3201)
Bumps [eslint](https://github.com/eslint/eslint) from 7.14.0 to 7.15.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.14.0...v7.15.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 08:04:41 +01:00
dependabot[bot]
970cead1e2 Bump uplot from 1.4.6 to 1.4.7 (#3200)
Bumps [uplot](https://github.com/leeoniya/uPlot) from 1.4.6 to 1.4.7.
- [Release notes](https://github.com/leeoniya/uPlot/releases)
- [Commits](https://github.com/leeoniya/uPlot/compare/1.4.6...1.4.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 08:04:22 +01:00
dependabot[bot]
0267aaa4ab Bump @rollup/plugin-babel from 5.2.1 to 5.2.2 (#3199)
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/babel-v5.2.1...babel-v5.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 08:04:07 +01:00
dependabot[bot]
3741399f67 Bump rollup from 2.34.0 to 2.34.2 (#3198)
Bumps [rollup](https://github.com/rollup/rollup) from 2.34.0 to 2.34.2.
- [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.34.0...v2.34.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 08:03:52 +01:00
dependabot[bot]
04998f1bde Bump datatables.net-searchpanes-bs4 from 1.2.1 to 1.2.2 (#3197)
Bumps [datatables.net-searchpanes-bs4](https://github.com/DataTables/Dist-DataTables-SearchPanes-Bootstrap4) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/DataTables/Dist-DataTables-SearchPanes-Bootstrap4/releases)
- [Commits](https://github.com/DataTables/Dist-DataTables-SearchPanes-Bootstrap4/compare/1.2.1...1.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 08:03:33 +01:00
REJack
197f569b9b Update .bundlewatch.config.json 2020-12-07 07:57:27 +01:00
REJack
e706738387 fix transition conflict in sidebar search 2020-12-04 09:17:39 +01:00
REJack
230c86dc71 fix visible control sidebar on side 2020-12-04 09:11:51 +01:00
REJack
f17c1c4d68 fix demo.js 2020-12-04 09:11:21 +01:00
REJack
d0cf068950 fixed navbar color input styles 2020-12-04 09:10:22 +01:00
REJack
bfc26debdc Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE 2020-12-03 11:03:10 +01:00
REJack
44817489a2 rework demo.js 2020-12-03 11:02:40 +01:00
REJack
72f254320f fix layout-fixed main-/control-sidebar height 2020-12-03 10:57:51 +01:00
REJack
d89b887d36 fix class name in main-header docs 2020-12-03 10:57:15 +01:00
REJack
0421dca188 fixed control-siderbar with fixed footer/navbar 2020-12-03 10:56:53 +01:00
REJack
1010ccaade Merge pull request #3185 from ColorlibHQ/fix-lgtm-unused-local-variable
lgtm fixes part two
2020-12-02 10:15:55 +01:00
REJack
d905bd027f add nav-tabs link to accent override 2020-12-02 10:09:15 +01:00
REJack
22791b6b17 Merge pull request #3186 from ColorlibHQ/feat/navbar-search
navbar search
2020-12-02 09:50:32 +01:00
REJack
983f225d6a change comment again (try no. 3) 2020-12-02 09:48:06 +01:00
REJack
264dac1178 add docs 2020-12-02 09:34:15 +01:00
REJack
9a4b838251 rename site-search to navbar-search 2020-12-02 09:34:04 +01:00
REJack
260e610e65 add site-search-block scss script 2020-12-02 09:25:20 +01:00
REJack
700e5a0784 update SiteSearch.js 2020-12-02 09:24:43 +01:00
REJack
ede87c4e6c add site-search markup 2020-12-02 09:24:29 +01:00
REJack
8240412de9 using /* */ comment to avoid warning 2020-12-02 08:54:21 +01:00
REJack
2fccc04016 add sitesearch in AdminLTE.js 2020-12-02 08:51:13 +01:00
REJack
63eff3a60f first changes 2020-12-02 08:50:58 +01:00
REJack
90527a83d1 new try to avoid lgtm unused-local-variable warning 2020-12-02 08:38:35 +01:00
REJack
5d4ed59ba9 fix SidebarSearch 2020-12-02 08:35:47 +01:00
REJack
7985fb6b95 try to avoid lgtm unused-local-variable alert 2020-12-02 08:26:31 +01:00
Daniel
3fcba915f5 Postcss updated
Postcss updated to lated version in packages.json
2020-12-01 15:03:57 +05:30
dependabot[bot]
86af2757ac Bump eslint-plugin-unicorn from 22.0.0 to 23.0.0 (#3174)
* Bump eslint-plugin-unicorn from 22.0.0 to 23.0.0

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 22.0.0 to 23.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v22.0.0...v23.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Update Layout.js

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-30 14:46:19 +02:00
REJack
c6926a5eea Merge pull request #3181 from ColorlibHQ/lgtm-test
fix lgtm warnings/recommendations
2020-11-30 10:02:54 +01:00
REJack
120844862f escape navItem & tabItem in IFrame.js 2020-11-30 09:50:19 +01:00
REJack
ac94d081d4 fix js warnings in pages 2020-11-30 09:43:41 +01:00
REJack
a2d25ca035 ignore lgtm unused-local-variable warning in dashboard js files 2020-11-30 09:43:22 +01:00
REJack
480b63121c escape results in SidebarSearch 2020-11-30 09:42:38 +01:00
dependabot[bot]
2163278b93 Bump @babel/preset-env from 7.11.5 to 7.12.7 (#3179)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.11.5 to 7.12.7.
- [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.12.7/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 09:37:49 +01:00
REJack
da94ddd415 add escape around _renderItem in SidebarSearch.js 2020-11-30 09:31:53 +01:00
dependabot[bot]
8210495300 Bump @babel/core from 7.11.6 to 7.12.9 (#3178)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.6 to 7.12.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.12.9/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 09:19:14 +01:00
dependabot[bot]
96e9587f76 Bump nodemon from 2.0.4 to 2.0.6 (#3177)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.4 to 2.0.6.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.4...v2.0.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 09:19:04 +01:00
dependabot[bot]
22cd1bf76f Bump browser-sync from 2.26.12 to 2.26.13 (#3176)
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.26.12 to 2.26.13.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.26.12...v2.26.13)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 09:16:44 +01:00
dependabot[bot]
bb0f499dea Bump stylelint from 13.7.2 to 13.8.0 (#3175)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.2 to 13.8.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.7.2...13.8.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 09:16:34 +01:00
REJack
b0f9c48ea5 try to fix SidebarSearch xss error 2020-11-30 09:03:15 +01:00
dependabot[bot]
8974feb54c Bump rollup from 2.33.3 to 2.34.0 (#3173)
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.3 to 2.34.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.33.3...v2.34.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 08:55:14 +01:00
dependabot[bot]
f0fc1ac916 Bump eslint-config-xo from 0.32.1 to 0.33.1 (#3172)
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.32.1 to 0.33.1.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.32.1...v0.33.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 08:54:59 +01:00
dependabot[bot]
21ab3e8f38 Bump terser from 5.5.0 to 5.5.1 (#3171)
Bumps [terser](https://github.com/terser/terser) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.5.0...v5.5.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 08:54:42 +01:00
dependabot[bot]
212262a27a Bump node-sass from 4.14.1 to 5.0.0 (#3170)
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 5.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 08:54:15 +01:00
REJack
73a20bcc57 Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE 2020-11-30 08:46:55 +01:00
REJack
acb1cdfebe fix overlapping scroll content in kanban board 2020-11-30 08:46:50 +01:00
REJack
eb0caf5b30 small navbar/sidebar dark-mode fixes 2020-11-30 08:45:57 +01:00
Daniel
87e5dab29c Fixed: Top Nav Page has sidebar with blank in v3.1.0-rc (#3164)
Fixed #3163
2020-11-29 03:59:33 +01:00
REJack
5fc36f6176 update uplot 2020-11-29 03:57:24 +01:00
REJack
2c98813cc1 fix sidebar-mini(-md/-xs) collapse bugs 2020-11-27 12:39:53 +01:00
REJack
0a96b70edb bump bundlewatch sizes 2020-11-27 12:07:49 +01:00
REJack
f23b9135e0 rework sidebar & sidebar-mini
- add sidebar-mini-xs
- fixed sidebar-mini with nav-sidebar custom classes
2020-11-27 12:04:42 +01:00
REJack
3d4e523b59 remove console.log from ControlSidebar 2020-11-27 10:46:57 +01:00
Daniel
b4ea60504c html bug fix (#3161)
Resolved this html
2020-11-27 10:31:35 +01:00
REJack
29c2375e2b enhance ControlSidebar.js
- add abilty to set target
- fix show control-sidebar on page load
2020-11-27 10:21:42 +01:00
Daniel
48ceaed751 sidebar upgradeed (#3159)
Removed Unnecessary Code
And
Sidebar improved (Can work smothly without overlayscroll plugin)
2020-11-27 09:21:15 +01:00
REJack
b835bb678b rework content height events
- add mouse enter/leave event
- add timeout on expand/collapse sidebar event
2020-11-26 16:15:10 +01:00
REJack
8196efdc5e fix min-height calculation with controlSidebar 2020-11-26 15:39:31 +01:00
REJack
7a539747cc Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE 2020-11-26 15:06:52 +01:00
REJack
2a0b797a0d remove demo control-sidebar content in top-nav demos 2020-11-26 15:06:49 +01:00
REJack
407a21f615 Merge pull request #3158 from danny007in/footer-bug-fix
footer height bug fix
2020-11-26 14:59:44 +01:00
Daniel
fb6cb75e7c footer height bug fix
Fixed  #3150
2020-11-26 17:42:47 +05:30
REJack
48261ff518 Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE 2020-11-26 11:42:36 +01:00
REJack
b2ab691079 add missing variable for parts building 2020-11-26 11:42:18 +01:00
REJack
bbeaa0ca49 Merge pull request #3151 from danny007in/handle-long-text-in-sidebar
CSS sidebar classes to handle long text #2816 in scss
2020-11-26 08:32:38 +01:00
REJack
90910da8ee rework modal overlay 2020-11-26 08:30:52 +01:00
Daniel
fb520edac4 CSS sidebar classes to handle long text #2816 in scss
did in scsss #2816
2020-11-26 10:44:25 +05:30
REJack
b1b8613882 update docs assets 2020-11-25 11:56:56 +01:00
REJack
5ac281611b rebuild dist files 2020-11-25 11:56:12 +01:00
REJack
17aea0e4ef Merge pull request #3146 from danny007in/layout-size-fix
layout size bug fixed
2020-11-25 11:51:19 +01:00
REJack
3b6279ac38 fix faq demo links 2020-11-25 11:16:29 +01:00
REJack
087891fdf7 build dist files 2020-11-25 10:33:30 +01:00
REJack
82fb5d5f80 update dependencies 2020-11-25 10:31:52 +01:00
REJack
12c6c12907 add missing plugin notice 2020-11-25 10:15:53 +01:00
REJack
2ee68002ab fix version dropdown in docs 2020-11-25 10:13:29 +01:00
REJack
784eae413d update docs link 2020-11-25 10:12:46 +01:00
Daniel
0a70c3c89f layout size bug fixed 2020-11-25 14:22:20 +05:30
REJack
5993872f8b build dist files 2020-11-25 09:16:01 +01:00
REJack
ba3bf53809 bump version to v3.1.0-rc 2020-11-25 09:15:50 +01:00
REJack
a2df402653 update codemirror plugin files 2020-11-25 09:00:43 +01:00
REJack
4bbf746378 update plugin files 2020-11-25 09:00:26 +01:00
REJack
a33f74e503 add uplot charts 2020-11-25 08:59:41 +01:00
REJack
6b48a268c5 Merge pull request #3069 from ColorlibHQ/feat/iframe-plugin
IFrame plugin
2020-11-25 07:58:23 +01:00
Daniel
5d10674dc5 Update README.md (#3118)
Co-authored-by: REJack <info@rejack.de>
2020-11-25 07:53:27 +01:00
Nisar Hassan Naqvi
dfdb0f0665 make contributions easier via automating the dev setup. (#3110) 2020-11-25 07:51:27 +01:00
Michael Yang
a182ecfa69 Update _main-sidebar.scss (#3082)
fixed scrollbar show in sidebar
2020-11-25 07:50:13 +01:00
REJack
72ed5c36d4 bump bundlewatch sizes 2020-11-25 07:48:43 +01:00
dependabot[bot]
82d6e78508 Bump terser from 5.3.2 to 5.5.0 (#3142)
Bumps [terser](https://github.com/terser/terser) from 5.3.2 to 5.5.0.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.3.2...v5.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 07:47:52 +01:00
dependabot[bot]
2997df7d63 Bump rollup from 2.28.2 to 2.33.3 (#3141)
Bumps [rollup](https://github.com/rollup/rollup) from 2.28.2 to 2.33.3.
- [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.28.2...v2.33.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 07:47:30 +01:00
REJack
1b6767c07a Merge remote-tracking branch 'origin/master' into feat/iframe-plugin 2020-11-25 07:44:25 +01:00
dependabot[bot]
8e19ff2774 Bump codemirror from 5.58.0 to 5.58.3 (#3140)
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.58.0 to 5.58.3.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.58.0...5.58.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 07:36:01 +01:00
dependabot[bot]
7966285c3a Bump eslint from 7.10.0 to 7.14.0 (#3139)
Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.14.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.10.0...v7.14.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 07:35:48 +01:00
dependabot[bot]
f0c5ef275b Bump jekyll-seo-tag from 2.6.1 to 2.7.1 in /docs (#3098)
Bumps [jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag) from 2.6.1 to 2.7.1.
- [Release notes](https://github.com/jekyll/jekyll-seo-tag/releases)
- [Changelog](https://github.com/jekyll/jekyll-seo-tag/blob/master/History.markdown)
- [Commits](https://github.com/jekyll/jekyll-seo-tag/compare/v2.6.1...v2.7.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 07:35:30 +01:00
dependabot[bot]
cb8dcbfd70 Bump moment from 2.29.0 to 2.29.1 (#3091)
Bumps [moment](https://github.com/moment/moment) from 2.29.0 to 2.29.1.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.0...2.29.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 07:35:13 +01:00
dependabot[bot]
4f5da1f135 Bump @fortawesome/fontawesome-free from 5.14.0 to 5.15.1 (#3090)
Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 5.14.0 to 5.15.1.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/5.14.0...5.15.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 07:34:40 +01:00
dependabot[bot]
8cb546b453 Bump datatables.net-buttons-bs4 from 1.6.4 to 1.6.5 (#3088)
Bumps [datatables.net-buttons-bs4](https://datatables.net) from 1.6.4 to 1.6.5.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 07:34:28 +01:00
dependabot[bot]
0baf962241 Bump bundlewatch from 0.2.7 to 0.3.1 (#3077)
Bumps [bundlewatch](https://github.com/bundlewatch/bundlewatch) from 0.2.7 to 0.3.1.
- [Release notes](https://github.com/bundlewatch/bundlewatch/releases)
- [Commits](https://github.com/bundlewatch/bundlewatch/compare/v0.2.7...v0.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 07:34:01 +01:00
dependabot[bot]
5b590f4450 Bump postcss-cli from 7.1.1 to 7.1.2 (#3076)
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/7.1.1...7.1.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 07:33:51 +01:00
dependabot[bot]
aab8ff9605 Bump stylelint-config-twbs-bootstrap from 2.0.3 to 2.1.0 (#3074)
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v2.0.3...v2.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-25 07:33:32 +01:00
REJack
218376c64c fix html validator error 2020-11-25 07:33:04 +01:00
REJack
e7d9ce7ec1 npm audit fix 2020-11-24 09:39:24 +01:00
REJack
1f7db49d54 add datatables searchpanes plugin 2020-11-24 09:38:21 +01:00
REJack
f163e3c43b small demo adjustments 2020-11-24 09:28:49 +01:00
REJack
fe3bce3398 add card with image overlay demo 2020-11-24 09:27:57 +01:00
REJack
290738e916 add .main-header.dropdown-offset-legacy 2020-11-24 08:54:03 +01:00
REJack
78a6403f2b update plugin files 2020-11-24 08:16:03 +01:00
REJack
45cd9f6645 rename .fullscreen-mode to .iframe-mode-fullscreen 2020-10-03 15:43:47 +02:00
REJack
865fc053fa add iframe fullscreen mode 2020-10-03 15:43:15 +02:00
REJack
113a477618 add scroll buttons for navbar items 2020-10-03 15:12:06 +02:00
REJack
98962aeab7 enhance removeActiveTab 2020-10-03 14:31:11 +02:00
REJack
fdaedac545 fix menu links 2020-10-03 14:30:19 +02:00
REJack
16b7b87af4 Merge branch 'feat/iframe-plugin' of https://github.com/ColorlibHQ/AdminLTE into feat/iframe-plugin 2020-10-01 13:57:55 +02:00
REJack
b9e718406b bump bundlewatch js sizes 2020-10-01 13:57:36 +02:00
REJack
81b9131269 Merge branch 'master' into feat/iframe-plugin 2020-10-01 13:11:46 +02:00
Cleverson
0c3f82bc58 Smileyzn close button patch 1 (#3049)
* Removed box shadow from page-link class

Removed box shadow from page-link class

* Add close span import

Let's fix close button on dialogs like modals etc.

* Fix outline for close button

Fix outline for close button

* Fixed whitespace

Fixed whitespace
2020-09-30 14:04:10 +02:00
REJack
96836c0f85 finish iframe docs 2020-09-30 09:04:42 +02:00
REJack
a772df102d rework methods 2020-09-30 09:04:29 +02:00
REJack
15e92b4546 place iframe.html sidebar menu item 2020-09-30 09:03:11 +02:00
REJack
4b567affcd add iframe docs (1st version) 2020-09-29 15:13:49 +02:00
REJack
f0f59489f0 fix tab events 2020-09-29 08:48:41 +02:00
REJack
39f9e9e8a8 add usage for useNavbarItems 2020-09-29 08:44:17 +02:00
REJack
94867cd6b5 rename events to onTab* instead of tab* 2020-09-29 08:27:43 +02:00
dependabot[bot]
c29e2c57c9 Bump eslint-plugin-import from 2.22.0 to 2.22.1 (#3058)
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.22.0 to 2.22.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 09:16:22 +02:00
dependabot[bot]
0d6c6849c9 Bump stylelint from 13.6.1 to 13.7.2 (#3057)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.6.1 to 13.7.2.
- [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.6.1...13.7.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 09:16:08 +02:00
dependabot[bot]
e2a579fd8d Bump terser from 5.3.1 to 5.3.2 (#3061)
Bumps [terser](https://github.com/terser/terser) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.3.1...v5.3.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 08:48:13 +02:00
REJack
88b30801f3 fix new eslint errors since v7.10.0 (#3064) 2020-09-28 08:25:39 +02:00
REJack
e00dce43d9 add missing form-control borrder only docs info (#3063) 2020-09-28 08:25:14 +02:00
dependabot[bot]
c195816e4f Bump moment from 2.28.0 to 2.29.0 (#3062)
Bumps [moment](https://github.com/moment/moment) from 2.28.0 to 2.29.0.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.28.0...2.29.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 08:24:43 +02:00
dependabot[bot]
3f3b153733 Bump eslint-plugin-unicorn from 21.0.0 to 22.0.0 (#3060)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 21.0.0 to 22.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v21.0.0...v22.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 08:24:27 +02:00
dependabot[bot]
c58530fa90 Bump @rollup/plugin-babel from 5.1.0 to 5.2.1 (#3059)
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins) from 5.1.0 to 5.2.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/wasm-v5.1.0...babel-v5.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 08:24:16 +02:00
dependabot[bot]
e75ab5ea33 Bump rollup from 2.26.11 to 2.28.2 (#3056)
Bumps [rollup](https://github.com/rollup/rollup) from 2.26.11 to 2.28.2.
- [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.26.11...v2.28.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 08:23:35 +02:00
dependabot[bot]
fc1e85f6e3 Bump eslint from 7.9.0 to 7.10.0 (#3055)
Bumps [eslint](https://github.com/eslint/eslint) from 7.9.0 to 7.10.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.9.0...v7.10.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 08:19:34 +02:00
dependabot[bot]
9b38c0d2d5 Bump @sweetalert2/theme-bootstrap-4 from 3.2.0 to 4.0.0 (#3053)
Bumps [@sweetalert2/theme-bootstrap-4](https://github.com/sweetalert2/sweetalert2-themes) from 3.2.0 to 4.0.0.
- [Release notes](https://github.com/sweetalert2/sweetalert2-themes/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2-themes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2-themes/compare/v3.2.0...v4.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 08:11:49 +02:00
dependabot[bot]
a68023d47d Bump sweetalert2 from 9.17.2 to 10.3.5 (#3054)
Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 9.17.2 to 10.3.5.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2/compare/v9.17.2...v10.3.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 08:11:26 +02:00
REJack
4ead90db62 Merge pull request #3046 from ColorlibHQ/feat/new-form-button-styles
new styles and demos
2020-09-25 13:49:49 +02:00
REJack
5d434cb80f fix html validator errors 2020-09-25 12:38:53 +02:00
REJack
4bf3a3ec84 raise bundlewatch limits 2020-09-25 12:35:13 +02:00
Cleverson
d01e1ac22f Removed box shadow from page-link class (#3048)
Removed box shadow from page-link class
2020-09-24 22:52:30 +02:00
REJack
0ec522caa2 fix tfoot padding in .card-body.p-0 2020-09-24 11:16:02 +02:00
REJack
04d78d238b add dark-mode checkbox in demo.js 2020-09-24 11:03:13 +02:00
REJack
3311b2ca92 add kanban demo 2020-09-24 10:58:07 +02:00
REJack
1b328391c6 add kanban style 2020-09-24 10:57:36 +02:00
REJack
37a83c86fa small dark-mode fixes 2020-09-24 10:57:27 +02:00
REJack
ee814eb531 finish dark-mode overrides 2020-09-24 09:08:20 +02:00
REJack
377a00f0cb small html corrections 2020-09-24 09:07:55 +02:00
REJack
08151496fc add dark-mode in some components 2020-09-23 16:08:15 +02:00
REJack
89c19af33c remove text-dark on content header 2020-09-23 09:50:37 +02:00
REJack
1871f1d45d update docs/layout 2020-09-23 08:51:41 +02:00
REJack
89dbc4c8de add custom-control-input-outline for checkbox & radio 2020-09-23 08:46:54 +02:00
REJack
0c91826f12 add button with icons demo in ui/buttons 2020-09-23 08:13:56 +02:00
REJack
fd734c977a add custom-control-input color variations 2020-09-22 15:21:52 +02:00
REJack
e8744690ce add three new styles examples in forms/general 2020-09-22 15:02:28 +02:00
REJack
e4bc0c45c9 added .form-control-border 2020-09-22 15:01:56 +02:00
REJack
6e26bc3485 fix input-group-text font-size with body.text-sm (#3045) 2020-09-22 14:34:16 +02:00
REJack
3876bfdd29 fix direct-chat classes in pages/widgets (#3044) 2020-09-22 14:23:49 +02:00
REJack
24ce21a5c3 Merge pull request #3042 from mineminemine/fix/info-box
Fix/info box
2020-09-22 14:23:31 +02:00
Ryan
6eab10b0ba line-height with percentage seems to behave weirdly in IE 2020-09-22 12:05:02 +08:00
Ryan
ba9cf441cb Fix for Info Box when on IE11
Fixes info box displaying incorrectly when using IE11 (not sure for older versions) and also change text for the shadow info box so it will appear better for smaller screens (without having to use text-wrap).
2020-09-22 11:30:19 +08:00
REJack
9236727125 Merge pull request #3041 from ColorlibHQ/feat/update-plugins
update plugins
2020-09-21 11:50:00 +02:00
REJack
e8476fa5a4 update plugins 2020-09-21 11:43:11 +02:00
REJack
835d48fbb2 update to fullcalendar dist version 2020-09-21 11:39:44 +02:00
dependabot[bot]
f7911fe077 Bump @fullcalendar/daygrid from 4.4.2 to 5.3.2 (#3022)
Bumps [@fullcalendar/daygrid](https://github.com/fullcalendar/fullcalendar) from 4.4.2 to 5.3.2.
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar/compare/v4.4.2...v5.3.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 11:14:08 +02:00
dependabot[bot]
f1e5aac2a2 Bump datatables.net-responsive-bs4 from 2.2.5 to 2.2.6 (#3035)
Bumps [datatables.net-responsive-bs4](https://datatables.net) from 2.2.5 to 2.2.6.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 11:13:46 +02:00
dependabot[bot]
171c4270c8 Bump @babel/preset-env from 7.11.0 to 7.11.5 (#3034)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.11.0 to 7.11.5.
- [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.11.5/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 11:12:59 +02:00
dependabot[bot]
f59da2129d Bump @fullcalendar/timegrid from 4.4.2 to 5.3.1 (#3007)
Bumps [@fullcalendar/timegrid](https://github.com/fullcalendar/fullcalendar) from 4.4.2 to 5.3.1.
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar/compare/v4.4.2...v5.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 11:12:19 +02:00
dependabot[bot]
49f2621e6f Bump datatables.net-keytable-bs4 from 2.5.2 to 2.5.3 (#3033)
Bumps [datatables.net-keytable-bs4](https://datatables.net) from 2.5.2 to 2.5.3.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 11:11:49 +02:00
dependabot[bot]
8284cdc1da Bump moment from 2.27.0 to 2.28.0 (#3036)
Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.28.0.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.27.0...2.28.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 11:11:24 +02:00
dependabot[bot]
a0e1e81149 Bump datatables.net from 1.10.21 to 1.10.22 (#3037)
Bumps [datatables.net](https://github.com/DataTables/Dist-DataTables) from 1.10.21 to 1.10.22.
- [Release notes](https://github.com/DataTables/Dist-DataTables/releases)
- [Commits](https://github.com/DataTables/Dist-DataTables/compare/1.10.21...1.10.22)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 11:11:09 +02:00
dependabot[bot]
bd6b7a6d89 Bump @babel/core from 7.11.1 to 7.11.6 (#3038)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.1 to 7.11.6.
- [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.11.6/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 11:10:53 +02:00
dependabot[bot]
0f2ba49fae Bump @fullcalendar/interaction from 4.4.2 to 5.3.1 (#3004)
Bumps [@fullcalendar/interaction](https://github.com/fullcalendar/fullcalendar) from 4.4.2 to 5.3.1.
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar/compare/v4.4.2...v5.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 11:09:12 +02:00
dependabot[bot]
7c8f45ebcf Bump @fullcalendar/bootstrap from 4.4.2 to 5.3.1 (#3003)
Bumps [@fullcalendar/bootstrap](https://github.com/fullcalendar/fullcalendar) from 4.4.2 to 5.3.1.
- [Release notes](https://github.com/fullcalendar/fullcalendar/releases)
- [Changelog](https://github.com/fullcalendar/fullcalendar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fullcalendar/fullcalendar/compare/v4.4.2...v5.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 11:08:45 +02:00
REJack
432be77df0 fix background-gradient-variant deprecated warning (#3040) 2020-09-21 11:03:47 +02:00
Shailesh Ladumor
41c9588cb9 docs: Video tutorial link add into docs (#3032) 2020-09-21 10:54:35 +02:00
REJack
99a1632731 Merge pull request #3039 from ColorlibHQ/feat/some-plugin-fixes
some plugin fixes
2020-09-21 10:45:22 +02:00
Ryan
32a760a47d Fix for sidebar searching when there are no sidebar to search (#3010)
* added examples for box shadows

Add some examples for shadows on certain elements/widgets like the cards or tables; mainly to help with color contrasting since the body background has a similar color / tone with the element/widget's background

* Revert "added examples for box shadows"

This reverts commit 3aa62588db.

* Fix sidebar searching

If there are no data-widget: "sidebar-search" found, then stop init()
2020-09-21 10:33:44 +02:00
REJack
06b7deef80 fix tooltip in maximized card 2020-09-21 10:20:07 +02:00
REJack
ee590b0645 update control-sidebar methods in docs 2020-09-21 09:32:01 +02:00
REJack
209075b504 fix mulitple level dropdown-menu overlapping 2020-09-21 09:28:14 +02:00
REJack
e257bffd0d add posibile fix to use multiple sidebar treeviews 2020-09-21 09:12:41 +02:00
REJack
fd07c05d2d last few changes
- fix sidebar menu item name (remove badge text)
- add removeActiveTab and event listener
2020-09-20 11:18:05 +02:00
REJack
1058af118a rework navbar to be scrollable 2020-09-20 11:16:39 +02:00
REJack
0cfe854c71 add ability to set menu items active 2020-09-20 10:55:39 +02:00
REJack
18aeaed0a6 add event callback's (tabClicked, tabChanged, tabCreated) 2020-09-20 10:07:34 +02:00
REJack
b4b92be945 add ability to use navbar items 2020-09-20 09:59:23 +02:00
REJack
3a12dce448 add tab loading screen with delay 2020-09-19 14:51:15 +02:00
REJack
5bf7e0346b fix iframe height setter 2020-09-19 14:16:39 +02:00
REJack
563a91d15a add panelAutoHeightMode in Layout.js 2020-09-19 14:15:59 +02:00
REJack
349b501c27 further progress
- fix tab creation
- fix tab switching
- add auto open tab on creation
- add auto iframe mode for easy adaption
- add switchTab method
2020-09-19 14:00:55 +02:00
REJack
973377e5df remove active menu in sidebar 2020-09-19 13:51:01 +02:00
REJack
b810326bb8 further changes
- add empty tab
- fix tab switching
- add _fixHeight
2020-09-18 12:54:44 +02:00
REJack
a298bab35d start iframe plugin 2020-09-16 15:32:22 +02:00
dependabot[bot]
2cb8bb72a7 Bump rollup from 2.23.0 to 2.26.11 (#3021)
Bumps [rollup](https://github.com/rollup/rollup) from 2.23.0 to 2.26.11.
- [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.23.0...v2.26.11)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-16 13:44:04 +02:00
dependabot[bot]
b62d3b20df Bump terser from 4.8.0 to 5.3.1 (#3020)
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 5.3.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v4.8.0...v5.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-16 13:43:45 +02:00
dependabot[bot]
4ca888e427 Bump eslint from 7.5.0 to 7.9.0 (#3019)
Bumps [eslint](https://github.com/eslint/eslint) from 7.5.0 to 7.9.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.5.0...v7.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-16 13:42:59 +02:00
dependabot[bot]
ec6425d99d Bump inputmask from 5.0.3 to 5.0.5 (#2963)
Bumps [inputmask](https://github.com/RobinHerbots/Inputmask) from 5.0.3 to 5.0.5.
- [Release notes](https://github.com/RobinHerbots/Inputmask/releases)
- [Changelog](https://github.com/RobinHerbots/Inputmask/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/RobinHerbots/Inputmask/compare/5.0.3...5.0.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-14 12:53:55 +02:00
dependabot[bot]
cc9766d607 Bump bootstrap from 4.4.1 to 4.5.2 (#2961)
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.4.1 to 4.5.2.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.4.1...v4.5.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-14 12:53:43 +02:00
dependabot[bot]
443bb31418 Bump datatables.net-buttons-bs4 from 1.6.2 to 1.6.3 (#2959)
Bumps [datatables.net-buttons-bs4](https://datatables.net) from 1.6.2 to 1.6.3.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-14 12:53:15 +02:00
REJack
80f96916e0 Merge pull request #3024 from ColorlibHQ/feat/new-example-pages
new example pages
2020-09-14 12:52:23 +02:00
REJack
dc00689d30 fix html validator errors/warnings 2020-09-14 11:54:09 +02:00
REJack
12c4eb90e4 fix active menu in contact-us & faq 2020-09-14 11:49:17 +02:00
REJack
6feb219d8b small contact-us changes 2020-09-14 11:43:49 +02:00
REJack
45c694fdc4 finish contact-us and place menu item 2020-09-14 11:41:18 +02:00
REJack
0384c30f8e add faq & contact us(not finish) demo 2020-09-11 17:08:08 +02:00
Ryan
48743c7dee Small fix for TodoList plugin (#3013)
Properly attach the event listener to the correct selector and fix on the options passed on in the JQuery API. However, a new bug comes from this fix when both data-widget and Jquery API is set where the event listener will be triggered twice
2020-09-11 11:57:33 +02:00
REJack
444b95ff48 rework login & register menu items in sidebar 2020-09-11 11:33:57 +02:00
REJack
e6965ff86a add forgot password v2 demo 2020-09-11 11:28:16 +02:00
REJack
758936a97a add search forms & results (simple & enhanced) 2020-09-11 11:20:30 +02:00
REJack
2ad27011ed add datatables button example 2020-09-11 09:50:09 +02:00
dependabot[bot]
16b4d30d31 Bump @babel/core from 7.10.5 to 7.11.1 (#2955)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.5 to 7.11.1.
- [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.11.1/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-06 11:19:01 +02:00
dependabot[bot]
f7dbbe455e Bump @babel/preset-env from 7.10.4 to 7.11.0 (#2948)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.10.4 to 7.11.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.11.0/packages/babel-preset-env)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-06 11:09:07 +02:00
dependabot[bot]
7679818fc4 Bump overlayscrollbars from 1.12.0 to 1.13.0 (#2944)
Bumps [overlayscrollbars](https://github.com/KingSora/OverlayScrollbars) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/KingSora/OverlayScrollbars/releases)
- [Commits](https://github.com/KingSora/OverlayScrollbars/compare/v1.12.0...v1.13.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-06 11:00:33 +02:00
dependabot[bot]
7a29690ed3 Bump autoprefixer from 9.8.5 to 9.8.6 (#2947)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.5 to 9.8.6.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.8.5...9.8.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-06 10:48:01 +02:00
dependabot[bot]
e62d8e8562 Bump pdfmake from 0.1.66 to 0.1.68 (#2951)
Bumps [pdfmake](https://github.com/bpampuch/pdfmake) from 0.1.66 to 0.1.68.
- [Release notes](https://github.com/bpampuch/pdfmake/releases)
- [Changelog](https://github.com/bpampuch/pdfmake/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bpampuch/pdfmake/compare/0.1.66...0.1.68)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-06 10:47:31 +02:00
dependabot[bot]
72ad5e5154 Bump @fortawesome/fontawesome-free from 5.13.1 to 5.14.0 (#2933)
Bumps [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) from 5.13.1 to 5.14.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/5.13.1...5.14.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-06 10:46:12 +02:00
dependabot[bot]
0e5d88a095 Bump sweetalert2 from 9.17.0 to 9.17.1 (#2938)
Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 9.17.0 to 9.17.1.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2/compare/v9.17.0...v9.17.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 16:39:12 +03:00
dependabot[bot]
f30cc78d5f Bump rollup from 2.21.0 to 2.23.0 (#2932)
Bumps [rollup](https://github.com/rollup/rollup) from 2.21.0 to 2.23.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.21.0...v2.23.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 16:35:41 +03:00
dependabot[bot]
c33f7a89c2 Bump eslint-config-xo from 0.32.0 to 0.32.1 (#2934)
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.32.0 to 0.32.1.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.32.0...v0.32.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 16:34:46 +03:00
dependabot[bot]
5d3f997288 Bump eslint-plugin-unicorn from 20.1.0 to 21.0.0 (#2931)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 20.1.0 to 21.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v20.1.0...v21.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 16:29:41 +03:00
dependabot[bot]
cc40b1fc6b Bump browser-sync from 2.26.7 to 2.26.12 (#2935)
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.26.7 to 2.26.12.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.26.7...v2.26.12)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 16:28:42 +03:00
dependabot[bot]
f9f1d5b3e2 Bump eslint from 7.4.0 to 7.5.0 (#2936)
Bumps [eslint](https://github.com/eslint/eslint) from 7.4.0 to 7.5.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.4.0...v7.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 16:28:27 +03:00
REJack
fdf849bab9 add new login, register & recover-password v2 page 2020-07-25 23:50:56 +02:00
REJack
611e50e969 move demo code after 3rd-party scripts (#2930) 2020-07-25 22:53:37 +02:00
REJack
c79452bb22 sidebar search enhancements (#2929)
* add ability to move across entries with arrow keys
* small style fixes for sidebar search
* bump bundlewatch size
2020-07-25 22:52:55 +02:00
REJack
127a1568c7 remove simplemde (#2928)
* remove simplemde
* remove simplemde from docs/dependencies
2020-07-25 19:58:03 +02:00
REJack
45a51f51b2 fix control-sidebar height with layout-fixed (#2927) 2020-07-25 00:39:07 +02:00
REJack
8facf9fa18 remove duplicate menu-open class in markup 2020-07-24 23:43:32 +02:00
REJack
346515b5a7 remove sidebar-is-opening on expand (#2926) 2020-07-24 22:43:50 +02:00
REJack
46dcb2a43e remove unnecessary jquery-ui (#2925) 2020-07-24 22:23:06 +02:00
REJack
67c15d1389 remove flot-old and add flot plugins from flot/source folder (#2924) 2020-07-24 22:13:20 +02:00
REJack
16c24abc3b Merge pull request #2923 from ColorlibHQ/feat/docs-updates-changes
* add additional-styles docs section
* add expandable tables section
* small typo fixes in direct chat section
2020-07-24 22:04:04 +02:00
REJack
c9ba65fb63 small typo fixes in direct chat section 2020-07-24 21:44:03 +02:00
REJack
731fef74f1 add expandable tables section 2020-07-24 21:43:34 +02:00
REJack
be42956a9d add additional-styles docs section 2020-07-24 21:27:54 +02:00
REJack
ac9e60684c add sparkline demo in inline charts (#2922) 2020-07-24 18:37:38 +02:00
REJack
949f91985f add support for fontawesome svg icons (#2920)
* add support for fontawesome svg icons
* bump bundlewatch sizes
2020-07-24 17:59:40 +02:00
REJack
240836922c Merge pull request #2916 from ColorlibHQ/feat/some-new-plugins
some new plugins
2020-07-24 16:24:32 +02:00
REJack
50d0035591 fix html validator error 2020-07-24 16:04:45 +02:00
REJack
29537ba540 fix html validator errors 2020-07-24 15:09:35 +02:00
REJack
204758c7ff add dropzonejs demo 2020-07-24 14:56:55 +02:00
REJack
216841f578 add dropzonejs plugin 2020-07-24 14:56:45 +02:00
REJack
caed140088 add codemirror & simplemde demo 2020-07-24 13:55:40 +02:00
REJack
2df58a35cc add codemirror & simplemde plugin files 2020-07-24 13:16:36 +02:00
REJack
07b516acc7 add bs-stepper demo 2020-07-23 23:25:53 +02:00
REJack
46927d3259 add bs-stepper plugin 2020-07-23 23:12:42 +02:00
REJack
1fc14abea4 update existing plugins 2020-07-23 23:12:30 +02:00
REJack
bafc8e67b8 fix maximized-card card-body overflow (#2915) 2020-07-23 22:18:44 +02:00
REJack
16686958b6 add nav-collapse-hide-child in demo.js (#2913)
* add nav-collapse-hide-child in demo.js
* fix nav-collapse-hide-child with sidebar-no-expand
2020-07-23 20:58:15 +02:00
REJack
2cf8ec813c remove has-treeview class across all demo & docs pages (#2912)
* remove has-treeview class across all demo & docs pages
* remove if item.subitems in docs/_includes/sidebar.html
2020-07-22 17:58:00 +02:00
REJack
aac8ca32df add font awesome light & duotone icons support (#2911)
* add font awesome light & duotone icons support
* fix lint error
2020-07-22 16:50:44 +02:00
REJack
1666fa3a46 enhance brand-link with pushmenu inside brand (#2910) 2020-07-22 16:08:19 +02:00
REJack
b48419b23b sidebar custom area (#2908)
* add sidebar-custom style
* fix hide-on-collapse
* add new sidebar menu entry
* add custom area docs info
2020-07-22 16:06:12 +02:00
REJack
01e00cd43d enhance ExpandableTable for table tree (#2907)
* enhance ExpandableTable for table tree
* remove unused rotate class
* fix html validator error/warnings
2020-07-22 16:03:54 +02:00
REJack
c9603ef5aa fullscreen plugin/button (#2906)
* add fullscreen plugin
* add fullscreen buton in topnav
* remove old mozilla function
2020-07-22 16:01:38 +02:00
REJack
42a184233e add pagination month (#2905) 2020-07-22 16:00:40 +02:00
dependabot[bot]
bc52b7276e Bump moment from 2.24.0 to 2.27.0 (#2896)
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.27.0.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.24.0...2.27.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-22 15:59:23 +02:00
dependabot[bot]
702fc09199 Bump sweetalert2 from 9.15.2 to 9.17.0 (#2892)
Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 9.15.2 to 9.17.0.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sweetalert2/sweetalert2/compare/v9.15.2...v9.17.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-22 15:57:53 +02:00
XhmikosR
7d42f7cceb Tweak CI cache (#2904)
Enable cache on Windows and fix cache directory to work on all OS'es
2020-07-22 15:53:08 +02:00
REJack
738ee83fa8 add btn-app color variations demo (#2903) 2020-07-19 16:23:40 +02:00
Aigars Silkalns
cd6930dd0a Merge pull request #2898 from ColorlibHQ/dependabot-cfg
Tweak dependabot config
2020-07-15 16:41:47 +03:00
Aigars Silkalns
5132611e0c Merge pull request #2897 from ColorlibHQ/deps
Update devDependencies and regenerate package-lock.json
2020-07-15 16:41:28 +03:00
XhmikosR
e60dc163e3 Tweak dependabot config
* switch to weekly updates
* increase versions
* add bundler deps too
2020-07-15 16:35:12 +03:00
XhmikosR
d143077b0e Update devDependencies and regenerate package-lock.json 2020-07-15 16:34:10 +03:00
XhmikosR
903143a1e1 Fix XSS in calendar.html (#2868)
* Fix XSS in calendar.html

* Remove console.log
2020-07-15 09:54:06 +02:00
XhmikosR
d114eabfe6 Update ci.yml (#2866)
Add caching but skip it on Windows due to https://github.com/actions/cache/issues/336

If the issue is fixed, the `if` condition can be removed
2020-07-15 09:53:49 +02:00
dependabot[bot]
917e47ea58 Bump @rollup/plugin-babel from 5.0.4 to 5.1.0 (#2885)
Bumps [@rollup/plugin-babel](https://github.com/rollup/plugins) from 5.0.4 to 5.1.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/babel-v5.0.4...babel-v5.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-15 09:04:43 +03:00
dependabot[bot]
ffbe945d88 Bump autoprefixer from 9.8.4 to 9.8.5 (#2884)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.4 to 9.8.5.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.8.4...9.8.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-15 09:03:11 +03:00
Aigars Silkalns
3fffe8071f Merge pull request #2872 from ColorlibHQ/dependabot/add-v2-config-file
Create Dependabot config file
2020-07-09 15:28:30 +03:00
dependabot-preview[bot]
186faaaab4 Create Dependabot config file 2020-07-08 14:38:30 +00:00
Aigars Silkalns
d3a552db71 Merge pull request #2871 from XhmikosR/deps
Update dependencies and gems
2020-07-08 16:50:06 +03:00
XhmikosR
9c878bde3a Update dependencies and gems
* pdfmake                     ^0.1.65  →   ^0.1.66
* @babel/core                 ^7.10.3  →   ^7.10.4
* @babel/preset-env           ^7.10.3  →   ^7.10.4
* eslint                       ^7.3.1  →    ^7.4.0
* eslint-config-xo            ^0.31.0  →   ^0.32.0
* eslint-plugin-compat         ^3.7.0  →    ^3.8.0
* rollup                      ^2.18.1  →   ^2.21.0
* vnu-jar                    ^20.5.29  →  ^20.6.30
2020-07-08 16:12:57 +03:00
REJack
c02ab3f0cd Merge pull request #2841 from ColorlibHQ/feat/sidebar-search
Sidebar Search
2020-07-05 12:03:22 +02:00
REJack
0aff809e7b add docs section 2020-07-02 15:52:12 +02:00
XhmikosR
a1d6efe454 Remove moot data-toggle="tooltip" (#2861)
Tooltips need to be manually initialized which didn't happen.

Also, streamline tag indentation a bit
2020-07-01 16:21:20 +02:00
REJack
89f47f3486 Update .babelrc.js (#2859)
* add `bugfixes: true` which will be the default in Babel 8.x
2020-06-28 14:03:33 +02:00
XhmikosR
fdc400067c Update dependencies (#2851)
* @fortawesome/fontawesome-free  ^5.13.0  →  ^5.13.1
* @sweetalert2/theme-bootstrap-4  ^3.1.4  →   ^3.2.0
* jszip                           ^3.4.0  →   ^3.5.0
* sweetalert2                    ^9.14.4  →  ^9.15.2
* eslint-plugin-import           ^2.21.2  →  ^2.22.0
* rollup                         ^2.18.0  →  ^2.18.1
2020-06-28 14:03:17 +02:00
XhmikosR
755df41324 Remove console.log (#2860) 2020-06-28 14:03:01 +02:00
XhmikosR
9812f8002b Update .babelrc.js
* add `bugfixes: true` which will be the default in Babel 8.x
2020-06-28 08:38:42 +03:00
REJack
5b24a7a47d rework expandable table (#2825) 2020-06-27 18:58:40 +02:00
REJack
45d4759ab0 add abilty to highlight name and path 2020-06-27 18:58:12 +02:00
REJack
798cf73e45 bump bundlewatch limit 2020-06-27 18:41:56 +02:00
REJack
6823a175d2 Revert "fix: ignore warnings for deprecation and add TODO for removing dependency (#2852)" (#2858)
This reverts commit 2458663439.
2020-06-27 18:30:21 +02:00
Shawn Heide
2458663439 fix: ignore warnings for deprecation and add TODO for removing dependency (#2852) 2020-06-27 17:56:03 +02:00
XhmikosR
50a8489e10 Update devDependencies (#2850)
* @babel/core           ^7.10.2  →  ^7.10.3
* @babel/preset-env     ^7.10.2  →  ^7.10.3
* @rollup/plugin-babel   ^5.0.3  →   ^5.0.4
* autoprefixer           ^9.8.0  →   ^9.8.4
* eslint                 ^7.2.0  →   ^7.3.1
* rollup                ^2.15.0  →  ^2.18.0
* stylelint             ^13.6.0  →  ^13.6.1
* terser                 ^4.7.0  →   ^4.8.0
2020-06-27 17:55:21 +02:00
XhmikosR
8e48630aac Update .browserslistrc (#2849)
* Remove the minimum Chrome and Firefox versions
* Make Edge 16 the minimum version
* Add Firefox ESR
2020-06-27 17:54:31 +02:00
REJack
eec4fd768e add sidebar search form in all demo pages 2020-06-13 17:37:06 +02:00
REJack
30746618d0 add sidebar search style 2020-06-13 17:33:02 +02:00
REJack
00b4aec60a add SidebarSearch.js 2020-06-13 17:32:43 +02:00
XhmikosR
5386be7a22 Fix comment (#2839) 2020-06-13 14:43:12 +02:00
XhmikosR
c886592bc5 ControlSidebar.js: minor simplification (#2837) 2020-06-13 14:42:56 +02:00
XhmikosR
57c2dd90c0 Update browserslist config (#2836)
* use the defaults
* drop Edge < 15
* drop Android since newer Android uses Android WebView which is Chromium-based
2020-06-13 14:34:36 +02:00
XhmikosR
2545f04bf3 Use template literals (#2835) 2020-06-13 14:34:10 +02:00
XhmikosR
bce97813d6 Be explicit with the background color property (#2834) 2020-06-13 12:22:58 +02:00
REJack
fffb131305 Merge pull request #2830 from XhmikosR/js-string-constants
Switch to String constants
2020-06-13 12:17:41 +02:00
XhmikosR
6a7c491071 ExpandableTable.js: add missing variable 2020-06-13 10:23:57 +03:00
XhmikosR
f94fa978f9 Fix DirectChat toggled event. 2020-06-13 10:23:57 +03:00
XhmikosR
4101916d14 Switch to String constants
Should result in better compression (aprox. -10% from the compressed adminlte.min.js) and should be easier to see unused/undefined variables on lint stage.
2020-06-13 10:23:56 +03:00
REJack
0a589f61b1 Merge pull request #2818 from XhmikosR/patch-1
vnu: enable `Werror`
2020-06-12 20:43:16 +02:00
REJack
515edfa906 Merge pull request #2829 from XhmikosR/deps
Update dependencies
2020-06-12 20:42:12 +02:00
XhmikosR
a8b291a943 Ignore more plugin files. (#2831) 2020-06-12 20:41:13 +02:00
XhmikosR
3f203af04b Remove .nav-tabs-custom references (#2832) 2020-06-12 20:40:06 +02:00
XhmikosR
5af47e0398 Update docs.yml
Fix ruby cache invalidation
2020-06-12 14:22:24 +03:00
XhmikosR
967fdeff31 Update Gemfile.lock 2020-06-12 12:49:44 +03:00
XhmikosR
29631025f3 Update dependencies
* flag-icon-css          ^3.4.6  →   ^3.5.0
* sweetalert2           ^9.14.0  →  ^9.14.4
* eslint-config-xo      ^0.30.0  →  ^0.31.0
* eslint-plugin-import  ^2.20.2  →  ^2.21.2
* rollup                ^2.13.1  →  ^2.15.0
2020-06-11 15:27:46 +03:00
XhmikosR
3bbde9e7ec pages/gallery.html: add missing headings 2020-06-08 14:29:23 +03:00
XhmikosR
9dfc8da08a It's JavaScript. 2020-06-08 14:29:23 +03:00
XhmikosR
500a53be1c pages/tables/simple.html: add colspan 2020-06-08 14:29:23 +03:00
XhmikosR
7f890fd6a2 ExpandableTable.js: lowercase colspan 2020-06-08 14:29:22 +03:00
XhmikosR
819455f5ec Fix 404.html page 2020-06-08 14:29:22 +03:00
XhmikosR
e8043b6a25 vnu: enable Werror 2020-06-08 14:29:22 +03:00
XhmikosR
cf2e1b85dc Fix accordion example (#2823)
* make collapsible heading behave like a block
* remove the non-existent `panel-collapse` class
* replace the `in` class with `show`
2020-06-08 13:28:13 +02:00
XhmikosR
18ee4a5421 Ignore inputmask.binding.js (#2820) 2020-06-08 12:33:22 +02:00
XhmikosR
8daa7a8f86 Use Bootstrap 4.4 consistently. (#2824) 2020-06-08 12:31:05 +02:00
REJack
06239d3d35 Merge pull request #2817 from XhmikosR/deps
Deps
2020-06-06 11:29:42 +02:00
XhmikosR
9cabb6468d Update devDependencies 2020-06-06 09:42:01 +03:00
XhmikosR
b2233260d4 Update bootstrap-slider to v11.0.2. 2020-06-06 09:41:45 +03:00
XhmikosR
a4673ccd1b Unbreak lines (#2814) 2020-06-05 16:36:57 +02:00
REJack
5ed7e97288 Merge pull request #2797 from XhmikosR/docs
Fix docs
2020-06-05 16:34:46 +02:00
XhmikosR
1f6c5a8181 Fix typo in comment (#2813) 2020-06-05 16:14:36 +02:00
XhmikosR
7782373a12 Remove docs from the npm package 2020-06-05 17:02:09 +03:00
XhmikosR
6017b241bf Markdown tweaks 2020-06-05 17:02:09 +03:00
XhmikosR
edc51cc61b Fix Jekyll variables and Liquid consistency tweaks
* add `baseurl`
* add `url`
2020-06-05 17:02:09 +03:00
XhmikosR
4bc6c1e8d6 Add missing trailing slash in docs link. (#2812) 2020-06-05 16:00:55 +02:00
XhmikosR
ae670b200e Load the minified summernote CSS (#2804) 2020-06-05 16:00:30 +02:00
XhmikosR
a3dc358394 language-menu.html: load flag-icon-css locally (#2803) 2020-06-05 16:00:15 +02:00
XhmikosR
3cec30427d layout.md: Escape \ (#2811) 2020-06-05 15:51:49 +02:00
XhmikosR
ea21c73666 Add back jsgrid/demos/db.js (#2810)
It's used in pages/tables/jsgrid.html.
2020-06-05 15:51:13 +02:00
XhmikosR
39e9416f8c Rename variable for clarity (#2801) 2020-06-05 15:49:56 +02:00
REJack
4a31f9986b Merge pull request #2799 from XhmikosR/pages
HTML Pages tag cleanup
2020-06-05 15:49:39 +02:00
XhmikosR
6788552f17 chartjs.html: switch to $. like everywhere else (#2798) 2020-06-05 15:47:32 +02:00
XhmikosR
695cfb9dd9 Update devDependencies and gems (#2796) 2020-06-05 15:46:57 +02:00
XhmikosR
96946b4fd4 Remove the obsolete X-UA-Compatible 2020-06-05 08:31:34 +03:00
XhmikosR
2f4a7e0e3e Move Google Fonts CSS first.
Also, fix a couple of comments.
2020-06-05 08:27:14 +03:00
REJack
5a6a9142fe bump bundlewatch size 2020-06-05 01:46:36 +02:00
bansalshashank
f1ce1758ce [Tables] Expandable table (#2528)
* [Tables] Expandable table

* enhance expandable table

* fix AdminLTE.js export

* fix linting errors

* fix HTML validator errors

Co-authored-by: Shashank Bansal <shashank.bansal@eloquent.studio>
Co-authored-by: REJack <info@rejack.de>
2020-06-05 00:35:50 +02:00
REJack
9f8149a44e remove missplaced "Outline" on non-outlined boxes 2020-06-04 21:39:44 +02:00
XhmikosR
74cccca8a1 Refactor SCSS main files. (#2791) 2020-06-04 21:27:13 +02:00
Ukee
e69ca82095 [Enhancement] Box Shadows (#2529)
* added examples for box shadows

Add some examples for shadows on certain elements/widgets like the cards or tables; mainly to help with color contrasting since the body background has a similar color / tone with the element/widget's background

* Revert "added examples for box shadows"

This reverts commit 3aa62588db.

* Added examples for box shadows

Add some examples for shadows on certain elements/widgets like the cards or tables; mainly to help with color contrasting since the body background has a similar color / tone with the element/widget's background

* remove simple table custom shadow variations

* update widget custom shadow variations

* replace tab indent with spaces

Co-authored-by: REJack <info@rejack.de>
2020-06-04 21:17:22 +02:00
XhmikosR
ab22cb62c7 docs action: fix cache (#2795) 2020-06-04 21:15:54 +02:00
XhmikosR
5a1ae0c35e Cache selectors when possible. (#2790) 2020-06-04 20:06:38 +02:00
REJack
1fbda275a9 prep pre version (v3.1.0-pre) 2020-06-04 17:31:22 +02:00
REJack
c4bc2c676c Merge pull request #2789 from XhmikosR/patch-13
Use an object when setting multiple CSS properties
2020-06-04 17:23:01 +02:00
REJack
c1f87dfbde Merge pull request #2772 from XhmikosR/docs-lint
Lint HTML
2020-06-04 17:13:11 +02:00
XhmikosR
306dd00b98 Fix all HTML validation errors. 2020-06-03 22:01:28 +03:00
XhmikosR
38e74faf55 Add vnu-jar for HTML validation.
Also, add a GitHub Action which builds the docs and run the validator script.
2020-06-03 22:01:27 +03:00
REJack
da1fa4eaab Merge pull request #2788 from XhmikosR/rm-ionic
Remove ionic icons from pages that don't use them
2020-06-03 19:04:27 +02:00
XhmikosR
5ac5edf929 Bump bundlewatch limit 2020-06-03 20:02:13 +03:00
XhmikosR
97d48edcdf Use an object when setting multiple CSS properties 2020-06-03 19:57:41 +03:00
XhmikosR
15e2a311fa Remove ionic icons from pages that don't use them 2020-06-03 19:53:23 +03:00
REJack
0e5d93fb4d Merge pull request #2787 from XhmikosR/deps
Update devDependencies and gems
2020-06-03 18:09:31 +02:00
REJack
b4b8d07feb Merge pull request #2785 from XhmikosR/js-tweaks-sort-exports
Sort imports/exports alphabetically
2020-06-03 18:07:00 +02:00
REJack
29666de051 docs: delete unused layouts. (#2784) 2020-06-03 18:05:53 +02:00
XhmikosR
f091c5d510 Dropdown.js: return early (#2783) 2020-06-03 18:05:36 +02:00
XhmikosR
695ca94fde Update devDependencies and gems 2020-06-03 16:16:48 +03:00
XhmikosR
e2e4bab687 Sort imports/exports alphabetically 2020-06-03 08:17:10 +03:00
XhmikosR
e023103dcf docs: delete unused layouts. 2020-06-03 08:06:13 +03:00
XhmikosR
312e083fc0 Dropdown.js: remove variable used only once (#2779)
Co-authored-by: REJack <info@rejack.de>
2020-06-02 22:41:03 +02:00
REJack
85d4b6be05 Dropdown.js: rename variable (#2780) 2020-06-02 22:39:17 +02:00
XhmikosR
13c857679b Layout.js: reuse constant (#2778) 2020-06-02 22:38:50 +02:00
XhmikosR
5167252a55 Dropdown.js: rename variable 2020-06-02 18:59:38 +03:00
XhmikosR
ad11109b2f Improve LGTM configuration (#2777)
* Testing LGTM

* Update .lgtm.yml

* Update .lgtm.yml

* Update .lgtm.yml

* Update .lgtm.yml
2020-06-02 16:38:46 +02:00
REJack
2eec6fe614 fix nav-link fadeIn (#2776) 2020-06-02 15:26:19 +02:00
XhmikosR
e848621b32 Remove unneeded IIFEs (#2774) 2020-06-02 15:23:22 +02:00
REJack
bbfcc0639e fix sidebar item icon transition (#2775)
* fix sidebar item icon transition

* rename menu-opens to menu-is-opening
2020-06-02 13:37:16 +02:00
XhmikosR
47e653bfbf Remove the executable permission. (#2768) 2020-06-02 13:25:34 +02:00
XhmikosR
dee12de0f7 Update .gitignore (#2773)
* Update .gitignore

* Update .gitignore
2020-06-02 12:21:48 +02:00
REJack
2bc9d56f62 Merge pull request #2771 from XhmikosR/pages
Minor pages cleanup
2020-06-02 11:29:47 +02:00
XhmikosR
feb42f852e Clean up more plugins' files. (#2767) 2020-06-02 11:29:28 +02:00
REJack
bbb22a16de Merge pull request #2751 from XhmikosR/js-tweaks
JS tweaks
2020-06-02 11:27:47 +02:00
XhmikosR
86d5d9b038 Remove trailing spaces 2020-06-02 12:16:43 +03:00
XhmikosR
d331b5f913 calendar.html: remove unused variable 2020-06-02 12:12:03 +03:00
XhmikosR
be58e635f6 Update lint.yml (#2770) 2020-06-02 10:41:53 +02:00
XhmikosR
04981d1770 Add missing shebang (#2769) 2020-06-02 10:39:15 +02:00
XhmikosR
2622f5ce56 Fix .gitignore comments (#2766)
Comments start with `#`
2020-06-02 10:38:43 +02:00
XhmikosR
ad03a31ffb Remove unused doc assets. (#2765) 2020-06-02 10:38:23 +02:00
XhmikosR
be3631930d Fix regression after 27ff009 2020-06-02 06:30:40 +03:00
XhmikosR
7853dcbd6e Use the document ready shorthand. 2020-06-02 06:30:39 +03:00
XhmikosR
3478837aab Layout.js: Simplify else 2020-06-02 06:30:39 +03:00
XhmikosR
cb85af826e Reuse variable 2020-06-02 06:30:39 +03:00
XhmikosR
e56939983d Remove variables only used once. 2020-06-02 06:30:39 +03:00
XhmikosR
187a01a8ee Return early. 2020-06-02 06:30:39 +03:00
XhmikosR
3528b6c1f8 Remove that workaround 2020-06-02 06:30:38 +03:00
REJack
c8feb99dc2 resolve lgtm alerts (#2764) 2020-06-01 21:49:17 +02:00
REJack
0641a8442d Fix ESLint errors (#2763)
* fix dist/js/demo.js eslint error

* fix Layout.js eslint error

* remove unnecessary semicolon

* remove unexpected token

* add missing radix for parseInt in Layout.js
2020-06-01 21:21:43 +02:00
XhmikosR
023ede7ded Update .bundlewatch.config.json (#2762) 2020-06-01 20:40:13 +02:00
XhmikosR
092028bb49 Run CI for master too. (#2761) 2020-06-01 20:32:29 +02:00
XhmikosR
cfe81189f5 Add bundlewatch (#2754) 2020-06-01 20:27:25 +02:00
XhmikosR
82b6f062d3 Remove docs-clean script (#2760)
Jekyll removes files by default
2020-06-01 20:14:30 +02:00
XhmikosR
0850fd8cb5 Update .eslintignore (#2759) 2020-06-01 20:14:13 +02:00
XhmikosR
7a7bea0be9 Update plugins. (#2756) 2020-06-01 20:13:38 +02:00
XhmikosR
569bddbf4d Rename install script to postinstall (#2757) 2020-06-01 20:11:09 +02:00
XhmikosR
48685382d3 Merge .npmignore files. (#2758) 2020-06-01 20:10:43 +02:00
XhmikosR
c4dae3e269 Add a separate prefix script for splits (#2755) 2020-06-01 20:09:37 +02:00
REJack
66f8bb1bbd Merge pull request #2752 from XhmikosR/plugins
Plugins
2020-06-01 14:09:20 +02:00
XhmikosR
1451820057 Remove glyphicon leftovers. (#2753) 2020-06-01 14:07:35 +02:00
XhmikosR
1af43bd9ea Remove outdated plugin files 2020-06-01 14:47:15 +03:00
XhmikosR
870df4406d Update plugins. 2020-06-01 14:45:27 +03:00
REJack
a26f303c69 Merge pull request #2728 from XhmikosR/eslint
Add ESLint support
2020-06-01 13:43:13 +02:00
XhmikosR
6dbfd55091 build/npm: don't copy dot files. 2020-06-01 14:26:08 +03:00
XhmikosR
27ff009494 Comply to the ESLint rules. 2020-06-01 14:26:08 +03:00
XhmikosR
5ba59f1454 Add ESLint support.
Used the Bootstrap master branch config and adapted it.

Also, remove the `babel-eslint` package since we don't use it.
2020-06-01 14:26:07 +03:00
REJack
ae1c128e04 Merge pull request #2727 from XhmikosR/stylelint
Add stylelint support
2020-06-01 13:24:44 +02:00
XhmikosR
ffcbdb2029 Add lint and compile tests to CI. 2020-06-01 14:09:56 +03:00
XhmikosR
ff66f38cee Convert hsla colors to rgba for consistency 2020-06-01 14:09:56 +03:00
XhmikosR
3d87e3c4cb Adhere to the Stylelint rules.
Also, re-use some of the color variables while at it.
2020-06-01 14:09:56 +03:00
XhmikosR
24bc6165bc Add Stylelint. 2020-06-01 14:09:56 +03:00
XhmikosR
8350264bd2 Update dependencies (#2748)
* @fullcalendar/bootstrap             ^4.4.0  →    ^4.4.2
* @fullcalendar/core                  ^4.4.0  →    ^4.4.2
* @fullcalendar/daygrid               ^4.4.0  →    ^4.4.2
* @fullcalendar/interaction           ^4.4.0  →    ^4.4.2
* @fullcalendar/timegrid              ^4.4.0  →    ^4.4.2
* @ttskch/select2-bootstrap4-theme     ^1.3.2  →   ^1.4.0
* bootstrap4-duallistbox              ^4.0.1  →    ^4.0.2
* datatables.net                    ^1.10.20  →  ^1.10.21
* datatables.net-autofill-bs4         ^2.3.4  →    ^2.3.5
* datatables.net-bs4                ^1.10.20  →  ^1.10.21
* datatables.net-buttons-bs4          ^1.6.1  →    ^1.6.2
* datatables.net-fixedcolumns-bs4     ^3.3.0  →    ^3.3.1
* datatables.net-fixedheader-bs4      ^3.1.6  →    ^3.1.7
* datatables.net-keytable-bs4         ^2.5.1  →    ^2.5.2
* datatables.net-responsive-bs4       ^2.2.3  →    ^2.2.5
* datatables.net-rowgroup-bs4         ^1.1.1  →    ^1.1.2
* datatables.net-rowreorder-bs4       ^1.2.6  →    ^1.2.7
* datatables.net-scroller-bs4         ^2.0.1  →    ^2.0.2
* filterizr                           ^2.2.3  →    ^2.2.4
* flot                                ^4.2.0  →    ^4.2.1
* jquery-validation                  ^1.19.1  →   ^1.19.2
* jszip                               ^3.3.0  →    ^3.4.0
* overlayscrollbars                  ^1.11.0  →   ^1.12.0
* summernote                         ^0.8.16  →   ^0.8.18
* sweetalert2                        ^9.10.8  →   ^9.14.0
2020-06-01 13:05:25 +02:00
XhmikosR
bbfae627a2 Doc gems (#2716)
* docs: specify the gems.

This saves 59 gems. Also, commit Gemfile.lock.

* Clean up docs/_config.yml

* Add jekyll-sitemap.

* Update Jekyll to v4.1.0.
2020-06-01 12:42:14 +02:00
XhmikosR
8bc05ad6b0 Update .editorconfig (#2749) 2020-06-01 10:33:50 +02:00
XhmikosR
7edd752b6b Assorted Markdown tweaks (#2750) 2020-06-01 10:33:08 +02:00
XhmikosR
532707221b Update devDependencies (#2747)
* @babel/core        ^7.10.1  →  ^7.10.2
* @babel/preset-env  ^7.10.1  →  ^7.10.2
* rollup             ^2.11.2  →  ^2.12.0
2020-06-01 10:32:53 +02:00
XhmikosR
b37e2e1aea Update jQuery to v3.5.1. (#2718) 2020-05-31 23:45:30 +02:00
XhmikosR
f1f0ff9776 A few HTML validation fixes (#2745) 2020-05-31 23:26:03 +02:00
XhmikosR
ef0fbe1b50 Specify diplay=fallback for Google Fonts (#2738) 2020-05-31 23:12:40 +02:00
XhmikosR
b480c754a4 Add rel=noopener for external links. (#2737) 2020-05-31 23:10:20 +02:00
XhmikosR
950e6e0dd1 Cleanup Gemfile and add wdm on Windows (#2708) 2020-05-31 23:09:01 +02:00
XhmikosR
7cc5f9b409 Configure LGTM (#2723)
Exclude the plugins folder since it slows down the scan a lot
2020-05-31 14:31:55 +02:00
XhmikosR
13ed4d6aca Use https when possible. (#2733) 2020-05-31 14:28:48 +02:00
XhmikosR
c000e77bde Specify --format breakWith=lf for cleancss (#2741) 2020-05-31 13:33:15 +02:00
XhmikosR
fa20b2def4 docs: fix HTML errors (#2732)
* duplicate `title` tag; jekyll-seo-tag adds the title by default
* escape `<`
* fix duplicate IDs
* fix typo `Documentaion`
* add missing `alt` attributes in direct-chat.md
2020-05-31 13:18:26 +02:00
XhmikosR
10e69015d9 Remove extra newline in footer version info. (#2744) 2020-05-31 13:16:25 +02:00
XhmikosR
44fcb13d47 Fix prefix script to run for all CSS files (#2740) 2020-05-31 13:12:40 +02:00
XhmikosR
d29b8c222c Fix GitHub case. (#2739) 2020-05-31 13:11:55 +02:00
XhmikosR
68d4417aad Move rel attribute first for consistency (#2736) 2020-05-31 13:10:51 +02:00
XhmikosR
2a964189de postcss.config.js: remove unused check (#2735) 2020-05-31 13:10:29 +02:00
XhmikosR
a58c7da1f3 Bump year to 2020 in all HTML files. (#2731) 2020-05-31 13:09:43 +02:00
XhmikosR
71a7ef8831 HTML: specify lang. (#2730) 2020-05-31 13:09:01 +02:00
REJack
b5e0f8441b Merge pull request #2724 from XhmikosR/update-rollup-babel
Update rollup babel
2020-05-31 13:08:25 +02:00
XhmikosR
2eebf1514f Simplify CI (#2721) 2020-05-31 13:07:42 +02:00
XhmikosR
1d1a3fd075 Remove unneeded babel packages. 2020-05-30 16:48:54 +03:00
XhmikosR
ca8f201737 Update to rollup/plugin-babel 2020-05-30 16:48:54 +03:00
XhmikosR
4d2ad43e50 Regenerate package-lock.json to flatten deps. (#2720) 2020-05-30 13:11:58 +02:00
XhmikosR
bb990bddc5 Enforce LF. (#2717)
On Windows with `autocrlf: true`, which is the default, we ended up with modified files.
2020-05-30 13:00:13 +02:00
XhmikosR
e35ab44603 Remove unused devDependencies. (#2711) 2020-05-30 12:34:48 +02:00
XhmikosR
9b79ce4fa3 Update CI config (#2712)
* remove the non-LTS Node.js 13
* specify `CI: true` environment variable
* switch to `npm ci` which checks for package-lock.json and it's intended for CI
2020-05-30 12:32:39 +02:00
XhmikosR
c04f125f46 Update devDependencies. (#2709)
* @babel/cli                       ^7.8.4  →  ^7.10.1
* @babel/core                      ^7.9.0  →  ^7.10.1
* @babel/plugin-external-helpers   ^7.8.3  →  ^7.10.1
* @babel/preset-env                ^7.9.0  →  ^7.10.1
* autoprefixer                     ^9.7.5  →   ^9.8.0
* css-loader                       ^3.4.2  →   ^3.5.3
* eslint                           ^6.8.0  →   ^7.1.0
* eslint-plugin-compat             ^3.5.1  →   ^3.7.0
* node-sass                       ^4.13.1  →  ^4.14.1
* nodemon                          ^2.0.2  →   ^2.0.4
* postcss-cli                      ^7.1.0  →   ^7.1.1
* rollup                           ^2.3.2  →  ^2.11.2
* style-loader                     ^1.1.3  →   ^1.2.1
* terser                          ^4.6.10  →   ^4.7.0
2020-05-30 12:20:37 +02:00
XhmikosR
1877ee7431 Update daterangepicker to v3.1.0 (#2713) 2020-05-30 12:10:52 +02:00
XhmikosR
45eae49936 Fix invalid href value (#2707) 2020-05-30 12:07:53 +02:00
XhmikosR
8a9808575f Compress png and remove unused img (#2706)
* Losslessly compress PNG files

Before: 1,17 MB (1.228.084 bytes)
After:  1,13 MB (1.194.642 bytes)

* Rename image for consistency.

* Delete the unused mestro.png
2020-05-30 12:07:22 +02:00
XhmikosR
671be53be1 Losslessly compress JPG files. (#2705)
Before: 1,84 MB (1.932.709 bytes)
After:  1,78 MB (1.867.039 bytes)
2020-05-30 12:07:10 +02:00
Alberto G. Rodriguez U
d146750a87 Update implementations.md (#2697)
add implementation for Cakephp 4.x

Co-authored-by: REJack <info@rejack.de>
2020-05-30 11:56:09 +02:00
REJack
cad5566d67 add ASP.NET Boilerplate implementation in docs 2020-05-27 22:20:22 +02:00
REJack
c2e77427ba fix layout-boxed sidebar with sidebar-mini 2020-05-27 22:14:18 +02:00
REJack
da47f23145 replace small-box font-size transition with transform 2020-05-27 22:02:21 +02:00
REJack
414d14b2d2 prep pre version 2020-05-27 21:59:29 +02:00
REJack
6b8b69261f fix docs sidebar links 2020-05-19 22:41:11 +02:00
REJack
66268d5340 prep version 2020-05-19 22:39:46 +02:00
REJack
229600ba4c add brand-image-xl margin fix without logo-switch 2020-05-19 20:43:15 +02:00
REJack
fbe0340eb0 fix layout-boxed with default sidebar 2020-05-18 13:29:45 +02:00
REJack
4c50b36cbe rebuild dist map files 2020-05-17 02:10:47 +02:00
REJack
161099e3bc fix toastr full width position 2020-05-17 01:31:00 +02:00
REJack
cf7daa0159 fix select2 dropdown while maximized card 2020-05-17 01:05:53 +02:00
REJack
c8b930b290 fix duallistbox link in pages/forms/advanced 2020-05-17 01:00:22 +02:00
REJack
c26ef4e556 add ribbon over image demo & docs 2020-05-17 00:54:42 +02:00
REJack
9f5c6bcfd8 add wrap/truncate note for info-boxes 2020-05-08 16:06:57 +02:00
REJack
d04b8e0eba move travis-ci to github actions 2020-05-08 16:04:19 +02:00
REJack
a47b4e0fa0 update README 2020-05-08 15:12:46 +02:00
REJack
a3604d0c62 enhance info-box for text-truncate & text-wrap 2020-05-08 15:01:04 +02:00
REJack
ae470bec2e add margin-bottom to form-inline in sidebar 2020-05-05 12:44:06 +02:00
REJack
d5de8efb33 Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE 2020-05-04 18:03:54 +02:00
REJack
dc4054d216 fix inline input-group in sidebar on macOS 2020-05-04 17:54:26 +02:00
Dede Iskandar
eaf5cf449f add container-fluid (#2672) 2020-05-04 13:10:29 +02:00
Erdi Köse
e83e5b183d add implementations of Angular, React and Vue (#2658) 2020-05-04 12:54:54 +02:00
REJack
c6ef7cc311 Delete bug-report-for-adminlte-v2-4-x.md 2020-05-04 12:11:35 +02:00
REJack
e0e5693493 update plugin files 2020-05-03 13:23:08 +02:00
REJack
d20dd7c13a replace transition to opacity for sidebar 2020-05-03 13:22:59 +02:00
REJack
850dc37d6d add offset to calendar card dropdown in index.html 2020-05-02 12:37:58 +02:00
REJack
35782815ef add !important to text-(color) 2020-04-28 10:55:48 +02:00
REJack
461a483144 fix anchor color on .btn 2020-04-27 19:37:51 +02:00
REJack
26ce58fe28 fix whitespace with fixed navbar & footer 2020-04-27 19:28:05 +02:00
Daniel
bf2bafa96c updated readme and license (#2653)
* readme and license updated

* Update LICENSE

* Update README.md

* Update LICENSE
2020-04-15 07:47:13 +02:00
Daniel
e7e61f5fbe datepicker demo addded (#2643) 2020-04-10 14:29:07 +02:00
Medard Mandane
6ffe423c66 Update Doc and License info of editor (#2637)
Summernote is the editor being used in the html file but the documentation and license info is referenced to a different github repo. It's kinda misleading
2020-04-10 14:28:46 +02:00
REJack
f1236a7025 added min nodejs version info & updated .travis.yml 2020-04-03 21:24:11 +02:00
REJack
4723bccf43 prep version 2020-04-02 01:06:25 +02:00
REJack
709c01d450 updated dependencies & devDependencies 2020-04-02 00:52:43 +02:00
REJack
d67c3a0812 fixed slow scrolling bug with ScrollAnywhere 2020-04-01 17:41:46 +02:00
REJack
282ff7f6ce enhanced PushMenu's autoCollapse feature 2020-04-01 17:20:47 +02:00
REJack
533a76538c downgraded bootstrap-switch from v3.4.0 to v3.3.4 2020-04-01 17:14:58 +02:00
REJack
a53971d122 fixed accent with pagination 2020-04-01 17:01:35 +02:00
REJack
459ac7775e prepr pre-version 2020-04-01 16:55:36 +02:00
REJack
87b8078d9b prep version 2020-04-01 15:20:05 +02:00
REJack
ae68ffc134 fixed docs generation for local docs 2020-04-01 15:09:49 +02:00
REJack
b9460ae8ea rebuild dist files 2020-04-01 14:29:28 +02:00
REJack
c6b1b4f586 fixed sidebar overlapping toolbar on mobile safari 2020-04-01 14:27:14 +02:00
REJack
67174b5c6b fixed footer gap with .text-sm on .main-footer 2020-04-01 14:12:33 +02:00
REJack
683f7bfccf Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE 2020-04-01 13:50:00 +02:00
REJack
ed6ae4dbb2 replaced fake spaces with real spaces 2020-04-01 13:49:55 +02:00
Anderson Carpi
129475db78 Overlay for tab-panels (#2612)
* Overlay for tab-panels

Don't know if i did it right, double check plz... 
There's a way to avoid the use of a overlay-wrapper? i'm not good in css....

* Update navbar.html
2020-03-23 20:08:57 +01:00
Anderson Carpi
b6e1529f3d NavBar Example had duplicated ids (#2613)
Fixed duplicated ids on NavBar Example page
2020-03-23 18:35:24 +01:00
REJack
0643791d8d fixed card remove icon in pages/forms/advanced 2020-03-13 18:13:26 +01:00
REJack
bc3123cb08 fixed select2 single input focus without opened menu 2020-03-13 17:41:13 +01:00
REJack
14719bdd88 added panelAutoHeight option to Layout.js 2020-03-10 09:28:26 +01:00
cyoung
21641f7c7c Fix incorrect choice of words in README. (#2590) 2020-03-09 21:02:39 +01:00
lostship
76854a2634 Fixed typo in docs (#2586)
* Fixed error in cards.md

card tools:
data-widget -> data-card-widget

* Fixed typo in card-widget.md

collapseTrigger's default value:
[data-card-widget="remove"] -> [data-card-widget="collapse"]

removeTrigger's default value:
[data-card-widget="collapse"] -> [data-card-widget="remove"]
2020-03-09 00:13:10 +01:00
REJack
6934469b38 enhanced DataTables demo with responsive plugin 2020-03-04 13:29:27 +01:00
REJack
09b89135c7 updated docs/implementations.md 2020-03-03 08:49:19 +01:00
REJack
61a58cda9a updated upgrade-guide.md with an info block for CSS/JS files 2020-03-03 08:44:10 +01:00
REJack
cafc66ae7d fixed child indent on hover with nav-compact 2020-02-27 07:49:36 +01:00
REJack
662b51c9c0 fixed brand-link transition with navbar fixed 2020-02-26 12:55:09 +01:00
REJack
b7efadbbca enhanced Layout.js with options for login auto height with interval ability 2020-02-25 14:25:05 +01:00
REJack
533a5917f5 enhanced register & login page min-height 2020-02-25 09:46:35 +01:00
REJack
9261d762b7 moved exclude to matrix in .travis.yml 2020-02-21 15:59:27 +01:00
REJack
f70527b620 fixed .travis.yml 2020-02-21 15:53:28 +01:00
REJack
3551ac8afb excluded yarn on node 8 in .travis.yml 2020-02-21 15:35:09 +01:00
REJack
9baa03ed63 rebuild css after PR's 2020-02-21 15:34:47 +01:00
Tasuku Suzuki
27ba2f178e Fix typo in Main Sidebar Component (#2521) 2020-02-21 15:26:48 +01:00
A Web Artisan
6934f4c541 Fix typo (#2544)
Removed commas

Co-authored-by: Raphael Jackstadt <info@rejack.de>
2020-02-21 15:26:27 +01:00
REJack
3b69d63eb4 fixed aria related role="button" on pushmenu & control-sidebar links 2020-02-21 15:17:06 +01:00
REJack
ede720e2b8 enhanced select2 text-sm support with form-control-sm 2020-02-21 15:09:02 +01:00
REJack
4ba150d509 fixed accent override for dropdown-item:active 2020-02-13 14:55:20 +01:00
REJack
187331143f added admin-lte-dotnet link to docs/implementations.md 2020-02-13 14:50:57 +01:00
REJack
ba8f8a8bbc fixed select2 height with text-sm 2020-02-13 14:07:05 +01:00
REJack
a3ede49485 fixed select2 focus border color 2020-02-13 13:50:38 +01:00
REJack
f9a40e3b46 fixed sidebar nav icon with text-sm 2020-02-12 15:18:56 +01:00
REJack
b1b5ce3cb5 fixed sidebar nav icon placing (without body.text-sm) 2020-02-12 10:09:02 +01:00
REJack
771a2d5530 enhanced dropdown position in navbar dropdown menus 2020-02-11 15:15:26 +01:00
REJack
4480db7f27 fixed accent link color overrides on sidebar and btn-app 2020-02-11 10:46:00 +01:00
REJack
0238015f5e fixed layout-fixed correct sidebar height to vh instead of % 2020-02-07 10:45:11 +01:00
REJack
b1c99c8963 fixed CardRefresh doubled load if loadOnInit is true 2020-02-07 10:27:44 +01:00
REJack
4d08d4b577 enhanced nav tabs inside card-header demo 2020-02-06 08:03:00 +01:00
REJack
4b2ea27a82 enhanced fullcalendar style & demo
- added forgotten themeSystem option in demo
- enhanced toolbar style on mobile
2020-02-02 10:04:32 +01:00
REJack
ff41f98ea5 enhanced CardWidget & card style with nav-tabs 2020-01-28 11:25:39 +01:00
bansalshashank
3f8802e647 filename and coresponding changes done for e_commerce.html, project_add.html, project_edit.html and project_detail.html (#2516)
Co-authored-by: EloquentShashank <52653070+EloquentShashank@users.noreply.github.com>
2020-01-28 11:07:41 +01:00
bansalshashank
8a66185901 [Examples] Product image now changes on clicking product image thumb (#2509)
Co-authored-by: EloquentShashank <52653070+EloquentShashank@users.noreply.github.com>
2020-01-24 12:55:01 +01:00
REJack
63eb7d2e8d fixed icheck-bootstrap docs link in demo 2020-01-23 07:42:07 +01:00
bansalshashank
64874f04fe Typo in title of examples/invoice-print fixed (#2503)
Co-authored-by: EloquentShashank <52653070+EloquentShashank@users.noreply.github.com>
2020-01-22 14:03:30 +01:00
bansalshashank
6800a0235d Title Changed from Project Edit to Project Add in examples/project_add.html (#2501)
Co-authored-by: EloquentShashank <52653070+EloquentShashank@users.noreply.github.com>
2020-01-22 13:10:29 +01:00
REJack
56ec9a3942 fixed npm audit 2020-01-22 08:55:00 +01:00
REJack
e73c7f15fa prep pre version 2020-01-22 08:47:01 +01:00
REJack
0e48302342 prep version 2020-01-17 09:05:37 +01:00
REJack
ce486267c4 fixed nested card collapse/expand icon bug 2020-01-17 07:37:39 +01:00
REJack
1ea675c50d fixed accent color override with dropdown menus 2020-01-16 15:23:49 +01:00
REJack
a4d297de9d fixed card-outline header border inside card-tabs 2020-01-16 15:17:34 +01:00
REJack
ffadc3d261 fixed sidebar nav header display on collapse hover 2020-01-16 15:13:14 +01:00
REJack
1cbf929bcf added .badge-btn style 2020-01-15 08:52:29 +01:00
REJack
3e236c9ff9 added text-nowrap to responsive tables 2020-01-14 15:07:33 +01:00
REJack
6fbbde4883 added flex-direction column to .login-page & .register-page 2020-01-14 14:57:17 +01:00
REJack
44fac0f65e rebuild dist files after PR's 2020-01-14 14:54:51 +01:00
frenchykiller
8da329441e Fixed double border on cards with nav tabs (#2477) 2020-01-14 14:51:55 +01:00
Andrii
d68e264e42 Fix typo in README (#2447) 2020-01-14 14:51:29 +01:00
REJack
6c06201930 small layout-top-nav enhancements
- fixed logo position
- added ability to use top-nav with sidebar (incl. demo)
2020-01-14 14:46:14 +01:00
REJack
dbe3e80778 fixed table condensed demo 2020-01-14 14:28:10 +01:00
REJack
add29e7168 added nuget package in implementations.md 2020-01-12 11:32:04 +01:00
REJack
05f23cb8c3 fixed sidebar mini collpased hover nav styles 2019-12-18 12:43:57 +01:00
REJack
56c5319f98 fixed sidebar mini with various sidebar nav styles (also combined) 2019-12-18 12:17:41 +01:00
REJack
7a47aad1e9 removed unnecessary fullcalendar plugin css file from demo 2019-12-15 10:27:37 +01:00
REJack
478cfc1743 Merge branch 'master' of https://github.com/ColorlibHQ/AdminLTE 2019-12-12 09:52:07 +01:00
REJack
2473021861 fixed Layout('init') for external use 2019-12-12 09:49:02 +01:00
Ppojin
22436d9cd2 Correct all day event (#2438) 2019-12-11 08:01:25 +01:00
Ppojin
a67b6b8d10 Correct and Improve of FilterizR sample page (#2439)
Correction of filtr-item's data-category, and add Category 4 (COLORED, BLACK)
2019-12-11 08:00:49 +01:00
REJack
72d348d34d fixed accent focus border color on form elements 2019-12-07 11:34:02 +01:00
REJack
71d32f8114 added new lightblue color (legacy blue) 2019-12-05 09:48:59 +01:00
REJack
945fd0c43b rebuild alt dist files 2019-12-04 14:54:21 +01:00
REJack
ebe29fbd24 fixed form label with alternative css files 2019-12-04 14:54:06 +01:00
REJack
5613006ea7 fixed box-shadow display while fully collapsed sidebar 2019-12-04 10:21:14 +01:00
REJack
6832bf6937 fixed dropdown menu in top-nav layout 2019-12-04 10:06:10 +01:00
REJack
ad3cfdd498 updated dependencies & devDependencies
- updated chart.js to v2.9.3
- updated select2 to v4.0.12
- updated @babel/cli to v7.7.4
- updated @babel/core to v7.7.4
- updated @babel/plugin-external-helpers to v7.7.4
- updated @babel/preset-env to v7.7.4
- updated autoprefixer to v7.7.4
- updated css-loader to v3.2.1
- updated eslint to v6.7.2
- updated rollup to v1.27.8
- updated style-loader to v1.0.1
- updated terser to v4.4.2
2019-12-04 10:03:30 +01:00
REJack
0b1372dd0f fixed accent color with buttons 2019-12-04 09:34:36 +01:00
REJack
857c3e7e69 replaced legacy dl-horizontal with bs4 grid 2019-12-04 09:05:42 +01:00
REJack
a324025b67 fixed nested card header style 2019-11-28 09:58:54 +01:00
REJack
42d4b59808 fixed accent color in sidebar 2019-11-25 09:02:11 +01:00
REJack
502887c71c fixed layout-navbar–fixed on iOS & macOS Safari 2019-11-25 08:41:25 +01:00
REJack
17a48d70c7 added jquery validation demo 2019-11-22 11:19:12 +01:00
REJack
d23a8d3d7f fixed custom checkbox padding 2019-11-22 11:09:49 +01:00
REJack
c27e8738cc fixed duplicate variable in demo.js 2019-11-22 10:32:31 +01:00
REJack
259d67ef8e some small control sidebar fixes
- fixed content height calculation with overlapping control sidebar
- fixed collapse/show functions (functions was swapped)
2019-11-22 10:23:17 +01:00
REJack
d327d76ae4 prep pre version 2019-11-22 09:50:18 +01:00
REJack
5988c4f9db prep version 2019-11-20 09:41:28 +01:00
REJack
29dc8e85fd fixed comment indent in scss files 2019-11-20 09:18:11 +01:00
REJack
d1f555e679 disabled expandSidebar by default in Treeview 2019-11-20 09:13:58 +01:00
REJack
e24c4d01ff some small js option fixes 2019-11-17 11:53:47 +01:00
REJack
f5286d6229 enhanced javascript plugins
- added expand & collapse method in PushMenu
- added expandSidebar & sidebarButtonSelector option in Treeview
- updated docs
2019-11-13 14:10:18 +01:00
REJack
7e86bd68cb updated docs/implementations 2019-11-13 13:47:18 +01:00
REJack
2c7229674c fixed user-menu dropdown top border 2019-11-12 15:57:25 +01:00
dima-bzz
78325db63a Add default to $main-footer-bg (#2394) 2019-11-10 11:21:26 +01:00
REJack
a2200f9bde fixed bootstrap-slider tooltip not shown 2019-11-07 08:36:32 +01:00
REJack
6cb3427fb8 fixed mozilla outline bug 2019-11-07 08:35:19 +01:00
REJack
fb77bcb178 fixed css compile scripts for windows usage 2019-11-07 08:14:16 +01:00
REJack
bfb74266b7 added missing starter page link in docs/layout.md 2019-11-07 07:32:20 +01:00
REJack
f80e848273 fixed overlapping products card in index3.html 2019-11-06 13:18:54 +01:00
REJack
1406f85866 added workaround for chartjs IE11 height bug 2019-11-06 10:57:23 +01:00
REJack
98c5a988ba fixed example links 2019-11-05 12:25:46 +01:00
Androz
59417e2a29 Fix broken link (#2377) 2019-11-05 11:04:48 +01:00
REJack
e100ad119f fixed margin left on sidebar collapse without sidebar-mini 2019-11-05 10:50:06 +01:00
REJack
a038600a03 updated dependencies & devDependencies
- updated chart.js to v2.9.2
- updated flag-icon-css to v3.4.5
- updated pdfmake to v0.1.62
- updated sweetalert2 to v8.19.0
- updated devDep autoprefixer to v9.7.1
- updated devDep eslint to v6.6.0
- updated devDep node-sass to v4.13.0
- updated devDep rollup to v1.26.3
2019-11-04 10:04:46 +01:00
REJack
0a0b7b5978 fixed card header background 2019-11-04 09:57:11 +01:00
REJack
4754f57ee8 prep pre version 2019-11-04 09:55:25 +01:00
REJack
f7aa7f36ba updated docs/implementations.md 2019-11-02 16:42:59 +01:00
REJack
db50d38af4 updated README.md 2019-11-02 16:18:08 +01:00
REJack
d17b058db4 updated issue template labels 2019-11-02 15:47:10 +01:00
Raphael Jackstadt
3348d3a414 Updated README.md 2019-11-02 14:51:13 +01:00
REJack
e78ee8d9ca prep version 2019-11-02 13:54:26 +01:00
REJack
5198872d30 updated README.md 2019-11-02 13:33:03 +01:00
REJack
b7a1c871ce fixed card default border after adding nav tabs support
- placed default card tabs style into .card-tabs
- updated demo
2019-11-02 08:59:45 +01:00
REJack
2ea45f22f3 fixed labels in issue templates 2019-11-01 12:25:19 +01:00
REJack
6457d31b0d added forget password & recover password demo 2019-11-01 12:19:24 +01:00
REJack
c4b90591a8 added new issue templates 2019-11-01 12:18:42 +01:00
REJack
bed1408234 updated install instructions in docs/index.md 2019-11-01 10:28:20 +01:00
REJack
54adf72cd3 fixed focus border in mozilla (bug with focusring removal) 2019-11-01 10:21:25 +01:00
REJack
d5404fb1f3 removed node_js 9 from .travis.yml
(not supported by node-sass so we exclude it complete)
2019-10-31 14:08:19 +01:00
REJack
ec0cf8a197 corrected select2 paddings to change look similar to form-control/custom-form select 2019-10-31 12:59:46 +01:00
REJack
4d13072001 added job exclude in .travis.yml 2019-10-31 12:47:10 +01:00
REJack
08c597d413 added .travis.yml 2019-10-31 12:10:29 +01:00
REJack
67024d83e4 added .nav-legacy & .nav-collapse-hide-child docs part 2019-10-31 08:48:28 +01:00
REJack
60830bb6c7 fixed select2 paddings/margins 2019-10-31 08:47:54 +01:00
REJack
448556d366 fixed mozilla focusring outline 2019-10-30 12:22:34 +01:00
REJack
e8ddb644a6 removed mozilla dotted border from focus links 2019-10-30 12:11:23 +01:00
REJack
e7d646cba1 some little fixes
- fixed info box icon aligning
- added .nav-legacy
- added .nav-collapse-hide-child
- fixed sidebar-light-hover-bg & sidebar-light-active-color
2019-10-30 11:59:53 +01:00
REJack
090bffc34c prep version 2019-10-29 09:39:22 +01:00
REJack
925254199e enhanced scss structure & compiled size
- reduced filesize by ~100kb
- splited _mixins into seperate files
- replaced `@extend`'s
- added split css files (core, components, extra-components, ...)
- changed cursor style for .btn.disabled
- enhanced package.json css* scripts
2019-10-29 09:22:51 +01:00
REJack
f60e0626fc changed user-image size/margin in .user-menu 2019-10-25 09:32:23 +02:00
REJack
139fbd3454 fixed box-shadow with select2 bootstrap4 theme 2019-10-24 10:04:55 +02:00
REJack
242ef8984a fixed select2 init bug in forms/advanced.html 2019-10-24 08:24:25 +02:00
REJack
acf9fe8403 added bs-custom-file-input plugin 2019-10-23 15:24:14 +02:00
REJack
247b797c38 changed input placeholder color with lighten 2019-10-23 11:49:59 +02:00
REJack
c5c5b6a407 fixed select2 multiple padding bottom 2019-10-23 11:36:05 +02:00
REJack
7d26cdd615 updated docs asset plugins 2019-10-23 09:54:04 +02:00
REJack
0f18f03807 fixed license url in js files 2019-10-23 09:51:31 +02:00
REJack
373c131092 fixed fixLayoutHeight on pushmenu collapse/expand event & removed auto expand sidebar on resize 2019-10-23 09:11:47 +02:00
REJack
8d20d4791f added abilty to use select2 with input-group 2019-10-23 08:46:37 +02:00
REJack
4acb2b49e6 fixed content margin with active sidebar overlay 2019-10-23 08:17:36 +02:00
REJack
46a05235ab rebuild dist files 2019-10-22 09:20:45 +02:00
REJack
977d95b43c fixed border-top for card-outline-tabs nav-item 2019-10-22 09:00:43 +02:00
REJack
4f28b5e39a updated package-lock.json 2019-10-21 11:58:19 +02:00
REJack
016ca7c2b3 rebuild dist files 2019-10-21 11:58:05 +02:00
REJack
386b525f77 added alert-default-* class for bootstrap4 legacy style 2019-10-21 11:57:44 +02:00
REJack
2bfcb514df fixed ::placeholder generation with autoprefixer 2019-10-21 11:56:54 +02:00
REJack
9f67b816a4 updated devDependecies 2019-10-21 11:55:05 +02:00
REJack
cec053b7bf updated dependencies & copied to plugin/
- updated @fortawesome/fontawesome-free to v5.11.2
- updated @sweetalert2/theme-bootstrap-4 to 2.2.1
- updated @ttskch/select2-bootstrap4-theme to v1.3.2
- updated datatables.net to v1.10.20
- updated datatables.net-autofill-bs4 to v2.3.4
- updated datatables.net-bs4 to v1.10.20
- updated datatables.net-buttons-bs4 to v1.6.1
- updated datatables.net-colreorder-bs4 to v1.5.2
- updated datatables.net-fixedcolumns-bs4 to v3.3.0
- updated datatables.net-fixedheader-bs4 to v3.1.6
- updated datatables.net-keytable-bs4 to v2.5.1
- updated datatables.net-rowgroup-bs4 to v1.1.1
- updated datatables.net-rowreorder-bs4 to v1.2.6
- updated datatables.net-scroller-bs4 to v2.0.1
- updated datatables.net-select-bs4 to v1.3.1
- updated flag-icon-css to v3.4.2
- updated flot to v3.2.13
- updated fs-extra to v8.1.0
- updated inputmask to v4.0.9
- updated overlayscrollbars to v1.10.0
- updated pdfmake to v0.1.60
- updated popper.js to v1.16.0
- updated select2 to v4.0.11
- updated sweetalert2 to v8.18.5
2019-10-21 11:54:16 +02:00
Aleksandr Rogozin
eae052422d Fixed unnecessary margin in list in timeline component (#2340) 2019-10-21 11:00:50 +02:00
Raphael Jackstadt
829a9b3c6c fixed collapsed sidebar autocollapse bug (#2339) 2019-10-19 12:01:46 +02:00
REJack
14967aec94 prep version & rebuild dists 2019-10-19 11:38:03 +02:00
REJack
0d4a75475a changed package.json docs scripts 2019-10-19 11:32:35 +02:00
Raphael Jackstadt
7acb89f44b fixed navbar tabs border in card-header (#2333) 2019-10-16 08:43:32 +02:00
Raphael Jackstadt
29a3ba3953 fixed content height calc with less sidebar content (#2332) 2019-10-16 08:34:07 +02:00
Raphael Jackstadt
302c85fb47 fixed select2 multiple height bug (#2325) 2019-10-12 12:02:07 +02:00
Raphael Jackstadt
f83f34546d fixed autocallapse on mobile touchscroll & rebuild dists (#2324) 2019-10-12 11:41:11 +02:00
Raphael Jackstadt
30b69da0b3 Merge pull request #2323 from ColorlibHQ/fix-content-height-calculation
fixed content height calculation
2019-10-12 11:37:38 +02:00
REJack
bd982813c4 fixed content height calculation 2019-10-12 11:36:52 +02:00
Raphael Jackstadt
e920e164e6 Merge pull request #2321 from dbugit/patch-1
Update _select2.scss
2019-10-11 15:43:32 +02:00
Adriano Pedro
f13e935b75 Update _select2.scss
The arrow down overrides the clear "x" button.
Removing this padding-right: 0 fix this issue.
2019-10-11 11:22:05 +01:00
Raphael Jackstadt
5bfaaa02d8 Merge pull request #2319 from ColorlibHQ/add-new-plugin-jquery-validation
added new plugin jquery-validation v1.19.1
2019-10-10 12:56:11 +02:00
REJack
c3a6d62a1d added new plugin jquery-validation v1.19.1 2019-10-10 12:55:35 +02:00
Raphael Jackstadt
00ae60be24 Merge pull request #2316 from ColorlibHQ/enable-auto-sidebar-collapse
enable auto collapse size by 992px as default option
2019-10-08 12:05:44 +02:00
REJack
2356b9844b enable auto collapse size by 992px as default option 2019-10-08 12:02:43 +02:00
Raphael Jackstadt
6f2a4f7a0b Merge pull request #2313 from ColorlibHQ/fix-chartjs-resize-bug
fixed resizing bugs with chartjs in index.html
2019-10-07 09:36:48 +02:00
REJack
0dc32b828a fixed resizing bugs with chartjs in index.html 2019-10-07 09:35:42 +02:00
Raphael Jackstadt
10d10e7537 Merge pull request #2312 from ColorlibHQ/fix-submenu-expand-bug
fixed submenu expand bug
2019-10-07 09:15:11 +02:00
REJack
2b0e4aa843 fixed submenu expand bug 2019-10-07 09:13:50 +02:00
REJack
c6a19a97f2 try to fix docs problems 2019-10-06 09:57:16 +02:00
REJack
d8a6ddca02 rebuild dist files 2019-10-04 15:18:22 +02:00
REJack
7a4a0659d1 prep version 2019-10-04 15:18:09 +02:00
Raphael Jackstadt
85a1215dd5 Merge pull request #2303 from REJack/v3-dev
v3.0.0-rc.3 fixes
2019-10-04 15:12:15 +02:00
REJack
c011e42b77 overhauled top-nav layout with a collapsable menu 2019-10-03 14:34:22 +02:00
REJack
99e51bc31a updated install instruction in docs 2019-10-03 14:18:35 +02:00
REJack
c09241069b fixed invoice-print loading from file:// 2019-10-03 14:09:27 +02:00
REJack
c2d3d8595c fixed margin of input-group, nav & pagination inside card-tools 2019-10-03 13:57:39 +02:00
REJack
3be22b6be9 fixed npm i prepare plugins error 2019-10-03 13:51:18 +02:00
REJack
c22642766e fixed accent build error 2019-10-03 13:26:35 +02:00
REJack
81e3dd0eab moved fs-extra to deps instead of devDeps 2019-10-03 13:22:51 +02:00
Raphael Jackstadt
43786cdd8c Merge pull request #2297 from REJack/v3-dev
rc.3 fix
2019-10-02 13:25:48 +02:00
REJack
4e8de7689f rebuild dist files 2019-10-02 13:24:54 +02:00
REJack
5d7e709c7c prep version 2019-10-02 13:23:30 +02:00
REJack
c08bc98075 fixed npm ignores 2019-10-02 13:20:59 +02:00
Raphael Jackstadt
9dc6d1dfd3 Merge pull request #2256 from REJack/v3-dev
first changes after v3.0.0-rc.1
2019-10-02 12:49:22 +02:00
REJack
0997acea1e rebuild dist files 2019-10-02 12:44:03 +02:00
REJack
00675ef1cb prep version to v3.0.0-rc.2 2019-10-02 12:42:33 +02:00
REJack
cd5f84b253 enhanced default select2 theme (built in)
- created build/scss/plugins/_mixins.scss
- updated build/scss/plugins/_select2.scss
- added color variation for select2
- updated build/scss/AdminLTE(-raw).scss
- updated pages/forms/advanced.html with color variations and both themes
2019-09-25 10:24:16 +02:00
REJack
6099356207 enhanced login/register box positioning
- added min-height update for login-/register-page in Layout.js
- updated login-/register-page to display flex
- updated login/register demo to load adminlte.min.js
2019-09-23 11:39:30 +02:00
REJack
debb6c4727 added info to load plugin in docs/dependencies.md 2019-09-21 10:40:46 +02:00
REJack
c153f13057 added ability to change accent color (link & pagination) 2019-09-21 10:19:05 +02:00
REJack
c78169c3f7 overhauled a bit the card header with nav tabs style 2019-09-21 09:58:03 +02:00
REJack
ffc0c92678 removed unnecessary info in card-refresh.md 2019-09-20 12:26:38 +02:00
REJack
6ebedadced updated plugins
- updated fontawesome-free to 5.11.1
- updated flag-icon-css to 3.4.0
- updated sweetalert2 to 8.17.6
2019-09-20 12:13:00 +02:00
REJack
6c2104dc2d added footer small text checkbox in demo control sidebar 2019-09-20 10:51:21 +02:00
REJack
acd65cf524 added ability to add nav tabs inside card header
- added demo in pages/UI/navbar.html
- added style for top border for .card-outline-tabs
- overhauled a bit the navbar demo section
2019-09-20 10:51:07 +02:00
REJack
f51bce162f fixed control sidebar top/bottom with small navbar/footer & fixed back-to-top zindex 2019-09-20 10:40:59 +02:00
REJack
5af52cf9df removed screenCollapseSize option for PushMenu and removed isShown() 2019-09-19 13:34:26 +02:00
REJack
c950273d43 fixed right sided vertical nav tabs demo 2019-09-19 09:59:44 +02:00
REJack
c1207646f4 fixed vertical nav-tabs border style 2019-09-19 09:58:24 +02:00
REJack
40d88ee12e fixed treeview selection 2019-09-19 09:57:49 +02:00
REJack
91840e0231 fixed color button in demo control sidebar 2019-09-19 09:16:29 +02:00
REJack
4454f712ff plugins prepare enhanced
- split Plugins in Plugins & DocsPlugins
- created docs-prepare & install npm script
- renamed prepare npm script to prepare-release
- updated .npmignore
2019-09-19 09:02:07 +02:00
REJack
3607ed15ed added unnecessary plugin files (*.md, *.html & package.json) to .gitignore 2019-09-19 08:53:54 +02:00
REJack
a9203b3882 removed unnecessary plugin files (*.md, *.html & package.json) 2019-09-19 08:51:40 +02:00
REJack
483a58ce74 updated plugins
- updated pdfmake to 0.1.59
- updated sweetalert2 to 8.17.3
2019-09-17 11:37:57 +02:00
REJack
8799b5497c some little text-sm fixes
- button text size
- dropdown text size
- dropdown toggle icon alignment
- top-nav brand image margin
- added docs part
2019-09-17 10:42:32 +02:00
REJack
1261a7e36c added .dropdown-icon for icon only dropdown toggles 2019-09-17 10:40:51 +02:00
REJack
7774adb2a7 fixed missing bootstrap 4 migration changes 2019-09-17 08:30:37 +02:00
REJack
be0ce68264 changed worldmap to us map in demos 2019-09-17 08:26:22 +02:00
REJack
556c1c80df enhanced content header with body.text-sm 2019-09-16 14:42:34 +02:00
REJack
e6db3e09ea fixed Treeview toggle() 2019-09-16 14:40:38 +02:00
REJack
683a015a4e removed console.log from Layout.js 2019-09-16 14:10:12 +02:00
REJack
026f400dcd fixed docs for local generation 2019-09-16 14:09:51 +02:00
REJack
64df71d125 first steps to reduce npm package size & deliver generated docs
- updated .gitignore
- created .npmignore
- created new scripts for docs and publish prepare in package.json
2019-09-16 14:05:24 +02:00
REJack
6f73dc7ca7 changed next() to find() in Treeview toggle() 2019-09-16 13:50:46 +02:00
REJack
a93835979a added sidebar no expand checkbox in demo control sidebar script 2019-09-16 13:09:57 +02:00
REJack
bb2e0de6cd fixed nav-flat in collapsed sidebar 2019-09-16 13:07:25 +02:00
REJack
ef35ff2cbe fixed sidebar overlay with .nav-flat 2019-09-16 12:22:39 +02:00
REJack
28fff0df4c added font-size-xs variable 2019-09-16 12:11:44 +02:00
REJack
accf50cf1b renamed .text-xs to .text-md and created a correct .text-xs 2019-09-16 12:11:14 +02:00
REJack
7f68cf5cc9 fixed white close buttons text shadow in modals 2019-09-16 12:09:49 +02:00
REJack
d8e5b6f2c2 added bg-* info for toast in docs/layout.md 2019-09-16 12:08:56 +02:00
REJack
748fd54d3f added dropdown-menu-lg info in docs/components/miscellaneous.md 2019-09-16 12:05:55 +02:00
REJack
ec008a693f added Toasts.js & enhanced toasts style
- created Toasts.js
- updated build/js/scss/plugins/_toastr.scss
- added toast-variant mixin in build/scss/_mixinis.scss
- created build/scss/_toasts.scss
- added zindex-toasts variable in build/scss/_variables.scss
- updated build/scss/AdminLTE.scss & build/scss/AdminLTE-raw.scss
- updated pages/UI/modals.html
- created docs/javascript/toasts.md
- updated docs/_config.yml
2019-09-16 12:05:25 +02:00
REJack
487ccecf05 enhanced bootstrap switch js part in demo 2019-09-13 14:41:19 +02:00
REJack
7bb5b47bff added bootstrap-switch
- updated package.json
- updated build/npm/Plugins.js
- added build/scss/plugins/_bootstrap-switch.scss with bootstrap 4 style & color overrides
- updated pages/forms/advanced.html with bootstrap switch demo & added rows in icheck demo
- added plugins files
2019-09-13 13:44:59 +02:00
REJack
9f46a194d3 added text-sm body checkbox in demo.js 2019-09-13 10:52:14 +02:00
REJack
0c9e0b7b49 fixed offset in pages/forms/general 2019-09-13 10:40:17 +02:00
REJack
b8eac86970 fixed active border on sidebar nav with nav-flat 2019-09-13 10:38:45 +02:00
REJack
e2ad19ab11 fixed user-block inside post & fixed profile example 2019-09-13 10:38:07 +02:00
REJack
15f11f2f33 fixed sales card markup on index.html 2019-09-13 10:11:27 +02:00
REJack
d8904dd346 enhanced .text-sm support via body & fixed card-text float error 2019-09-13 10:09:58 +02:00
REJack
b78a1c45bb added sidebar form support & updated sidebar docs 2019-09-11 15:10:42 +02:00
REJack
d37b7e6af8 fixed sidebar margin top false with layout(-*)-navbar-not-fixed 2019-09-11 14:38:53 +02:00
REJack
1f6e992757 fixed sidebar-no-expand display issue with brand-image-xl/xs & nav-child-indent 2019-09-11 14:27:56 +02:00
REJack
580e6a12a5 updated demo.js with new text-sm, nav-compact, nav-flat & child-indent checkbox 2019-09-11 13:56:30 +02:00
REJack
abece383c4 added .nav-flat style with child-indent support 2019-09-11 13:55:20 +02:00
REJack
9b290fa5d0 added support for .text-sm with brand-link, main-sidebar & main-footer 2019-09-11 12:32:32 +02:00
REJack
bc8b990c1a added multi level example across the demo pages 2019-09-09 15:34:49 +02:00
REJack
0fd72b8837 enhanced radio button group with bg-*
- added active override for .btn.bg-*
- added radio button group demo in pages/UI/buttons.html
2019-09-09 15:07:23 +02:00
REJack
8c18a36f6e created docs/components/miscellaneous.md with dropdown-hover infos 2019-09-09 14:51:57 +02:00
REJack
26741a95c5 updated pages/UI/buttons.html with hoverable split buttons & corrected the split buttons markup 2019-09-09 14:45:43 +02:00
REJack
7d35fb3b3e readded hold-transition remove in Layout.js 2019-09-09 14:27:58 +02:00
REJack
4453262bb0 added pace demo & pace override
- created pages/examples/pace.html
- created build/scss/plugins/_pace.scss with color overrides
- created docs/components/plugins.md with plugin overrides & extra styles
- updated docs sidebar menu
- updated demo sidebar menu with pace demo link
2019-09-09 14:19:35 +02:00
Raphael Jackstadt
07720d6094 Merge pull request #2259 from milkcocoa/fix-table-valign-middle
Fix for table-valign-middle doesn't work
2019-09-08 12:45:56 +02:00
Shu Masuda
ce78f25deb Fix for table-valign-middle doesn't work 2019-09-07 14:18:40 +09:00
REJack
aebfe08b33 fixed background color for brand-link with navbar-* 2019-09-06 10:22:22 +02:00
REJack
a99c9b7959 fixed sidebar state remember to work in both ways 2019-09-05 08:15:35 +02:00
REJack
cac5828617 fixed input-group with rounded-0 on login/register 2019-09-03 12:37:24 +02:00
REJack
0a1338086a fixed content-height calculation 2019-09-03 12:36:55 +02:00
REJack
b2139077f5 removed breakpoint from control-sidebar 2019-09-03 12:06:13 +02:00
REJack
f93b3fea4d fixed inputmask markup 2019-09-03 11:43:54 +02:00
Raphael Jackstadt
0bf308ebd6 Merge pull request #2220 from REJack/v3-dev
further changes for v3.0.0-rc.1
2019-09-01 15:51:13 +02:00
REJack
baea4e435b prep version & rebuild dist files 2019-09-01 15:16:39 +02:00
REJack
cda2fe3f4c added first version of upgrade guide 2019-09-01 15:10:03 +02:00
REJack
df6eb2f1d5 added text-align center to widget-user-header 2019-09-01 11:21:33 +02:00
REJack
cf176f0cb0 adjusted a bit the widget-user 2019-09-01 11:15:42 +02:00
REJack
7d15c6ac8c updated .user-block & .widget-user 2019-08-31 10:25:58 +02:00
REJack
4d0080e1c6 changed cards header 2019-08-31 10:20:46 +02:00
REJack
2658574241 fixed card header/title padding 2019-08-31 10:01:24 +02:00
REJack
a8051f5666 updated some demos
- added dropdown-hover for "Hover for action" in layout/top-nav
- changed bootstrap modal info text in UI/modals
- updated vertical tabs examples for a better mobile view
2019-08-31 09:50:32 +02:00
REJack
8cee30f14e fixed callout link color 2019-08-31 09:46:04 +02:00
REJack
51579d5324 added ekko-lightbox plugin
- updated package.json
- updated build/npm/Plugins.js
- updated pages/gallery.html
2019-08-30 15:21:37 +02:00
REJack
56682c498f updated pages/layout/* demo pages with single card to avoid whitespace above footer 2019-08-30 14:35:24 +02:00
REJack
742cb25c07 updated login-/register-logo font size and padding 2019-08-30 14:04:34 +02:00
REJack
643efcd1a4 updated callout padding 2019-08-30 14:03:53 +02:00
REJack
349ed57ce5 added .sidebar-no-expand info in main sidebar docs 2019-08-30 13:00:48 +02:00
REJack
d15055042e fixed .sidebar-no-expand with navbar-fixed 2019-08-30 13:00:21 +02:00
REJack
577dc4db6e added .sidebar-no-expand to avoid auto expand on hover/focus 2019-08-30 12:49:53 +02:00
REJack
eeeee1fbbf enhanced ControlSidebar
- moved control sidebar related functions from Layout.js to ControlSidebar.js
- added own scrollbar options
- added ability to set control sidebar height while scrolling
- fixed overlapping with fixed footer/navbar
2019-08-30 11:45:07 +02:00
REJack
05e0de2291 updated .gitignore 2019-08-29 12:01:28 +02:00
REJack
1f576576ce removed docs/Gemfile.lock 2019-08-29 12:00:26 +02:00
REJack
7c730af2c8 fixed icon update in CardWidget 2019-08-29 11:55:25 +02:00
REJack
6edd3d88d7 updated docs
- fixed javascript/card-widget
- added new deps in dependencies
2019-08-29 09:57:49 +02:00
REJack
2865815c47 dependencies/devDependencies updates
- updated dependencies
  - `@fortawesome/fontawesome-free` to 5.10.2
  - `@fullcalendar/bootstrap` to 4.3.0
  - `@fullcalendar/core` to 4.3.1
  - `@fullcalendar/daygrid` to 4.3.0
  - `@fullcalendar/interaction` to 4.3.0
  - `@fullcalendar/timegrid` to 4.3.0
  - `bootstrap-slider` to 10.6.2
  - `flot` to 3.2.9
  - `overlayscrollbars` to 1.9.1
  - `raphael` to 2.3.0
  - `select2` to 4.0.10
  - `sweetalert2` to 8.16.3
- replaced dependencies
  - `jqvmap` with `jqvmap-novulnerability` (removes git requirement on `npm i`)
- added new dependencies
  - `datatables.net-autofill-bs4` to 2.3.3
  - `datatables.net-bs4` to 1.10.19
  - `datatables.net-buttons-bs4` to 1.5.6
  - `datatables.net-colreorder-bs4` to 1.5.1
  - `datatables.net-fixedcolumns-bs4` to 3.2.6
  - `datatables.net-fixedheader-bs4` to 3.1.5
  - `datatables.net-keytable-bs4` to 2.5.0
  - `datatables.net-responsive-bs4` to 2.2.3
  - `datatables.net-rowgroup-bs4` to 1.1.0
  - `datatables.net-rowreorder-bs4` to 1.2.5
  - `datatables.net-scroller-bs4` to 2.0.0
  - `datatables.net-select-bs4` to 1.3.0
  - `jszip` to 3.2.2
  - `pdfmake` to 0.1.58
- updated devDependencies
  - `@babel/cli` to 7.5.5
  - `@babel/core` to 7.5.5
  - `@babel/preset-env` to 7.5.5
  - `css-loader` to 3.2.0
  - `rollup"` to .20.2
  - `terser` to 4.2.1
- removed old plugins
  - `morris`
2019-08-28 12:59:33 +02:00
REJack
e3888aee85 created new gallery page
- added filterizr to plugins
- created gallery demo
2019-08-28 11:42:16 +02:00
REJack
ce9734ef07 updated demo sidebar menu
- fixed timeline link in pages/calendar & pages/widgets
- added ribbons link after timeline link
2019-08-28 09:57:45 +02:00
REJack
6a85e9c5a1 enhanced buttons
- added btn-xs class
- added btn-xs demo in pages/UI/buttons.html
- enhanced dropdown-hover for button dropdowns
- fixed dropdown examples in pages/UI/buttons.html
2019-08-28 09:26:57 +02:00
REJack
6874eb31d7 enhanced navbar dropdown & top-nav example
- added Dropdown.js
- added .dropdown-submenu
- added .dropdown-hover
- added dropdown example & fixed card headers in pages/layout/top-nav.html
2019-08-27 16:23:07 +02:00
REJack
6d0fcbc8b1 enhanced custom forms
- removed box-shadow from custom form element #2200
- updated pages/forms/general.html (splited general and custom elements)
- fixed focus on custom switch & range
2019-08-27 13:21:53 +02:00
REJack
42b6ff1b11 removed fastclick from demo pages 2019-08-27 12:10:57 +02:00
REJack
8c9ef56657 fixed card-outline inside card wrong styling #2205 2019-08-26 12:28:02 +02:00
REJack
2805e35b2f updated main-sidebar docs with additional classes 2019-08-26 12:11:40 +02:00
REJack
4f231d5367 updated main-sidebar nav style
- added abilty to use a .right container instead of two single items
- added nav-compact for reduced paddings
2019-08-26 12:04:50 +02:00
REJack
937dffc03d enhanced cards header & tools
- reduced title font size
- changed title & tools margins/paddings
2019-08-26 12:02:59 +02:00
Raphael Jackstadt
4cb6c94411 Merge pull request #2219 from laiso/patch-1
typo fix on 'yarn add'
2019-08-26 10:47:29 +02:00
Raphael Jackstadt
ae419c1f72 Merge pull request #2197 from REJack/v3-dev
first changes to v3.0.0-rc.1
2019-08-26 10:46:45 +02:00
Raphael Jackstadt
2ab586c4db Merge branch 'v3-dev' into v3-dev 2019-08-26 10:44:04 +02:00
Raphael Jackstadt
0437635830 Merge pull request #2212 from Leviasan/v3-dev
Migration the timeline component to "bootstrap 4".
2019-08-26 10:41:34 +02:00
REJack
c9b02625dd rebuild dist files & updated docs assets 2019-08-26 10:39:29 +02:00
REJack
e8b6ff4e56 docs updates
- added part for fixed navbar/footer incl. the responsive classes
- added anchor info for fixed navbar
- added .dropdown-menu-lg/-xl info in main-header docs
- added custom plugin colors in layout colors part
  - custom-range
  - custom-switch
  - bootstrap slider
  - icheck-bootstrap
2019-08-26 10:38:07 +02:00
REJack
6b683b1d94 enhanced ribbons
- fixed style
- created demo page
- created docs
2019-08-26 09:44:05 +02:00
laiso
08d1a8d898 typo fix on 'yarn add' 2019-08-26 14:22:34 +07:00
Aleksandr Rogozin
a5241489f8 Timeline component docs 2019-08-23 13:18:21 +03:00
REJack
2d36befc04 added docs preset for timeline 2019-08-22 15:14:32 +02:00
Aleksandr Rogozin
d27aa49026 Add a sidebar link across all demo pages 2019-08-21 23:58:55 +03:00
REJack
1aa67a08ea migrated CardRefresh (BoxRefresh)
- created CardRefresh Plugin
- created docs
- updated pages/UI/widgets.html
2019-08-20 17:19:08 +02:00
REJack
09651f0a82 added @ttskch/select2-bootstrap4-theme and updated legacy select2 scss code 2019-08-20 12:48:22 +02:00
REJack
1b1b909162 renamed ControlSidebar DATA_KEY to lte.controlsidebar 2019-08-20 12:35:22 +02:00
REJack
b816ef347a enhanced CardWidget (Widget)
- renamed Widget to CardWidget
- renamed data-widget to data-card-widget
- reworked Selector & ClassName Icons to Option
- splited toggleMaximize to maximize & minimize
- added maximizeTrigger Option
- enhance code to run methods without buttons
2019-08-20 12:33:52 +02:00
REJack
ec9f780ed7 enhanced tree collapse/expand to avoid flood slide animation on multiple clicks on one item 2019-08-20 11:04:55 +02:00
REJack
62a29b624e enhanced css-compile with node-sass-package-importer and replaced ../../node_modules/bootstrap with ~bootstrap 2019-08-20 11:03:48 +02:00
REJack
0381231b23 updated sweetalert2 & added sweetalert2-theme-bootstrap-4 2019-08-20 10:54:48 +02:00
REJack
a514515799 updated options in docs/javascript/push-menu.md 2019-08-19 14:06:35 +02:00
REJack
c98018c880 enhanced PushMenu with sidebar state remember 2019-08-19 14:03:05 +02:00
REJack
c3fffde6c0 fixed hold-transition for main-sidebar & control-sidebar 2019-08-19 14:01:05 +02:00
REJack
f3eeb0bfaa fixed nav-child-indent padding while collapse 2019-08-19 13:35:38 +02:00
REJack
d6c8360f4f added toggled event to DirectChat.js 2019-08-19 13:14:56 +02:00
REJack
c471db9628 enhanced direct-chat-contacts
- updated direct-chat-contacts background to $dark
- updated contacts-list-date & contacts-list-msg to $gray-400
- added direct-chat-contacts-light style
2019-08-19 13:11:11 +02:00
REJack
af21f07b3d fixed direct-chat with bg-* 2019-08-19 13:00:46 +02:00
REJack
f549efa62a added elevation-4 to brand-link on pages/layout/fixed-topnav.html 2019-08-19 12:36:33 +02:00
REJack
a14df4917b fixed zindex's for main-header / brand-link 2019-08-19 12:35:00 +02:00
REJack
bc04864edf fixed brand-link img height 2019-08-19 12:33:00 +02:00
REJack
89fc86a000 updated docs/components/control-sidebar.md 2019-08-19 12:10:40 +02:00
REJack
7dd7bce535 fixed today mark in datepicker inline in card with bg-* 2019-08-19 12:09:46 +02:00
Aleksandr Rogozin
02fe824919 Returned timeline-inverse css class. 2019-08-17 12:20:47 +03:00
Aleksandr Rogozin
acdbe25cfa Update profile page -> timeline part 2019-08-17 01:03:58 +03:00
Aleksandr Rogozin
2ca7f5411d Merge branch 'v3-dev' of https://github.com/Leviasan/AdminLTE into v3-dev 2019-08-16 23:26:29 +03:00
Aleksandr Rogozin
66055cd96a Migration the timeline component to "bootstrap 4". 2019-08-16 17:23:57 +03:00
REJack
e4970b6c30 added .control-sidebar-push-slide 2019-08-13 14:37:16 +02:00
REJack
c4c082c4ac some control-sidebar fixes
- removed setMargin in js
- fixed control-sidebar slide animate step
- added zindex-contro-sidebar
- added control-sidebar-push class
- updated zindex's
2019-08-13 14:26:25 +02:00
REJack
0876d0ab70 added missing expanded/collapsed event in ControlSidebar.js 2019-08-13 13:09:07 +02:00
REJack
fd8183c965 renamed option slide to controlsidebarSlide and tweaked a bit the animate step 2019-08-11 14:16:27 +02:00
REJack
ac6a58c118 fixed bg-gradient-* color overrides doesn't worked 2019-08-08 15:09:29 +02:00
REJack
9d55dee3ad changed card-tools position absolute to float right
- added card-title float:left
- changed card-header & card-title padding
2019-08-08 14:52:11 +02:00
REJack
40007571f9 changed table-dark border-color 2019-08-08 14:33:01 +02:00
REJack
8685cde1b0 fixed border color with bg-dark 2019-08-08 14:32:33 +02:00
REJack
3d8c88799a fixed icheck-bootstrap html markup 2019-08-08 14:12:46 +02:00
REJack
5fceda1ba8 fixed icheck-bootstrap focus 2019-08-08 13:55:09 +02:00
Aleksandr Rogozin
9e251efd0c Merge pull request #1 from ColorlibHQ/v3-dev
V3 dev
2019-08-07 22:28:45 +03:00
Raphael Jackstadt
1ff65e5bd9 Merge pull request #2189 from REJack/v3-dev
fixed placehold.it link
2019-07-31 08:46:17 +02:00
REJack
e9b7ad1354 Merge branch 'v3-dev' of https://github.com/REJack/AdminLTE into v3-dev 2019-07-31 08:41:35 +02:00
REJack
4be1bd935c fixed placehold.it link 2019-07-31 08:41:11 +02:00
Raphael Jackstadt
8c08ab1846 Merge pull request #2188 from REJack/v3-dev
small fixes and changes before preping version
2019-07-31 08:25:12 +02:00
REJack
f96d4aea3e updated docs install section 2019-07-31 08:18:30 +02:00
REJack
d3554c591e updated docs link in demo files 2019-07-31 08:18:06 +02:00
REJack
f54bb66724 update docs/Gemfile and docs/assets 2019-07-30 10:59:34 +02:00
REJack
97168e80be changed npm run production from parallel to sequential to avoid docs assets updating bug 2019-07-30 10:58:17 +02:00
Raphael Jackstadt
2e4e2b0572 Merge pull request #2185 from REJack/v3-dev
fixed docs bugs for generation
2019-07-29 23:09:51 +02:00
REJack
64ad688e24 fixed brand-link in docs 2019-07-29 23:08:34 +02:00
REJack
4e717712cc fixed docs bugs for generation
- removed duplicate `<!DOCTYPE html>` and `<html lang="en">`
- added missing source line and github-pages gem in Gemfile
2019-07-29 22:26:45 +02:00
Raphael Jackstadt
de09bbc21d Merge pull request #2184 from REJack/v3-dev
rebuild dist files & docs assets
2019-07-29 22:11:10 +02:00
REJack
165c02e0c7 rebuild dist files & docs assets 2019-07-29 22:10:18 +02:00
Raphael Jackstadt
5639e8c4eb Merge pull request #2169 from REJack/v3-dev
docs, issues fixed & some bigger scss changes
2019-07-29 22:07:00 +02:00
REJack
427d512881 added dist files from origin/v3-dev (try to resolve conflicts) 2019-07-29 22:06:15 +02:00
REJack
a1d72f02ee removed dist files (try to resolve conflicts) 2019-07-29 22:04:01 +02:00
REJack
14f59c34f2 conflict resolve
- added "Fix Select2 heights" #2178
- rebuild dist files & synced to docs
2019-07-29 21:37:35 +02:00
REJack
8845f6a8e5 changed v2.4 docs link in docs navbar 2019-07-29 15:42:08 +02:00
REJack
f61e3a04d6 further docs changes
- removed CardRefresh from menu while not exist
- removed data-accordion="true" from sidebar nav
- updated assets
- created javascript/layout
- finished javascript/push-menu
- created javascript/treeview
- created javascript/widget
- finished javascript/control-sidebar
- created javascript/direct-chat
- created javascript/todo-list
2019-07-29 15:40:18 +02:00
REJack
fe693889dd added collapse, expand & toggleMaximize to run via js script 2019-07-29 14:21:05 +02:00
REJack
64ef08f35d fixed img urls in components/direct-chat 2019-07-29 10:07:12 +02:00
REJack
f69272d504 added new docs pages
- components/direct-chat
- browser-support
- implementations
- faq
- license
2019-07-28 22:36:12 +02:00
REJack
9cd8bac035 enabled sidebar accordion in docs 2019-07-28 22:34:53 +02:00
REJack
8b24386671 updated docs assets
- updated adminlte css/js files
- added demo images
2019-07-28 22:33:54 +02:00
REJack
3fed7f5897 fixed DirectChat toggle 2019-07-28 21:27:48 +02:00
REJack
c089bc9796 added DirectChat & TodoList JS (+ TodoList CSS fixes) 2019-07-28 21:11:54 +02:00
REJack
dd0794bab2 doc changes + a little info-box overlay bugfix
- updated assets
- added bootstrap-duallistbox in dependencies
- updated colors section in layout
- finished components/cards
- created & finished components/boxes
- added missing position relative to .info-box
2019-07-28 19:16:16 +02:00
REJack
f8f0d8fc8e added custom tab content class & demo in pages/UI/navbar 2019-07-28 14:17:36 +02:00
REJack
2804a35d13 added bootstrap-duallist plugin & demo 2019-07-28 13:50:35 +02:00
REJack
8f5b3d68b9 removed .btn-flat from add-new-event-btn in calendar demo 2019-07-28 12:47:52 +02:00
REJack
f1f98ba2d8 removed input focus box-shadow & fixed custom-range active/focus style 2019-07-28 00:27:44 +02:00
REJack
4d14a6f3b7 fixed input-group-append input-group-text markup in login/register page 2019-07-27 22:48:28 +02:00
Raphael Jackstadt
7a28ca5ac2 Merge pull request #2180 from Leviasan/v3-dev
Changing module to work with the file system. Remove 'ncp'.
2019-07-21 21:21:10 +02:00
Raphael Jackstadt
a5bbef158a Merge pull request #2178 from maxwellmc/v3-dev
Fix Select2 heights
2019-07-21 21:15:49 +02:00
Aleksandr Rogozin
2e7c44faa3 Update package json scripts 2019-07-20 12:02:23 +03:00
Aleksandr Rogozin
377d2718de Changing module to work with the file system. 2019-07-20 11:50:19 +03:00
Max McMahon
7745078a45 Fix Select2 heights 2019-07-18 14:17:36 -04:00
REJack
6773bd1772 further scss changes
- changed /* comments to // (to avoid displaying in compiled css file)
- added .alert-primary
- removed _label.scss (due renamed to badge with BS4)
- reworked bg-*, bg-gradient-*, custom-switch-*, custom-range-* as mixin
- changed control-sidebar-light border color to main-header border
- renamed `.direct-chat-info` to `.direct-chat-infos` (not theme color, its a extra block inside direct-chat & updated demo files
- enhanced direct-chat with all colors
- added `.dropdown-menu-xl`
- reworked color-palette in pages/UI/general
- changed `Block Quotes Pulled Right` to `Secondary Block Quotes` in pages/UI/general
- removed `@-webkit-keyframes flipInX` due autoprefixer
- enhanced demo.js with additional colors for sidebar & renamed `Navbar border` to `No Navbar border`
2019-07-18 16:22:11 +02:00
REJack
c66ab85940 further docs changes
- updated docs assets
- added yarn install info
- overhauled color parts in layout.md
- added components/main-sidebar, /control-sidebar & /cards
- updated title in components/main-header
- created blank pages javascript/control-sidebar& /push-menu to ensure docs generation
- renamed Sidebar to Main Sidebar
2019-07-17 23:05:57 +02:00
REJack
b313b6ab1e little scss changes
- reworked sidebar-dark-* & sidebar-light-* to reduce lines (~1000 lines)
- changed `border-bottom: none` to `border-bottom: 0`
- added colors to $colors array
- removed box-solid-variant mixin (unused)
- removed `skin-dark-sidebar` & `skin-light-sidebar` mixin
- added `cards-variant` & `sidebar-color` mixin
2019-07-17 23:01:00 +02:00
REJack
54653bbb1e fixed brand-link width while focused sidebar but not hovered 2019-07-16 16:24:44 +02:00
REJack
02c398e707 fixed zindex's to avoid overlapping & fixed brand-link transitions while switching between collapsed & open 2019-07-15 15:46:45 +02:00
REJack
127188bb2c starting with the docs
- jekyllrb preset for gh-pages with AdminLTE 3 layout
- rebuild menu structure like AdminLTE v2.4 docs
- modified npm/Plugins.js to update docs assets with every production run
2019-07-15 15:32:00 +02:00
REJack
149400ec6b updated .gitignore 2019-07-14 21:53:03 +02:00
REJack
c26d880962 removed border-bottom in pages/layout/top-nav navbar 2019-07-14 21:52:29 +02:00
REJack
bf7cc5018f Merge branch 'v3-dev' of https://github.com/REJack/AdminLTE into v3-dev 2019-07-14 18:02:42 +02:00
REJack
11e09242ea renamed sidebar entry Fixed to Fixed Sidebar & renamed file fixed.html to fixed-sidebar.html 2019-07-14 18:02:00 +02:00
Raphael Jackstadt
4c0f3d0baf Merge pull request #2167 from REJack/v3-dev
last css/js changes before creating docs
2019-07-14 17:48:52 +02:00
REJack
dcc223da7b updated font awesome links in demo pages 2019-07-14 17:46:33 +02:00
REJack
68ff7620f0 changed jqvmap github repo selection & executed `npm i 2019-07-14 17:45:34 +02:00
REJack
042e05989a fixed brand-link collapsed width with .layout-fixed 2019-07-14 15:28:46 +02:00
REJack
7e2ec226e0 some little scss changes
- added .anchor for anchors with offset while fixed navbar
- fixed .main-header border
- added sidebar color variations (colors)
- added pre & blockquote style for doc usage
- fixed brand-link width with .logo-switch
2019-07-14 15:21:20 +02:00
REJack
91ef7e7bbd changed previous fix from .fixed its .layout-fixed 2019-07-13 18:27:13 +02:00
REJack
bc362337a1 fixed sidebar margin-top if .fixed not set 2019-07-13 18:09:26 +02:00
Raphael Jackstadt
5daf8673cc Merge pull request #2153 from REJack/v3-dev
more changes to release v3.0.0-beta.2
2019-07-13 13:04:54 +02:00
Raphael Jackstadt
7c959812ef Merge branch 'v3-dev' into v3-dev 2019-07-13 13:04:13 +02:00
Raphael Jackstadt
a5141cabc7 Merge pull request #2164 from Leviasan/v3-dev
Updating devDependencies for "js" script.
2019-07-13 12:34:39 +02:00
Aleksandr Rogozin
36ae4e2445 Updating devDependencies for "js" script. 2019-07-13 12:45:22 +03:00
REJack
164df59d01 updated build/scss/AdminLTE-raw 2019-07-13 00:06:47 +02:00
REJack
974a67812c replaced uglifyjs to terser, updated autoprefixer & fixed npm audits 2019-07-13 00:02:10 +02:00
Aleksandr Rogozin
78c74fda2f Revert "Updating devDependencies for "js-compile" script."
This reverts commit 03ed07ba8e.
2019-07-13 00:01:56 +03:00
REJack
f21bf2fb4f enhanced responsive fixed-header/-footer #2162
- removed js margin-top/-bottom generation
- added layout-navbar-not-fixed & layout-footer-not-fixed incl. responsive variants (eg. layout-*-navbar-not-fixed, layout-*-footer-not-fixed)
- added responsive variants for fixed (eg. layout-*-navbar-fixed, layout-*-footer-fixed)
- added default border-bottom to main-header navbar like main-footer
- removed .border-bottom from main-header navbar in demo pages
2019-07-12 20:00:43 +02:00
REJack
ad91b7fdb7 updated fontawesome cdn link in demo pages 2019-07-12 18:29:41 +02:00
Aleksandr Rogozin
03ed07ba8e Updating devDependencies for "js-compile" script. 2019-07-12 15:58:45 +03:00
REJack
dd08a3911a added option to use two different logo images in sidebar (small & large) #2159 2019-07-12 13:19:20 +02:00
Raphael Jackstadt
496950ea1c Merge pull request #2160 from Leviasan/v3-dev
Change "js-compile" script. Moving settings files to one place.
2019-07-11 15:16:42 +02:00
Aleksandr Rogozin
0dfa558aef Change "js-compile" script. Moving settings files to one place. 2019-07-11 15:42:43 +03:00
REJack
0e3049751e added language menu demo 2019-07-10 17:01:30 +02:00
REJack
aec10766cb added flag-icon-css package 2019-07-10 16:33:23 +02:00
REJack
e9bffa1f53 added to sticky-top to events control in calendar demo 2019-07-10 16:24:42 +02:00
Raphael Jackstadt
df5187ee55 Merge pull request #2158 from andymark-by/patch-3
Bootstarap 3 > 4
2019-07-10 16:10:38 +02:00
REJack
94d37b5520 reworked control-sidebar & removed overflow from wrapper and html
- added display none/block to control-sidebar to avoid sidewards scrolling
- reworked ControlSidebar.js with queue to add and remove .control-sidebar-animate from html to avoid overflow
2019-07-10 16:02:33 +02:00
REJack
9edbe410c9 added --source-map-inline-sources into css-minify in package.json 2019-07-10 13:49:05 +02:00
REJack
01bfe7a6ae added .browserlistrc 2019-07-10 13:46:49 +02:00
andymark-by
5db40b310f Bootstarap 3 > 4
Edit bootstarap 3 > 4
2019-07-10 14:32:32 +03:00
REJack
22e2587dc4 added back to top style & demo inside widget 2019-07-08 18:47:57 +02:00
REJack
57309870f6 added text scaling for info-box & small-box based on col size 2019-07-08 17:19:29 +02:00
REJack
48a4ee3f1f added workaround to avoid that chart can disappear inside the card 2019-07-08 14:53:41 +02:00
REJack
0e9bc9bca4 fixed doubled offcanvas menu in boxed layout 2019-07-08 14:16:19 +02:00
Raphael Jackstadt
323b0733b9 Merge pull request #2152 from Leviasan/v3-dev
Package.json -> scripts. Module "cleancss"
2019-07-07 18:13:37 +02:00
Aleksandr Rogozin
64e592c369 Package.json -> Scripts. To generate a source map, use --source-map 2019-07-06 19:43:43 +03:00
REJack
29c9568b69 fixed horizontal form in forms general demo 2019-07-01 11:14:33 +02:00
Raphael Jackstadt
509a1abedd Merge pull request #2149 from REJack/v3-dev
further steps to beta.2
2019-07-01 02:43:34 +02:00
REJack
3b8df1a62b added jsGrid & updated DataTables demo
- updated DataTables typo in demo files
- added jsGrid to package,json & npm/Plugins.js
- added jsgrid demo
2019-07-01 02:37:24 +02:00
REJack
9dfbc32be7 replaced wysihtml5 code with summernote in mailbox/compose 2019-07-01 02:05:25 +02:00
REJack
e40b8c5171 added project add & project edit demo
- created project_add & project_edit
- updated project_detail
- added menu link to all demo files
- added a line break in _colors.scss
2019-06-30 23:46:41 +02:00
REJack
4a05cb5e99 added ribbon style & some little changes
- added !important to elevation-* & text-sm, text-xs, text-lg & text-xl
- added variables for ribbon
- added ribbon style code in scss/_miscellaneous
2019-06-28 14:00:12 +02:00
REJack
04b90fdd55 added contacts demo & some little scss changes
- created contacts demo page
- removed unnecessary scss classes (.hide, .no-border, .no-shadow, .flat & .list-unstyled)
- updated demo files to use bootstrap's class instead of old unnecessary class
- moved color scss lines in a seperate scss file (_colors)
- moved old plugin fixes in a new scss file (plugins/_miscellaneous)
2019-06-28 12:51:44 +02:00
REJack
9d4cbbc221 added project_detail demo file 2019-06-28 11:17:34 +02:00
REJack
f6dcb64c05 enhanced SCSS style & added projects example
- fixed scss code style & headers
- moved pages scss to seperate folder
- added pages/_projects scss
- added pages/examples/projects demo
2019-06-28 10:02:07 +02:00
REJack
33a3044d54 added first page example (without demo menu changes)
- added text color variations in scss/_text
- added demo product images
- created scss/pages/_e_commerce
- created pages/examples/e_commerce.html
2019-06-27 14:18:58 +02:00
REJack
3e0b25943b fixed demo active state in sidebar menu 2019-06-27 12:51:10 +02:00
REJack
6002edb486 reordered Extras & Pages in demo files 2019-06-27 11:26:34 +02:00
Raphael Jackstadt
e94beaa54f Merge pull request #2143 from REJack/v3-dev
first steps into beta.2
2019-06-27 10:45:59 +02:00
REJack
132d00da32 added support for fixed Table Header (thead th)
- rebuild table scss code to a correct scss/sass code (nesting)
- added .table-head-fixed code for default table & dark table
- removed unnecessary spaces in Layout.js
2019-06-27 10:43:40 +02:00
REJack
e5db7c30ac added support for vertical nav tabs
- updated _navs.scss with tabs override css
- added pages/UI/navbar demo with navbar color examples & vertical tabs example
- added navbar & tabs sidebar entry in demo files with sidebar
2019-06-26 16:58:34 +02:00
REJack
e60faca74a enhanced input type="range"
- added color variations for .custom-range with .custom-range-*
- updated pages/forms/general demo to display range slider
2019-06-26 16:12:40 +02:00
REJack
e9163d3688 added support for focus to expand functionality in main-sidebar
- enhanced Layout.js to add .main-sidebar .sidebar-focused
- added focus style same as hover style in sidebar nav links etc
- added sidebar-focused in sidebar-mini collapsed state
2019-06-26 15:58:53 +02:00
REJack
c99806c497 added overlay for small-box & info-box
- moved overlay code to _miscellaneous to save lines & centralize it since its not only for card
 - changed code to flex center instead of position absolute
 - changed icon color & modified the color for dark
 - removed icon font size to use fa-lg, fa-2x, ...
 - updated widgets demo
2019-06-26 15:14:53 +02:00
REJack
7e5ac7051e fixed copyright date 2019-06-26 14:39:52 +02:00
REJack
a80f1bd38c prep version to 3.0.0-beta.2 2019-06-26 14:37:24 +02:00
REJack
459146487c fixed sidebar overflow while collapse 2019-06-26 14:31:58 +02:00
Raphael Jackstadt
14da827d37 Merge pull request #2141 from REJack/v3-dev
last fixes before releasing v3.0.0-beta.1
2019-06-24 12:58:44 +02:00
REJack
d31d3f0dfc fixed unable to click on hamburger button (#2137) 2019-06-24 12:55:56 +02:00
REJack
4350df0686 fixed sidebar child indent to indent even level 2+ entries 2019-06-24 09:23:39 +02:00
REJack
2c5cf85ee0 fixed infobox gradient color 2019-06-19 14:44:12 +02:00
REJack
8fe10a9963 some little changes with gradients
- removed default gradients
- renamed bg-*-gradient to bg-gradient-* to follow bootstrap's default gradients
- added btn related gradient hover & active changes
- updated related demo files (index.html, pages/widgets.html & pages/UI/buttons.html)
- rebuild dist files
2019-06-19 14:36:36 +02:00
Raphael Jackstadt
01e6030f43 Merge pull request #2133 from REJack/v3-dev
updated plugins part 2 & some enhancements
2019-06-17 10:32:53 +02:00
REJack
66f15c4f3d added notification plugins aka toasts (sweetalert2 & toastr)
- added sweetalert2 & toastr to package.json & build/npm/Plugins.js
- added plugin related scss fixes and created files per plugin
- updated "Modals" demo page to "Modals & Alerts" & renamed link on all demo files
- rebuild dist files
2019-06-16 11:20:59 +02:00
REJack
0b96c5ca71 changed navbar child indent to optional via .nav-child-indent 2019-06-15 13:46:24 +02:00
REJack
0ab4842315 added sidebar nav-treeview intending 2019-06-15 13:29:42 +02:00
REJack
db9c190e5c fixed unable to expand sidebar in with navbar-fixed & footer-fixed width 2019-06-15 13:21:50 +02:00
REJack
d852f4ba34 enhanced card & widget with expand/compress (fullscreen) and some little fixes
- updated Widget.js
- updated _cards.scss
- enabled gradients in _bootstrap-variables.scss
- fixed old bg-*-gradient (theme colors)
- added bg-*-gradient (colors)
- updated cards demo section in pages/widgets.html
2019-06-15 12:22:25 +02:00
REJack
0f1f556d68 removed ckeditor from package.json & removed jquery sparline lines in dashboard2.js 2019-06-14 10:17:33 +02:00
REJack
f70483a806 plugins updates part 2
- added .editorconfig
- updated package.json & build/npm/Plugins.js according to the following changes
- updated dev dependencies to clear audits
- updated daterangepicker
- updated overlayScrollbars
- moved flot (0.8.2) to flot-old for plugins
- updated flot
- updated fullcalendar
- replaced icheck with icheck-bootstrap & updated demo files
- added icheck-bootstrap color overrides
- updated inputmask
- updated ion-rangeslider
- updated jquery-ui
- updated bootstrap-slider tweaks & demo files
- replaced jvectormap with jqvmap & updated demo files
- added jquery-mapael & replaced in index2 jvectormap
- updated jquery-knob
- replaced pace with pace-progress
- updated select2 & demo files
- replaced jquery.sparkline with sparklines & updated demo files and removed jquery.sparkline demo section
2019-06-14 09:33:43 +02:00
REJack
91434f4215 added legacy user menu
- added scss lines form @BruceHill
- created pages/examples/legacy-user-menu.html as single page demo with html code from @BruceHill but with some modifications ;)
- updated demo files, added legacy user menu link in Extras after Starter Page
- rebuild dist files
2019-06-12 10:37:11 +02:00
REJack
95ca8ec4da enhanced charts demo
- added pie chart
- added stacked bar chart
2019-06-12 10:06:42 +02:00
Raphael Jackstadt
b84dfe673b Merge pull request #2123 from REJack/v3-dev
custom-switch, modal overlay, plugin updates & one bug fixed
2019-06-10 18:02:16 +02:00
REJack
b8ffeb2d5d fixed sidebar collapse bug after autoCollapse feature 2019-06-10 17:39:15 +02:00
REJack
9b03b865ad updated plugins part 1
- updated package.json plugins (fontawesome)
- updated npm/Plugins
- removed bootstrap css files
- replaced bootstrap-wysihtml5 (it's not support BS4) with summernote
- updated bootstrap-slider to latest version & updated demo
- replaced old chartjs demos with new chartjs
- updated bootstrap-colorpicker & updated forms/advanced demo file
- removed ckeditor in order to respect licenses
- replaced bootstrap-datepicker & bootstrap-timepicker with tempusdominus-bootstrap-4
2019-06-10 17:38:54 +02:00
REJack
9ffff7df6f modal overlay
- update color darken/lighten for custom-switch's
- added .overlay in .modal-dialog/.modal-content
- created demo modal in modals.html
- rebuild css dist files
2019-06-07 16:48:09 +02:00
REJack
7ad0bae031 enhanced custom-switch
- updated forms/general demo page
- added custom-switch off/on color variants
- rebuild css files
2019-06-07 09:14:05 +02:00
Raphael Jackstadt
0cb792e529 Merge pull request #2120 from REJack/v3-dev
some little changes
2019-06-06 14:35:31 +02:00
REJack
2c7fa653d1 updated copyright infos
- updated author and repo infos in composer.json
- updated github links & author in package.json
- updated github links in README.md
- rebuild js dist files
2019-06-06 14:32:53 +02:00
REJack
cc8a2d7e51 added js option for content height fixed 2019-06-06 14:28:59 +02:00
Raphael Jackstadt
96dc774be3 Merge pull request #2119 from REJack/v3-dev
Road to v3.0.0-beta.1
2019-06-06 14:00:42 +02:00
REJack
5e05228f3c removed console.log() from PushMenu 2019-06-05 14:08:04 +02:00
REJack
9c640e0f6f added ability for auto collapse sidebar option 2019-06-05 14:02:11 +02:00
REJack
42568b9b8d Road to v3.0.0-beta.1
- replaced slimScroll to overlayScrollbars
- added new layout types (fixed, navbar-fixed & footer-fixed)
- changed old default layout from "fixed" to non-fixed
- enhanced PushMenu.js to load options via data
- enhanced Layout.js new layout calcs, options via data for scrollbar
- fixed forms fontawesome icons
- added warning-feedback (without icon)
- added sidebar-mini-md
- updated index to use layout-fixed
- updated index2 to use layout-fixed, layout-navbar-fixed & layout-footer-fixed
2019-06-05 13:34:15 +02:00
Raphael Jackstadt
b03be999e8 updated missed fontawesome changes in index3.html
- replaced `fas fa-circle-o` with `far fa-circle`
2019-05-28 10:05:36 +02:00
Raphael Jackstadt
809acd4afa Merge pull request #2110 from REJack/v3-dev
little v3 changes
2019-05-28 09:54:56 +02:00
REJack
ce032ed76f updated AdminLTE css
- fixed fontawesome icon rules in buttons, cards, sidebar & smallbox
- added calc for `.content-wrapper` min-height
- added layouts: top-nav, boxed & sidebar collapsed
- fixed mailbox attachment size
- added bg-*, navbar-*
- updated demo.js
- updated sidebar in demo files (added layout options)
- added autoprefixer to fix browser specific css changes
- added css sourcemap for adminlte.min.css
2019-05-25 15:15:32 +02:00
REJack
d753e8cef9 updated fontawesome to fontawesome-free 5.8.2
- updated all demo pages
- updated fontawesome entries in build/npm/Plugins
- updated package.json & package-lock.json
- replaced fontawesome files in plugins/
2019-05-25 14:36:36 +02:00
REJack
64aaa1d3cf fixed same text-color as background for nav-item:hover dropdown (Closes #1893) 2019-05-24 09:55:43 +02:00
REJack
13dd7ea384 removed all files from /dist/js/plugins (unnecessary since all demo pages use plugins from root) 2019-05-18 13:06:59 +02:00
Aigars Silkalns
d715cc95f4 Merge pull request #2106 from REJack/v3-dev
added modals & changed zindex's
2019-05-18 13:35:13 +03:00
REJack
a873327611 added modals & changed zindex's
- added Modals Demo Page
- added Link to Modals in any other Demo Page
- added Modal Color Variation fixes
- updated zindex values `header` from 1000 to 900 `sidebar` from 1100 to 950 (below bootstrap 4 defaults to work with dropdown, modal, popover & tooltip)
- removed tooltip zindex overide
2019-05-18 12:24:56 +02:00
Aigars Silkalns
a7c8355424 Merge pull request #2105 from REJack/v3-dev
Some little V3-dev changes/fixes
2019-05-18 12:03:59 +03:00
REJack
210ee93972 added tooltip fix for tooltips in sidebar (incl. rebuild) 2019-05-18 10:43:43 +02:00
REJack
eab9a2dc00 added fix for cutted nav-link in sidebar collapsed state (incl. rebuild) 2019-05-18 10:41:23 +02:00
REJack
fd7bda276f added color: inherit to .table, incl. rebuild 2019-05-18 10:35:36 +02:00
REJack
8a2e0508bb rebuild AdminLTE dist after updated node_modules 2019-05-18 10:28:58 +02:00
REJack
91533abab1 updated node_modules with npm update
- bootstrap 4.1.2 to 4.3.1
- chart.js 2.7.2 to 2.8.0
- jquery 3.3.1 to 3.4.1
- popper.js 1.14.3 to 1.15.0
- browser-sync 2.24.5 to 2.26.5
- clean-css-cli 4.1.11 to 4.3.0
- eslint-plugin-compat 2.5.0 to 2.7.0
- node-sass 4.9.2 to 4.12.0
- nodemon 1.18.2 to 1.19.0
- npm-run-all 4.1.3 to 4.1.5
- uglify-js 3.4.4 to 3.5.13
2019-05-18 10:27:50 +02:00
Aigars Silkalns
7e4417d759 Merge pull request #2096 from carlosgallego98/v3-dev
Fix wrong label column number
2019-04-26 10:57:37 +03:00
Jean Carlos Gallego
24c3922f70 Fix wrong label column number
It causes label text to wrap to the next line
2019-04-26 02:44:52 -05:00
Aigars Silkalns
00e1180d9e Merge pull request #2084 from jorgevilaca82/v3-dev
slimscroll on V3 dev  #2082
2019-03-24 19:40:38 +02:00
Jorge Vilaça
61f3ef7a91 minor formatting 2019-03-24 13:15:36 -04:00
Jorge Vilaça
8a7de1cc56 clean debug code 2019-03-24 13:10:07 -04:00
Jorge Vilaça
654f5b169d slimscroll implementation o v3 2019-03-24 12:58:28 -04:00
Liu Xinyu
7e09433c4d fix($login-and-register): input border breaks when focus and with validation class (#2026) 2019-01-31 13:10:59 -05:00
Liu Xinyu
bbb9e4f61b fix($demo): 404 page active link of sidebar (#2021) 2019-01-31 13:09:54 -05:00
Eric Enns
163e2d4976 Fix Layout content height to consider footer-height when setting min-height (#1945) 2019-01-31 13:02:51 -05:00
heemza
26a521bfa0 Fix #1962 (#1968) 2019-01-31 13:02:04 -05:00
hendimarcos
ab9715fd6a same text-color as background for nav-item:hover dropdown (#1939)
* fix(scss): same text-color as background for nav-item:hover dropdown

https://github.com/almasaeed2010/AdminLTE/issues/1893

* fix(scss): same text-color as background for nav-item:hover dropdown

https://github.com/almasaeed2010/AdminLTE/issues/1893
2019-01-31 13:00:32 -05:00
hendimarcos
261c5c714e fix(js): AdminLTE 3 collapse button (#1938)
https://github.com/almasaeed2010/AdminLTE/issues/1910
2019-01-31 13:00:03 -05:00
Abdullah Almsaeed
a8ed14c146 Update bootstrap and fix #1902 2018-07-15 10:56:30 -04:00
heemza
dfd2677a6d Fix #1881 (#1898) 2018-07-14 17:43:23 -04:00
Abdullah Almsaeed
8b45fa3c4d Update plugins 2018-07-14 17:20:56 -04:00
1134 changed files with 36267 additions and 538208 deletions

View File

@@ -1,14 +0,0 @@
{
"presets": [
[
"env",
{
"loose": true,
"modules": false
}
]
],
"plugins": [
"external-helpers"
]
}

11
.browserslistrc Normal file
View File

@@ -0,0 +1,11 @@
# https://github.com/browserslist/browserslist#readme
>= 0.5%
last 2 major versions
not dead
Chrome >= 60
Firefox >= 60
Firefox ESR
iOS >= 12
Safari >= 12
not Explorer <= 11

28
.bundlewatch.config.json Normal file
View File

@@ -0,0 +1,28 @@
{
"files": [
{
"path": "./dist/css/adminlte.css",
"maxSize": "43 kB"
},
{
"path": "./dist/css/adminlte.min.css",
"maxSize": "40.25 kB"
},
{
"path": "./dist/css/adminlte.rtl.css",
"maxSize": "43 kB"
},
{
"path": "./dist/css/adminlte.rtl.min.css",
"maxSize": "40.25 kB"
},
{
"path": "./dist/js/adminlte.js",
"maxSize": "4.5 kB"
},
{
"path": "./dist/js/adminlte.min.js",
"maxSize": "3 kB"
}
]
}

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

View File

@@ -1,5 +1,7 @@
**/*.min.js
**/plugins/*
**/dist/*
**/build/npm
ad.js
**/plugins/
/.temp/
/dist/
/docs/
/docs_html/
**/env.d.ts

300
.eslintrc
View File

@@ -1,300 +0,0 @@
{
"root": true,
"parser": "babel-eslint",
"env": {
"browser": true,
"es6": true,
"amd": true
},
"extends": "eslint:recommended",
"plugins": [
"compat"
],
"globals": {
"jQuery": true
},
"rules": {
// Possible Errors
"no-await-in-loop": "error",
"no-extra-parens": "error",
"no-prototype-builtins": "error",
"no-template-curly-in-string": "error",
"compat/compat": "error",
"valid-jsdoc": "error",
// Best Practices
"accessor-pairs": "error",
"array-callback-return": "error",
"block-scoped-var": "error",
"class-methods-use-this": "off",
"complexity": "error",
"consistent-return": "error",
"curly": "error",
"default-case": "error",
"dot-location": [
"error",
"property"
],
"dot-notation": "error",
"eqeqeq": "error",
"guard-for-in": "error",
"no-alert": "error",
"no-caller": "error",
"no-div-regex": "error",
"no-else-return": "error",
"no-empty-function": "error",
"no-eq-null": "error",
"no-eval": "error",
"no-extend-native": "error",
"no-extra-bind": "error",
"no-extra-label": "error",
"no-floating-decimal": "error",
"no-implicit-coercion": "error",
"no-implicit-globals": "error",
"no-implied-eval": "error",
"no-invalid-this": "off",
"no-iterator": "error",
"no-labels": "error",
"no-lone-blocks": "error",
"no-loop-func": "error",
"no-magic-numbers": [
"error",
{
"ignore": [
-1,
0,
1
],
"ignoreArrayIndexes": true
}
],
"no-multi-spaces": [
"error",
{
"ignoreEOLComments": true,
"exceptions": {
"AssignmentExpression": true,
"ArrowFunctionExpression": true,
"CallExpression": true,
"VariableDeclarator": true
}
}
],
"no-multi-str": "error",
"no-new": "error",
"no-new-func": "error",
"no-new-wrappers": "error",
"no-octal-escape": "error",
"no-param-reassign": "off",
"no-proto": "error",
"no-restricted-properties": "error",
"no-return-assign": "error",
"no-return-await": "error",
"no-script-url": "error",
"no-self-compare": "error",
"no-sequences": "error",
"no-throw-literal": "error",
"no-unmodified-loop-condition": "error",
"no-unused-expressions": "error",
"no-useless-call": "error",
"no-useless-concat": "error",
"no-useless-return": "error",
"no-void": "error",
"no-warning-comments": "off",
"no-with": "error",
"prefer-promise-reject-errors": "error",
"radix": "error",
"require-await": "error",
"vars-on-top": "error",
"wrap-iife": "error",
"yoda": "error",
// Strict Mode
"strict": "error",
// Variables
"init-declarations": "off",
"no-catch-shadow": "error",
"no-label-var": "error",
"no-restricted-globals": "error",
"no-shadow": "off",
"no-shadow-restricted-names": "error",
"no-undef-init": "error",
"no-undefined": "error",
"no-use-before-define": "off",
// Node.js and CommonJS
"callback-return": "off",
"global-require": "error",
"handle-callback-err": "error",
"no-mixed-requires": "error",
"no-new-require": "error",
"no-path-concat": "error",
"no-process-env": "error",
"no-process-exit": "error",
"no-restricted-modules": "error",
"no-sync": "error",
// Stylistic Issues
"array-bracket-spacing": "error",
"block-spacing": "error",
"brace-style": "error",
"camelcase": "error",
"capitalized-comments": "off",
"comma-dangle": "error",
"comma-spacing": "error",
"comma-style": "error",
"computed-property-spacing": "error",
"consistent-this": "error",
"eol-last": "error",
"func-call-spacing": "error",
"func-name-matching": "error",
"func-names": "off",
"func-style": [
"error",
"declaration"
],
"id-blacklist": "error",
"id-length": "off",
"id-match": "error",
"indent": [
"error",
2,
{
"SwitchCase": 1
}
],
"jsx-quotes": "error",
"key-spacing": "off",
"keyword-spacing": "error",
"linebreak-style": [
"error",
"unix"
],
"line-comment-position": "off",
"lines-around-comment": "off",
"lines-around-directive": "error",
"max-depth": [
"error",
10
],
"max-len": "off",
"max-lines": "off",
"max-nested-callbacks": "error",
"max-params": "off",
"max-statements": "off",
"max-statements-per-line": "error",
"multiline-ternary": "off",
"new-cap": [
"error",
{
"capIsNewExceptionPattern": "$.*"
}
],
"newline-after-var": "off",
"newline-per-chained-call": [
"error",
{
"ignoreChainWithDepth": 5
}
],
"new-parens": "error",
"no-array-constructor": "error",
"no-bitwise": "error",
"no-continue": "off",
"no-inline-comments": "off",
"no-lonely-if": "error",
"no-mixed-operators": "off",
"no-multi-assign": "error",
"no-multiple-empty-lines": "error",
"nonblock-statement-body-position": "error",
"no-negated-condition": "off",
"no-nested-ternary": "error",
"no-new-object": "error",
"no-plusplus": "off",
"no-restricted-syntax": "error",
"no-tabs": "error",
"no-ternary": "off",
"no-trailing-spaces": "error",
"no-underscore-dangle": "off",
"no-unneeded-ternary": "error",
"no-whitespace-before-property": "error",
"object-curly-newline": [
"error",
{
"minProperties": 1
}
],
"object-curly-spacing": [
"error",
"always"
],
"object-property-newline": "error",
"one-var": [
"error",
"never"
],
"one-var-declaration-per-line": "error",
"operator-assignment": "error",
"operator-linebreak": "error",
"padded-blocks": [
"error",
"never"
],
"padding-line-between-statements": "off",
"quote-props": [
"error",
"as-needed"
],
"quotes": [
"error",
"single"
],
"require-jsdoc": "off",
"semi": [
"error",
"never"
],
"semi-spacing": "error",
"sort-keys": "off",
"sort-vars": "error",
"space-before-blocks": "error",
"space-before-function-paren": [
"error",
{
"anonymous": "always",
"named": "never"
}
],
"space-in-parens": "error",
"space-infix-ops": "error",
"space-unary-ops": "error",
"spaced-comment": "error",
"template-tag-spacing": "error",
"unicode-bom": "error",
"wrap-regex": "off",
// ECMAScript 6
"arrow-body-style": [
"error",
"as-needed"
],
"arrow-parens": "error",
"arrow-spacing": "error",
"generator-star-spacing": "error",
"no-confusing-arrow": "error",
"no-duplicate-imports": "error",
"no-restricted-imports": "error",
"no-useless-computed-key": "error",
"no-useless-constructor": "error",
"no-useless-rename": "error",
"no-var": "error",
"object-shorthand": "error",
"prefer-arrow-callback": "error",
"prefer-const": "error",
"prefer-destructuring": "off",
"prefer-numeric-literals": "error",
"prefer-rest-params": "error",
"prefer-spread": "error",
"prefer-template": "error",
"rest-spread-spacing": "error",
"sort-imports": "error",
"symbol-description": "error",
"template-curly-spacing": "error",
"yield-star-spacing": "error"
}
}

120
.eslintrc.json Normal file
View File

@@ -0,0 +1,120 @@
{
"root": true,
"extends": [
"plugin:import/errors",
"plugin:import/warnings",
"plugin:unicorn/recommended",
"xo",
"xo/browser"
],
"rules": {
"arrow-body-style": "off",
"capitalized-comments": "off",
"comma-dangle": [
"error",
"never"
],
"indent": [
"error",
2,
{
"MemberExpression": "off",
"SwitchCase": 1
}
],
"max-params": [
"warn",
5
],
"multiline-ternary": [
"error",
"always-multiline"
],
"new-cap": [
"error",
{
"properties": false
}
],
"no-console": "error",
"no-negated-condition": "off",
"object-curly-spacing": [
"error",
"always"
],
"operator-linebreak": [
"error",
"after"
],
"semi": [
"error",
"never"
],
"unicorn/explicit-length-check": "off",
"unicorn/no-array-callback-reference": "off",
"unicorn/no-array-for-each": "off",
"unicorn/no-array-method-this-argument": "off",
"unicorn/no-null": "off",
"unicorn/no-unused-properties": "error",
"unicorn/prefer-array-flat": "off",
"unicorn/prefer-dom-node-dataset": "off",
"unicorn/prefer-export-from": "off",
"unicorn/prefer-module": "off",
"unicorn/prefer-query-selector": "off",
"unicorn/prefer-spread": "off",
"unicorn/prefer-string-replace-all": "off",
"unicorn/prevent-abbreviations": "off"
},
"overrides": [
{
"files": ["*.ts", "*.tsx"],
"extends": [
"plugin:import/typescript",
"xo-typescript"
],
"rules": {
"@typescript-eslint/comma-dangle": [
"error",
"never"
],
"@typescript-eslint/indent": [
"error",
2,
{
"MemberExpression": "off",
"SwitchCase": 1
}
],
"@typescript-eslint/naming-convention": [
"error",
{
"selector": "variable",
"format": ["camelCase", "StrictPascalCase", "UPPER_CASE"]
}
],
"@typescript-eslint/object-curly-spacing": [
"error",
"always"
],
"@typescript-eslint/semi": [
"error",
"never"
]
}
},
{
"files": ["src/config/**"],
"env": {
"browser": false,
"node": true
},
"parserOptions": {
"sourceType": "module"
},
"rules": {
"no-console": "off",
"unicorn/prefer-top-level-await": "off"
}
}
]
}

6
.gitattributes vendored Normal file
View File

@@ -0,0 +1,6 @@
# Enforce Unix newlines
* text=auto eol=lf
# Ignores for analysis is used to produce the language stats bar which displays the languages percentages
plugins/* linguist-vendored=true
docs/* linguist-vendored=true

34
.github/CONTRIBUTING.md vendored Normal file
View File

@@ -0,0 +1,34 @@
# Contributing to AdminLTE
Contributions are always **welcome and recommended**! Here is how for beginner's: [Get started with open source click here](https://youtu.be/GbqSvJs-6W4)
1. Contribution Requirements :
* When you contribute, you agree to give a non-exclusive license to AdminLTE.io to use that contribution in any context as we (AdminLTE.io) see appropriate.
* If you use content provided by another party, it must be appropriately licensed using an [open source](https://opensource.org/licenses) license.
* Contributions are only accepted through GitHub pull requests.
* Finally, contributed code must work in all supported browsers (see above for browser support).
2. Installation :
* Fork the repository ([here is the guide](https://help.github.com/articles/fork-a-repo/)).
* Clone to your machine
```bash
git clone https://github.com/YOUR_USERNAME/AdminLTE.git
```
* Create a new branch from `master`
3. Compile dist files (Development) :
* To compile the dist files you need Node.js 18 or higher/npm (node package manager)
* `npm install` (install npm deps)
* `npm run dev` (developer mode, autocompile with browsersync support for live demo)
* Make your changes only in `./src` Folder OR `package.json` in any files which are necessary for contribution
* Do not make changes in `./dist/**` Because it contains compiled files and do not include in PR (Pull Request)
* `npm run production` (compile css/js files and test all pages are perfectly working fine, before creating a pull request)
4. Create a pull request to `master` branch
## Online one-click setup for contributing
You can use [Codespace](https://docs.github.com/en/codespaces) an online IDE which is free for Open Source for working on issues or making PRs (Pull Requests). With a single click it will launch a workspace and automatically:
- clone the `AdminLTE` repo.
- Open with [Codespace](https://docs.github.com/en/codespaces) or [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)
- install the dependencies.
- run `npm run dev` to start the server.

View File

@@ -0,0 +1,32 @@
---
name: Bug report for AdminLTE v3.x
about: Create a report to help us improve AdminLTE v3.x
title: "[BUG]"
labels: type:bug, version:3.1.x
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environment (please complete the following information):**
- AdminLTE Version: [e.g. v3.0.0]
- Operating System: [e.g. macOS Catalina]
- Browser (Version): [e.g. Chrome (Latest)]
**Additional context**
Add any other context about the problem here.

View File

@@ -0,0 +1,20 @@
---
name: Feature request for AdminLTE v4.x
about: Suggest an idea for this project
title: "[FEATURE]"
labels: type:enhancement, version:4.x
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

4
.github/codeql/codeql-config.yml vendored Normal file
View File

@@ -0,0 +1,4 @@
name: "CodeQL config"
paths-ignore:
- dist

36
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,36 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: monday
time: "03:00"
groups:
eslint:
patterns:
- "eslint"
- "eslint-*"
- "@typescript-eslint/*"
stylelint:
patterns:
- "stylelint"
- "stylelint-*"
prettier:
patterns:
- "prettier"
- "prettier-*"
rollup:
patterns:
- "rollup"
- "@rollup/*"
postcss:
patterns:
- "postcss"
- "postcss-*"
astro:
patterns:
- "astro"
- "@astrojs/*"
open-pull-requests-limit: 10
versioning-strategy: increase

43
.github/workflows/bundlewatch.yml vendored Normal file
View File

@@ -0,0 +1,43 @@
name: Bundlewatch
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
workflow_dispatch:
env:
FORCE_COLOR: 2
NODE: 18
permissions:
contents: read
jobs:
bundlewatch:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE }}"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Run dist
run: npm run compile
- name: Run bundlewatch
run: npm run bundlewatch
env:
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
CI_BRANCH_BASE: master

44
.github/workflows/codeql.yml vendored Normal file
View File

@@ -0,0 +1,44 @@
name: "CodeQL"
on:
push:
branches:
- master
- "!dependabot/**"
pull_request:
# The branches below must be a subset of the branches above
branches:
- master
- "!dependabot/**"
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
persist-credentials: false
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: "javascript"
config-file: ./.github/codeql/codeql-config.yml
queries: +security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:javascript"

37
.github/workflows/docs.yml vendored Normal file
View File

@@ -0,0 +1,37 @@
name: Docs
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
workflow_dispatch:
env:
FORCE_COLOR: 2
NODE: 18
permissions:
contents: read
jobs:
bundlewatch:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE }}"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Build docs
run: npm run docs-compile

37
.github/workflows/lint.yml vendored Normal file
View File

@@ -0,0 +1,37 @@
name: Lint
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
workflow_dispatch:
env:
FORCE_COLOR: 2
NODE: 18
permissions:
contents: read
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE }}"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Run lint
run: npm run lint

52
.github/workflows/node-sass.yml vendored Normal file
View File

@@ -0,0 +1,52 @@
name: CSS (node-sass)
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
workflow_dispatch:
env:
FORCE_COLOR: 2
NODE: 18
permissions:
contents: read
jobs:
css:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE }}"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Build CSS with node-sass
run: |
npx --package node-sass@latest node-sass --version
npx --package node-sass@latest node-sass --include-path=node_modules --output-style expanded --source-map true --source-map-contents true --precision 6 src/scss/ -o dist-sass/css/
ls -Al dist-sass/css
# Check that there are no Sass variables (`$`)
- name: Check built CSS files
shell: bash
run: |
if [[ $(find dist-sass/css/ -name "*.css" | xargs grep -F "\$" | wc -l | bc) -eq 0 ]]; then
echo "All good, no Sass variables found"
exit 0
else
echo "Found Sass variables!"
exit 1
fi

50
.github/workflows/release.yml vendored Normal file
View File

@@ -0,0 +1,50 @@
name: Release & Publish
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE }}"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Build distribution files
run: npm run production
- name: Zip distribution files
uses: montudor/action-zip@v1
with:
args: "zip -qq admin-lte-${{env.RELEASE_VERSION}}.zip -d dist"
- name: Create changelog text
id: changelog
uses: endaft/action-changelog@v0.0.5
with:
token: ${{ secrets.GITHUB_TOKEN }}
exclude_types: other,doc,chore
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body: ${{ steps.changelog.outputs.changelog }}
files: |
admin-lte.${{env.RELEASE_VERSION}}.zip

57
.github/workflows/static.yml vendored Normal file
View File

@@ -0,0 +1,57 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "${{ env.NODE }}"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Run dist
run: npm run compile
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

39
.gitignore vendored
View File

@@ -1,12 +1,43 @@
# build output
dist/
# generated types
.astro/
# unwanted types
**/env.d.ts
# System / Log files
*.DS_Store
*.log
# Archives
*.zip
# Sass Cache
.sass-cache
# Project files
.idea
nbproject
nbproject/private
node_modules
.sass-cache
bower_components
ad.js
.vscode/
.vs/
# Node / Bower
node_modules/
bower_components/
# Docs
/docs/_site/
/docs/vendor/
/docs/.bundle/
/docs_html/
.jekyll-cache/
.jekyll-metadata
# ETC
TODO
test.html
ad.js
/.cache/

6
.gitpod.yml Normal file
View File

@@ -0,0 +1,6 @@
tasks:
- init: npm install
command: npm run dev
ports:
- port: 3000
onOpen: open-preview

15
.lgtm.yml Normal file
View File

@@ -0,0 +1,15 @@
# https://lgtm.com/help/lgtm/customizing-file-classification
path_classifiers:
plugins:
- plugins/
extraction:
javascript:
# https://lgtm.com/help/lgtm/javascript-extraction#customizing-index
# The `index` step extracts information from the files in the codebase.
index:
# Specify a list of files and folders to exclude from extraction.
exclude:
- bower_components/
- docs/assets/js/plugins/
- plugins/

7
.npmignore Normal file
View File

@@ -0,0 +1,7 @@
/docs/
/docs_html/
/plugins/*
!/plugins/flot-old/
/.github/
/.temp/
/.lgtm.yml

8
.stylelintignore Normal file
View File

@@ -0,0 +1,8 @@
**/*.html
**/*.md
**/*.min.css
**/.temp/
**/dist/
**/docs_html/
**/plugins/
**/.cache/

47
.stylelintrc.json Normal file
View File

@@ -0,0 +1,47 @@
{
"extends": [
"stylelint-config-twbs-bootstrap"
],
"reportInvalidScopeDisables": true,
"reportNeedlessDisables": true,
"overrides": [
{
"files": ["**/*.scss"],
"rules": {
"declaration-no-important": null,
"declaration-property-value-disallowed-list": {
"border": "none",
"outline": "none"
},
"function-disallowed-list": [
"calc",
"lighten",
"darken"
],
"keyframes-name-pattern": null,
"property-disallowed-list": [
"border-radius",
"border-top-left-radius",
"border-top-right-radius",
"border-bottom-right-radius",
"border-bottom-left-radius",
"transition"
],
"scss/dollar-variable-default": [
true,
{
"ignore": "local"
}
],
"scss/selector-no-union-class-name": true,
"selector-max-class": null,
"selector-max-combinators": null,
"selector-max-compound-selectors": null,
"selector-max-id": null,
"selector-max-specificity": null,
"selector-max-type": null,
"selector-no-qualifying-type": null
}
}
]
}

43
CODE_OF_CONDUCT.md Normal file
View File

@@ -0,0 +1,43 @@
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
## Our Standards
Examples of behavior that contributes to creating a positive environment include:
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
- The use of sexualized language or imagery and unwelcome sexual attention or advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a professional setting
## Our Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
## Scope
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at https://colorlib.com/wp/contact-us/. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/), version 1.4, available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct/>

View File

@@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2014-2018 almasaeed2010
Copyright (c) 2014-2023 ColorlibHQ
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in

111
README.md
View File

@@ -1,95 +1,58 @@
Introduction
============
# [AdminLTE - Bootstrap 5 Admin Dashboard](https://adminlte.io)
**AdminLTE** is a fully responsive administration template. Based on **[Bootstrap 4](https://getbootstrap.com)** framework.
[![npm version](https://img.shields.io/npm/v/admin-lte/latest.svg)](https://www.npmjs.com/package/admin-lte)
[![Packagist](https://img.shields.io/packagist/v/almasaeed2010/adminlte.svg)](https://packagist.org/packages/almasaeed2010/adminlte)
[![cdn version](https://data.jsdelivr.com/v1/package/npm/admin-lte/badge)](https://www.jsdelivr.com/package/npm/admin-lte)
[![Discord Invite](https://img.shields.io/badge/discord-join%20now-green)](https://discord.gg/jfdvjwFqfz)
[![Netlify Status](https://api.netlify.com/api/v1/badges/1277b36b-08f3-43fa-826a-4b4d24614b3c/deploy-status)](https://app.netlify.com/sites/adminlte-v4/deploys)
**AdminLTE** is a fully responsive administration template. Based on **[Bootstrap 5](https://getbootstrap.com/)** framework and also the JavaScript plugins.
Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops.
**Download & Preview on [AdminLTE.io](https://adminlte.io)**
## Looking for Premium Templates?
Looking for Premium Templates?
------------------------------
AdminLTE.io just opened a new premium templates page. Hand picked to insure the best quality and the most affordable
prices. Visit https://adminlte.io/premium for more information.
AdminLTE.io just opened a new premium templates page. Hand picked to ensure the best quality and the most affordable
prices. Visit <https://adminlte.io/premium> for more information.
!["AdminLTE Presentation"](https://adminlte.io/AdminLTE3.png "AdminLTE Presentation")
**AdminLTE** has been carefully coded with clear comments in all of its JS, SCSS and HTML files.
SCSS has been used to increase code customizability.
Installation
------------
There are multiple ways to install AdminLTE.
## Quick start
#### Download:
### Compile dist files
Download from Github or [visit AdminLTE.io](https://adminlte.io) and download the latest release.
To compile the dist files you need Node.js/npm, clone/download the repo then:
#### Using The Command Line:
1. `npm install` (install npm deps)
2. _Optional:_ `npm run dev` (developer mode, autocompile with browsersync support for live demo)
3. `npm run production` (compile css/js files)
**NPM**
```bash
npm install admin-lte
```
**Github**
## Contributing
- Clone to your machine
```
git clone https://github.com/almasaeed2010/AdminLTE.git
```
- Highly welcome.
- For your extra reference check [AdminLTE v4 Contribution Guide](https://github.com/ColorlibHQ/AdminLTE#contributing)
- First thing first, you should have bit knowledge about NodeJS.
- Github Knowledge.
- Install NodeJS LTS version.
- Clone this Repository to your machine and change to `master` branch.
- Go to Cloned Folder.
- In cli/bash run `npm install` it will install dependency from `package.json`.
- After installation complets, run `npm run dev`
- Cool, Send urs changes in PR to `master` branch.
Documentation
-------------
Visit the [online documentation](https://adminlte.io/themes/AdminLTE/documentation/index.html) for the most
updated guide. Information will be added on a weekly basis.
Browser Support
---------------
- IE 10+
- Firefox (latest)
- Chrome (latest)
- Safari (latest)
- Opera (latest)
## License
Contribution
------------
Contribution are always **welcome and recommended**! Here is how:
AdminLTE is an open source project by [AdminLTE.io](https://adminlte.io) that is licensed under [MIT](https://opensource.org/licenses/MIT).
AdminLTE.io reserves the right to change the license of future releases.
- Fork the repository ([here is the guide](https://help.github.com/articles/fork-a-repo/)).
- Clone to your machine ```git clone https://github.com/YOUR_USERNAME/AdminLTE.git```
- Create a new branch
- Make your changes
- Create a pull request
## Image Credits
#### Contribution Requirements:
- When you contribute, you agree to give a non-exclusive license to AdminLTE.io to use that contribution in any context as we (AdminLTE.io) see appropriate.
- If you use content provided by another party, it must be appropriately licensed using an [open source](http://opensource.org/licenses) license.
- Contributions are only accepted through Github pull requests.
- Finally, contributed code must work in all supported browsers (see above for browser support).
License
-------
AdminLTE is an open source project by [AdminLTE.io](https://adminlte.io) that is licensed under [MIT](http://opensource.org/licenses/MIT). AdminLTE.io
reserves the right to change the license of future releases.
Legacy Releases
---------------
- [AdminLTE 2](https://github.com/almasaeed2010/AdminLTE/releases/tag/v2.4.3)
- [AdminLTE 1](https://github.com/almasaeed2010/AdminLTE/releases/tag/1.3.1)
Change log
----------
Visit the [releases](https://github.com/almasaeed2010/AdminLTE/releases) page to view the changelog
Image Credits
-------------
[Pixeden](http://www.pixeden.com/psd-web-elements/flat-responsive-showcase-psd)
[Graphicsfuel](http://www.graphicsfuel.com/2013/02/13-high-resolution-blur-backgrounds/)
[Pickaface](http://pickaface.net/)
[Unsplash](https://unsplash.com/)
[Uifaces](http://uifaces.com/)
- [Pixeden](http://www.pixeden.com/psd-web-elements/flat-responsive-showcase-psd)
- [Graphicsfuel](https://www.graphicsfuel.com/2013/02/13-high-resolution-blur-backgrounds/)
- [Pickaface](https://pickaface.net/)
- [Unsplash](https://unsplash.com/)
- [Uifaces](http://uifaces.com/)

View File

@@ -1,44 +0,0 @@
{
"esnext": true,
"verbose": true,
"disallowEmptyBlocks": true,
"disallowKeywords": ["with"],
"disallowMixedSpacesAndTabs": true,
"disallowMultipleLineStrings": true,
"disallowMultipleVarDecl": true,
"disallowQuotedKeysInObjects": "allButReserved",
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
"disallowSpaceBeforeBinaryOperators": [","],
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
"disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true },
"disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true },
"disallowSpacesInsideArrayBrackets": true,
"disallowSpacesInsideParentheses": true,
"disallowTrailingComma": true,
"disallowTrailingWhitespace": true,
"requireCamelCaseOrUpperCaseIdentifiers": true,
"requireCapitalizedConstructors": true,
"requireCommaBeforeLineBreak": true,
"requireDollarBeforejQueryAssignment": true,
"requireDotNotation": true,
"requireLineFeedAtFileEnd": true,
"requirePaddingNewLinesAfterUseStrict": true,
"requirePaddingNewLinesBeforeExport": true,
"requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
"requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"],
"requireSpaceAfterLineComment": true,
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", "<", ">=", "<="],
"requireSpaceBetweenArguments": true,
"requireSpacesInAnonymousFunctionExpression": { "beforeOpeningCurlyBrace": true, "beforeOpeningRoundBrace": true, "allExcept": ["shorthand"] },
"requireSpacesInConditionalExpression": true,
"requireSpacesInForStatement": true,
"requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true },
"requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
"requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true },
"requireSpacesInsideObjectBrackets": "allButNested",
"validateAlignedFunctionParameters": true,
"validateIndentation": 2,
"validateLineBreaks": "LF",
"validateNewlineAfterArrayElements": true,
"validateQuoteMarks": "'"
}

View File

@@ -1,13 +0,0 @@
import ControlSidebar from './ControlSidebar'
import Layout from './Layout'
import PushMenu from './PushMenu'
import Treeview from './Treeview'
import Widget from './Widget'
export {
ControlSidebar,
Layout,
PushMenu,
Treeview,
Widget
}

View File

@@ -1,142 +0,0 @@
/**
* --------------------------------------------
* AdminLTE ControlSidebar.js
* License MIT
* --------------------------------------------
*/
const ControlSidebar = (($) => {
/**
* Constants
* ====================================================
*/
const NAME = 'ControlSidebar'
const DATA_KEY = 'lte.control.sidebar'
const EVENT_KEY = `.${DATA_KEY}`
const JQUERY_NO_CONFLICT = $.fn[NAME]
const DATA_API_KEY = '.data-api'
const Event = {
CLICK_DATA_API: `click${EVENT_KEY}${DATA_API_KEY}`
}
const Selector = {
CONTROL_SIDEBAR: '.control-sidebar',
DATA_TOGGLE : '[data-widget="control-sidebar"]',
MAIN_HEADER : '.main-header'
}
const ClassName = {
CONTROL_SIDEBAR_OPEN : 'control-sidebar-open',
CONTROL_SIDEBAR_SLIDE: 'control-sidebar-slide-open'
}
const Default = {
slide: true
}
/**
* Class Definition
* ====================================================
*/
class ControlSidebar {
constructor(element, config) {
this._element = element
this._config = this._getConfig(config)
}
// Public
show() {
// Show the control sidebar
if (this._config.slide) {
$('body').removeClass(ClassName.CONTROL_SIDEBAR_SLIDE)
} else {
$('body').removeClass(ClassName.CONTROL_SIDEBAR_OPEN)
}
}
collapse() {
// Collapse the control sidebar
if (this._config.slide) {
$('body').addClass(ClassName.CONTROL_SIDEBAR_SLIDE)
} else {
$('body').addClass(ClassName.CONTROL_SIDEBAR_OPEN)
}
}
toggle() {
this._setMargin()
const shouldOpen = $('body').hasClass(ClassName.CONTROL_SIDEBAR_OPEN) || $('body')
.hasClass(ClassName.CONTROL_SIDEBAR_SLIDE)
if (shouldOpen) {
// Open the control sidebar
this.show()
} else {
// Close the control sidebar
this.collapse()
}
}
// Private
_getConfig(config) {
return $.extend({}, Default, config)
}
_setMargin() {
$(Selector.CONTROL_SIDEBAR).css({
top: $(Selector.MAIN_HEADER).outerHeight()
})
}
// Static
static _jQueryInterface(operation) {
return this.each(function () {
let data = $(this).data(DATA_KEY)
if (!data) {
data = new ControlSidebar(this, $(this).data())
$(this).data(DATA_KEY, data)
}
if (data[operation] === 'undefined') {
throw new Error(`${operation} is not a function`)
}
data[operation]()
})
}
}
/**
*
* Data Api implementation
* ====================================================
*/
$(document).on('click', Selector.DATA_TOGGLE, function (event) {
event.preventDefault()
ControlSidebar._jQueryInterface.call($(this), 'toggle')
})
/**
* jQuery API
* ====================================================
*/
$.fn[NAME] = ControlSidebar._jQueryInterface
$.fn[NAME].Constructor = ControlSidebar
$.fn[NAME].noConflict = function () {
$.fn[NAME] = JQUERY_NO_CONFLICT
return ControlSidebar._jQueryInterface
}
return ControlSidebar
})(jQuery)
export default ControlSidebar

View File

@@ -1,142 +0,0 @@
/**
* --------------------------------------------
* AdminLTE Layout.js
* License MIT
* --------------------------------------------
*/
const Layout = (($) => {
/**
* Constants
* ====================================================
*/
const NAME = 'Layout'
const DATA_KEY = 'lte.layout'
const EVENT_KEY = `.${DATA_KEY}`
const JQUERY_NO_CONFLICT = $.fn[NAME]
const Event = {
SIDEBAR: 'sidebar'
}
const Selector = {
SIDEBAR : '.main-sidebar',
HEADER : '.main-header',
CONTENT : '.content-wrapper',
CONTENT_HEADER : '.content-header',
WRAPPER : '.wrapper',
CONTROL_SIDEBAR: '.control-sidebar',
LAYOUT_FIXED : '.layout-fixed',
FOOTER : '.main-footer'
}
const ClassName = {
HOLD : 'hold-transition',
SIDEBAR : 'main-sidebar',
LAYOUT_FIXED: 'layout-fixed'
}
/**
* Class Definition
* ====================================================
*/
class Layout {
constructor(element) {
this._element = element
this._init()
}
// Public
fixLayoutHeight() {
const heights = {
window : $(window).height(),
header : $(Selector.HEADER).outerHeight(),
footer : $(Selector.FOOTER).outerHeight(),
sidebar: $(Selector.SIDEBAR).height()
}
const max = this._max(heights)
$(Selector.CONTENT).css('min-height', max - (heights.header))
$(Selector.SIDEBAR).css('min-height', max - heights.header)
}
// Private
_init() {
// Enable transitions
$('body').removeClass(ClassName.HOLD)
// Activate layout height watcher
this.fixLayoutHeight()
$(Selector.SIDEBAR)
.on('collapsed.lte.treeview expanded.lte.treeview collapsed.lte.pushmenu expanded.lte.pushmenu', () => {
this.fixLayoutHeight()
})
$(window).resize(() => {
this.fixLayoutHeight()
})
$('body, html').css('height', 'auto')
}
_max(numbers) {
// Calculate the maximum number in a list
let max = 0
Object.keys(numbers).forEach((key) => {
if (numbers[key] > max) {
max = numbers[key]
}
})
return max
}
// Static
static _jQueryInterface(operation) {
return this.each(function () {
let data = $(this)
.data(DATA_KEY)
if (!data) {
data = new Layout(this)
$(this).data(DATA_KEY, data)
}
if (operation) {
data[operation]()
}
})
}
}
/**
* Data API
* ====================================================
*/
$(window).on('load', () => {
Layout._jQueryInterface.call($('body'))
})
/**
* jQuery API
* ====================================================
*/
$.fn[NAME] = Layout._jQueryInterface
$.fn[NAME].Constructor = Layout
$.fn[NAME].noConflict = function () {
$.fn[NAME] = JQUERY_NO_CONFLICT
return Layout._jQueryInterface
}
return Layout
})(jQuery)
export default Layout

View File

@@ -1,153 +0,0 @@
/**
* --------------------------------------------
* AdminLTE PushMenu.js
* License MIT
* --------------------------------------------
*/
const PushMenu = (($) => {
/**
* Constants
* ====================================================
*/
const NAME = 'PushMenu'
const DATA_KEY = 'lte.pushmenu'
const EVENT_KEY = `.${DATA_KEY}`
const JQUERY_NO_CONFLICT = $.fn[NAME]
const Event = {
COLLAPSED: `collapsed${EVENT_KEY}`,
SHOWN : `shown${EVENT_KEY}`
}
const Default = {
screenCollapseSize: 768
}
const Selector = {
TOGGLE_BUTTON : '[data-widget="pushmenu"]',
SIDEBAR_MINI : '.sidebar-mini',
SIDEBAR_COLLAPSED: '.sidebar-collapse',
BODY : 'body',
OVERLAY : '#sidebar-overlay',
WRAPPER : '.wrapper'
}
const ClassName = {
SIDEBAR_OPEN: 'sidebar-open',
COLLAPSED : 'sidebar-collapse',
OPEN : 'sidebar-open',
SIDEBAR_MINI: 'sidebar-mini'
}
/**
* Class Definition
* ====================================================
*/
class PushMenu {
constructor(element, options) {
this._element = element
this._options = $.extend({}, Default, options)
if (!$(Selector.OVERLAY).length) {
this._addOverlay()
}
}
// Public
show() {
$(Selector.BODY).addClass(ClassName.OPEN).removeClass(ClassName.COLLAPSED)
const shownEvent = $.Event(Event.SHOWN)
$(this._element).trigger(shownEvent)
}
collapse() {
$(Selector.BODY).removeClass(ClassName.OPEN).addClass(ClassName.COLLAPSED)
const collapsedEvent = $.Event(Event.COLLAPSED)
$(this._element).trigger(collapsedEvent)
}
toggle() {
let isShown
if ($(window).width() >= this._options.screenCollapseSize) {
isShown = !$(Selector.BODY).hasClass(ClassName.COLLAPSED)
} else {
isShown = $(Selector.BODY).hasClass(ClassName.OPEN)
}
if (isShown) {
this.collapse()
} else {
this.show()
}
}
// Private
_addOverlay() {
const overlay = $('<div />', {
id: 'sidebar-overlay'
})
overlay.on('click', () => {
this.collapse()
})
$(Selector.WRAPPER).append(overlay)
}
// Static
static _jQueryInterface(operation) {
return this.each(function () {
let data = $(this).data(DATA_KEY)
if (!data) {
data = new PushMenu(this)
$(this).data(DATA_KEY, data)
}
if (operation) {
data[operation]()
}
})
}
}
/**
* Data API
* ====================================================
*/
$(document).on('click', Selector.TOGGLE_BUTTON, (event) => {
event.preventDefault()
let button = event.currentTarget
if ($(button).data('widget') !== 'pushmenu') {
button = $(button).closest(Selector.TOGGLE_BUTTON)
}
PushMenu._jQueryInterface.call($(button), 'toggle')
})
/**
* jQuery API
* ====================================================
*/
$.fn[NAME] = PushMenu._jQueryInterface
$.fn[NAME].Constructor = PushMenu
$.fn[NAME].noConflict = function () {
$.fn[NAME] = JQUERY_NO_CONFLICT
return PushMenu._jQueryInterface
}
return PushMenu
})(jQuery)
export default PushMenu

View File

@@ -1,127 +0,0 @@
/**
* --------------------------------------------
* AdminLTE SiteSearch.js
* License MIT
* --------------------------------------------
*/
const SiteSearch = (($) => {
/**
* Constants
* ====================================================
*/
const NAME = 'SiteSearch'
const DATA_KEY = 'lte.site-search'
const EVENT_KEY = `.${DATA_KEY}`
const JQUERY_NO_CONFLICT = $.fn[NAME]
const Event = {}
const Selector = {
TOGGLE_BUTTON : '[data-widget="site-search"]',
SEARCH_BLOCK : '.site-search-block',
SEARCH_BACKDROP: '.site-search-backdrop',
SEARCH_INPUT : '.site-search-block .form-control'
}
const ClassName = {
OPEN: 'site-search-open'
}
const Default = {
transitionSpeed: 300
}
/**
* Class Definition
* ====================================================
*/
class SiteSearch {
constructor(_element, _options) {
this.element = _element
this.options = $.extend({}, Default, _options)
}
// Public
open() {
$(Selector.SEARCH_BLOCK).slideDown(this.options.transitionSpeed)
$(Selector.SEARCH_BACKDROP).show(0)
$(Selector.SEARCH_INPUT).focus()
$(Selector.SEARCH_BLOCK).addClass(ClassName.OPEN)
}
close() {
$(Selector.SEARCH_BLOCK).slideUp(this.options.transitionSpeed)
$(Selector.SEARCH_BACKDROP).hide(0)
$(Selector.SEARCH_BLOCK).removeClass(ClassName.OPEN)
}
toggle() {
if ($(Selector.SEARCH_BLOCK).hasClass(ClassName.OPEN)) {
this.close()
} else {
this.open()
}
}
// Static
static _jQueryInterface(options) {
return this.each(function () {
let data = $(this).data(DATA_KEY)
if (!data) {
data = new SiteSearch(this, options)
$(this).data(DATA_KEY, data)
}
if (!/toggle|close/.test(options)) {
throw Error(`Undefined method ${options}`)
}
data[options]()
})
}
}
/**
* Data API
* ====================================================
*/
$(document).on('click', Selector.TOGGLE_BUTTON, (event) => {
event.preventDefault()
let button = $(event.currentTarget)
if (button.data('widget') !== 'site-search') {
button = button.closest(Selector.TOGGLE_BUTTON)
}
SiteSearch._jQueryInterface.call(button, 'toggle')
})
$(document).on('click', Selector.SEARCH_BACKDROP, (event) => {
const backdrop = $(event.currentTarget)
SiteSearch._jQueryInterface.call(backdrop, 'close')
})
/**
* jQuery API
* ====================================================
*/
$.fn[NAME] = SiteSearch._jQueryInterface
$.fn[NAME].Constructor = SiteSearch
$.fn[NAME].noConflict = function () {
$.fn[NAME] = JQUERY_NO_CONFLICT
return SiteSearch._jQueryInterface
}
return SiteSearch
})(jQuery)
export default SiteSearch

View File

@@ -1,162 +0,0 @@
/**
* --------------------------------------------
* AdminLTE Treeview.js
* License MIT
* --------------------------------------------
*/
const Treeview = (($) => {
/**
* Constants
* ====================================================
*/
const NAME = 'Treeview'
const DATA_KEY = 'lte.treeview'
const EVENT_KEY = `.${DATA_KEY}`
const JQUERY_NO_CONFLICT = $.fn[NAME]
const Event = {
SELECTED : `selected${EVENT_KEY}`,
EXPANDED : `expanded${EVENT_KEY}`,
COLLAPSED : `collapsed${EVENT_KEY}`,
LOAD_DATA_API: `load${EVENT_KEY}`
}
const Selector = {
LI : '.nav-item',
LINK : '.nav-link',
TREEVIEW_MENU: '.nav-treeview',
OPEN : '.menu-open',
DATA_WIDGET : '[data-widget="treeview"]'
}
const ClassName = {
LI : 'nav-item',
LINK : 'nav-link',
TREEVIEW_MENU: 'nav-treeview',
OPEN : 'menu-open'
}
const Default = {
trigger : `${Selector.DATA_WIDGET} ${Selector.LINK}`,
animationSpeed: 300,
accordion : true
}
/**
* Class Definition
* ====================================================
*/
class Treeview {
constructor(element, config) {
this._config = config
this._element = element
}
// Public
init() {
this._setupListeners()
}
expand(treeviewMenu, parentLi) {
const expandedEvent = $.Event(Event.EXPANDED)
if (this._config.accordion) {
const openMenuLi = parentLi.siblings(Selector.OPEN).first()
const openTreeview = openMenuLi.find(Selector.TREEVIEW_MENU).first()
this.collapse(openTreeview, openMenuLi)
}
treeviewMenu.slideDown(this._config.animationSpeed, () => {
parentLi.addClass(ClassName.OPEN)
$(this._element).trigger(expandedEvent)
})
}
collapse(treeviewMenu, parentLi) {
const collapsedEvent = $.Event(Event.COLLAPSED)
treeviewMenu.slideUp(this._config.animationSpeed, () => {
parentLi.removeClass(ClassName.OPEN)
$(this._element).trigger(collapsedEvent)
treeviewMenu.find(`${Selector.OPEN} > ${Selector.TREEVIEW_MENU}`).slideUp()
treeviewMenu.find(Selector.OPEN).removeClass(ClassName.OPEN)
})
}
toggle(event) {
const $relativeTarget = $(event.currentTarget)
const treeviewMenu = $relativeTarget.next()
if (!treeviewMenu.is(Selector.TREEVIEW_MENU)) {
return
}
event.preventDefault()
const parentLi = $relativeTarget.parents(Selector.LI).first()
const isOpen = parentLi.hasClass(ClassName.OPEN)
if (isOpen) {
this.collapse($(treeviewMenu), parentLi)
} else {
this.expand($(treeviewMenu), parentLi)
}
}
// Private
_setupListeners() {
$(document).on('click', this._config.trigger, (event) => {
this.toggle(event)
})
}
// Static
static _jQueryInterface(config) {
return this.each(function () {
let data = $(this).data(DATA_KEY)
const _config = $.extend({}, Default, $(this).data())
if (!data) {
data = new Treeview($(this), _config)
$(this).data(DATA_KEY, data)
}
if (config === 'init') {
data[config]()
}
})
}
}
/**
* Data API
* ====================================================
*/
$(window).on(Event.LOAD_DATA_API, () => {
$(Selector.DATA_WIDGET).each(function () {
Treeview._jQueryInterface.call($(this), 'init')
})
})
/**
* jQuery API
* ====================================================
*/
$.fn[NAME] = Treeview._jQueryInterface
$.fn[NAME].Constructor = Treeview
$.fn[NAME].noConflict = function () {
$.fn[NAME] = JQUERY_NO_CONFLICT
return Treeview._jQueryInterface
}
return Treeview
})(jQuery)
export default Treeview

View File

@@ -1,161 +0,0 @@
/**
* --------------------------------------------
* AdminLTE Widget.js
* License MIT
* --------------------------------------------
*/
const Widget = (($) => {
/**
* Constants
* ====================================================
*/
const NAME = 'Widget'
const DATA_KEY = 'lte.widget'
const EVENT_KEY = `.${DATA_KEY}`
const JQUERY_NO_CONFLICT = $.fn[NAME]
const Event = {
EXPANDED : `expanded${EVENT_KEY}`,
COLLAPSED: `collapsed${EVENT_KEY}`,
REMOVED : `removed${EVENT_KEY}`
}
const Selector = {
DATA_REMOVE : '[data-widget="remove"]',
DATA_COLLAPSE: '[data-widget="collapse"]',
CARD : '.card',
CARD_HEADER : '.card-header',
CARD_BODY : '.card-body',
CARD_FOOTER : '.card-footer',
COLLAPSED : '.collapsed-card'
}
const ClassName = {
COLLAPSED: 'collapsed-card'
}
const Default = {
animationSpeed : 'normal',
collapseTrigger: Selector.DATA_COLLAPSE,
removeTrigger : Selector.DATA_REMOVE
}
class Widget {
constructor(element, settings) {
this._element = element
this._parent = element.parents(Selector.CARD).first()
this._settings = $.extend({}, Default, settings)
}
collapse() {
this._parent.children(`${Selector.CARD_BODY}, ${Selector.CARD_FOOTER}`)
.slideUp(this._settings.animationSpeed, () => {
this._parent.addClass(ClassName.COLLAPSED)
})
const collapsed = $.Event(Event.COLLAPSED)
this._element.trigger(collapsed, this._parent)
}
expand() {
this._parent.children(`${Selector.CARD_BODY}, ${Selector.CARD_FOOTER}`)
.slideDown(this._settings.animationSpeed, () => {
this._parent.removeClass(ClassName.COLLAPSED)
})
const expanded = $.Event(Event.EXPANDED)
this._element.trigger(expanded, this._parent)
}
remove() {
this._parent.slideUp()
const removed = $.Event(Event.REMOVED)
this._element.trigger(removed, this._parent)
}
toggle() {
if (this._parent.hasClass(ClassName.COLLAPSED)) {
this.expand()
return
}
this.collapse()
}
// Private
_init(card) {
this._parent = card
$(this).find(this._settings.collapseTrigger).click(() => {
this.toggle()
})
$(this).find(this._settings.removeTrigger).click(() => {
this.remove()
})
}
// Static
static _jQueryInterface(config) {
return this.each(function () {
let data = $(this).data(DATA_KEY)
if (!data) {
data = new Widget($(this), data)
$(this).data(DATA_KEY, typeof config === 'string' ? data : config)
}
if (typeof config === 'string' && config.match(/remove|toggle/)) {
data[config]()
} else if (typeof config === 'object') {
data._init($(this))
}
})
}
}
/**
* Data API
* ====================================================
*/
$(document).on('click', Selector.DATA_COLLAPSE, function (event) {
if (event) {
event.preventDefault()
}
Widget._jQueryInterface.call($(this), 'toggle')
})
$(document).on('click', Selector.DATA_REMOVE, function (event) {
if (event) {
event.preventDefault()
}
Widget._jQueryInterface.call($(this), 'remove')
})
/**
* jQuery API
* ====================================================
*/
$.fn[NAME] = Widget._jQueryInterface
$.fn[NAME].Constructor = Widget
$.fn[NAME].noConflict = function () {
$.fn[NAME] = JQUERY_NO_CONFLICT
return Widget._jQueryInterface
}
return Widget
})(jQuery)
export default Widget

View File

@@ -1,51 +0,0 @@
const Plugins = [
// jQuery
{
from: 'node_modules/jquery/dist',
to : 'plugins/jquery'
},
// Popper
{
from: 'node_modules/popper.js/dist',
to : 'plugins/popper'
},
// Bootstrap
{
from: 'node_modules/bootstrap/dist',
to : 'plugins/bootstrap'
},
// Font Awesome
{
from: 'node_modules/font-awesome/css',
to : 'plugins/font-awesome/css'
},
{
from: 'node_modules/font-awesome/fonts',
to : 'plugins/font-awesome/fonts'
},
// Chart.js 2
{
from: 'node_modules/chart.js/dist/',
to : 'plugins/chart.js'
},
// CKEditor
{
from: 'node_modules/@ckeditor/ckeditor5-build-classic/build/',
to : 'plugins/ckeditor'
},
// DataTables
{
from: 'node_modules/datatables.net/js',
to: 'plugins/datatables'
},
{
from: 'node_modules/datatables.net-bs4/js',
to: 'plugins/datatables'
},
{
from: 'node_modules/datatables.net-bs4/css',
to: 'plugins/datatables'
}
]
module.exports = Plugins

View File

@@ -1,41 +0,0 @@
const Plugins = require('./Plugins')
const ncp = require('ncp').ncp
class Publish {
constructor() {
this.options = {
verbose: false
}
this.getArguments()
}
getArguments() {
if (process.argv.length > 2) {
let arg = process.argv[2]
switch (arg) {
case '-v':
case '--verbose':
this.options.verbose = true
break
default:
throw new Error(`Unknown option ${arg}`)
}
}
}
run() {
// Publish files
Plugins.forEach((module) => {
ncp(module.from, module.to, error => {
if (error) {
console.error(`Error: ${error}`)
} else if (this.options.verbose) {
console.log(`Copied ${module.from} to ${module.to}`)
}
})
})
}
}
(new Publish()).run()

View File

@@ -1,23 +0,0 @@
{
"adjoining-classes": false,
"box-sizing": false,
"box-model": false,
"compatible-vendor-prefixes": false,
"floats": false,
"font-sizes": false,
"gradients": false,
"important": false,
"known-properties": false,
"outline-none": false,
"qualified-headings": false,
"regex-selectors": false,
"shorthand": false,
"text-indent": false,
"unique-headings": false,
"universal-selector": false,
"unqualified-attributes": false,
"ids": false,
"fallback-colors": false,
"vendor-prefix": false,
"import": false
}

View File

@@ -1,66 +0,0 @@
/*!
* AdminLTE v3.0.0-alpha
* Author: Abdullah Almsaeed
* Website: AdminLTE.io <http://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT>
*/
//
// ------------------------------------------------------------------
// This file is to be included in your custom SCSS. Before importing
// this file, you should include your custom AdminLTE and Bootstrap
// variables followed by bootstrap.scss and then this file. It's
// ok to import this file without custom variables too!
// NOTE: be sure to keep the license notice in the generated css.
// ------------------------------------------------------------------
//
// VARIABLES AND MIXINS
// ---------------------------------------------------
@import "bootstrap-variables";
@import "variables";
@import "mixins";
// Core
// ---------------------------------------------------
@import "layout";
// COMPONENTS
// ---------------------------------------------------
@import "main-header";
@import "brand";
@import "main-sidebar";
@import "sidebar-mini";
@import "control-sidebar";
@import "dropdown";
@import "forms";
@import "progress-bars";
@import "small-box";
@import "cards";
@import "info-box";
@import "timeline";
@import "buttons";
@import "callout";
@import "alerts";
@import "navs";
@import "products";
@import "table";
@import "labels";
@import "direct-chat";
@import "users-list";
@import "carousel";
@import "social-widgets";
// PAGES
// ---------------------------------------------------
@import "mailbox";
@import "lockscreen";
@import "login_and_register";
@import "404_500_errors";
@import "invoice";
@import "profile";
// Plugins
// ---------------------------------------------------
@import "fullcalendar";
@import "select2";
// Miscellaneous
// ---------------------------------------------------
@import "miscellaneous";
@import "print";
@import "text";
@import "elevation";

View File

@@ -1,61 +0,0 @@
/*!
* AdminLTE v3.0.0-alpha
* Author: Abdullah Almsaeed
* Website: AdminLTE.io <http://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT>
*/
// Bootstrap
// ---------------------------------------------------
@import "../../node_modules/bootstrap/scss/functions";
@import "bootstrap-variables";
@import "../../node_modules/bootstrap/scss/bootstrap";
// VARIABLES AND MIXINS
// ---------------------------------------------------
@import "variables";
@import "mixins";
// Core
// ---------------------------------------------------
@import "layout";
// COMPONENTS
// ---------------------------------------------------
@import "main-header";
@import "brand";
@import "main-sidebar";
@import "sidebar-mini";
@import "control-sidebar";
@import "dropdown";
@import "forms";
@import "progress-bars";
@import "small-box";
@import "cards";
@import "info-box";
@import "timeline";
@import "buttons";
@import "callout";
@import "alerts";
@import "navs";
@import "products";
@import "table";
@import "labels";
@import "direct-chat";
@import "users-list";
@import "carousel";
@import "social-widgets";
// PAGES
// ---------------------------------------------------
@import "mailbox";
@import "lockscreen";
@import "login_and_register";
@import "404_500_errors";
@import "invoice";
@import "profile";
// Plugins
// ---------------------------------------------------
@import "fullcalendar";
@import "select2";
// Miscellaneous
// ---------------------------------------------------
@import "miscellaneous";
@import "print";
@import "text";
@import "elevation";

View File

@@ -1,36 +0,0 @@
/*
* Page: 400 and 500 error pages
* ------------------------------
*/
.error-page {
width: 600px;
margin: 20px auto 0 auto;
@include media-breakpoint-down(sm) {
width: 100%;
}
//For the error number e.g: 404
> .headline {
float: left;
font-size: 100px;
font-weight: 300;
@include media-breakpoint-down(sm) {
float: none;
text-align: center;
}
}
//For the message
> .error-content {
margin-left: 190px;
@include media-breakpoint-down(sm) {
margin-left: 0;
}
> h3 {
font-weight: 300;
font-size: 25px;
@include media-breakpoint-down(sm) {
text-align: center;
}
}
display: block;
}
}

View File

@@ -1,45 +0,0 @@
/*
* Component: alert
* ----------------
*/
.alert {
.icon {
margin-right: 10px;
}
.close {
color: #000;
opacity: .2;
&:hover {
opacity: .5;
}
}
a {
color: $white;
text-decoration: underline;
}
}
//Alert Variants
.alert-success {
@extend .bg-success;
border-color: darken(theme-color("success"), 5%);
}
.alert-danger,
.alert-error {
@extend .bg-danger;
border-color: darken(theme-color("danger"), 5%);
}
.alert-warning {
@extend .bg-warning;
border-color: darken(theme-color("warning"), 5%);
}
.alert-info {
@extend .bg-info;
border-color: darken(theme-color("info"), 5%);
}

View File

@@ -1,894 +0,0 @@
// Variables
//
// Variables should follow the `$component-state-property-size` formula for
// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.
//
// Color system
//
// stylelint-disable
$white: #ffffff !default;
$gray-100: #f8f9fa !default;
$gray-200: #e9ecef !default;
$gray-300: #dee2e6 !default;
$gray-400: #ced4da !default;
$gray-500: #adb5bd !default;
$gray-600: #6c757d !default;
$gray-700: #495057 !default;
$gray-800: #343a40 !default;
$gray-900: #212529 !default;
$black: #000 !default;
$grays: () !default;
$grays: map-merge((
"100": $gray-100,
"200": $gray-200,
"300": $gray-300,
"400": $gray-400,
"500": $gray-500,
"600": $gray-600,
"700": $gray-700,
"800": $gray-800,
"900": $gray-900
), $grays);
$blue: #007bff !default;
$indigo: #6610f2 !default;
$purple: #6f42c1 !default;
$pink: #e83e8c !default;
$red: #dc3545 !default;
$orange: #fd7e14 !default;
$yellow: #ffc107 !default;
$green: #28a745 !default;
$teal: #20c997 !default;
$cyan: #17a2b8 !default;
$colors: () !default;
$colors: map-merge((
"blue": $blue,
"indigo": $indigo,
"purple": $purple,
"pink": $pink,
"red": $red,
"orange": $orange,
"yellow": $yellow,
"green": $green,
"teal": $teal,
"cyan": $cyan,
"white": $white,
"gray": $gray-600,
"gray-dark": $gray-800
), $colors);
$primary: $blue !default;
$secondary: $gray-600 !default;
$success: $green !default;
$info: $cyan !default;
$warning: $yellow !default;
$danger: $red !default;
$light: $gray-100 !default;
$dark: $gray-800 !default;
$theme-colors: () !default;
$theme-colors: map-merge((
"primary": $primary,
"secondary": $secondary,
"success": $success,
"info": $info,
"warning": $warning,
"danger": $danger,
"light": $light,
"dark": $dark
), $theme-colors);
// stylelint-enable
// Set a specific jump point for requesting color jumps
$theme-color-interval: 8% !default;
// The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.
$yiq-contrasted-threshold: 150 !default;
// Customize the light and dark text colors for use in our YIQ color contrast function.
$yiq-text-dark: #1F2D3D !default;
$yiq-text-light: $white !default;
// Options
//
// Quickly modify global styling by enabling or disabling optional features.
$enable-caret: true !default;
$enable-rounded: true !default;
$enable-shadows: true !default;
$enable-gradients: false !default;
$enable-transitions: true !default;
$enable-hover-media-query: false !default; // Deprecated, no longer affects any compiled CSS
$enable-grid-classes: true !default;
$enable-print-styles: true !default;
// Spacing
//
// Control the default styling of most Bootstrap elements by modifying these
// variables. Mostly focused on spacing.
// You can add more entries to the $spacers map, should you need more variation.
// stylelint-disable
$spacer: 1rem !default;
$spacers: () !default;
$spacers: map-merge((
0: 0,
1: ($spacer * .25),
2: ($spacer * .5),
3: $spacer,
4: ($spacer * 1.5),
5: ($spacer * 3)
), $spacers);
// This variable affects the `.h-*` and `.w-*` classes.
$sizes: () !default;
$sizes: map-merge((
25: 25%,
50: 50%,
75: 75%,
100: 100%
), $sizes);
// stylelint-enable
// Body
//
// Settings for the `<body>` element.
$body-bg: $white !default;
$body-color: $gray-900 !default;
// Links
//
// Style anchor elements.
$link-color: theme-color("primary") !default;
$link-decoration: none !default;
$link-hover-color: darken($link-color, 15%) !default;
$link-hover-decoration: none !default;
// Paragraphs
//
// Style p element.
$paragraph-margin-bottom: 1rem !default;
// Grid breakpoints
//
// Define the minimum dimensions at which your layout will change,
// adapting to different screen sizes, for use in media queries.
$grid-breakpoints: (
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px
) !default;
@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);
// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.
$container-max-widths: (
sm: 540px,
md: 720px,
lg: 960px,
xl: 1140px
) !default;
@include _assert-ascending($container-max-widths, "$container-max-widths");
// Grid columns
//
// Set the number of columns and specify the width of the gutters.
$grid-columns: 12 !default;
$grid-gutter-width: 15px !default;
// Components
//
// Define common padding and border radius sizes and more.
$line-height-lg: 1.5 !default;
$line-height-sm: 1.5 !default;
$border-width: 1px !default;
$border-color: $gray-300 !default;
$border-radius: .25rem !default;
$border-radius-lg: .3rem !default;
$border-radius-sm: .2rem !default;
$component-active-color: $white !default;
$component-active-bg: theme-color("primary") !default;
$caret-width: .3em !default;
$transition-base: all .2s ease-in-out !default;
$transition-fade: opacity .15s linear !default;
$transition-collapse: height .35s ease !default;
// Fonts
//
// Font, line-height, and color for body text, headings, and more.
// stylelint-disable value-keyword-case
$font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
$font-family-base: $font-family-sans-serif !default;
// stylelint-enable value-keyword-case
$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
$font-size-lg: ($font-size-base * 1.25) !default;
$font-size-sm: ($font-size-base * .875) !default;
$font-weight-light: 300 !default;
$font-weight-normal: 400 !default;
$font-weight-bold: 700 !default;
$font-weight-base: $font-weight-normal !default;
$line-height-base: 1.5 !default;
$h1-font-size: $font-size-base * 2.5 !default;
$h2-font-size: $font-size-base * 2 !default;
$h3-font-size: $font-size-base * 1.75 !default;
$h4-font-size: $font-size-base * 1.5 !default;
$h5-font-size: $font-size-base * 1.25 !default;
$h6-font-size: $font-size-base !default;
$headings-margin-bottom: ($spacer / 2) !default;
$headings-font-family: inherit !default;
$headings-font-weight: 500 !default;
$headings-line-height: 1.2 !default;
$headings-color: inherit !default;
$display1-size: 6rem !default;
$display2-size: 5.5rem !default;
$display3-size: 4.5rem !default;
$display4-size: 3.5rem !default;
$display1-weight: 300 !default;
$display2-weight: 300 !default;
$display3-weight: 300 !default;
$display4-weight: 300 !default;
$display-line-height: $headings-line-height !default;
$lead-font-size: ($font-size-base * 1.25) !default;
$lead-font-weight: 300 !default;
$small-font-size: 80% !default;
$text-muted: $gray-600 !default;
$blockquote-small-color: $gray-600 !default;
$blockquote-font-size: ($font-size-base * 1.25) !default;
$hr-border-color: rgba($black, .1) !default;
$hr-border-width: $border-width !default;
$mark-padding: .2em !default;
$dt-font-weight: $font-weight-bold !default;
$kbd-box-shadow: inset 0 -.1rem 0 rgba($black, .25) !default;
$nested-kbd-font-weight: $font-weight-bold !default;
$list-inline-padding: .5rem !default;
$mark-bg: #fcf8e3 !default;
$hr-margin-y: $spacer !default;
// Tables
//
// Customizes the `.table` component with basic values, each used across all table variations.
$table-cell-padding: .75rem !default;
$table-cell-padding-sm: .3rem !default;
$table-bg: transparent !default;
$table-accent-bg: rgba($black, .05) !default;
$table-hover-bg: rgba($black, .075) !default;
$table-active-bg: $table-hover-bg !default;
$table-border-width: $border-width !default;
$table-border-color: $gray-300 !default;
$table-head-bg: $gray-200 !default;
$table-head-color: $gray-700 !default;
$table-dark-bg: $gray-900 !default;
$table-dark-accent-bg: rgba($white, .05) !default;
$table-dark-hover-bg: rgba($white, .075) !default;
$table-dark-border-color: lighten($gray-900, 7.5%) !default;
$table-dark-color: $body-bg !default;
// Buttons + Forms
//
// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
$input-btn-padding-y: .375rem !default;
$input-btn-padding-x: .75rem !default;
$input-btn-line-height: $line-height-base !default;
$input-btn-focus-width: .2rem !default;
$input-btn-focus-color: rgba($component-active-bg, .25) !default;
$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default;
$input-btn-padding-y-sm: .25rem !default;
$input-btn-padding-x-sm: .5rem !default;
$input-btn-line-height-sm: $line-height-sm !default;
$input-btn-padding-y-lg: .5rem !default;
$input-btn-padding-x-lg: 1rem !default;
$input-btn-line-height-lg: $line-height-lg !default;
$input-btn-border-width: $border-width !default;
// Buttons
//
// For each of Bootstrap's buttons, define text, background, and border color.
$btn-padding-y: $input-btn-padding-y !default;
$btn-padding-x: $input-btn-padding-x !default;
$btn-line-height: $input-btn-line-height !default;
$btn-padding-y-sm: $input-btn-padding-y-sm !default;
$btn-padding-x-sm: $input-btn-padding-x-sm !default;
$btn-line-height-sm: $input-btn-line-height-sm !default;
$btn-padding-y-lg: $input-btn-padding-y-lg !default;
$btn-padding-x-lg: $input-btn-padding-x-lg !default;
$btn-line-height-lg: $input-btn-line-height-lg !default;
$btn-border-width: $input-btn-border-width !default;
$btn-font-weight: $font-weight-normal !default;
$btn-box-shadow: 0 1px 1px rgba($black, .075) !default;
$btn-focus-width: $input-btn-focus-width !default;
$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;
$btn-disabled-opacity: .65 !default;
$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;
$btn-link-disabled-color: $gray-600 !default;
$btn-block-spacing-y: .5rem !default;
// Allows for customizing button radius independently from global border radius
$btn-border-radius: $border-radius !default;
$btn-border-radius-lg: $border-radius-lg !default;
$btn-border-radius-sm: $border-radius-sm !default;
$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
// Forms
$input-padding-y: $input-btn-padding-y !default;
$input-padding-x: $input-btn-padding-x !default;
$input-line-height: $input-btn-line-height !default;
$input-padding-y-sm: $input-btn-padding-y-sm !default;
$input-padding-x-sm: $input-btn-padding-x-sm !default;
$input-line-height-sm: $input-btn-line-height-sm !default;
$input-padding-y-lg: $input-btn-padding-y-lg !default;
$input-padding-x-lg: $input-btn-padding-x-lg !default;
$input-line-height-lg: $input-btn-line-height-lg !default;
$input-bg: $white !default;
$input-disabled-bg: $gray-200 !default;
$input-color: $gray-700 !default;
$input-border-color: $gray-400 !default;
$input-border-width: $input-btn-border-width !default;
$input-box-shadow: inset 0 0 0 rgba($black, 0) !default;
$input-border-radius: $border-radius !default;
$input-border-radius-lg: $border-radius-lg !default;
$input-border-radius-sm: $border-radius-sm !default;
$input-focus-bg: $input-bg !default;
$input-focus-border-color: lighten($component-active-bg, 25%) !default;
$input-focus-color: $input-color !default;
$input-focus-width: $input-btn-focus-width !default;
$input-focus-box-shadow: $input-btn-focus-box-shadow !default;
$input-placeholder-color: $gray-600 !default;
$input-height-border: $input-border-width * 2 !default;
$input-height-inner: ($font-size-base * $input-btn-line-height) + ($input-btn-padding-y * 2) !default;
$input-height: calc(#{$input-height-inner} + #{$input-height-border}) !default;
$input-height-inner-sm: ($font-size-sm * $input-btn-line-height-sm) + ($input-btn-padding-y-sm * 2) !default;
$input-height-sm: calc(#{$input-height-inner-sm} + #{$input-height-border}) !default;
$input-height-inner-lg: ($font-size-lg * $input-btn-line-height-lg) + ($input-btn-padding-y-lg * 2) !default;
$input-height-lg: calc(#{$input-height-inner-lg} + #{$input-height-border}) !default;
$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
$form-text-margin-top: .25rem !default;
$form-check-input-gutter: 1.25rem !default;
$form-check-input-margin-y: .3rem !default;
$form-check-input-margin-x: .25rem !default;
$form-check-inline-margin-x: .75rem !default;
$form-check-inline-input-margin-x: .3125rem !default;
$form-group-margin-bottom: 1rem !default;
$input-group-addon-color: $input-color !default;
$input-group-addon-bg: $gray-200 !default;
$input-group-addon-border-color: $input-border-color !default;
$custom-control-gutter: 1.5rem !default;
$custom-control-spacer-x: 1rem !default;
$custom-control-indicator-size: 1rem !default;
$custom-control-indicator-bg: $gray-300 !default;
$custom-control-indicator-bg-size: 50% 50% !default;
$custom-control-indicator-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;
$custom-control-indicator-disabled-bg: $gray-200 !default;
$custom-control-label-disabled-color: $gray-600 !default;
$custom-control-indicator-checked-color: $component-active-color !default;
$custom-control-indicator-checked-bg: $component-active-bg !default;
$custom-control-indicator-checked-disabled-bg: rgba(theme-color("primary"), .5) !default;
$custom-control-indicator-checked-box-shadow: none !default;
$custom-control-indicator-focus-box-shadow: 0 0 0 1px $body-bg, $input-btn-focus-box-shadow !default;
$custom-control-indicator-active-color: $component-active-color !default;
$custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default;
$custom-control-indicator-active-box-shadow: none !default;
$custom-checkbox-indicator-border-radius: $border-radius !default;
$custom-checkbox-indicator-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"), "#", "%23") !default;
$custom-checkbox-indicator-indeterminate-bg: $component-active-bg !default;
$custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;
$custom-checkbox-indicator-icon-indeterminate: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/%3E%3C/svg%3E"), "#", "%23") !default;
$custom-checkbox-indicator-indeterminate-box-shadow: none !default;
$custom-radio-indicator-border-radius: 50% !default;
$custom-radio-indicator-icon-checked: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3E%3C/svg%3E"), "#", "%23") !default;
$custom-select-padding-y: .375rem !default;
$custom-select-padding-x: .75rem !default;
$custom-select-height: $input-height !default;
$custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator
$custom-select-line-height: $input-btn-line-height !default;
$custom-select-color: $input-color !default;
$custom-select-disabled-color: $gray-600 !default;
$custom-select-bg: $white !default;
$custom-select-disabled-bg: $gray-200 !default;
$custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions
$custom-select-indicator-color: $gray-800 !default;
$custom-select-indicator: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#{$custom-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E"), "#", "%23") !default;
$custom-select-border-width: $input-btn-border-width !default;
$custom-select-border-color: $input-border-color !default;
$custom-select-border-radius: $border-radius !default;
$custom-select-focus-border-color: $input-focus-border-color !default;
$custom-select-focus-box-shadow: inset 0 1px 2px rgba($black, .075), 0 0 5px rgba($custom-select-focus-border-color, .5) !default;
$custom-select-font-size-sm: 75% !default;
$custom-select-height-sm: $input-height-sm !default;
$custom-select-font-size-lg: 125% !default;
$custom-select-height-lg: $input-height-lg !default;
$custom-file-height: $input-height !default;
$custom-file-focus-border-color: $input-focus-border-color !default;
$custom-file-focus-box-shadow: $input-btn-focus-box-shadow !default;
$custom-file-padding-y: $input-btn-padding-y !default;
$custom-file-padding-x: $input-btn-padding-x !default;
$custom-file-line-height: $input-btn-line-height !default;
$custom-file-color: $input-color !default;
$custom-file-bg: $input-bg !default;
$custom-file-border-width: $input-btn-border-width !default;
$custom-file-border-color: $input-border-color !default;
$custom-file-border-radius: $input-border-radius !default;
$custom-file-box-shadow: $input-box-shadow !default;
$custom-file-button-color: $custom-file-color !default;
$custom-file-button-bg: $input-group-addon-bg !default;
$custom-file-text: (
en: "Browse"
) !default;
// Form validation
$form-feedback-margin-top: $form-text-margin-top !default;
$form-feedback-font-size: $small-font-size !default;
$form-feedback-valid-color: theme-color("success") !default;
$form-feedback-invalid-color: theme-color("danger") !default;
// Dropdowns
//
// Dropdown menu container and contents.
$dropdown-min-width: 10rem !default;
$dropdown-padding-y: .5rem !default;
$dropdown-spacer: .125rem !default;
$dropdown-bg: $white !default;
$dropdown-border-color: rgba($black, .15) !default;
$dropdown-border-radius: $border-radius !default;
$dropdown-border-width: $border-width !default;
$dropdown-divider-bg: $gray-200 !default;
$dropdown-box-shadow: 0 .5rem 1rem rgba($black, .175) !default;
$dropdown-link-color: $gray-900 !default;
$dropdown-link-hover-color: darken($gray-900, 5%) !default;
$dropdown-link-hover-bg: $gray-100 !default;
$dropdown-link-active-color: $component-active-color !default;
$dropdown-link-active-bg: $component-active-bg !default;
$dropdown-link-disabled-color: $gray-600 !default;
$dropdown-item-padding-y: .25rem !default;
$dropdown-item-padding-x: 1rem !default;
$dropdown-header-color: $gray-600 !default;
// Z-index master list
//
// Warning: Avoid customizing these values. They're used for a bird's eye view
// of components dependent on the z-axis and are designed to all work together.
$zindex-dropdown: 1000 !default;
$zindex-sticky: 1020 !default;
$zindex-fixed: 1030 !default;
$zindex-modal-backdrop: 1040 !default;
$zindex-modal: 1050 !default;
$zindex-popover: 1060 !default;
$zindex-tooltip: 1070 !default;
// Navs
$nav-link-padding-y: .5rem !default;
$nav-link-padding-x: 1rem !default;
$nav-link-disabled-color: $gray-600 !default;
$nav-tabs-border-color: $gray-300 !default;
$nav-tabs-border-width: $border-width !default;
$nav-tabs-border-radius: $border-radius !default;
$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;
$nav-tabs-link-active-color: $gray-700 !default;
$nav-tabs-link-active-bg: $body-bg !default;
$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;
$nav-pills-border-radius: $border-radius !default;
$nav-pills-link-active-color: $component-active-color !default;
$nav-pills-link-active-bg: $component-active-bg !default;
// Navbar
$navbar-padding-y: ($spacer / 2) !default;
$navbar-padding-x: ($spacer / 2) !default;
$navbar-nav-link-padding-x: 1rem !default;
$navbar-brand-font-size: $font-size-lg !default;
// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link
$nav-link-height: ($font-size-base * $line-height-base + $nav-link-padding-y * 2) !default;
$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;
$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;
$navbar-toggler-padding-y: .25rem !default;
$navbar-toggler-padding-x: .75rem !default;
$navbar-toggler-font-size: $font-size-lg !default;
$navbar-toggler-border-radius: $btn-border-radius !default;
$navbar-dark-color: rgba($white, .75) !default;
$navbar-dark-hover-color: rgba($white, 1) !default;
$navbar-dark-active-color: $white !default;
$navbar-dark-disabled-color: rgba($white, .25) !default;
$navbar-dark-toggler-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-dark-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23") !default;
$navbar-dark-toggler-border-color: rgba($white, .1) !default;
$navbar-light-color: rgba($black, .5) !default;
$navbar-light-hover-color: rgba($black, .7) !default;
$navbar-light-active-color: rgba($black, .9) !default;
$navbar-light-disabled-color: rgba($black, .3) !default;
$navbar-light-toggler-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23") !default;
$navbar-light-toggler-border-color: rgba($black, .1) !default;
// Pagination
$pagination-padding-y: .5rem !default;
$pagination-padding-x: .75rem !default;
$pagination-padding-y-sm: .25rem !default;
$pagination-padding-x-sm: .5rem !default;
$pagination-padding-y-lg: .75rem !default;
$pagination-padding-x-lg: 1.5rem !default;
$pagination-line-height: 1.25 !default;
$pagination-color: $link-color !default;
$pagination-bg: $white !default;
$pagination-border-width: $border-width !default;
$pagination-border-color: $gray-300 !default;
$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;
$pagination-hover-color: $link-hover-color !default;
$pagination-hover-bg: $gray-200 !default;
$pagination-hover-border-color: $gray-300 !default;
$pagination-active-color: $component-active-color !default;
$pagination-active-bg: $component-active-bg !default;
$pagination-active-border-color: $pagination-active-bg !default;
$pagination-disabled-color: $gray-600 !default;
$pagination-disabled-bg: $white !default;
$pagination-disabled-border-color: $gray-300 !default;
// Jumbotron
$jumbotron-padding: 2rem !default;
$jumbotron-bg: $gray-200 !default;
// Cards
$card-spacer-y: .75rem !default;
$card-spacer-x: 1.25rem !default;
$card-border-width: 0 !default; //$border-width !default;
$card-border-radius: $border-radius !default;
$card-border-color: rgba($black, .125) !default;
$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}) !default;
$card-cap-bg: rgba($black, .03) !default;
$card-bg: $white !default;
$card-img-overlay-padding: 1.25rem !default;
$card-group-margin: ($grid-gutter-width / 2) !default;
$card-deck-margin: $card-group-margin !default;
$card-columns-count: 3 !default;
$card-columns-gap: 1.25rem !default;
$card-columns-margin: $card-spacer-y !default;
// Tooltips
$tooltip-font-size: $font-size-sm !default;
$tooltip-max-width: 200px !default;
$tooltip-color: $white !default;
$tooltip-bg: $black !default;
$tooltip-border-radius: $border-radius !default;
$tooltip-opacity: .9 !default;
$tooltip-padding-y: .25rem !default;
$tooltip-padding-x: .5rem !default;
$tooltip-margin: 0 !default;
$tooltip-arrow-width: .8rem !default;
$tooltip-arrow-height: .4rem !default;
$tooltip-arrow-color: $tooltip-bg !default;
// Popovers
$popover-font-size: $font-size-sm !default;
$popover-bg: $white !default;
$popover-max-width: 276px !default;
$popover-border-width: $border-width !default;
$popover-border-color: rgba($black, .2) !default;
$popover-border-radius: $border-radius-lg !default;
$popover-box-shadow: 0 .25rem .5rem rgba($black, .2) !default;
$popover-header-bg: darken($popover-bg, 3%) !default;
$popover-header-color: $headings-color !default;
$popover-header-padding-y: .5rem !default;
$popover-header-padding-x: .75rem !default;
$popover-body-color: $body-color !default;
$popover-body-padding-y: $popover-header-padding-y !default;
$popover-body-padding-x: $popover-header-padding-x !default;
$popover-arrow-width: 1rem !default;
$popover-arrow-height: .5rem !default;
$popover-arrow-color: $popover-bg !default;
$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;
// Badges
$badge-font-size: 75% !default;
$badge-font-weight: $font-weight-bold !default;
$badge-padding-y: .25em !default;
$badge-padding-x: .4em !default;
$badge-border-radius: $border-radius !default;
$badge-pill-padding-x: .6em !default;
// Use a higher than normal value to ensure completely rounded edges when
// customizing padding or font-size on labels.
$badge-pill-border-radius: 10rem !default;
// Modals
// Padding applied to the modal body
$modal-inner-padding: 1rem !default;
$modal-dialog-margin: .5rem !default;
$modal-dialog-margin-y-sm-up: 1.75rem !default;
$modal-title-line-height: $line-height-base !default;
$modal-content-bg: $white !default;
$modal-content-border-color: rgba($black, .2) !default;
$modal-content-border-width: $border-width !default;
$modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5) !default;
$modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5) !default;
$modal-backdrop-bg: $black !default;
$modal-backdrop-opacity: .5 !default;
$modal-header-border-color: $gray-200 !default;
$modal-footer-border-color: $modal-header-border-color !default;
$modal-header-border-width: $modal-content-border-width !default;
$modal-footer-border-width: $modal-header-border-width !default;
$modal-header-padding: 1rem !default;
$modal-lg: 800px !default;
$modal-md: 500px !default;
$modal-sm: 300px !default;
$modal-transition: transform .3s ease-out !default;
// Alerts
//
// Define alert colors, border radius, and padding.
$alert-padding-y: .75rem !default;
$alert-padding-x: 1.25rem !default;
$alert-margin-bottom: 1rem !default;
$alert-border-radius: $border-radius !default;
$alert-link-font-weight: $font-weight-bold !default;
$alert-border-width: $border-width !default;
$alert-bg-level: -10 !default;
$alert-border-level: -9 !default;
$alert-color-level: 6 !default;
// Progress bars
$progress-height: 1rem !default;
$progress-font-size: ($font-size-base * .75) !default;
$progress-bg: $gray-200 !default;
$progress-border-radius: $border-radius !default;
$progress-box-shadow: inset 0 .1rem .1rem rgba($black, .1) !default;
$progress-bar-color: $white !default;
$progress-bar-bg: theme-color("primary") !default;
$progress-bar-animation-timing: 1s linear infinite !default;
$progress-bar-transition: width .6s ease !default;
// List group
$list-group-bg: $white !default;
$list-group-border-color: rgba($black, .125) !default;
$list-group-border-width: $border-width !default;
$list-group-border-radius: $border-radius !default;
$list-group-item-padding-y: .75rem !default;
$list-group-item-padding-x: 1.25rem !default;
$list-group-hover-bg: $gray-100 !default;
$list-group-active-color: $component-active-color !default;
$list-group-active-bg: $component-active-bg !default;
$list-group-active-border-color: $list-group-active-bg !default;
$list-group-disabled-color: $gray-600 !default;
$list-group-disabled-bg: $list-group-bg !default;
$list-group-action-color: $gray-700 !default;
$list-group-action-hover-color: $list-group-action-color !default;
$list-group-action-active-color: $body-color !default;
$list-group-action-active-bg: $gray-200 !default;
// Image thumbnails
$thumbnail-padding: .25rem !default;
$thumbnail-bg: $body-bg !default;
$thumbnail-border-width: $border-width !default;
$thumbnail-border-color: $gray-300 !default;
$thumbnail-border-radius: $border-radius !default;
$thumbnail-box-shadow: 0 1px 2px rgba($black, .075) !default;
// Figures
$figure-caption-font-size: 90% !default;
$figure-caption-color: $gray-600 !default;
// Breadcrumbs
$breadcrumb-padding-y: .75rem !default;
$breadcrumb-padding-x: 1rem !default;
$breadcrumb-item-padding: .5rem !default;
$breadcrumb-margin-bottom: 1rem !default;
$breadcrumb-bg: $gray-200 !default;
$breadcrumb-divider-color: $gray-600 !default;
$breadcrumb-active-color: $gray-600 !default;
$breadcrumb-divider: "/" !default;
// Carousel
$carousel-control-color: $white !default;
$carousel-control-width: 15% !default;
$carousel-control-opacity: .5 !default;
$carousel-indicator-width: 30px !default;
$carousel-indicator-height: 3px !default;
$carousel-indicator-spacer: 3px !default;
$carousel-indicator-active-bg: $white !default;
$carousel-caption-width: 70% !default;
$carousel-caption-color: $white !default;
$carousel-control-icon-width: 20px !default;
$carousel-control-prev-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"), "#", "%23") !default;
$carousel-control-next-icon-bg: str-replace(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"), "#", "%23") !default;
$carousel-transition: transform .6s ease !default;
// Close
$close-font-size: $font-size-base * 1.5 !default;
$close-font-weight: $font-weight-bold !default;
$close-color: $black !default;
$close-text-shadow: 0 1px 0 $white !default;
// Code
$code-font-size: 87.5% !default;
$code-color: $pink !default;
$kbd-padding-y: .2rem !default;
$kbd-padding-x: .4rem !default;
$kbd-font-size: $code-font-size !default;
$kbd-color: $white !default;
$kbd-bg: $gray-900 !default;
$pre-color: $gray-900 !default;
$pre-scrollable-max-height: 340px !default;
// Printing
$print-page-size: a3 !default;
$print-body-min-width: map-get($grid-breakpoints, "lg") !default;

View File

@@ -1,33 +0,0 @@
.brand-link {
$brand-link-padding-y: $navbar-brand-padding-y + $navbar-padding-y;
padding: $brand-link-padding-y $sidebar-padding-x;
font-size: $navbar-brand-font-size;
display: block;
line-height: $line-height-lg;
white-space: nowrap;
&:hover {
color: $white;
text-decoration: none;
}
[class*="sidebar-dark"] & {
color: rgba(255,255,255,.8);
border-bottom: 1px solid lighten($dark, 10%);
}
[class*="sidebar-light"] & {
color: rgba(0,0,0,.8);
border-bottom: 1px solid $gray-300;
}
}
.brand-image {
float:left;
line-height: .8;
max-height: 34px;
width: auto;
margin-left: .8rem;
margin-right: .5rem;
margin-top: -3px;
}

View File

@@ -1,87 +0,0 @@
/*
* Component: Button
* -----------------
*/
.btn {
// Flat buttons
&.btn-flat {
@include border-radius(0);
box-shadow: none;
border-width: 1px;
}
// input file btn
&.btn-file {
position: relative;
overflow: hidden;
> input[type='file'] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
}
}
// Button color variations
.btn-default {
background-color: #f4f4f4;
color: #444;
border-color: #ddd;
&:hover,
&:active,
&.hover {
background-color: darken(#f4f4f4, 5%);
}
}
// Application buttons
.btn-app {
@include border-radius(3px);
position: relative;
padding: 15px 5px;
margin: 0 0 10px 10px;
min-width: 80px;
height: 60px;
text-align: center;
color: #666;
border: 1px solid #ddd;
background-color: #f4f4f4;
font-size: 12px;
// Icons within the btn
> .fa,
> .glyphicon,
> .ion {
font-size: 20px;
display: block;
}
&:hover {
background: #f4f4f4;
color: #444;
border-color: #aaa;
}
&:active,
&:focus {
@include box-shadow(inset 0 3px 5px rgba(0, 0, 0, 0.125));
}
// The badge
> .badge {
position: absolute;
top: -3px;
right: -10px;
font-size: 10px;
font-weight: 400;
}
}

View File

@@ -1,48 +0,0 @@
/*
* Component: Callout
* ------------------
*/
// Base styles (regardless of theme)
.callout {
@if $enable-rounded {
@include border-radius($border-radius);
}
@if $enable-shadows {
@extend .elevation-1;
} @else {
border: 1px solid $gray-300;
}
@extend .mb-3;
background-color: $white;
padding: .5rem 1rem .5rem .5rem;
border-left: 5px solid #eee;
a {
color: $white;
text-decoration: underline;
&:hover {
color: #eee;
}
}
p:last-child {
margin-bottom: 0;
}
// Themes for different contexts
&.callout-danger {
border-left-color: darken(theme-color("danger"), 10%);
}
&.callout-warning {
border-left-color: darken(theme-color("warning"), 10%);
}
&.callout-info {
border-left-color: darken(theme-color("info"), 10%);
}
&.callout-success {
border-left-color: darken(theme-color("success"), 10%);
}
}

View File

@@ -1,338 +0,0 @@
/*
* Component: Box
* --------------
*/
.card {
@extend .mb-3;
@include box-shadow($card-shadow);
&.bg-dark {
&,
.card-body {
color: $white;
}
}
// collapsed mode
&.collapsed-card {
.card-body,
.card-footer {
display: none;
}
}
.nav.flex-column {
> li {
border-bottom: 1px solid $card-border-color;
margin: 0;
&:last-of-type {
border-bottom: none;
}
}
}
// fixed height to 300px
&.height-control {
.card-body {
max-height: 300px;
overflow: auto;
}
}
.border-right {
border-right: 1px solid $card-border-color;
}
.border-left {
border-left: 1px solid $card-border-color;
}
}
.card,
.overlay-wrapper {
// Box overlay for LOADING STATE effect
> .overlay,
> .loading-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.overlay {
z-index: 50;
background: rgba(255, 255, 255, 0.7);
@include border-radius($border-radius);
> .fa {
position: absolute;
top: 50%;
left: 50%;
margin-left: -15px;
margin-top: -15px;
color: #000;
font-size: 30px;
}
}
.overlay.dark {
background: rgba(0, 0, 0, 0.5);
}
}
// Add clearfix to header, body and footer
.card-header,
.card-body,
.card-footer {
@include clearfix();
}
// Box header
.card-header {
position: relative;
background-color: transparent;
border-bottom: 1px solid $card-border-color;
@if $enable-rounded {
@include border-top-radius($border-radius);
}
.collapsed-card & {
border-bottom: none;
}
> .card-tools {
position: absolute;
right: 1rem;
top: .5rem;
[data-toggle="tooltip"] {
position: relative;
}
}
}
.card-title {
font-size: $card-title-font-size;
font-weight: $card-title-font-weight;
margin: 0;
}
// Box Tools Buttons
.btn-tool {
padding: .25rem .5rem;
font-size: $font-size-sm;
background: transparent;
color: $gray-500;
.btn-group.show &,
&:hover {
color: $gray-700;
}
.show &,
&:focus {
box-shadow: none !important;
}
}
// Box Body
.card-body {
// @include border-radius-sides(0, 0, $border-radius, $border-radius);
.no-header & {
// @include border-top-radius($border-radius);
}
// Tables within the box body
> .table {
margin-bottom: 0;
> thead > tr > th,
> thead > tr > td {
border-top-width: 0;
}
}
// Calendar within the box body
.fc {
margin-top: 5px;
}
.full-width-chart {
margin: -19px;
}
&.p-0 .full-width-chart {
margin: -9px;
}
}
.chart-legend {
@extend .list-unstyled;
margin: 10px 0;
> li {
@media (max-width: map-get($grid-breakpoints, sm)) {
float: left;
margin-right: 10px;
}
}
}
// Comment Box
.card-comments {
background: #f7f7f7;
.card-comment {
@include clearfix();
padding: 8px 0;
border-bottom: 1px solid #eee;
&:last-of-type {
border-bottom: 0;
}
&:first-of-type {
padding-top: 0;
}
img {
@extend .img-sm;
float: left;
}
}
.comment-text {
margin-left: 40px;
color: #555;
}
.username {
color: #444;
display: block;
font-weight: 600;
}
.text-muted {
font-weight: 400;
font-size: 12px;
}
}
// Widgets
//-----------
// Widget: TODO LIST
.todo-list {
margin: 0;
padding: 0;
list-style: none;
overflow: auto;
// Todo list element
> li {
@include border-radius(2px);
padding: 10px;
background: #f4f4f4;
margin-bottom: 2px;
border-left: 2px solid #e6e7e8;
color: #444;
&:last-of-type {
margin-bottom: 0;
}
> input[type='checkbox'] {
margin: 0 10px 0 5px;
}
.text {
display: inline-block;
margin-left: 5px;
font-weight: 600;
}
// Time labels
.label {
margin-left: 10px;
font-size: 9px;
}
// Tools and options box
.tools {
display: none;
float: right;
color: theme-color("danger");
// icons
> .fa, > .glyphicon, > .ion {
margin-right: 5px;
cursor: pointer;
}
}
&:hover .tools {
display: inline-block;
}
&.done {
color: #999;
.text {
text-decoration: line-through;
font-weight: 500;
}
.label {
background: $gray-500 !important;
}
}
}
// Color varaity
.danger {
border-left-color: theme-color("danger");
}
.warning {
border-left-color: theme-color("warning");
}
.info {
border-left-color: theme-color("info");
}
.success {
border-left-color: theme-color("success");
}
.primary {
border-left-color: theme-color("primary");
}
.handle {
display: inline-block;
cursor: move;
margin: 0 5px;
}
}
// END TODO WIDGET
// Input in box
.card-input {
max-width: 200px;
}
@each $name, $color in $theme-colors {
.card-#{$name} {
&:not(.card-outline) {
.card-header {
background-color: $color;
border-bottom: 0;
&,
a {
color: color-yiq($color);
}
}
}
&.card-outline {
border-top: 3px solid $color;
}
}
.bg-#{$name},
.bg-#{$name}-gradient,
.card-#{$name}:not(.card-outline) {
.btn-tool {
color: rgba(color-yiq($color), 0.8);
&:hover {
color: color-yiq($color);
}
}
}
}

View File

@@ -1,18 +0,0 @@
/*
* Component: Carousel
* -------------------
*/
.carousel-control {
&.left,
&.right {
background-image: none;
}
> .fa {
font-size: 40px;
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -20px;
}
}

View File

@@ -1,147 +0,0 @@
/*
* Component: Control sidebar. By default, this is the right sidebar.
*/
.control-sidebar {
position: absolute;
top: $main-header-height;
z-index: 830;
&,
&:before {
width: $control-sidebar-width;
right: -$control-sidebar-width;
bottom: 0;
@include transition(right $transition-speed $transition-fn);
}
&:before {
top: 0;
display: block;
position: fixed;
content: " ";
z-index: -1;
}
}
// Control sidebar open state
.control-sidebar-open {
@include media-breakpoint-up(md) {
.control-sidebar {
&,
&:before {
right: 0;
}
}
.content-wrapper,
.main-footer {
margin-right: $control-sidebar-width;
}
}
@include media-breakpoint-down(md) {
.control-sidebar {
&,
&:before {
right: 0;
}
}
}
}
// Control sidebar slide over content state
.control-sidebar-slide-open {
.control-sidebar {
&,
&:before {
right: 0;
}
}
}
// Dark skin
.control-sidebar-dark {
&,
a,
.nav-link {
color: $sidebar-dark-color;
}
// Background
&,
&:before {
background: $sidebar-dark-bg;
}
a:hover {
color: $sidebar-dark-hover-color;
}
// Headers and labels
h1,
h2,
h3,
h4,
h5,
h6,
label {
color: $sidebar-dark-hover-color;
}
// Tabs
.nav-tabs {
border-bottom: 0;
background-color: $sidebar-dark-hover-bg;
margin-bottom: 5px;
.nav-item {
margin: 0;
}
.nav-link {
position: relative;
border-radius: 0;
text-align: center;
padding: 10px 20px;
&,
&:hover,
&:active,
&:focus,
&.active {
border: 0;
}
&:hover,
&:active,
&:focus,
&.active {
border-left-color: transparent;
border-bottom-color: transparent;
border-top-color: transparent;
color: $sidebar-dark-hover-color;
}
&.active {
background-color: $sidebar-dark-bg;
}
}
}
.tab-pane {
padding: 10px 15px;
}
}
// Light skin
.control-sidebar-light {
color: lighten($sidebar-light-color, 10%);
// Background
&,
&:before {
background: $sidebar-light-bg;
border-left: 1px solid $gray-500;
}
}

View File

@@ -1,196 +0,0 @@
/*
* Component: Direct Chat
* ----------------------
*/
.direct-chat {
.card-body {
position: relative;
overflow-x: hidden;
padding: 0;
}
&.chat-pane-open {
.direct-chat-contacts {
@include translate(0, 0);
}
}
}
.direct-chat-messages {
@include translate(0, 0);
padding: 10px;
height: 250px;
overflow: auto;
}
.direct-chat-msg,
.direct-chat-text {
display: block;
}
.direct-chat-msg {
@include clearfix();
margin-bottom: 10px;
}
.direct-chat-messages,
.direct-chat-contacts {
transition: transform .5s ease-in-out;
}
.direct-chat-text {
@if $enable-rounded {
@include border-radius($border-radius-lg);
}
position: relative;
padding: 5px 10px;
background: $direct-chat-default-msg-bg;
border: 1px solid $direct-chat-default-msg-border-color;
margin: 5px 0 0 50px;
color: $direct-chat-default-font-color;
//Create the arrow
&:after,
&:before {
position: absolute;
right: 100%;
top: 15px;
border: solid transparent;
border-right-color: $direct-chat-default-msg-border-color;
content: ' ';
height: 0;
width: 0;
pointer-events: none;
}
&:after {
border-width: 5px;
margin-top: -5px;
}
&:before {
border-width: 6px;
margin-top: -6px;
}
.right & {
margin-right: 50px;
margin-left: 0;
&:after,
&:before {
right: auto;
left: 100%;
border-right-color: transparent;
border-left-color: $direct-chat-default-msg-border-color;
}
}
}
.direct-chat-img {
@include border-radius(50%);
float: left;
width: 40px;
height: 40px;
.right & {
float: right;
}
}
.direct-chat-info {
display: block;
margin-bottom: 2px;
font-size: $font-size-sm;
}
.direct-chat-name {
font-weight: 600;
}
.direct-chat-timestamp {
color: #999;
}
//Direct chat contacts pane
.direct-chat-contacts-open {
.direct-chat-contacts {
@include translate(0, 0);
}
}
.direct-chat-contacts {
@include translate(101%, 0);
position: absolute;
top: 0;
bottom: 0;
height: 250px;
width: 100%;
background: #222d32;
color: $white;
overflow: auto;
}
//Contacts list -- for displaying contacts in direct chat contacts pane
.contacts-list {
@extend .list-unstyled;
> li {
@include clearfix();
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding: 10px;
margin: 0;
&:last-of-type {
border-bottom: none;
}
}
}
.contacts-list-img {
@include border-radius(50%);
width: 40px;
float: left;
}
.contacts-list-info {
margin-left: 45px;
color: $white;
}
.contacts-list-name,
.contacts-list-status {
display: block;
}
.contacts-list-name {
font-weight: 600;
}
.contacts-list-status {
font-size: $font-size-sm;
}
.contacts-list-date {
color: #aaa;
font-weight: normal;
}
.contacts-list-msg {
color: #999;
}
//Direct Chat Variants
.direct-chat-danger {
@include direct-chat-variant(theme-color("danger"));
}
.direct-chat-primary {
@include direct-chat-variant(theme-color("primary"));
}
.direct-chat-warning {
@include direct-chat-variant(theme-color("warning"));
}
.direct-chat-info {
@include direct-chat-variant(theme-color("info"));
}
.direct-chat-success {
@include direct-chat-variant(theme-color("success"));
}

View File

@@ -1,132 +0,0 @@
/*
* Component: Dropdown menus
* -------------------------
*/
// General Dropdown Rules
//.dropdown-item {
// &:first-of-type {
// @include border-top-radius($border-radius);
// }
// &:last-of-type {
// @include border-bottom-radius($border-radius);
// }
//}
.dropdown-item-title {
font-size: $font-size-base;
margin: 0;
}
// Dropdown Sizes
.dropdown-menu-lg {
min-width: 280px;
max-width: 300px;
padding: 0;
.dropdown-divider {
margin: 0;
}
.dropdown-item {
padding: $dropdown-padding-y $dropdown-item-padding-x;
}
p {
white-space: normal;
margin: 0;
}
}
// Dropdown header and footer
.dropdown-footer,
.dropdown-header {
text-align: center;
display: block;
padding: .5rem $dropdown-item-padding-x;
font-size: $font-size-sm;
}
/* Add fade animation to dropdown menus by appending
the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
backface-visibility: visible !important;
@include animation(flipInX .7s both);
}
@keyframes flipInX {
0% {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transition-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transition-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
transform: perspective(400px);
}
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
}
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav {
> li {
position: relative;
> .dropdown-menu {
position: absolute;
right: 0;
left: auto;
}
}
}
@include media-breakpoint-down(sm) {
.navbar-custom-menu > .navbar-nav {
float: right;
> li {
position: static;
> .dropdown-menu {
position: absolute;
right: 5%;
left: auto;
border: 1px solid #ddd;
background: $white;
}
}
}
}

View File

@@ -1,23 +0,0 @@
.elevation-0 {
box-shadow: none;
}
.elevation-1 {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.elevation-2 {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.elevation-3 {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.elevation-4 {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.elevation-5 {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

View File

@@ -1,53 +0,0 @@
/*
* Component: Form
* ---------------
*/
.form-group {
&.has-icon {
position: relative;
.form-control {
padding-right: 35px;
}
.form-icon {
cursor: pointer;
position: absolute;
right: 3px;
top: 0;
padding: $input-btn-padding-y $input-btn-padding-x;
// margin-top: -3px;
border: 0;
background-color: transparent;
font-size: 1rem;
}
}
}
/* button groups */
.btn-group-vertical {
.btn {
&.btn-flat:first-of-type, &.btn-flat:last-of-type {
@include border-radius(0);
}
}
}
/* Support Font Awesome icons in form-control */
.form-control-feedback.fa {
line-height: $input-height;
}
.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
line-height: $input-height-lg;
}
.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
line-height: $input-height-sm;
}
label:not(.form-check-label, .custom-file-label) {
font-weight: $font-weight-bold;
}

View File

@@ -1,101 +0,0 @@
/*
* Plugin: Full Calendar
* ---------------------
*/
//Fullcalendar buttons
.fc-button {
background: #f4f4f4;
background-image: none;
color: #444;
border-color: #ddd;
border-bottom-color: #ddd;
&:hover,
&:active,
&.hover {
background-color: #e9e9e9;
}
}
// Calendar title
.fc-header-title h2 {
font-size: 15px;
line-height: 1.6em;
color: #666;
margin-left: 10px;
}
.fc-header-right {
padding-right: 10px;
}
.fc-header-left {
padding-left: 10px;
}
// Calendar table header cells
.fc-widget-header {
background: #fafafa;
}
.fc-grid {
width: 100%;
border: 0;
}
.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
border-left: 0;
border-right: 0;
}
.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
border-right: 0;
}
.fc-toolbar {
padding: 1rem;
margin: 0;
}
.fc-day-number {
font-size: 20px;
font-weight: 300;
padding-right: 10px;
}
.fc-color-picker {
list-style: none;
margin: 0;
padding: 0;
> li {
float: left;
font-size: 30px;
margin-right: 5px;
line-height: 30px;
.fa {
transition: transform linear .3s;
&:hover {
@include rotate(30deg);
}
}
}
}
#add-new-event {
transition: all linear .3s;
}
.external-event {
@include box-shadow($card-shadow);
padding: 5px 10px;
font-weight: bold;
margin-bottom: 4px;
border-radius: $border-radius;
cursor: move;
&:hover {
@include box-shadow(inset 0 0 90px rgba(0, 0, 0, 0.2));
}
}

View File

@@ -1,79 +0,0 @@
/*
* Component: Info Box
* -------------------
*/
.info-box {
@extend .d-flex;
@extend .mb-3;
@include box-shadow($card-shadow);
@include border-radius($border-radius);
padding: .5rem;
min-height: 80px;
background: $white;
.progress {
background-color: rgba(0, 0, 0, 0.125);
margin: 5px 0;
height: 2px;
.progress-bar {
background-color: $white;
}
}
}
.info-box-icon {
@extend .d-flex;
@extend .align-items-center;
@extend .justify-content-center;
@if $enable-rounded {
border-radius: $border-radius;
}
display: block;
width: 70px;
text-align: center;
font-size: 30px;
> img {
max-width: 100%;
}
}
.info-box-content {
padding: 5px 10px;
flex: 1;
}
.info-box-number {
display: block;
font-weight: $font-weight-bold;
}
.progress-description,
.info-box-text {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@each $name, $color in $theme-colors {
.info-box.bg-#{$name},
.info-box.bg-#{$name}-gradient {
color: color-yiq($color);
.progress-bar {
background-color: color-yiq($color);
}
}
}
.info-box-more {
display: block;
}
.progress-description {
margin: 0;
}

View File

@@ -1,14 +0,0 @@
/*
* Page: Invoice
* -------------
*/
.invoice {
position: relative;
background: $white;
border: 1px solid $card-border-color;
}
.invoice-title {
margin-top: 0;
}

View File

@@ -1,28 +0,0 @@
/*
* Component: Label
* ----------------
*/
.label-default {
background-color: $gray-500;
color: #444;
}
.label-danger {
@extend .bg-danger;
}
.label-info {
@extend .bg-info;
}
.label-warning {
@extend .bg-warning;
}
.label-primary {
@extend .bg-primary;
}
.label-success {
@extend .bg-success;
}

View File

@@ -1,120 +0,0 @@
/*
* Core: General Layout Style
* -------------------------
*/
html,
body,
.wrapper {
min-height: 100%;
overflow-x: hidden;
}
.wrapper {
position: relative;
.layout-boxed & {
@include box-shadow(0 0 10px rgba(0, 0, 0, .3));
&,
&:before {
margin: 0 auto;
max-width: $boxed-layout-max-width;
}
}
}
.content-wrapper,
.main-footer,
.main-header {
@include media-breakpoint-up(md) {
@include transition(margin-left $transition-speed $transition-fn);
margin-left: $sidebar-width;
z-index: 3000;
.sidebar-collapse & {
margin-left: 0;
}
}
@include media-breakpoint-down(md) {
&,
&:before {
margin-left: 0;
}
}
}
.content-wrapper {
background: $main-bg;
> .content {
padding: $content-padding-y $content-padding-x;
}
}
.main-sidebar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
&,
&:before {
$local-sidebar-transition: margin-left $transition-speed $transition-fn, width $transition-speed $transition-fn;
@include transition($local-sidebar-transition);
width: $sidebar-width;
}
.sidebar-collapse & {
&,
&:before {
margin-left: -$sidebar-width;
}
}
@include media-breakpoint-down(md) {
&,
&:before {
box-shadow: none!important;
margin-left: -$sidebar-width;
}
.sidebar-open & {
&,
&:before {
margin-left: 0;
}
}
}
}
.main-footer {
padding: $main-footer-padding;
color: #555;
border-top: $main-footer-border-top;
background: $main-footer-bg;
}
.content-header {
padding: 15px $content-padding-x;
h1 {
font-size: 1.8rem;
margin: 0;
}
.breadcrumb {
margin-bottom: 0;
padding: 0;
background: transparent;
line-height: 1.8rem;
}
}
.hold-transition {
.content-wrapper,
.main-header,
.main-footer {
transition: none!important;
}
}

View File

@@ -1,73 +0,0 @@
/*
* Page: Lock Screen
* -----------------
*/
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
background: $gray-200;
}
.lockscreen-logo {
font-size: 35px;
text-align: center;
margin-bottom: 25px;
font-weight: 300;
a {
color: #444;
}
}
.lockscreen-wrapper {
max-width: 400px;
margin: 0 auto;
margin-top: 10%;
}
/* User name [optional] */
.lockscreen .lockscreen-name {
text-align: center;
font-weight: 600;
}
/* Will contain the image and the sign in form */
.lockscreen-item {
@include border-radius(4px);
padding: 0;
background: $white;
position: relative;
margin: 10px auto 30px auto;
width: 290px;
}
/* User image */
.lockscreen-image {
@include border-radius(50%);
position: absolute;
left: -10px;
top: -25px;
background: $white;
padding: 5px;
z-index: 10;
> img {
@include border-radius(50%);
width: 70px;
height: 70px;
}
}
/* Contains the password input and the login button */
.lockscreen-credentials {
margin-left: 70px;
.form-control {
border: 0;
}
.btn {
background-color: $white;
border: 0;
padding: 0 10px;
}
}
.lockscreen-footer {
margin-top: 10px;
}

View File

@@ -1,52 +0,0 @@
/*
* Page: Login & Register
* ----------------------
*/
.login-logo,
.register-logo {
font-size: 35px;
text-align: center;
margin-bottom: 25px;
font-weight: 300;
a {
color: #444;
}
}
.login-page,
.register-page {
background: $gray-200;
}
.login-box,
.register-box {
width: 360px;
margin: 7% auto;
@media (max-width: map-get($grid-breakpoints, sm)) {
width: 90%;
margin-top: 20px;
}
}
.login-box-body,
.register-box-body {
background: $white;
padding: 20px;
border-top: 0;
color: #666;
.form-control-feedback {
color: #777;
}
}
.login-box-msg,
.register-box-msg {
margin: 0;
text-align: center;
padding: 0 20px 20px 20px;
}
.social-auth-links {
margin: 10px 0;
}

View File

@@ -1,88 +0,0 @@
/*
* Page: Mailbox
* -------------
*/
.mailbox-messages {
> .table {
margin: 0;
}
}
.mailbox-controls {
padding: 5px;
&.with-border {
border-bottom: 1px solid $card-border-color;
}
}
.mailbox-read-info {
border-bottom: 1px solid $card-border-color;
padding: 10px;
h3 {
font-size: 20px;
margin: 0;
}
h5 {
margin: 0;
padding: 5px 0 0 0;
}
}
.mailbox-read-time {
color: #999;
font-size: 13px;
}
.mailbox-read-message {
padding: 10px;
}
.mailbox-attachments {
@extend .list-unstyled;
li {
float: left;
width: 200px;
border: 1px solid #eee;
margin-bottom: 10px;
margin-right: 10px;
}
}
.mailbox-attachment-name {
font-weight: bold;
color: #666;
}
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
display: block;
}
.mailbox-attachment-info {
padding: 10px;
background: #f4f4f4;
}
.mailbox-attachment-size {
color: #999;
font-size: 12px;
}
.mailbox-attachment-icon {
text-align: center;
font-size: 65px;
color: #666;
padding: 20px 10px;
&.has-img {
padding: 0;
> img {
max-width: 100%;
height: auto;
}
}
}
.mailbox-attachment-close {
@extend .close;
}

View File

@@ -1,136 +0,0 @@
/*
* Component: Main Header
* ----------------------
*/
.main-header {
z-index: $zindex-main-header;
.navbar-nav .nav-item {
margin: 0;
}
.nav-link {
position: relative;
height: $nav-link-height;
}
.navbar-nav[class*="-right"] {
.dropdown-menu {
margin-top: -3px;
right: 0;
left: auto;
@media (max-width: breakpoint-max(xs)) {
left: 0;
right: auto;
}
}
}
}
// Add this class to images within a nav-link
.navbar-img {
height: $main-header-height / 2;
width: auto;
}
// Navbar badge
.navbar-badge {
position: absolute;
top: 9px;
right: 5px;
font-size: .6rem;
font-weight: 300;
padding: 2px 4px;
}
.btn-navbar {
border-left-width: 0;
background-color: transparent;
}
.form-control-navbar {
border-right-width: 0;
& + .input-group-append {
margin-left: 0;
}
}
.form-control-navbar,
.btn-navbar {
transition: none;
}
.navbar-dark {
.form-control-navbar,
.btn-navbar {
background-color: $main-header-dark-form-control-bg;
border: $main-header-dark-form-control-border;
}
.form-control-navbar {
&::placeholder,
+ .input-group-append > .btn-navbar {
color: $main-header-dark-placeholder-color;
}
// Support FF and IE
:-moz-placeholder {
color: $main-header-dark-placeholder-color;
}
::-moz-placeholder {
color: $main-header-dark-placeholder-color;
}
:-ms-input-placeholder {
color: $main-header-dark-placeholder-color;
}
&:focus {
&,
& + .input-group-append .btn-navbar {
border: $main-header-dark-form-control-focused-border !important;
background-color: $main-header-dark-form-control-focused-bg;
color: $main-header-dark-form-control-focused-color;
}
}
}
}
.navbar-light {
.form-control-navbar,
.btn-navbar {
background-color: $main-header-light-form-control-bg;
border: $main-header-light-form-control-border;
}
.form-control-navbar {
&::placeholder,
+ .input-group-append > .btn-navbar {
color: $main-header-light-placeholder-color;
}
// Support FF and IE
:-moz-placeholder {
color: $main-header-light-placeholder-color;
}
::-moz-placeholder {
color: $main-header-light-placeholder-color;
}
:-ms-input-placeholder {
color: $main-header-light-placeholder-color;
}
&:focus {
&,
& + .input-group-append .btn-navbar {
border: $main-header-light-form-control-focused-border !important;
background-color: $main-header-light-form-control-focused-bg;
color: $main-header-light-form-control-focused-color;
}
}
}
}

View File

@@ -1,164 +0,0 @@
/**
* Component: Sidebar
* ------------------
*/
.main-sidebar {
z-index: $zindex-main-sidebar;
height: 100vh;
overflow-y: hidden;
}
.sidebar {
padding-bottom: $sidebar-padding-y;
padding-top: $sidebar-padding-y;
padding-left: $sidebar-padding-x;
padding-right: $sidebar-padding-x;
overflow-y: auto;
height: calc(100% - 4rem);
}
// Sidebar user panel
.user-panel {
position: relative;
[class*="sidebar-dark"] & {
border-bottom: 1px solid lighten($dark, 12%);
}
[class*="sidebar-light"] & {
border-bottom: 1px solid $gray-300;
}
&,
.info {
overflow: hidden;
white-space: nowrap;
}
.image {
padding-left: $nav-link-padding-x - .2;
display: inline-block;
}
img {
width: $sidebar-user-image-width;
height: auto;
}
.info {
display: inline-block;
padding: 5px 5px 5px 10px;
}
.status,
.dropdown-menu {
font-size: $font-size-sm;
}
}
// Sidebar navigation menu
.nav-sidebar {
// All levels
.nav-item {
> .nav-link {
margin-bottom: 0.2rem;
.right {
@include transition(transform $transition-fn $transition-speed);
}
}
}
.nav-link > p > .right {
position: absolute;
right: 1rem;
top: 12px;
}
.menu-open {
> .nav-treeview {
display: block;
}
> .nav-link {
.right {
@include rotate(-90deg);
}
}
}
// First Level
> .nav-item {
margin-bottom: 0;
.nav-icon {
text-align: center;
width: $sidebar-nav-icon-width;
font-size: 1.2rem;
margin-right: .2rem;
}
.float-right {
margin-top: 3px;
}
}
// Tree view menu
.nav-treeview {
display: none;
list-style: none;
padding: 0;
> .nav-item {
> .nav-link {
> .nav-icon {
width: $sidebar-nav-icon-width;
}
}
}
}
.nav-header {
font-size: .9rem;
padding: $nav-link-padding-y;
&:not(:first-of-type) {
padding: 1.7rem 1rem .5rem 1rem;
}
}
.nav-link p {
display: inline-block;
margin: 0;
}
}
#sidebar-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: none;
background-color: rgba(0, 0, 0, 0.1);
z-index: $zindex-main-sidebar - 1;
@include media-breakpoint-down(md) {
.sidebar-open & {
display: block;
}
}
}
// Sidebar variants
@each $name, $color in $theme-colors {
.sidebar-dark-#{$name} {
@include skin-dark-sidebar($color)
}
.sidebar-light-#{$name} {
@include skin-light-sidebar($color)
}
}

View File

@@ -1,352 +0,0 @@
/*
* General: Miscellaneous
* ----------------------
*/
a.text-muted:hover {
color: theme-color(primary) !important;
}
.border-transparent {
border-color: transparent !important;
}
// Description Blocks
.description-block {
display: block;
margin: 10px 0;
text-align: center;
&.margin-bottom {
margin-bottom: 25px;
}
> .description-header {
margin: 0;
padding: 0;
font-weight: 600;
font-size: 16px;
}
> .description-text {
text-transform: uppercase;
}
}
// Background colors
@each $name, $color in $theme-colors {
.bg-#{$name} {
&,
a {
color: color-yiq($color) !important;
}
}
}
.bg-gray {
color: #000;
background-color: $gray-500;
}
.bg-gray-light {
background-color: lighten($gray-200, 3%);
color: color-yiq(lighten($gray-200, 3%)) !important;
}
.bg-black {
background-color: $black;
color: color-yiq($black) !important;
}
.bg-white {
background-color: $white;
color: color-yiq($white) !important;
}
// Disabled!
[class^="bg-"].disabled {
opacity: .65;
}
.link-muted {
color: darken($gray-500, 30%);
&:hover,
&:focus {
color: darken($gray-500, 40%);
}
}
.link-black {
color: #666;
&:hover,
&:focus {
color: #999;
}
}
// Hide elements by display none only
.hide {
display: none !important;
}
// Remove borders
.no-border {
border: 0 !important;
}
// Remove box shadow
.no-shadow {
box-shadow: none !important;
}
// Unstyled List
.list-unstyled {
list-style: none;
margin: 0;
padding: 0;
}
.list-group-unbordered {
> .list-group-item {
border-left: 0;
border-right: 0;
border-radius: 0;
padding-left: 0;
padding-right: 0;
}
}
// Remove border radius
.flat {
@include border-radius(0 !important);
}
// _fix for sparkline tooltip
.jqstooltip {
padding: 5px !important;
width: auto !important;
height: auto !important;
}
// Gradient Background colors
@each $name, $color in $theme-colors {
.bg-#{$name}-gradient {
@include gradient($color, $color, lighten($color, 10%));
color: color-yiq($color);
}
}
// Description Block Extension
.description-block {
.description-icon {
font-size: 16px;
}
}
// List utility classes
.list-header {
font-size: 15px;
padding: 10px 4px;
font-weight: bold;
color: #666;
}
.list-seperator {
height: 1px;
background: $card-border-color;
margin: 15px 0 9px 0;
}
.list-link {
> a {
padding: 4px;
color: #777;
&:hover {
color: #222;
}
}
}
// User block
.user-block {
@include clearfix();
img {
width: 40px;
height: 40px;
float: left;
}
.username,
.description,
.comment {
display: block;
margin-left: 50px;
}
.username {
font-size: 16px;
font-weight: 600;
}
.description {
color: #999;
font-size: 13px;
}
&.user-block-sm {
img {
@extend .img-sm;
}
.username,
.description,
.comment {
margin-left: 40px;
}
.username {
font-size: 14px;
}
}
}
// Image sizes
.img-sm,
.img-md,
.img-lg {
float: left;
}
.img-sm {
width: 30px !important;
height: 30px !important;
+ .img-push {
margin-left: 40px;
}
}
.img-md {
width: 60px;
height: 60px;
+ .img-push {
margin-left: 70px;
}
}
.img-lg {
width: 100px;
height: 100px;
+ .img-push {
margin-left: 110px;
}
}
// Image bordered
.img-bordered {
border: 3px solid $gray-500;
padding: 3px;
}
.img-bordered-sm {
border: 2px solid $gray-500;
padding: 2px;
}
// Rounded and Circle Images
.img-rounded {
@include border-radius($border-radius)
}
.img-circle {
@include border-radius(50%);
}
// Image sizes
.img-size-64,
.img-size-50,
.img-size-32 {
height: auto;
}
.img-size-64 {
width: 64px;
}
.img-size-50 {
width: 50px;
}
.img-size-32 {
width: 32px;
}
// Block sizes
.size-32,
.size-40,
.size-50 {
display: block;
text-align: center;
}
.size-32 {
width: 32px;
height: 32px;
line-height: 32px;
}
.size-40 {
width: 40px;
height: 40px;
line-height: 40px;
}
.size-50 {
width: 50px;
height: 50px;
line-height: 50px;
}
// General attachemnt block
.attachment-block {
border: 1px solid $card-border-color;
padding: 5px;
margin-bottom: 10px;
background: #f7f7f7;
.attachment-img {
max-width: 100px;
max-height: 100px;
height: auto;
float: left;
}
.attachment-pushed {
margin-left: 110px;
}
.attachment-heading {
margin: 0;
}
.attachment-text {
color: #555;
}
}
.connectedSortable {
min-height: 100px;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.sort-highlight {
background: #f4f4f4;
border: 1px dashed #ddd;
margin-bottom: 10px;
}
// Charts
.chart {
position: relative;
overflow: hidden;
}
.flex-1 {
flex: 1;
}

View File

@@ -1,306 +0,0 @@
// AdminLTE mixins
// ===============
// Changes the color and the hovering properties of the navbar
@mixin navbar-variant($color, $font-color: rgba(255, 255, 255, 0.8), $hover-color: #f6f6f6, $hover-bg: rgba(0, 0, 0, 0.1)) {
background-color: $color;
// Navbar links
.nav > li > a {
color: $font-color;
}
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > .active > a {
background: $hover-bg;
color: $hover-color;
}
// Add color to the sidebar toggle button
.sidebar-toggle {
color: $font-color;
&:hover {
color: $hover-color;
background: $hover-bg;
}
}
}
// Logo color variation
@mixin logo-variant($bg-color, $color: #fff, $border-bottom-color: transparent, $border-bottom-width: 0) {
background-color: $bg-color;
color: $color;
border-bottom: $border-bottom-width solid $border-bottom-color;
&:hover {
background-color: darken($bg-color, 1%);
}
}
// Box solid color variantion creator
@mixin box-solid-variant($color, $text-color: #fff) {
border: 1px solid $color;
> .card-header {
color: $text-color;
background: $color;
background-color: $color;
a,
.btn {
color: $text-color;
}
}
}
// Direct Chat Variant
@mixin direct-chat-variant($bg-color, $color: #fff) {
.right > .direct-chat-text {
background: $bg-color;
border-color: $bg-color;
color: color-yiq($bg-color);
&:after,
&:before {
border-left-color: $bg-color;
}
}
}
@mixin translate($x, $y) {
-webkit-transform: translate($x, $y);
-ms-transform: translate($x, $y); // IE9 only
transform: translate($x, $y);
}
// Different radius each side
@mixin border-radius-sides($top-left, $top-right, $bottom-left, $bottom-right) {
border-radius: $top-left $top-right $bottom-left $bottom-right;
}
@mixin calc($property, $expression) {
#{$property}: -webkit-calc(#{$expression});
#{$property}: calc(#{$expression});
}
@mixin rotate($value) {
-ms-transform: rotate($value);
transform: rotate($value);
}
@mixin animation($animation) {
animation: $animation;
}
// Gradient background
@mixin gradient($color: #F5F5F5, $start: #EEE, $stop: #FFF) {
background: $color;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, $start), color-stop(1, $stop));
background: -ms-linear-gradient(bottom, $start, $stop);
background: -moz-linear-gradient(center bottom, $start 0%, $stop 100%);
background: -o-linear-gradient($stop, $start);
}
// Skins Mixins
// Dark Sidebar Mixin
@mixin skin-dark-sidebar($link-hover-border-color) {
// Sidebar background color
background-color: $sidebar-dark-bg;
// User Panel (resides in the sidebar)
.user-panel {
a:hover {
color: $sidebar-dark-hover-color;
}
.status {
color: $sidebar-dark-color;
background: $sidebar-dark-hover-bg;
&:hover,
&:focus,
&:active {
color: $sidebar-dark-hover-color;
background: darken($sidebar-dark-hover-bg, 3%);
}
}
.dropdown-menu {
border-color: darken($sidebar-dark-hover-bg, 5%);
@include box-shadow(0 2px 4px rgba(0, 0, 0, .4));
}
.dropdown-item {
color: $body-color;
}
}
// Sidebar Menu. First level links
.nav-sidebar > .nav-item {
// links
> .nav-link {
// border-left: 3px solid transparent;
&:active,
&:focus {
color: $sidebar-dark-color;
}
}
// Hover and active states
&.menu-open > .nav-link,
&:hover > .nav-link {
color: $sidebar-dark-hover-color;
background-color: $sidebar-dark-hover-bg;
}
> .nav-link.active {
color: $sidebar-dark-hover-color;
background-color: $link-hover-border-color;
@if $enable-shadows {
@extend .elevation-1;
}
}
// First Level Submenu
> .nav-treeview {
background: $sidebar-dark-submenu-bg;
}
}
// Section Heading
.nav-header {
color: lighten($sidebar-dark-color, 5%);
background: inherit; //darken($sidebar-dark-bg, 3%);
}
// All links within the sidebar menu
.sidebar a {
color: $sidebar-dark-color;
&:hover {
text-decoration: none;
}
}
// All submenus
.nav-treeview {
> .nav-item {
> .nav-link {
color: $sidebar-dark-submenu-color;
&:hover {
color: $sidebar-dark-submenu-hover-color;
background-color: $sidebar-dark-submenu-hover-bg
}
}
> .nav-link.active {
&,
&:hover {
color: $sidebar-dark-submenu-active-color;
background-color: $sidebar-dark-submenu-active-bg;
}
}
}
}
}
// Light Sidebar Mixin
@mixin skin-light-sidebar($link-hover-border-color) {
// Sidebar background color
background-color: $sidebar-light-bg;
// User Panel (resides in the sidebar)
.user-panel {
a:hover {
color: $sidebar-light-hover-color;
}
.status {
color: $sidebar-light-color;
background: $sidebar-light-hover-bg;
&:hover,
&:focus,
&:active {
color: $sidebar-light-hover-color;
background: darken($sidebar-light-hover-bg, 3%);
}
}
.dropdown-menu {
border-color: darken($sidebar-light-hover-bg, 5%);
@include box-shadow(0 2px 4px rgba(0, 0, 0, .4));
}
.dropdown-item {
color: $body-color;
}
}
// Sidebar Menu. First level links
.nav-sidebar > .nav-item {
// links
> .nav-link {
// border-left: 3px solid transparent;
&:active,
&:focus {
color: $sidebar-light-color;
}
}
// Hover and active states
&.menu-open > .nav-link,
&:hover > .nav-link {
color: $sidebar-light-hover-color;
background-color: $sidebar-light-hover-bg;
}
> .nav-link.active {
color: $sidebar-light-active-color;
background-color: $link-hover-border-color;
@if $enable-shadows {
@extend .elevation-1;
}
}
// First Level Submenu
> .nav-treeview {
background: $sidebar-light-submenu-bg;
}
}
// Section Heading
.nav-header {
color: darken($sidebar-light-color, 5%);
background: inherit;
}
// All links within the sidebar menu
.sidebar a {
color: $sidebar-light-color;
&:hover {
text-decoration: none;
}
}
// All submenus
.nav-treeview {
> .nav-item {
> .nav-link {
color: $sidebar-light-submenu-color;
}
> .nav-link.active {
&,
&:hover {
color: $sidebar-light-submenu-active-color;
background-color: $sidebar-light-submenu-active-bg;
}
}
> .nav-link:hover {
background-color: $sidebar-light-submenu-hover-bg;
}
}
}
}

View File

@@ -1,13 +0,0 @@
/*
* Component: Nav
* --------------
*/
.nav-pills {
.nav-link {
color: $gray-600;
&:not(.active):hover {
color: theme-color("primary")
}
}
}

View File

@@ -1,51 +0,0 @@
/*
* Misc: print
* -----------
*/
@media print {
//Add to elements that you do not want to show when printing
.no-print {
display: none !important;
}
//Elements that we want to hide when printing
.main-sidebar,
.main-header,
.content-header {
@extend .no-print;
}
//This is the only element that should appear, so let's remove the margins
.content-wrapper,
.main-footer {
margin-left: 0 !important;
min-height: 0 !important;
@include translate(0, 0);
}
.layout-fixed .content-wrapper {
padding-top: 0 !important;
}
//Invoice printing
.invoice {
width: 100%;
border: 0;
margin: 0;
padding: 0;
}
.invoice-col {
float: left;
width: 33.3333333%;
}
//Make sure table content displays properly
.table-responsive {
overflow: auto;
> .table tr th,
> .table tr td {
white-space: normal !important;
}
}
}

View File

@@ -1,45 +0,0 @@
/*
* Component: Products List
* ------------------------
*/
.products-list {
list-style: none;
margin: 0;
padding: 0;
> .item {
@if $enable-rounded {
@include border-radius($border-radius);
}
@include clearfix();
padding: 10px 0;
background: $white;
}
.product-img {
float: left;
img {
width: 50px;
height: 50px;
}
}
.product-info {
margin-left: 60px;
}
.product-title {
font-weight: 600;
}
.product-description {
display: block;
color: $gray-600;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
.product-list-in-card > .item {
@include border-radius(0);
border-bottom: 1px solid $card-border-color;
&:last-of-type {
border-bottom-width: 0;
}
}

View File

@@ -1,31 +0,0 @@
/*
* Page: Profile
* -------------
*/
.profile-user-img {
margin: 0 auto;
width: 100px;
padding: 3px;
border: 3px solid $gray-500;
}
.profile-username {
font-size: 21px;
margin-top: 5px;
}
.post {
border-bottom: 1px solid $gray-500;
margin-bottom: 15px;
padding-bottom: 15px;
color: #666;
&:last-of-type {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.user-block {
margin-bottom: 15px;
}
}

View File

@@ -1,63 +0,0 @@
/*
* Component: Progress Bar
* -----------------------
*/
//General CSS
.progress {
@include box-shadow(none);
@include border-radius($progress-bar-border-radius);
}
.progress-group {
@extend .mb-2;
}
// size variation
.progress-sm {
height: 10px;
}
.progress-xs {
height: 7px;
}
.progress-xxs {
height: 3px;
}
// Vertical bars
.progress.vertical {
position: relative;
width: 30px;
height: 200px;
display: inline-block;
margin-right: 10px;
> .progress-bar {
width: 100%;
position: absolute;
bottom: 0;
}
//Sizes
&.sm,
&.progress-sm {
width: 20px;
}
&.xs,
&.progress-xs {
width: 10px;
}
&.xxs,
&.progress-xxs {
width: 3px;
}
}
// Remove margins from progress bars when put in a table
.table {
tr > td .progress {
margin: 0;
}
}

View File

@@ -1,117 +0,0 @@
/*
* Plugin: Select2
* ---------------
*/
//Signle select
.select2-container--default,
.select2-selection {
&.select2-container--focus,
&:focus,
&:active {
outline: none;
}
.select2-selection--single {
border: 1px solid $gray-x-light;
//border-radius: $input-radius;
padding: 6px 12px;
height: 34px;
}
}
.select2-container--default.select2-container--open {
border-color: theme-color("primary");
}
.select2-dropdown {
border: 1px solid $gray-x-light;
//border-radius: $input-radius;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: theme-color("primary");
color: white;
}
.select2-results__option {
padding: 6px 12px;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0;
padding-right: 0;
height: auto;
margin-top: -4px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 6px;
padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 28px;
right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-top: 0;
}
.select2-dropdown,
.select2-search--inline {
.select2-search__field {
border: 1px solid $gray-x-light;
&:focus {
outline: none;
border: 1px solid theme-color("primary");
}
}
}
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd;
&,
&:hover {
color: #444;
}
}
//Multiple select
.select2-container--default {
.select2-selection--multiple {
border: 1px solid $gray-x-light;
//border-radius: $input-radius;
&:focus {
border-color: theme-color("primary");
}
}
&.select2-container--focus .select2-selection--multiple {
border-color: $gray-x-light;
}
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: theme-color("primary");
border-color: darken(theme-color("primary"), 5%);
padding: 1px 10px;
color: $white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
margin-right: 5px;
color: rgba(255, 255, 255, 0.7);
&:hover {
color: $white;
}
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-right: 10px;
}

View File

@@ -1,127 +0,0 @@
/*
* Component: Sidebar Mini
*/
// Add sidebar-mini class to the body tag to activate this feature
.sidebar-mini {
// Sidebar mini should work only on large devices
@include media-breakpoint-up(lg) {
// A fix for text overflow while transitioning from sidebar mini to full sidebar
.nav-sidebar,
.nav-sidebar > .nav-header,
.nav-sidebar .nav-link {
white-space: nowrap;
overflow: hidden;
}
// When the sidebar is collapsed...
&.sidebar-collapse {
.d-hidden-mini {
display: none;
}
// Apply the new margins to the main content and footer
.content-wrapper,
.main-footer,
.main-header {
margin-left: $sidebar-mini-width !important;
}
// Make the sidebar headers
.nav-sidebar .nav-header {
display: none;
}
.sidebar .user-panel > .info,
.nav-sidebar .nav-link p,
.brand-text {
opacity: 0;
margin-left: -10px;
}
// Modify the sidebar to shrink instead of disappearing
.main-sidebar {
&,
&:before {
// Don't go away! Just shrink
margin-left: 0;
width: $sidebar-mini-width;
}
.user-panel {
.image {
float: none;
}
}
&:hover {
width: $sidebar-width;
.user-panel {
text-align: left;
.image {
float: left;
}
}
.user-panel > .info,
.nav-sidebar .nav-link p,
.brand-text {
opacity: 1;
margin-left: 0;
display: inline-block;
}
.brand-image {
margin-right: .5rem;
}
// Make the sidebar links, menus, labels, badges
// and angle icons disappear
.sidebar-form,
.user-panel > .info {
display: block !important;
-webkit-transform: translateZ(0);
}
.nav-sidebar > .nav-item > .nav-link > span {
display: inline-block !important;
}
}
}
// Make an element visible only when sidebar mini is active
.visible-sidebar-mini {
display: block !important;
}
}
}
}
.nav-sidebar {
position: relative;
&:hover {
overflow: visible;
}
}
.sidebar-form,
.nav-sidebar > .nav-header {
overflow: hidden;
text-overflow: clip;
}
.nav-sidebar .nav-item > .nav-link {
position: relative;
> .float-right {
position: absolute;
right: 10px;
top: 50%;
margin-top: -7px;
}
}
.sidebar .nav-link p,
.main-sidebar .brand-text,
.sidebar .user-panel .info {
@include transition(margin-left $transition-speed linear, opacity .5s ease)
}

View File

@@ -1,91 +0,0 @@
/*
* Component: Small Box
* --------------------
*/
.small-box {
@include border-radius($border-radius);
@include box-shadow($card-shadow);
@extend .mb-3;
position: relative;
display: block;
margin-bottom: 20px;
// content wrapper
> .inner {
padding: 10px;
}
> .small-box-footer {
position: relative;
text-align: center;
padding: 3px 0;
color: $white;
color: rgba(255, 255, 255, 0.8);
display: block;
z-index: 10;
background: rgba(0, 0, 0, 0.1);
text-decoration: none;
&:hover {
color: $white;
background: rgba(0, 0, 0, 0.15);
}
}
h3 {
font-size: 38px;
font-weight: bold;
margin: 0 0 10px 0;
white-space: nowrap;
padding: 0;
}
p {
font-size: 15px;
> small {
display: block;
color: #f9f9f9;
font-size: 13px;
margin-top: 5px;
}
}
h3, p {
z-index: 5;
}
// the icon
.icon {
transition: all $transition-speed linear;
position: absolute;
top: -10px;
right: 10px;
z-index: 0;
font-size: 90px;
color: rgba(0, 0, 0, 0.15);
}
// Small box hover state
&:hover {
text-decoration: none;
// Animate icons on small box hover
.icon {
font-size: 95px;
}
}
}
@include media-breakpoint-down(sm) {
// No need for icons on very small devices
.small-box {
text-align: center;
.icon {
display: none;
}
p {
font-size: 12px;
}
}
}

View File

@@ -1,81 +0,0 @@
/*
* Component: Social Widgets
* -------------------------
*/
//General widget style
.card-widget {
border: none;
position: relative;
}
//User Widget Style 1
.widget-user {
//User name container
.widget-user-header {
padding: 1rem;
height: 120px;
@if $enable-rounded {
@include border-top-radius($border-radius);
}
}
//User name
.widget-user-username {
margin-top: 0;
margin-bottom: 5px;
font-size: 25px;
font-weight: 300;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
//User single line description
.widget-user-desc {
margin-top: 0;
}
//User image container
.widget-user-image {
position: absolute;
top: 65px;
left: 50%;
margin-left: -45px;
> img {
width: 90px;
height: auto;
border: 3px solid $white;
}
}
.card-footer {
padding-top: 40px;
}
}
//User Widget Style 2
.widget-user-2 {
//User name container
.widget-user-header {
padding: 1rem;
@include border-top-radius($border-radius);
}
//User name
.widget-user-username {
margin-top: 5px;
margin-bottom: 5px;
font-size: 25px;
font-weight: 300;
}
//User single line description
.widget-user-desc {
margin-top: 0;
}
.widget-user-username,
.widget-user-desc {
margin-left: 75px;
}
//User image container
.widget-user-image {
> img {
width: 65px;
height: auto;
float: left;
}
}
}

View File

@@ -1,42 +0,0 @@
/*
* Component: Table
* ----------------
*/
.table.no-border {
&,
td,
th {
border: 0;
}
}
// .text-center in tables
.table.text-center {
&, td, th {
text-align: center;
}
}
.table-valign-middle {
thead > tr > th,
thead > tr > td,
tbody > tr > th,
tbody > tr > td {
vertical-align: middle;
}
}
.card-body.p-0 .table {
thead > tr > th,
thead > tr > td,
tbody > tr > th,
tbody > tr > td {
&:first-of-type {
@extend .pl-4;
}
&:last-of-type {
@extend .pr-4;
}
}
}

View File

@@ -1,21 +0,0 @@
.text-bold {
&, &.table td, &.table th {
font-weight: 700;
}
}
.text-sm {
font-size: $font-size-sm;
}
.text-xs {
font-size: $font-size-base;
}
.text-lg {
font-size: $font-size-lg;
}
.text-xl {
font-size: $font-size-xl;
}

View File

@@ -1,42 +0,0 @@
/*
* Component: Users List
* ---------------------
*/
.users-list {
@extend .list-unstyled;
> li {
width: 25%;
float: left;
padding: 10px;
text-align: center;
img {
@include border-radius(50%);
max-width: 100%;
height: auto;
}
> a:hover {
&,
.users-list-name {
color: #999;
}
}
}
}
.users-list-name,
.users-list-date {
display: block;
}
.users-list-name {
font-size: $font-size-sm;
color: #444;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.users-list-date {
color: #999;
font-size: 12px;
}

View File

@@ -1,153 +0,0 @@
// AdminLTE 3 Variables.less
// =========================
// COLORS
// --------------------------------------------------------
$blue: #0073b7 !default;
$navy: #001F3F !default;
$teal: #39CCCC !default;
$olive: #3D9970 !default;
$lime: #01FF70 !default;
$orange: #FF851B !default;
$fuchsia: #F012BE !default;
$purple: #605ca8 !default;
$maroon: #D81B60 !default;
$black: #111 !default;
$gray-x-light: #d2d6de !default;
// LAYOUT
// --------------------------------------------------------
$font-size-root: 1rem !default;
// Sidebar
$sidebar-width: 250px !default;
$sidebar-padding-x: 0.5rem !default;
$sidebar-padding-y: 0 !default;
// Boxed layout maximum width
$boxed-layout-max-width: 1250px !default;
// When to show the smaller logo
$screen-header-collapse: map-get($grid-breakpoints, md) !default;
// Body background (Affects main content background only)
$main-bg: #f4f6f9 !default;
// Content padding
$content-padding-y: 0 !default;
$content-padding-x: $navbar-padding-x !default;
// MAIN HEADER
// --------------------------------------------------------
$main-header-link-padding-y: $navbar-padding-y !default;
$main-header-link-padding-x: $navbar-padding-x !default;
$main-header-brand-padding-y: $navbar-brand-padding-y !default;
$main-header-brand-padding-x: $navbar-padding-x !default;
$main-header-height: (($font-size-root * $line-height-base) + ($main-header-link-padding-y * 2)) !default;
// Main header skins
$main-header-dark-form-control-bg: hsla(100, 100%, 100%, 0.2) !default;
$main-header-dark-form-control-focused-bg: hsla(100, 100%, 100%, 0.6) !default;
$main-header-dark-form-control-focused-color: $gray-800 !default;
$main-header-dark-form-control-border: 0 !default;
$main-header-dark-form-control-focused-border: 0 !default;
$main-header-dark-placeholder-color: hsla(100, 100%, 100%, 0.6) !default;
$main-header-light-form-control-bg: darken($gray-100, 2%) !default;
$main-header-light-form-control-focused-bg: $gray-200 !default;
$main-header-light-form-control-focused-color: $gray-800 !default;
$main-header-light-form-control-border: 0 !default;
$main-header-light-form-control-focused-border: 0 !default;
$main-header-light-placeholder-color: hsla(0, 0%, 0%, 0.6) !default;
// MAIN FOOTER
// --------------------------------------------------------
$main-footer-padding: 15px !default;
$main-footer-border-top-width: 1px !default;
$main-footer-border-top-color: $gray-300 !default;
$main-footer-border-top: $main-footer-border-top-width solid $main-footer-border-top-color !default;
$main-footer-height: 30px; //(($font-size-root * $line-height-base) + ($main-footer-padding * 2)) + $main-footer-border-top-width !default;
$main-footer-bg: $white;
// SIDEBAR SKINS
// --------------------------------------------------------
// Dark sidebar
$sidebar-dark-bg: $dark !default;
$sidebar-dark-hover-bg: hsla(100, 100%, 100%, 0.1) !default;
$sidebar-dark-color: #C2C7D0 !default;
$sidebar-dark-hover-color: $white !default;
$sidebar-dark-active-color: $white !default;
$sidebar-dark-submenu-bg: transparent !default;
$sidebar-dark-submenu-color: #C2C7D0 !default;
$sidebar-dark-submenu-hover-color: $white !default;
$sidebar-dark-submenu-hover-bg: $sidebar-dark-hover-bg !default;
$sidebar-dark-submenu-active-color: $sidebar-dark-bg !default;
$sidebar-dark-submenu-active-bg: hsla(100, 100%, 100%, 0.9) !default;
$sidebar-dark-header-color: $white !default;
// Light sidebar
$sidebar-light-bg: $white !default;
$sidebar-light-hover-bg: lighten(#f0f0f1, 1.5%) !default;
$sidebar-light-color: $gray-800 !default;
$sidebar-light-hover-color: $gray-900 !default;
$sidebar-light-active-color: $white !default;
$sidebar-light-submenu-bg: transparent !default;
$sidebar-light-submenu-color: #777 !default;
$sidebar-light-submenu-hover-color: #000 !default;
$sidebar-light-submenu-hover-bg: $sidebar-light-hover-bg !default;
$sidebar-light-submenu-active-color: $sidebar-light-hover-color !default;
$sidebar-light-submenu-active-bg: $sidebar-light-submenu-hover-bg !default;
$sidebar-light-header-color: $gray-800 !default;
// SIDEBAR MINI
// --------------------------------------------------------
$sidebar-mini-width: ($nav-link-padding-x + $sidebar-padding-x + .8rem) * 2 !default;
$sidebar-nav-icon-width: $sidebar-mini-width - (($sidebar-padding-x + $nav-link-padding-x) * 2);
$sidebar-user-image-width: $sidebar-nav-icon-width + ($nav-link-padding-x / 2);
// CONTROL SIDEBAR
// --------------------------------------------------------
$control-sidebar-width: $sidebar-width !default;
// Cards
// --------------------------------------------------------
$card-border-color: #f4f4f4 !default;
$card-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2) !default;
$card-title-font-size: $font-size-lg;
$card-title-font-weight: $font-weight-normal;
// PROGRESS BARS
// --------------------------------------------------------
$progress-bar-border-radius: 1px !default;
$progress-bar-sm-border-radius: 1px !default;
$progress-bar-xs-border-radius: 1px !default;
// DIRECT CHAT
// --------------------------------------------------------
$direct-chat-height: 250px !default;
$direct-chat-default-msg-bg: $gray-x-light !default;
$direct-chat-default-font-color: #444 !default;
$direct-chat-default-msg-border-color: $gray-x-light !default;
// CHAT WIDGET
// --------------------------------------------------------
$attachment-border-radius: 3px !default;
// Z-INDEX
// --------------------------------------------------------
$zindex-main-header: 1000 !default;
$zindex-main-sidebar: 1100 !default;
$zindex-sidebar-mini-links: 010 !default;
// TRANSITIONS SETTINGS
// --------------------------------------------------------
// Transition global options
$transition-speed: 0.3s !default;
$transition-fn: ease-in-out !default;
// TEXT
// --------------------------------------------------------
$font-size-xl: ($font-size-base * 2);

View File

@@ -1,7 +1,7 @@
{
"name": "almasaeed2010/adminlte",
"description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 3",
"homepage": "http://adminlte.io/",
"description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 4",
"homepage": "https://adminlte.io/",
"keywords": [
"css",
"js",
@@ -15,12 +15,11 @@
],
"authors": [
{
"name": "Abdullah Almsaeed",
"email": "support@adminlte.io"
"name": "Colorlib"
}
],
"license": "MIT",
"support": {
"issues": "https://github.com/almasaeed2010/AdminLTE/issues"
"issues": "https://github.com/ColorlibHQ/AdminLTE/issues"
}
}

13055
dist/css/adminlte.css vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

BIN
dist/img/avatar.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

BIN
dist/img/avatar04.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

BIN
dist/img/avatar2.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

BIN
dist/img/avatar3.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

BIN
dist/img/avatar5.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

BIN
dist/img/boxed-bg.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 B

BIN
dist/img/icons.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Some files were not shown because too many files have changed in this diff Show More