Compare commits
26 Commits
dev-colors
...
dev-site-e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95891cb108 | ||
|
|
09a8e2d2c5 | ||
|
|
e4c76be517 | ||
|
|
9bbdba9c67 | ||
|
|
4ef2d125c2 | ||
|
|
7193a70102 | ||
|
|
442ac3bb4b | ||
|
|
877182140d | ||
|
|
9772160071 | ||
|
|
aeff172a41 | ||
|
|
7e62c3a563 | ||
|
|
d673851db5 | ||
|
|
020255f161 | ||
|
|
5edc93384c | ||
|
|
0efbb01e55 | ||
|
|
361e81e478 | ||
|
|
ebda434060 | ||
|
|
8ffe0e6a1a | ||
|
|
5250158600 | ||
|
|
e307ba44fb | ||
|
|
8cf5058456 | ||
|
|
b7c772ce1b | ||
|
|
1f0e6e074a | ||
|
|
a76df72359 | ||
|
|
90f4931c96 | ||
|
|
33bbc46229 |
89
.all-contributorsrc
Normal file
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"projectName": "tabler",
|
||||
"projectOwner": "tabler",
|
||||
"repoType": "github",
|
||||
"repoHost": "https://github.com",
|
||||
"files": [
|
||||
"CONTRIBUTORS.md"
|
||||
],
|
||||
"imageSize": 100,
|
||||
"commit": true,
|
||||
"commitConvention": "angular",
|
||||
"contributors": [
|
||||
{
|
||||
"login": "codecalm",
|
||||
"name": "Paweł Kuna",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/1282324?v=4",
|
||||
"profile": "https://tabler.io/",
|
||||
"contributions": [
|
||||
"code",
|
||||
"doc"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "martynaaj",
|
||||
"name": "Martyna",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/60158888?v=4",
|
||||
"profile": "https://github.com/martynaaj",
|
||||
"contributions": [
|
||||
"doc"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "deralaxo",
|
||||
"name": "Dawid Harat",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/40028795?v=4",
|
||||
"profile": "https://github.com/deralaxo",
|
||||
"contributions": [
|
||||
"code"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "rjd22",
|
||||
"name": "Robert-Jan de Dreu",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/160743?v=4",
|
||||
"profile": "https://codersopinion.com/",
|
||||
"contributions": [
|
||||
"code"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "FreexD",
|
||||
"name": "Michał Wolny",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/7117869?v=4",
|
||||
"profile": "https://github.com/FreexD",
|
||||
"contributions": [
|
||||
"code"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "wangkanai",
|
||||
"name": "Sarin Na Wangkanai",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/10666633?v=4",
|
||||
"profile": "https://www.wangkanai.com/",
|
||||
"contributions": [
|
||||
"code"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "WinterSilence",
|
||||
"name": "Anton",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/3521094?v=4",
|
||||
"profile": "https://ensostudio.ru/",
|
||||
"contributions": [
|
||||
"code"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "dheineman",
|
||||
"name": "Dave Heineman",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/516028?v=4",
|
||||
"profile": "https://github.com/dheineman",
|
||||
"contributions": [
|
||||
"code"
|
||||
]
|
||||
}
|
||||
],
|
||||
"contributorsPerLine": 7,
|
||||
"linkToUsage": false
|
||||
}
|
||||
@@ -1,6 +1,11 @@
|
||||
>= 1%
|
||||
last 2 versions
|
||||
Firefox ESR
|
||||
last 1 major version
|
||||
not dead
|
||||
safari >= 15.4
|
||||
iOS >= 15.4
|
||||
Chrome >= 60
|
||||
Firefox >= 60
|
||||
Edge >= 15.15063
|
||||
Explorer 11
|
||||
iOS >= 10
|
||||
Safari >= 10
|
||||
Android >= 6
|
||||
not ExplorerMobile <= 11
|
||||
|
||||
5
.changeset/beige-hats-prove.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Updated link to icons documentation
|
||||
5
.changeset/clean-carrots-sort.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": minor
|
||||
---
|
||||
|
||||
Add new `Tag` component
|
||||
@@ -4,7 +4,8 @@
|
||||
"commit": false,
|
||||
"fixed": [],
|
||||
"linked": [],
|
||||
"access": "public",
|
||||
"access": "restricted",
|
||||
"baseBranch": "main",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": []
|
||||
}
|
||||
|
||||
5
.changeset/curvy-fishes-lie.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": minor
|
||||
---
|
||||
|
||||
Add customizable Star Ratings component using `star-rating.js` library
|
||||
5
.changeset/dull-kiwis-notice.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Fix text color in dark version of navbar
|
||||
5
.changeset/eight-pumas-fry.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Update Tabler Icons to version 2.21 with 18 new icons added
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Enable `scrollSpy` in `countup` module
|
||||
5
.changeset/flags.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": minor
|
||||
---
|
||||
|
||||
Add `flags.html` page with list of all flags
|
||||
5
.changeset/fluffy-insects-lay.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Adding Two-Step Verification Pages
|
||||
5
.changeset/gorgeous-windows-study.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": minor
|
||||
---
|
||||
|
||||
Update CSS class from `text-muted` to `text-secondary` for better Bootstrap compatibility
|
||||
5
.changeset/healthy-bikes-cry.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
`Dockerfile` fix
|
||||
5
.changeset/heavy-chicken-cover.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Update Tabler Icons to version 2.20 with 37 new icons added
|
||||
5
.changeset/hip-jobs-double.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": minor
|
||||
---
|
||||
|
||||
Adding `alerts.html` page with example of alerts.
|
||||
5
.changeset/itchy-bottles-cheat.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Unify size of avatar, flag and payment components
|
||||
5
.changeset/khaki-wasps-provide.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Update Bootstrap to v5.3.0
|
||||
5
.changeset/late-zoos-sparkle.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Fix `rgba` color values in `_variables.scss`
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
---
|
||||
|
||||
Refactor bundlewatch workflow to use Turbo
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Fix size of `apexcharts` tooltip marker
|
||||
5
.changeset/odd-terms-tap.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Fix form controls bugs in dark mode
|
||||
5
.changeset/olive-cars-admire.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": minor
|
||||
---
|
||||
|
||||
Change primary color value to new Tabler branding
|
||||
5
.changeset/orange-donuts-cough.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Unified Box Shadows with Bootstrap Compatibility
|
||||
5
.changeset/rare-pumpkins-pull.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": minor
|
||||
---
|
||||
|
||||
Unify dark mode with latest Bootstrap API and improve dark mode elements
|
||||
5
.changeset/red-vans-doubt.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Update Tabler Icons to version 2.22 with 18 new icons added
|
||||
5
.changeset/rich-dingos-promise.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Add All Contributions package to project for easy contribution tracking
|
||||
5
.changeset/sharp-colts-grab.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Resolved light dropdown issue on dark theme
|
||||
5
.changeset/shiny-dolls-shop.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": minor
|
||||
---
|
||||
|
||||
New Chat component
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Refactored the project into a monorepo, removed Gulp, and introduced a new, more efficient build process.
|
||||
5
.changeset/shy-rockets-deliver.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Update Tabler Icons to version 2.19 with 18 new icons added
|
||||
5
.changeset/silver-drinks-yell.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": minor
|
||||
---
|
||||
|
||||
Adjusting form element sizes for enhanced mobile devices compatibility
|
||||
5
.changeset/slow-buses-breathe.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Switch from `npm` to `pnpm` for faster package installation
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Fix vertical alignment in single page and error layouts
|
||||
5
.changeset/soft-mangos-tie.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Add variable to configure `avatar-list` spacing
|
||||
5
.changeset/sour-teachers-collect.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Update required Node.js version to 18 and add `.nvmrc` file
|
||||
5
.changeset/spotty-avocados-doubt.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Fix table default background color
|
||||
5
.changeset/stupid-dingos-train.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Avoid SCSS color dependency on `:focus`
|
||||
5
.changeset/tasty-boats-work.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Update Tabler Icons to version 2.18 with 18 new icons added
|
||||
5
.changeset/thick-apples-punch.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Add Prettier to project for consistent code formatting
|
||||
5
.changeset/thick-poems-battle.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Update Tabler Icons to version 2.25 with 48 new icons added
|
||||
5
.changeset/thin-eagles-mix.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": minor
|
||||
---
|
||||
|
||||
Add new color picker component using `coloris.js` library
|
||||
5
.changeset/thirty-tomatoes-end.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Fix responsiveness issue in Settings menu
|
||||
5
.changeset/twenty-tables-judge.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Add new Filled section to Icons page
|
||||
5
.changeset/unlucky-eels-vanish.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Update `bootstrap` to v5.3.1
|
||||
5
.changeset/violet-moles-sparkle.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": minor
|
||||
---
|
||||
|
||||
Update Tabler Icons to version 2.23 with 18 new icons added
|
||||
5
.changeset/wet-games-float.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Add support for changeset tool for more efficient and organized code changes
|
||||
2
.github/workflows/add_to_project.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
name: Add new issue and pr to project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@v1.0.2
|
||||
- uses: actions/add-to-project@v0.5.0
|
||||
with:
|
||||
project-url: https://github.com/orgs/tabler/projects/9/views/1
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
22
.github/workflows/bundlewatch.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 2
|
||||
NODE: 20
|
||||
NODE: 18
|
||||
|
||||
jobs:
|
||||
bundlewatch:
|
||||
@@ -17,34 +17,28 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Cache turbo build setup
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .turbo
|
||||
key: ${{ runner.os }}-turbo-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-turbo-
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "${{ env.NODE }}"
|
||||
|
||||
- name: Install PNPM
|
||||
uses: pnpm/action-setup@v4
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 7
|
||||
|
||||
- name: Set up Bundler
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.2
|
||||
ruby-version: 2.6
|
||||
bundler-cache: true
|
||||
|
||||
- name: Install pnpm dependencies
|
||||
run: pnpm install --no-frozen-lockfile
|
||||
|
||||
- name: Build
|
||||
- name: Run build
|
||||
run: pnpm run build
|
||||
|
||||
- name: Run bundlewatch
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
|
||||
2
.github/workflows/close_inactive.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
pull-requests: write
|
||||
issues: write
|
||||
steps:
|
||||
- uses: actions/stale@v9
|
||||
- uses: actions/stale@v8
|
||||
with:
|
||||
days-before-issue-stale: 360
|
||||
days-before-issue-close: 14
|
||||
|
||||
6
.github/workflows/lockfiles.yaml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Changed lock files
|
||||
on:
|
||||
pull_request: null
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
|
||||
permissions:
|
||||
pull-requests: read
|
||||
@@ -11,7 +15,7 @@ jobs:
|
||||
name: Verify lock file integrity
|
||||
steps:
|
||||
- name: Clone Tabler
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Prevent lock file change
|
||||
uses: xalvarez/prevent-file-change-action@v1
|
||||
|
||||
39
.github/workflows/release.yml
vendored
@@ -3,11 +3,7 @@ name: Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
- dev
|
||||
|
||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
@@ -15,36 +11,35 @@ jobs:
|
||||
release:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write # to create release
|
||||
issues: write # to post issue comments
|
||||
pull-requests: write # to create pull request
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node.js 18
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 18
|
||||
|
||||
- name: Install PNPM
|
||||
uses: pnpm/action-setup@v4
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 7
|
||||
|
||||
- name: Install Dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build
|
||||
run: pnpm run build
|
||||
- name: Creating .npmrc
|
||||
run: |
|
||||
cat << EOF > "$HOME/.npmrc"
|
||||
//registry.npmjs.org/:_authToken=$NPM_TOKEN
|
||||
EOF
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- name: Create release Pull Request or publish to NPM
|
||||
- name: Create Release Pull Request
|
||||
uses: changesets/action@v1
|
||||
with:
|
||||
version: pnpm run version
|
||||
publish: pnpm run publish
|
||||
commit: "chore: update versions"
|
||||
title: "chore: update versions"
|
||||
publish: pnpm release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
29
.github/workflows/test.yml
vendored
@@ -1,10 +1,11 @@
|
||||
name: Test build
|
||||
|
||||
on:
|
||||
pull_request: null
|
||||
pull_request:
|
||||
types: [ opened, reopened ]
|
||||
|
||||
env:
|
||||
NODE: 20
|
||||
NODE: 18
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -14,24 +15,26 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Cache turbo build setup
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: .turbo
|
||||
key: ${{ runner.os }}-turbo-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-turbo-
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "${{ env.NODE }}"
|
||||
cache: pnpm
|
||||
|
||||
- name: Install PNPM
|
||||
uses: pnpm/action-setup@v4
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 7
|
||||
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6
|
||||
bundler-cache: true
|
||||
|
||||
- run: ruby --version
|
||||
- run: node --version
|
||||
|
||||
- name: Install pnpm dependencies
|
||||
|
||||
9
.gitignore
vendored
@@ -12,6 +12,8 @@ node_modules/
|
||||
/.cache/
|
||||
.sass-cache/
|
||||
|
||||
.vscode/
|
||||
|
||||
/_gh_pages/
|
||||
/site/docs/**/dist/
|
||||
/site/static/**/dist/
|
||||
@@ -28,9 +30,4 @@ node_modules/
|
||||
.yarn
|
||||
.next
|
||||
.vercel
|
||||
.turbo
|
||||
package-lock.json
|
||||
|
||||
demo/
|
||||
dist/
|
||||
packages-zip/
|
||||
package-lock.json
|
||||
3
.percy.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
version: 1
|
||||
snapshot:
|
||||
widths: [1440]
|
||||
12
.vscode/settings.json
vendored
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"files.exclude": {
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/CVS": true,
|
||||
"**/.DS_Store": true,
|
||||
"**/Thumbs.db": true,
|
||||
"**/.idea/": true
|
||||
},
|
||||
"explorerExclude.backup": {}
|
||||
}
|
||||
245
CHANGELOG.md
@@ -1,230 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.0 - 2025-01-28
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- c276a8b: Add new `Tag` component
|
||||
- d380224: Add customizable Star Ratings component using `star-rating.js` library
|
||||
- 47cd6c1: Add `flags.html` page with list of all flags
|
||||
- be67ab6: Update CSS class from `text-muted` to `text-secondary` for better Bootstrap compatibility
|
||||
- 080c746: Adding `alerts.html` page with example of alerts.
|
||||
- b381273: Change primary color value to new Tabler branding
|
||||
- 75619dd: Unify dark mode with latest Bootstrap API and improve dark mode elements
|
||||
- cc82dbf: New Chat component
|
||||
- 5a03643: Adjusting form element sizes for enhanced mobile devices compatibility
|
||||
- be14607: Add new color picker component using `coloris.js` library
|
||||
- d046570: Update Tabler Icons to version 2.23 with 18 new icons added
|
||||
- 5488c50: New page with payment providers: `payment-providers.html`
|
||||
- 5488c50: Add support for new payment providers: 2c2p, Adyen, Affirm, Alipay Plus, Allegro Pay, Amazon Pay, Apple Pay, Autopay, Binance USD, Bkash, Cash App, Chime, EasyPaisa, Ethereum, Google Pay, HubSpot, iDeal, Litecoin, Mercado Pago,
|
||||
MetaMask, MoneyGram, OpenSea, Payconiq, Payka, Payline, PayPo, Paysafe, Poli, Revolut Pay, Samsung Pay, Shop Pay, Solana, Spingo, Stax, Tether, True USD, Venmo, WeChat Pay, Wise, Zelle
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 293d0a4: Change Twitter to X brand
|
||||
- fd0935a: Updated link to icons documentation
|
||||
- 1cf27dc: Dependencies update
|
||||
- 041f4e4: Order menu items alphabetically
|
||||
- 20cad01: Automatically retrieve and display the changelog from the CHANGELOG.md file.
|
||||
- 34f3efc: Initialize Visual Studio Code config
|
||||
- 7ba7717: Make horizontal rule direction aware
|
||||
- 063ef58: Update Tabler Illustrations to v1.5
|
||||
- 5e2c975: Update Tabler Icons to v3.29.0
|
||||
- 9d5f7ca: Remove unused dependencies from `package.json`
|
||||
- be69fd6: Replace Jekyll with Eleventy
|
||||
- 2f5fad6: Dependencies update
|
||||
- dfd7c88: Update TinyMCE to v7.0
|
||||
- 056df18: Fix text color in dark version of navbar
|
||||
- 17327dc: Remove invalid `z-index` setting for dropdowns
|
||||
- 4ff077a: Update Tabler Icons to version 2.21 with 18 new icons added
|
||||
- 867c8dd: Update Tabler Emails to v2.0
|
||||
- d8605f2: Init changelog script
|
||||
- 89c6234: Adding Two-Step Verification Pages
|
||||
- f6e885b: Replace `.page-center` with `.my-auto` in single page layouts
|
||||
- 7aa216f: Add border-opacity variable for improved color utility
|
||||
- 88eb413: Fix icon display issues in the Star Ratings component
|
||||
- 78392b6: Fix `color` of disabled `dropdown-item` in Navbar component
|
||||
- 4deb8f4: Bump pnpm/action-setup from 2 to 3
|
||||
- 9015472: Add social icons plugin
|
||||
- 7fe30a1: `Dockerfile` fix
|
||||
- e53942f: Update Jekyll to version 4.3.4
|
||||
- 72f868b: Update Tabler Icons to version 2.20 with 37 new icons added
|
||||
- e0443c0: Add Tabler Illustrations
|
||||
- 5cca710: Update illustrations and enhance SVG handling in HTML
|
||||
- 3a4f10f: Fix ids of custom size star ratings
|
||||
- 7896562: Unify size of avatar, flag and payment components
|
||||
- 1587905: Update icons to v2.42.0
|
||||
- d9e00b2: Update Bootstrap to v5.3.0
|
||||
- bc1d1a3: Set `font-size` of an `i` element with `icon` class in a `button` element
|
||||
- 0195f9b: Dependencies update
|
||||
- a5bf5d3: Fix icons in `form-elements.html`
|
||||
- 736410c: Update Tabler Icons to v3.28.1
|
||||
- 3f516ea: Fix `rgba` color values in `_variables.scss`
|
||||
- e91884e: Fix description of alerts with a description
|
||||
- 90cc744: Fix colors of disabled `.ts-control`
|
||||
- 1801e41: Center content on error and single page layouts
|
||||
- 45c83ac: Resolve map page issues
|
||||
- faee63c: Improve base font family loading
|
||||
- 5e7e0dd: Introduce Docker Compose Config to build and run Ttabler locally
|
||||
- c293a66: Fix `@charset` CSS declaration in bundle.
|
||||
- cb4a681: Update `_navbar.scss` with disabled dropdown menu items color
|
||||
- af41fb3: Update Tabler Icons to v3.17.0
|
||||
- 6cbe888: Update `@tabler/icons` to v3.0
|
||||
- 0e4bf5f: Refactor data structure by converting YAML files to JSON
|
||||
- 82cf257: Increase `z-index` of `ts-dropdown` to prevent overlapping by buttons
|
||||
- 4b4b4f6: Adding punctuation to `SECURITY.md`
|
||||
- a0a2d52: Fix form controls bugs in dark mode
|
||||
- f45b697: Fix padding in code blocks
|
||||
- 4de166d: Unified Box Shadows with Bootstrap Compatibility
|
||||
- 87bf2f5: Remove duplicated setting of color in `th` element
|
||||
- 5dc45aa: Fix layout of search results for small and medium screens
|
||||
- 4ae0358: Remove `text-decoration` on hovering `a` element with class having `icon` class
|
||||
- e798eb6: Fix small typo in tables docs
|
||||
- 1c1d0c9: Improve documentation for alerts
|
||||
- 371ef84: Bump `pnpm/action-setup` from 3 to 4
|
||||
- 8421fc2: Update dependencies
|
||||
- 0625f5f: Update Tabler Icons to version 2.22 with 18 new icons added
|
||||
- ba65fc3: Update devDependencies
|
||||
- a43ded4: Add All Contributions package to project for easy contribution tracking
|
||||
- 2f622c9: Set value of `$font-family-monospace` as default
|
||||
- 2c7c448: Refactor Dockerfile and package.json
|
||||
- 5ec7f05: Resolved light dropdown issue on dark theme
|
||||
- b0b07b9: Enhance documentation
|
||||
- 0f129b1: Update Tabler Icons to version 2.19 with 18 new icons added
|
||||
- 507df7b: Fix cells with inline icons
|
||||
- 0e5b44a: Fix `color` of disabled `nav-link` in `nav-bordered`
|
||||
- 65c1300: Fix the `z-index` value of the `nav-tab` inside `card-tab` #1933
|
||||
- 8552a46: Switch from `npm` to `pnpm` for faster package installation
|
||||
- 4a9e40d: Increase contrast of active `dropdown-item` in vertical layout
|
||||
- 17ebdf4: Update documentation for Tabler components
|
||||
- 4c88481: Add variable to configure `avatar-list` spacing
|
||||
- df46ee7: Do not display empty `fieldset` element
|
||||
- 875cafa: Refactor SCSS variables to use `color.adjust` for improved color manipulation
|
||||
- eb28546: Add Tabler Illustrations
|
||||
- 650d84c: Update required Node.js version to 18 and add `.nvmrc` file
|
||||
- fb659d4: Fix table default background color
|
||||
- f77c712: Avoid SCSS color dependency on `:focus`
|
||||
- 71c68ce: Update changelog configuration and release scripts
|
||||
- 34d124d: Update Tabler Icons to v3.26.0
|
||||
- 4cd9215: Updated Tabler Icons to v3.24.0
|
||||
- 7bb947b: Update Tabler Icons to version 2.18 with 18 new icons added
|
||||
- c75cf55: Update Node.js engine requirement to allow versions >=20
|
||||
- 1c34e8e: Update Tabler Icons to v3.14.0
|
||||
- 289dd3b: Add Prettier to project for consistent code formatting
|
||||
- f83e36c: Upgrade Node.js from version 18 to version 20 for improved performance, security, and feature updates.
|
||||
- b885852: Update Tabler Icons to version 2.25 with 48 new icons added
|
||||
- 53a5117: Fix responsiveness issue in Settings menu
|
||||
- 38504e5: Added 3 new payments from Nepal: Esewa, FonePay, Khalti and Imepay
|
||||
- 35ee14d: Add new Filled section to Icons page
|
||||
- d32f242: Update `bootstrap` to v5.3.1
|
||||
- d82f94e: Update package dependencies to latest versions
|
||||
- 54c5ad0: Fix link to webfont version of Tabler Icons
|
||||
- 94b83d4: Add support for changeset tool for more efficient and organized code changes
|
||||
- c51ff28: Fix colors in date range datepicker
|
||||
|
||||
## `1.0.0-beta24` - 2025-01-11
|
||||
|
||||
- Enhanced documentation.
|
||||
- Updated illustrations and improved SVG handling in HTML.
|
||||
- Updated copyright year in LICENSE file to 2025.
|
||||
- Added marketing pages plugin.
|
||||
|
||||
## `1.0.0-beta23` - 2025-01-07
|
||||
|
||||
- Documentation improvements.
|
||||
- Added countup functionality and updated documentation example.
|
||||
- Do not display empty `<fieldset>`.
|
||||
- Set font-size of webfont icon inside a button.
|
||||
- Ordered menu items alphabetically.
|
||||
- Marked value of `$font-family-monospace` as `!default`.
|
||||
- Fixed unpkg links to static-files icons.
|
||||
- Fixed description of alerts with a description.
|
||||
- Fixed layout of search results for small and medium screens.
|
||||
- Removed invalid z-index setting for dropdown.
|
||||
- Fixed IDs of custom size star ratings.
|
||||
- Removed text-decoration on hover for elements with child icons.
|
||||
- Fixed link to webfont icons.
|
||||
- Updated color reference links in UI component documentation.
|
||||
- Fixed typo in browser support documentation summary.
|
||||
- Enhanced Figma plugin documentation with detailed usage instructions.
|
||||
- Added documentation for Tabler Illustrations and updated index with a link.
|
||||
- Enhanced documentation for various UI and icon sections.
|
||||
- Added new documentation files for icons and UI components; restructured existing files.
|
||||
- Updated documentation structure and content for icons and UI components.
|
||||
- Removed outdated `menu.json` and added `index.mdx` files for UI documentation structure.
|
||||
- General docs update.
|
||||
- Increased contrast of active dropdown-item in vertical layout.
|
||||
- Removed duplicated color setting in table headers.
|
||||
- Increased `z-index` of `ts-dropdown`.
|
||||
- Added social icons plugin.
|
||||
- Described variables for datagrid in docs.
|
||||
- Fixed multiple documentation issues.
|
||||
- Removed unused config from the code.
|
||||
- Fixed links to Tabler Icons.
|
||||
- Updated dark image.
|
||||
- Updated screenshot.
|
||||
- Fixed icon issues.
|
||||
- Fixed URL in documentation.
|
||||
|
||||
## `1.0.0-beta22` - 2025-01-02
|
||||
|
||||
- Fixed `@charset` CSS declaration in bundle.
|
||||
- Fixed cells with inline icons.
|
||||
- Fixed padding in code blocks.
|
||||
- Fixed colors in date range datepicker.
|
||||
- Fixed icon display issues in the Star Ratings component.
|
||||
- Fixed `z-index` value of the `nav-tab` inside `card-tab`.
|
||||
- Fixed wrong gray colors.
|
||||
- Fixed incorrect CDN URL in `webfont.mdx`.
|
||||
- Ensured border color works in dark mode.
|
||||
- Replaced `.page-center` with `.my-auto` in single-page layouts.
|
||||
- Updated Tabler Emails to v2.0.
|
||||
- Updated Tabler Icons to v3.26.0.
|
||||
- Updated docs structure.
|
||||
- Updated `download.mdx`.
|
||||
- Updated Node.js to version 20.
|
||||
- Improved base font family.
|
||||
- Made horizontal rule direction-aware.
|
||||
- Added new payment providers.
|
||||
- Read changelog from `CHANGELOG.md` file.
|
||||
- Initialized VS Code configuration.
|
||||
|
||||
## `1.0.0-beta21` - 2024-09-8
|
||||
|
||||
- Updated dependencies.
|
||||
- Updated Tabler Icons to v3.14.0 and the import script.
|
||||
- Fixed invisible scrollbar in dark mode when navigating the preview.
|
||||
- Styled `btn-close` specifically for `.modal-header`.
|
||||
- Added proper borders to the ribbon start class.
|
||||
- Changed brand color.
|
||||
- Included `docs` in the `npm` package.
|
||||
- Added Tabler Illustrations.
|
||||
- Fixed use of the secondary color in specific form elements.
|
||||
- Introduced Docker Compose Config for local Tabler builds.
|
||||
- Allowed usage of `tinymce` v7.x as a peer dependency.
|
||||
- Updated TinyMCE to v7.0.
|
||||
- Rebranded Twitter to X.
|
||||
- Replaced undraw illustrations with Tabler Illustrations.
|
||||
- Added punctuation to `SECURITY.md`.
|
||||
- Updated `_navbar.scss` to correct disabled dropdown menu item colors.
|
||||
- Removed unused packages.
|
||||
- Fixed map pages.
|
||||
- Resolved issues with toasts in dark mode.
|
||||
- Fixed alert background prefix.
|
||||
- Corrected a typo in CHANGELOG.md.
|
||||
- Fixed radial chart issue.
|
||||
- Added documentation on running the site locally in Site README.
|
||||
- Updated colors in `colors.mdx`.
|
||||
- Fixed dynamic SCSS prefix in mixins.
|
||||
- Changed `<h1>` to `<div>` in `navbar-logo.html`.
|
||||
- Resolved vertical centering on error pages.
|
||||
- Fixed navbar menu issues.
|
||||
- Added `background-clip: border-box` to `.dropdown-menu` class.
|
||||
- Replaced `href="#"` with `href="javascript:void(0)"`.
|
||||
- Fixed disabled CSS class for links.
|
||||
- Addressed missing variables and minor color adjustments.
|
||||
- Improved heights, scrolls, and layouts in Docs examples.
|
||||
- Fixed flags display in preview.
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## `1.0.0-beta20` - 2023-08-24
|
||||
|
||||
@@ -252,6 +28,7 @@
|
||||
- `Dockerfile` fix
|
||||
- Switch from `npm` to `pnpm` for faster package installation
|
||||
|
||||
|
||||
## `1.0.0-beta19` - 2023-05-15
|
||||
|
||||
- Add customizable Star Ratings component using `star-rating.js` library (#1571)
|
||||
@@ -260,6 +37,7 @@
|
||||
- Fix text color in dark version of navbar (#1569)
|
||||
- Changelog update
|
||||
|
||||
|
||||
## `1.0.0-beta18` - 2023-05-14
|
||||
|
||||
- new page: Cookie banner
|
||||
@@ -283,6 +61,7 @@
|
||||
- Dark mode lite colors improvement
|
||||
- Fix non full width selects (#1392)
|
||||
|
||||
|
||||
## `1.0.0-beta17` - 2023-01-28
|
||||
|
||||
- update `bootstrap` to v5.3.0
|
||||
@@ -305,6 +84,7 @@
|
||||
- move `@tabler/icons` to `dev-dependencies`
|
||||
- fix #1370: avatar stacked list is not stacked anymore
|
||||
|
||||
|
||||
## `1.0.0-beta16` - 2022-11-12
|
||||
|
||||
- new `Photogrid` page
|
||||
@@ -319,6 +99,7 @@
|
||||
- homepage navbar fix
|
||||
- fix #1262 - `.bg-opacity-xx` class is not functioning properly
|
||||
|
||||
|
||||
## `1.0.0-beta15` - 2022-11-01
|
||||
|
||||
- new `badges` page
|
||||
@@ -336,11 +117,13 @@
|
||||
- `btn-actions` fixes
|
||||
- replace `$text-muted` to css variable
|
||||
|
||||
|
||||
## `1.0.0-beta14` - 2022-10-21
|
||||
|
||||
- fix active items in dark mode
|
||||
- update Jekyll to newest version
|
||||
|
||||
|
||||
## `1.0.0-beta13` - 2022-10-18
|
||||
|
||||
- update Bootstrap to 5.2.1, update dependencies
|
||||
@@ -371,6 +154,7 @@
|
||||
- fix #1275 - remove last border-right on progress bar
|
||||
- fix #1261 - broken offcanvas bg
|
||||
|
||||
|
||||
## `1.0.0-beta12` - 2022-09-19
|
||||
|
||||
- new "Job listing" page
|
||||
@@ -396,6 +180,7 @@
|
||||
- fix form elements demo page radio buttons
|
||||
- replace `gulp-minify` with `gulp-terser`
|
||||
|
||||
|
||||
## `1.0.0-beta11` - 2022-07-05
|
||||
|
||||
- new `Dropzone` component
|
||||
@@ -411,6 +196,7 @@
|
||||
- fix: #1125 incorrect chart display in the mobile version
|
||||
- update Bootstrap to 5.2.0
|
||||
|
||||
|
||||
## `1.0.0-beta10` - 2022-04-29
|
||||
|
||||
- new `datatable` component
|
||||
@@ -420,6 +206,7 @@
|
||||
- replace !important modifier with more specific selectors (#1100)
|
||||
- new `FAQ` page
|
||||
|
||||
|
||||
## `1.0.0-beta9` - 2022-02-26
|
||||
|
||||
- fix: #1061 - list group item colors in light and dark modes
|
||||
@@ -433,6 +220,7 @@
|
||||
- add `font-display: swap;` to improve font loading
|
||||
- new `Boxed` layout
|
||||
|
||||
|
||||
## `1.0.0-beta8` - 2022-02-05
|
||||
|
||||
- update dependencies
|
||||
@@ -442,6 +230,7 @@
|
||||
- replace `badge` with `status-dot` in `navbar-notifications.html`
|
||||
- map tooltip fixes
|
||||
|
||||
|
||||
## `1.0.0-beta7` - 2022-02-05
|
||||
|
||||
- fix: #1019 - project-overview.html link not working
|
||||
@@ -455,6 +244,7 @@
|
||||
- RTL stylesheet fixes
|
||||
- new card action demos
|
||||
|
||||
|
||||
## `1.0.0-beta6` - 2022-01-18
|
||||
|
||||
- pricing cards fix
|
||||
@@ -468,6 +258,7 @@
|
||||
- fix #959 - `node-sass` does not properly compile nested media queries
|
||||
- update package dependencies to newest version
|
||||
|
||||
|
||||
## `1.0.0-beta5` - 2021-12-07
|
||||
|
||||
**Tabler has finally lived to see dark mode! 🌝🌚**
|
||||
@@ -485,6 +276,7 @@
|
||||
- colors unify
|
||||
- add `tom-select` and remove `choices.js`
|
||||
|
||||
|
||||
## `1.0.0-beta4` - 2021-10-24
|
||||
|
||||
- upgrade required node.js version to 14
|
||||
@@ -493,6 +285,7 @@
|
||||
- fix #775 - litepicker not initializing
|
||||
- fix `nouislider` import in dev
|
||||
|
||||
|
||||
## `1.0.0-beta3` - 2021-05-08
|
||||
|
||||
- upgrade Bootstrap to 5.0
|
||||
@@ -500,6 +293,7 @@
|
||||
- change `$border-radius-pill` variable
|
||||
- badge vertical align fix
|
||||
|
||||
|
||||
## `1.0.0-beta2` - 2021-03-29
|
||||
|
||||
- update dependencies
|
||||
@@ -513,6 +307,7 @@
|
||||
- charts label fixes
|
||||
- charts docs
|
||||
|
||||
|
||||
## `1.0.0-beta` - 2021-02-17
|
||||
|
||||
**Initial beta release of Tabler v1.0! Lots more coming soon though 😁**
|
||||
|
||||
11
Dockerfile
@@ -1,20 +1,23 @@
|
||||
FROM ruby:3.2-alpine
|
||||
FROM ruby:2.7-alpine
|
||||
|
||||
WORKDIR /app
|
||||
ADD _config.yml /app/
|
||||
ADD _config_prod.yml /app/
|
||||
ADD Gemfile /app/
|
||||
ADD Gemfile.lock /app/
|
||||
ADD package.json /app/
|
||||
ADD pnpm-lock.yaml /app/
|
||||
ADD gulpfile.js /app/
|
||||
|
||||
RUN apk add --virtual build-dependencies build-base npm
|
||||
RUN apk upgrade
|
||||
RUN apk add --virtual build-dependencies build-base
|
||||
RUN apk add npm --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/
|
||||
RUN npm i -g pnpm
|
||||
RUN pnpm install
|
||||
RUN bundle config --global silence_root_warning 1 && bundler install --verbose
|
||||
|
||||
# website
|
||||
EXPOSE 3000
|
||||
# website management (browser auto reload)
|
||||
EXPOSE 3001
|
||||
# run tabler
|
||||
ENTRYPOINT [ "pnpm", "run", "start" ]
|
||||
ENTRYPOINT [ "pnpm", "run", "start-plugins" ]
|
||||
|
||||
14
Gemfile
Normal file
@@ -0,0 +1,14 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "jekyll", "4.3.2"
|
||||
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-random"
|
||||
gem "jekyll-tidy"
|
||||
gem "jekyll-timeago"
|
||||
gem 'jekyll-redirect-from'
|
||||
end
|
||||
|
||||
gem 'wdm', '>= 0.1.1' if Gem.win_platform?
|
||||
|
||||
|
||||
89
Gemfile.lock
Normal file
@@ -0,0 +1,89 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.8.5)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.2.2)
|
||||
em-websocket (0.5.3)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0)
|
||||
eventmachine (1.2.7)
|
||||
ffi (1.16.2)
|
||||
forwardable-extended (2.6.0)
|
||||
google-protobuf (3.24.3)
|
||||
htmlbeautifier (1.4.2)
|
||||
htmlcompressor (0.4.0)
|
||||
http_parser.rb (0.8.0)
|
||||
i18n (1.14.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jekyll (4.3.2)
|
||||
addressable (~> 2.4)
|
||||
colorator (~> 1.0)
|
||||
em-websocket (~> 0.5)
|
||||
i18n (~> 1.0)
|
||||
jekyll-sass-converter (>= 2.0, < 4.0)
|
||||
jekyll-watch (~> 2.0)
|
||||
kramdown (~> 2.3, >= 2.3.1)
|
||||
kramdown-parser-gfm (~> 1.0)
|
||||
liquid (~> 4.0)
|
||||
mercenary (>= 0.3.6, < 0.5)
|
||||
pathutil (~> 0.9)
|
||||
rouge (>= 3.0, < 5.0)
|
||||
safe_yaml (~> 1.0)
|
||||
terminal-table (>= 1.8, < 4.0)
|
||||
webrick (~> 1.7)
|
||||
jekyll-random (0.1)
|
||||
jekyll (>= 3.3, < 5.0)
|
||||
jekyll-redirect-from (0.16.0)
|
||||
jekyll (>= 3.3, < 5.0)
|
||||
jekyll-sass-converter (3.0.0)
|
||||
sass-embedded (~> 1.54)
|
||||
jekyll-tidy (0.2.2)
|
||||
htmlbeautifier
|
||||
htmlcompressor
|
||||
jekyll
|
||||
jekyll-timeago (0.15.0)
|
||||
mini_i18n (>= 0.8.0)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
kramdown (2.4.0)
|
||||
rexml
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
kramdown (~> 2.0)
|
||||
liquid (4.0.4)
|
||||
listen (3.8.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
mercenary (0.4.0)
|
||||
mini_i18n (0.9.0)
|
||||
pathutil (0.16.2)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (5.0.3)
|
||||
rake (13.0.6)
|
||||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
rexml (3.2.6)
|
||||
rouge (4.1.3)
|
||||
safe_yaml (1.0.5)
|
||||
sass-embedded (1.68.0)
|
||||
google-protobuf (~> 3.23)
|
||||
rake (>= 13.0.0)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
unicode-display_width (2.4.2)
|
||||
webrick (1.8.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
jekyll (= 4.3.2)
|
||||
jekyll-random
|
||||
jekyll-redirect-from
|
||||
jekyll-tidy
|
||||
jekyll-timeago
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.19
|
||||
2
LICENSE
@@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2018-2025 The Tabler Authors
|
||||
Copyright (c) 2018-2023 The Tabler Authors
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
68
README.md
@@ -13,29 +13,12 @@ A premium and open source dashboard template with a responsive and high-quality
|
||||
<a href="https://github.com/tabler/tabler" target="__blank"><img alt="GitHub stars" src="https://img.shields.io/github/stars/tabler/tabler?style=social"></a>
|
||||
</p>
|
||||
|
||||
## Sponsors
|
||||
|
||||
**If you want to support our project and help me grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm) or just [donate on PayPal](https://paypal.me/codecalm) :)**
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/sponsors/codecalm">
|
||||
<img src="https://cdn.jsdelivr.net/gh/tabler/sponsors@latest/sponsors.svg" alt="Tabler sponsors">
|
||||
<img src='https://raw.githubusercontent.com/tabler/static/main/sponsors.svg'>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
## Testing
|
||||
|
||||
<p align="center">Browser testing via:</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://www.lambdatest.com/" target="_blank">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/14dd2a0a-bafe-436e-a6cb-29636278c781">
|
||||
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/d3dede5a-d702-47c3-bb66-4d887948ed83">
|
||||
<img src="https://github.com/user-attachments/assets/d3dede5a-d702-47c3-bb66-4d887948ed83" alt="Tabler Icons preview" width="296">
|
||||
</picture>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
## 🔎 Preview
|
||||
|
||||
@@ -59,8 +42,6 @@ We've created this admin panel for everyone who wants to create templates based
|
||||
|
||||
Documentation is available as a part of Tabler preview: https://tabler.io/docs/
|
||||
|
||||
To run the documentation site locally, follow instructions in the [Documentation README](https://github.com/tabler/tabler/blob/dev/site/README.md).
|
||||
|
||||
## 🪴 Project Activity
|
||||
|
||||

|
||||
@@ -85,35 +66,51 @@ Support this project by becoming a sponsor. Your logo will show up in this READM
|
||||
<a href="https://opencollective.com/tabler/tiers/sponsor/8/website" target="_blank"><img src="https://opencollective.com/tabler/tiers/sponsor/8/avatar.svg" /></a>
|
||||
<a href="https://opencollective.com/tabler/tiers/sponsor/9/website" target="_blank"><img src="https://opencollective.com/tabler/tiers/sponsor/9/avatar.svg" /></a>
|
||||
|
||||
|
||||
## 📦 Setup environment
|
||||
|
||||
To use our build system and run our documentation locally, you'll need a copy of Tabler's source files. Follow the steps below:
|
||||
|
||||
1. [Install Node.js](https://nodejs.org/download/), which we use to manage our dependencies.
|
||||
2. Navigate to the root `/tabler` directory and run `pnpm install` to install our local dependencies listed in `package.json`.
|
||||
3. [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) - the recommended version is [2.7.6](https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.6.tar.gz).
|
||||
4. [Install Bundler](https://bundler.io) with `gem install bundler` and finally run `bundle install`. It will install all Ruby dependencies, such as [Jekyll and plugins](https://jekyllrb.com).
|
||||
|
||||
**OSX users**:
|
||||
|
||||
```pnpm install```
|
||||
|
||||
and then
|
||||
|
||||
```npm run start```
|
||||
1. NPM ```pnpm install```
|
||||
2. install Ruby (2.5.* recommended)
|
||||
```brew install ruby @2.5```
|
||||
3. install bundler
|
||||
```gem install bundler```
|
||||
4. install
|
||||
```bundle install```
|
||||
- if bundler get any errors try
|
||||
```
|
||||
sudo rm -rf /Library/Developer/CommandLineTools
|
||||
sudo xcode-select --install
|
||||
```
|
||||
5. Run NPM
|
||||
```npm run start```
|
||||
|
||||
|
||||
**Windows users**:
|
||||
|
||||
[Install Git](https://git-scm.com/download/win) in `C:\Program Files\git\bin` directory and run `npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"` to change the default shell.
|
||||
1. [Install Git](https://git-scm.com/download/win) in `C:\Program Files\git\bin` directory and run `npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"` to change the default shell.
|
||||
2. [Install Ruby+Devkit](https://rubyinstaller.org/downloads/) - the recommended version is [2.7.6](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.6-1/rubyinstaller-devkit-2.7.6-1-x64.exe).
|
||||
3. [Read guide](https://jekyllrb.com/docs/installation/windows/) to get Jekyll up and running without problems.
|
||||
|
||||
Once you complete the setup, you'll be able to run the various commands provided from the command line.
|
||||
|
||||
|
||||
## Build locally
|
||||
|
||||
You need to have `pnpm` installed.
|
||||
You need to have `pnpm` and `bundler` installed.
|
||||
|
||||
1. From the root `/tabler` directory, run installation in the command line: `pnpm install`
|
||||
2. Then execute `pnpm run start` to start up the application stack.
|
||||
1. From the root `/tabler` directory, run installation in the command line:
|
||||
- `pnpm install`
|
||||
- `bundler install`
|
||||
2. Then execute `pnpm run start-plugins` to start up the application stack.
|
||||
3. Open [http://localhost:3000](http://localhost:3000) in your browser, and voilà.
|
||||
4. Any change in the `/src` directory will build the application and refresh the page.
|
||||
|
||||
@@ -131,9 +128,7 @@ npm install --save @tabler/core
|
||||
|
||||
## Running with Docker
|
||||
|
||||
**Plain Docker**
|
||||
|
||||
If you don't want to install node/npm and the dependencies on your local environment, you can use the provided Dockerfile to build a docker image.
|
||||
If you don't want to install node/npm/ruby and the dependencies on your local environment, you can use the provided Dockerfile to build a docker image.
|
||||
This Dockerfile is provided as an example to spin-up a container running Tabler.
|
||||
|
||||
Example of how to use this image:
|
||||
@@ -150,9 +145,6 @@ docker run -p 3000:3000 -p 3001:3001 -v $(pwd)/src:/app/src -v $(pwd)/_config.ym
|
||||
|
||||
Now open your browser to [http://localhost:3000](http://localhost:3000). Edit anything in the `src/` folder and watch your browser refresh the page after it has been rebuilt.
|
||||
|
||||
**Docker Compose**
|
||||
|
||||
You can also use the docker compose config from this repo. Use `docker compose build && docker compose up` or `docker compose up --build` to build and start the container. Edit anything in the `src/` folder the same way as with plain docker and access the same URLs and ports in your browser.
|
||||
|
||||
### CDN support
|
||||
|
||||
@@ -201,6 +193,12 @@ Thank you to all our backers! 🙏 [Become a backer](https://opencollective.com/
|
||||
|
||||
<a href="https://opencollective.com/tabler#backers" target="_blank"><img src="https://opencollective.com/tabler/tiers/backer.svg?width=890&button=false" /></a>
|
||||
|
||||
## ❤️ Thanks
|
||||
|
||||
<a href="https://www.chromatic.com/"><img src="https://user-images.githubusercontent.com/321738/84662277-e3db4f80-af1b-11ea-88f5-91d67a5e59f6.png" width="153" height="30" alt="Chromatic" /></a>
|
||||
|
||||
Thanks to [Chromatic](https://www.chromatic.com/) for providing the visual testing platform that helps us review UI changes and catch visual regressions.
|
||||
|
||||
## License
|
||||
|
||||
See the [LICENSE](https://github.com/tabler/tabler/blob/master/LICENSE) file.
|
||||
|
||||
@@ -11,6 +11,6 @@ We take security very seriously and ask that you follow the following process.
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
If you think you may have found a security bug, We ask that you privately send the details to support@tabler.io.
|
||||
If you think you may have found a security bug we ask that you privately send the details to support@tabler.io.
|
||||
Please make sure to use a descriptive title in the email.
|
||||
|
||||
|
||||
233
_config.yml
Normal file
@@ -0,0 +1,233 @@
|
||||
source: src/pages
|
||||
destination: tmp
|
||||
|
||||
keep_files:
|
||||
- css
|
||||
- js
|
||||
- img
|
||||
- dist
|
||||
- static
|
||||
- playground.html
|
||||
|
||||
use-iconfont: false
|
||||
rtl: false
|
||||
|
||||
title: Tabler
|
||||
description: Premium and Open Source dashboard template with responsive and high quality UI.
|
||||
theme-color: "#0054a6"
|
||||
|
||||
email: support@tabler.io
|
||||
homepage: https://tabler.io
|
||||
github-url: https://github.com/tabler/tabler
|
||||
github-sponsors-url: https://github.com/sponsors/codecalm
|
||||
changelog-url: https://github.com/tabler/tabler/releases
|
||||
sponsor-url: https://github.com/sponsors/codecalm
|
||||
preview-url: https://tabler.io/demo
|
||||
docs-url: https://tabler.io/docs
|
||||
|
||||
mapbox-key: pk.eyJ1IjoiY29kZWNhbG0iLCJhIjoiSzRiOVJvQSJ9.BUVkTT6IYs83xSUs4H7bjQ
|
||||
google-maps-key: AIzaSyAr5mRB4U1KRkVznIrDWEvZjroYcD202DI
|
||||
google-maps-dev-key: AIzaSyCL-BY8-sq12m0S9H-S_yMqDmcun3A9znw
|
||||
npm-package: "@tabler/core"
|
||||
|
||||
random-date-from: "2018-01-01"
|
||||
random-date-to: "2022-01-01"
|
||||
|
||||
debug: false
|
||||
|
||||
layout-dark: false
|
||||
|
||||
plugins:
|
||||
- jekyll-random
|
||||
- jekyll-tidy
|
||||
- jekyll-timeago
|
||||
- jekyll-redirect-from
|
||||
|
||||
tabler-css-plugins:
|
||||
- tabler-flags
|
||||
- tabler-payments
|
||||
- tabler-vendors
|
||||
|
||||
exclude:
|
||||
- .jekyll-cache
|
||||
- redirects.json
|
||||
|
||||
markdown: kramdown
|
||||
kramdown:
|
||||
input: GFM
|
||||
syntax_highlighter: rouge
|
||||
|
||||
jekyll_tidy:
|
||||
compress_html: false
|
||||
ignore_env: development
|
||||
|
||||
defaults:
|
||||
- scope:
|
||||
type: "pages"
|
||||
path: "*.md"
|
||||
values:
|
||||
layout: markdown
|
||||
- scope:
|
||||
type: "pages"
|
||||
values:
|
||||
layout: default
|
||||
|
||||
colors:
|
||||
blue:
|
||||
class: blue
|
||||
hex: '#0054a6'
|
||||
title: Blue
|
||||
azure:
|
||||
class: azure
|
||||
hex: '#45aaf2'
|
||||
title: Azure
|
||||
indigo:
|
||||
class: indigo
|
||||
hex: '#6574cd'
|
||||
title: Indigo
|
||||
purple:
|
||||
class: purple
|
||||
hex: '#a55eea'
|
||||
title: Purple
|
||||
pink:
|
||||
class: pink
|
||||
hex: '#f66d9b'
|
||||
title: Pink
|
||||
red:
|
||||
class: red
|
||||
hex: '#fa4654'
|
||||
title: Red
|
||||
orange:
|
||||
class: orange
|
||||
hex: '#fd9644'
|
||||
title: Orange
|
||||
yellow:
|
||||
class: yellow
|
||||
hex: '#f1c40f'
|
||||
title: Yellow
|
||||
lime:
|
||||
class: lime
|
||||
hex: '#7bd235'
|
||||
title: Lime
|
||||
green:
|
||||
class: green
|
||||
hex: '#5eba00'
|
||||
title: Green
|
||||
teal:
|
||||
class: teal
|
||||
hex: '#2bcbba'
|
||||
title: Teal
|
||||
cyan:
|
||||
class: cyan
|
||||
hex: '#17a2b8'
|
||||
title: Cyan
|
||||
|
||||
colors-extra:
|
||||
white:
|
||||
hex: '#ffffff'
|
||||
title: White
|
||||
dark:
|
||||
hex: '#303645'
|
||||
title: Dark
|
||||
gray:
|
||||
hex: '#868e96'
|
||||
title: Gray
|
||||
|
||||
variants:
|
||||
- name: success
|
||||
icon: check
|
||||
- name: info
|
||||
icon: info-circle
|
||||
- name: warning
|
||||
icon: alert-triangle
|
||||
- name: danger
|
||||
icon: alert-circle
|
||||
|
||||
theme-colors:
|
||||
primary:
|
||||
class: primary
|
||||
title: Primary
|
||||
secondary:
|
||||
class: secondary
|
||||
title: Secondary
|
||||
success:
|
||||
class: success
|
||||
title: Success
|
||||
warning:
|
||||
class: warning
|
||||
title: Warning
|
||||
danger:
|
||||
class: danger
|
||||
title: Danger
|
||||
info:
|
||||
class: info
|
||||
title: Info
|
||||
dark:
|
||||
class: dark
|
||||
title: Dark
|
||||
light:
|
||||
class: light
|
||||
title: Light
|
||||
|
||||
button-states:
|
||||
- class:
|
||||
title: Normal
|
||||
- class: active
|
||||
title: Active state
|
||||
- class: disabled
|
||||
title: Disabled
|
||||
|
||||
socials:
|
||||
facebook:
|
||||
icon: brand-facebook
|
||||
title: Facebook
|
||||
twitter:
|
||||
icon: brand-twitter
|
||||
title: Twitter
|
||||
google:
|
||||
icon: brand-google
|
||||
title: Google
|
||||
youtube:
|
||||
icon: brand-youtube
|
||||
title: Youtube
|
||||
vimeo:
|
||||
icon: brand-vimeo
|
||||
title: Vimeo
|
||||
dribbble:
|
||||
icon: brand-dribbble
|
||||
title: Dribbble
|
||||
github:
|
||||
icon: brand-github
|
||||
title: Github
|
||||
instagram:
|
||||
icon: brand-instagram
|
||||
title: Instagram
|
||||
pinterest:
|
||||
icon: brand-pinterest
|
||||
title: Pinterest
|
||||
vk:
|
||||
icon: brand-vk
|
||||
title: VK
|
||||
rss:
|
||||
icon: rss
|
||||
title: RSS
|
||||
flickr:
|
||||
icon: brand-flickr
|
||||
title: Flickr
|
||||
bitbucket:
|
||||
icon: brand-bitbucket
|
||||
title: Bitbucket
|
||||
tabler:
|
||||
icon: brand-tabler
|
||||
title: Tabler
|
||||
|
||||
months-short: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
|
||||
months-long: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
|
||||
|
||||
icons:
|
||||
link: https://tabler-icons.io
|
||||
|
||||
emails:
|
||||
price: "$29"
|
||||
count: 54
|
||||
buy_link: https://tabler.io/buy-emails
|
||||
4
_config_prod.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
exclude:
|
||||
- redirects.json
|
||||
- playground.html
|
||||
- playground-*.html
|
||||
58
build/download-images.js
Normal file
@@ -0,0 +1,58 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
'use strict'
|
||||
|
||||
const YAML = require('yaml')
|
||||
const fs = require('node:fs')
|
||||
const path = require('node:path')
|
||||
const request = require('request')
|
||||
const filePath = path.join(__dirname, '../src/pages/_data/photos.yml')
|
||||
|
||||
const photos = YAML.parse(fs.readFileSync(filePath, 'utf8'))
|
||||
|
||||
const urlTitle = (str) => {
|
||||
str = str
|
||||
.toLowerCase()
|
||||
.replaceAll('&', 'and')
|
||||
.replace(/[^[a-z0-9-]/g, '-')
|
||||
.replace(/-+/g, '-')
|
||||
|
||||
return str
|
||||
}
|
||||
|
||||
const download = function(uri, filename, callback, error) {
|
||||
request.head(uri, function(err, res, body) {
|
||||
request(uri).pipe(fs.createWriteStream(filename))
|
||||
.on('close', callback)
|
||||
.on('error', error)
|
||||
})
|
||||
}
|
||||
|
||||
async function downloadPhotos() {
|
||||
for (const key in photos) {
|
||||
const photo = photos[key]
|
||||
|
||||
let filename, i = 1;
|
||||
|
||||
do {
|
||||
filename = `${urlTitle(photo['title'])}${i > 1 ? `-${i}` : ''}.jpg`
|
||||
i++
|
||||
} while (fs.existsSync(path.join(__dirname, `../src/static/photos/${filename}`)))
|
||||
|
||||
await new Promise((resolve, reject) => {
|
||||
download(photo['path'], path.join(__dirname, `../src/static/photos/${filename}`), function(){
|
||||
resolve()
|
||||
}, function() {
|
||||
reject()
|
||||
});
|
||||
})
|
||||
|
||||
photos[key]['file'] = filename
|
||||
photos[key]['horizontal'] = photo['width'] > photo['height']
|
||||
}
|
||||
|
||||
fs.writeFileSync(filePath, YAML.stringify(photos))
|
||||
}
|
||||
|
||||
downloadPhotos();
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
'use strict'
|
||||
|
||||
import { readFileSync, writeFileSync } from 'node:fs';
|
||||
import { join, dirname } from 'node:path';
|
||||
import { fileURLToPath } from 'node:url'
|
||||
import { sync } from 'glob';
|
||||
import beautify from 'js-beautify';
|
||||
|
||||
const __dirname = dirname(fileURLToPath(import.meta.url))
|
||||
|
||||
const docs = sync(join(__dirname, '..', 'docs', '**', '*.mdx'))
|
||||
|
||||
docs.forEach((file, i) => {
|
||||
const oldContent = readFileSync(file, 'utf8')
|
||||
|
||||
// get codeblocks from markdown
|
||||
const content = oldContent.replace(/(```([a-z0-9]+).*?\n)(.*?)(```)/gs, (m, m1, m2, m3, m4) => {
|
||||
if (m2 === 'html') {
|
||||
// m3 = beautify.default.html(m3, {
|
||||
// "indent_size": 2,
|
||||
// "indent_char": " ",
|
||||
// }).trim();
|
||||
|
||||
// remove empty lines
|
||||
m3 = m3.replace(/^\s*[\r\n]/gm, '');
|
||||
|
||||
return m1 + m3 + "\n" + m4;
|
||||
}
|
||||
return m
|
||||
})
|
||||
|
||||
if (content !== oldContent) {
|
||||
writeFileSync(file, content, 'utf8')
|
||||
console.log(`Reformatted ${file}`)
|
||||
}
|
||||
})
|
||||
@@ -1,46 +0,0 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
'use strict'
|
||||
|
||||
import { readFileSync, writeFileSync } from 'node:fs';
|
||||
import { join, dirname, basename } from 'node:path';
|
||||
import { fileURLToPath } from 'node:url'
|
||||
import { sync } from 'glob';
|
||||
import banner from '@repo/banner';
|
||||
|
||||
const __dirname = dirname(fileURLToPath(import.meta.url))
|
||||
|
||||
const styles = sync(join(__dirname, '..', 'dist', 'css', '*.css'))
|
||||
|
||||
const plugins = {
|
||||
'tabler-flags': 'Flags',
|
||||
'tabler-flags.rtl': 'Flags RTL',
|
||||
'tabler-marketing': 'Marketing',
|
||||
'tabler-marketing.rtl': 'Marketing RTL',
|
||||
'tabler-payments': 'Payments',
|
||||
'tabler-payments.rtl': 'Payments RTL',
|
||||
'tabler-socials': 'Socials',
|
||||
'tabler-socials.rtl': 'Socials RTL',
|
||||
'tabler-vendors': 'Vendors',
|
||||
'tabler-vendors.rtl': 'Vendors RTL',
|
||||
}
|
||||
|
||||
styles.forEach((file, i) => {
|
||||
const content = readFileSync(file, 'utf8')
|
||||
const filename = basename(file)
|
||||
const pluginKey = Object.keys(plugins).find(plugin => filename.includes(plugin))
|
||||
const plugin = plugins[pluginKey]
|
||||
const regex = /^(@charset ['"][a-zA-Z0-9-]+['"];?)\n?/i
|
||||
|
||||
let newContent = ''
|
||||
|
||||
if (content.match(regex)) {
|
||||
newContent = content.replace(regex, (m, m1) => {
|
||||
return `${m1}\n${banner(plugin)}\n`
|
||||
})
|
||||
} else {
|
||||
newContent = `${banner(plugin)}\n${content}`
|
||||
}
|
||||
|
||||
writeFileSync(file, newContent, 'utf8')
|
||||
})
|
||||
@@ -1,15 +0,0 @@
|
||||
export default context => {
|
||||
return {
|
||||
map: {
|
||||
inline: false,
|
||||
annotation: true,
|
||||
sourcesContent: true
|
||||
},
|
||||
plugins: {
|
||||
autoprefixer: {
|
||||
cascade: false
|
||||
},
|
||||
rtlcss: context.env === 'RTL'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,46 +0,0 @@
|
||||
import path from 'node:path'
|
||||
import process from 'node:process'
|
||||
import { fileURLToPath } from 'node:url'
|
||||
import { babel } from '@rollup/plugin-babel'
|
||||
import { nodeResolve } from '@rollup/plugin-node-resolve'
|
||||
import replace from '@rollup/plugin-replace'
|
||||
import banner from '@repo/banner'
|
||||
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url))
|
||||
|
||||
const ESM = process.env.ESM === 'true'
|
||||
|
||||
let destinationFile = `tabler${ESM ? '.esm' : ''}`
|
||||
const external = []
|
||||
const plugins = [
|
||||
babel({
|
||||
exclude: 'node_modules/**',
|
||||
babelHelpers: 'bundled'
|
||||
})
|
||||
]
|
||||
|
||||
plugins.push(
|
||||
replace({
|
||||
'process.env.NODE_ENV': '"production"',
|
||||
preventAssignment: true
|
||||
}),
|
||||
nodeResolve()
|
||||
)
|
||||
|
||||
const rollupConfig = {
|
||||
input: path.resolve(__dirname, `../js/tabler.${ESM ? 'esm' : 'umd'}.js`),
|
||||
output: {
|
||||
banner: banner(),
|
||||
file: path.resolve(__dirname, `../dist/js/${destinationFile}.js`),
|
||||
format: ESM ? 'esm' : 'umd',
|
||||
generatedCode: 'es2015'
|
||||
},
|
||||
external,
|
||||
plugins
|
||||
}
|
||||
|
||||
if (!ESM) {
|
||||
rollupConfig.output.name = 'tabler'
|
||||
}
|
||||
|
||||
export default rollupConfig
|
||||
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#004F5C" d="M0 0h100v60H0z"/><path fill="#fff" d="m60.03 33.273-3.194 1.272v.364l4.412-.94h4.017l-.609 3.486h-14.85l.64-3.455 7.698-3.485.008-.004c2.612-1.179 3.887-1.755 3.887-3.087 0-1.212-.913-1.909-2.647-1.909-2.039 0-3.56 1.242-3.987 3.212h-4.169c.67-4 3.652-6.727 8.308-6.727 3.895 0 6.481 1.909 6.481 5.152 0 3.302-2.86 4.879-5.994 6.12m-19.17 4.484c-4.077 0-7.485-2.878-7.485-7.272 0-4.606 4.016-8.485 8.672-8.485 3.743 0 7.394 2.394 7.486 6.727h-4.078c-.182-1.848-1.673-3.03-3.53-3.03-2.556 0-4.564 2.212-4.564 4.667 0 2.212 1.582 3.696 3.621 3.696 1.643 0 3.378-.97 4.047-2.424h4.078c-.822 3.697-4.504 6.121-8.247 6.121m-14.636-4.484-3.195 1.272v.364l4.412-.94h4.017l-.609 3.486H16L16.639 34l7.698-3.485.009-.004c2.611-1.179 3.887-1.755 3.887-3.087 0-1.212-.913-1.909-2.648-1.909-2.039 0-3.56 1.242-3.986 3.212h-4.17c.67-4 3.653-6.727 8.308-6.727 3.895 0 6.482 1.909 6.482 5.152 0 3.302-2.861 4.879-5.995 6.12M70.742 35.212c1.034 1.666 2.83 2.545 4.93 2.545 4.198 0 8.154-3.697 8.154-8.787 0-4.303-2.708-6.94-5.933-6.94-2.435 0-4.352 1.394-5.66 3.637h-.426L72.902 23l.122-.667h-3.895L65.629 42h3.926zm5.447-9.575c2.069 0 3.65 1.545 3.65 3.757 0 2.576-2.038 4.666-4.442 4.666-2.1 0-3.773-1.484-3.773-3.757 0-2.515 2.07-4.666 4.565-4.666"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#fff" d="M0 0h100v60H0z"/><path fill="#004F5C" d="m60.03 33.273-3.194 1.272v.364l4.412-.94h4.017l-.609 3.486h-14.85l.64-3.455 7.698-3.485.008-.004c2.612-1.179 3.887-1.755 3.887-3.087 0-1.212-.913-1.909-2.647-1.909-2.039 0-3.56 1.242-3.987 3.212h-4.169c.67-4 3.652-6.727 8.308-6.727 3.895 0 6.481 1.909 6.481 5.152 0 3.302-2.86 4.879-5.994 6.12m-19.17 4.484c-4.077 0-7.485-2.878-7.485-7.272 0-4.606 4.016-8.485 8.672-8.485 3.743 0 7.394 2.394 7.486 6.727h-4.078c-.182-1.848-1.673-3.03-3.53-3.03-2.556 0-4.564 2.212-4.564 4.667 0 2.212 1.582 3.696 3.621 3.696 1.643 0 3.378-.97 4.047-2.424h4.078c-.822 3.697-4.504 6.121-8.247 6.121m-14.636-4.484-3.195 1.272v.364l4.412-.94h4.017l-.609 3.486H16L16.639 34l7.698-3.485.009-.004c2.611-1.179 3.887-1.755 3.887-3.087 0-1.212-.913-1.909-2.648-1.909-2.039 0-3.56 1.242-3.986 3.212h-4.17c.67-4 3.653-6.727 8.308-6.727 3.895 0 6.482 1.909 6.482 5.152 0 3.302-2.861 4.879-5.995 6.12M70.742 35.212c1.034 1.666 2.83 2.545 4.93 2.545 4.198 0 8.154-3.697 8.154-8.787 0-4.303-2.708-6.94-5.933-6.94-2.435 0-4.352 1.394-5.66 3.637h-.426L72.902 23l.122-.667h-3.895L65.629 42h3.926zm5.447-9.575c2.069 0 3.65 1.545 3.65 3.757 0 2.576-2.038 4.666-4.442 4.666-2.1 0-3.773-1.484-3.773-3.757 0-2.515 2.07-4.666 4.565-4.666"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#008FBE" d="M0 0h100v60H0z"/><path fill="#fff" d="M68.204 24.433C65.822 16.656 58.582 11 50.018 11 39.515 11 31 19.507 31 30s8.515 19 19.018 19c8.606 0 15.874-5.712 18.218-13.548a6.65 6.65 0 0 1-3.468.944c-3.823 0-6.49-2.896-6.49-6.396v-.035c0-3.5 2.703-6.43 6.526-6.43 1.284 0 2.433.332 3.4.898m-22.572 11.75h-8.998V34.46l4.285-3.642c1.707-1.439 2.33-2.238 2.33-3.358 0-1.225-.872-1.937-2.01-1.937s-1.92.622-2.88 1.867l-1.547-1.21c1.191-1.67 2.364-2.61 4.587-2.61 2.437 0 4.109 1.492 4.109 3.713v.035c0 1.953-1.031 3.02-3.237 4.814l-2.562 2.132h5.923zm12.343-10.941-1.54 1.503c-.887-.732-1.857-1.204-3.094-1.204-2.383 0-4.108 1.954-4.108 4.388v.036c0 2.434 1.725 4.424 4.108 4.424 1.281 0 2.175-.441 3.059-1.169l1.458 1.425c-1.182 1.085-2.532 1.75-4.59 1.75-3.627 0-6.329-2.824-6.329-6.395v-.035c0-3.536 2.65-6.43 6.42-6.43 2.134 0 3.48.695 4.616 1.707M69 30v-.035c0-2.416-1.76-4.424-4.232-4.424-2.47 0-4.196 1.972-4.196 4.388v.036c0 2.416 1.76 4.424 4.232 4.424C67.275 34.389 69 32.417 69 30"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#fff" d="M0 0h100v60H0z"/><path fill="#008FBE" d="M67.204 24.433C64.822 16.656 57.582 11 49.018 11 38.515 11 30 19.507 30 30s8.515 19 19.018 19c8.606 0 15.874-5.712 18.218-13.548a6.65 6.65 0 0 1-3.468.944c-3.823 0-6.49-2.896-6.49-6.396v-.035c0-3.5 2.703-6.43 6.526-6.43 1.284 0 2.433.332 3.4.898m-22.572 11.75h-8.998V34.46l4.285-3.642c1.707-1.439 2.33-2.238 2.33-3.358 0-1.225-.872-1.937-2.01-1.937s-1.92.622-2.88 1.867l-1.547-1.21c1.191-1.67 2.364-2.61 4.587-2.61 2.437 0 4.109 1.492 4.109 3.713v.035c0 1.953-1.031 3.02-3.237 4.814l-2.562 2.132h5.923zm12.343-10.941-1.54 1.503c-.887-.732-1.857-1.204-3.094-1.204-2.383 0-4.108 1.954-4.108 4.388v.036c0 2.434 1.725 4.424 4.108 4.424 1.281 0 2.175-.441 3.059-1.169l1.458 1.425c-1.182 1.085-2.532 1.75-4.59 1.75-3.627 0-6.329-2.824-6.329-6.395v-.035c0-3.536 2.65-6.43 6.42-6.43 2.134 0 3.48.695 4.616 1.707M68 30v-.035c0-2.416-1.76-4.424-4.232-4.424-2.47 0-4.196 1.972-4.196 4.388v.036c0 2.416 1.76 4.424 4.232 4.424C66.275 34.389 68 32.417 68 30"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.1 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#0ABF53" d="M0 0h100v60H0z"/><path fill="#fff" d="M35.91 33.273h-1.432a.75.75 0 0 1-.75-.75v-9.068h-2.83a2.626 2.626 0 0 0-2.625 2.626v7.84a2.625 2.625 0 0 0 2.626 2.625h10.465V18H35.91zM23.466 23.455H13.187v3.273h6.698a.75.75 0 0 1 .75.75v5.795h-1.431a.75.75 0 0 1-.75-.75v-4.159h-2.83A2.626 2.626 0 0 0 13 30.99v2.93a2.625 2.625 0 0 0 2.626 2.626H26.09V26.081a2.626 2.626 0 0 0-2.626-2.626M49.751 33.273h1.432v-9.818h5.455v15.92A2.626 2.626 0 0 1 54.012 42H43.734v-3.818h7.449v-1.636h-5.01a2.626 2.626 0 0 1-2.627-2.626V23.455h5.455v9.068a.75.75 0 0 0 .75.75M69.285 23.455H58.82V33.92a2.626 2.626 0 0 0 2.625 2.626h10.278v-3.273h-6.699a.75.75 0 0 1-.75-.75v-5.795h1.432a.75.75 0 0 1 .75.75v4.159h2.829a2.626 2.626 0 0 0 2.626-2.626v-2.93a2.626 2.626 0 0 0-2.626-2.626M74.093 23.455h10.465a2.626 2.626 0 0 1 2.626 2.626v10.465h-5.455v-9.068a.75.75 0 0 0-.75-.75h-1.432v9.818h-5.454z"/></svg>
|
||||
|
Before Width: | Height: | Size: 980 B |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#fff" d="M0 0h100v60H0z"/><path fill="#0ABF53" d="M35.91 33.273h-1.432a.75.75 0 0 1-.75-.75v-9.068h-2.83a2.626 2.626 0 0 0-2.625 2.626v7.84a2.625 2.625 0 0 0 2.626 2.625h10.465V18H35.91zM23.466 23.455H13.187v3.273h6.698a.75.75 0 0 1 .75.75v5.795h-1.431a.75.75 0 0 1-.75-.75v-4.159h-2.83A2.626 2.626 0 0 0 13 30.99v2.93a2.625 2.625 0 0 0 2.626 2.626H26.09V26.081a2.626 2.626 0 0 0-2.626-2.626M49.751 33.273h1.432v-9.818h5.455v15.92A2.626 2.626 0 0 1 54.012 42H43.734v-3.818h7.449v-1.636h-5.01a2.626 2.626 0 0 1-2.627-2.626V23.455h5.455v9.068a.75.75 0 0 0 .75.75M69.285 23.455H58.82V33.92a2.626 2.626 0 0 0 2.625 2.626h10.278v-3.273h-6.699a.75.75 0 0 1-.75-.75v-5.795h1.432a.75.75 0 0 1 .75.75v4.159h2.829a2.626 2.626 0 0 0 2.626-2.626v-2.93a2.626 2.626 0 0 0-2.626-2.626M74.093 23.455h10.465a2.626 2.626 0 0 1 2.626 2.626v10.465h-5.455v-9.068a.75.75 0 0 0-.75-.75h-1.432v9.818h-5.454z"/></svg>
|
||||
|
Before Width: | Height: | Size: 980 B |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#4A4AF4" d="M0 0h100v60H0z"/><path fill="#fff" d="M12.91 33.874c1.273-1.015 3.62-1.976 5.659-1.976 3.015 0 5.33 1.352 5.33 4.68v8.059H20.59v-1.924C19.84 44.013 18.26 45 16.486 45c-2.486 0-4.079-1.351-4.079-3.587 0-2.82 2.87-3.83 6.529-4.305.979-.127 1.497-.451 1.497-1.093 0-.953-.782-1.426-2.198-1.426-1.49 0-3.14.8-4.163 1.733zm4.428 8.542c1.76 0 3.024-1.52 3.024-3.39-2.854.305-4.418.781-4.418 2.179 0 .753.465 1.211 1.394 1.211M51.776 32.262v12.375h3.539v-5.964c0-2.833 1.716-3.665 2.912-3.665.468 0 1.098.136 1.513.448l.645-3.272c-.547-.234-1.118-.286-1.586-.286-1.82 0-2.964.806-3.718 2.444v-2.08zM76.795 31.898c-1.872 0-3.272 1.107-4 2.172-.675-1.377-2.108-2.172-3.824-2.172-1.872 0-3.167 1.04-3.766 2.235v-1.871h-3.41v12.375h3.541v-6.37c0-2.287 1.197-3.384 2.315-3.384 1.012 0 1.942.654 1.942 2.344v7.41h3.537v-6.37c0-2.313 1.17-3.384 2.339-3.384.936 0 1.924.68 1.924 2.318v7.436h3.535v-8.554c0-2.782-1.871-4.185-4.133-4.185M43.16 32.262h-3.207v-1.259c0-1.637.935-2.105 1.741-2.105.89 0 1.584.395 1.584.395l1.092-2.496s-1.106-.722-3.118-.722c-2.262 0-4.836 1.274-4.836 5.277v.91h-5.367v-1.259c0-1.637.934-2.105 1.74-2.105.457 0 1.074.106 1.584.395l1.092-2.496c-.652-.381-1.699-.722-3.118-.722-2.262 0-4.836 1.274-4.836 5.277v.91h-2.053v2.73h2.053v9.645h3.538v-9.645h5.367v9.645h3.537v-9.645h3.207zM45.27 44.636h3.534V32.26h-3.533z"/><path fill="#fff" d="M65.886 15c-9.554 0-18.068 6.631-20.485 15.157h3.462c2.02-6.348 8.871-11.922 17.022-11.922 9.91 0 18.473 7.544 18.473 19.288 0 2.635-.341 5.014-.988 7.113h3.359l.033-.115c.552-2.166.831-4.52.831-6.998C87.593 24.426 78.05 15 65.885 15"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.7 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#fff" d="M0 0h100v60H0z"/><path fill="#101820" d="M12.91 33.874c1.273-1.015 3.62-1.976 5.659-1.976 3.015 0 5.33 1.352 5.33 4.68v8.059H20.59v-1.924C19.84 44.013 18.26 45 16.486 45c-2.486 0-4.079-1.351-4.079-3.587 0-2.82 2.87-3.83 6.529-4.305.979-.127 1.497-.451 1.497-1.093 0-.953-.782-1.426-2.198-1.426-1.49 0-3.14.8-4.163 1.733zm4.428 8.542c1.76 0 3.024-1.52 3.024-3.39-2.854.305-4.418.781-4.418 2.179 0 .753.465 1.211 1.394 1.211M51.776 32.262v12.375h3.539v-5.964c0-2.833 1.716-3.665 2.912-3.665.467 0 1.098.136 1.513.448l.645-3.272c-.547-.234-1.118-.286-1.586-.286-1.82 0-2.964.806-3.718 2.444v-2.08zM76.795 31.898c-1.872 0-3.272 1.107-4 2.172-.675-1.377-2.108-2.172-3.824-2.172-1.872 0-3.167 1.04-3.766 2.235v-1.871h-3.41v12.375h3.541v-6.37c0-2.287 1.197-3.384 2.315-3.384 1.012 0 1.942.654 1.942 2.344v7.41h3.537v-6.37c0-2.313 1.17-3.384 2.339-3.384.935 0 1.924.68 1.924 2.318v7.436h3.535v-8.554c0-2.782-1.871-4.185-4.133-4.185M43.16 32.262h-3.207v-1.259c0-1.637.935-2.105 1.741-2.105.89 0 1.584.395 1.584.395l1.092-2.496s-1.106-.722-3.118-.722c-2.262 0-4.836 1.274-4.836 5.277v.91h-5.367v-1.259c0-1.637.934-2.105 1.74-2.105.457 0 1.074.106 1.584.395l1.092-2.496c-.652-.381-1.699-.722-3.118-.722-2.262 0-4.836 1.274-4.836 5.277v.91h-2.053v2.73h2.053v9.645h3.538v-9.645h5.367v9.645h3.537v-9.645h3.207zM45.27 44.636h3.534V32.26h-3.533z"/><path fill="#4A4AF4" d="M65.885 15c-9.554 0-18.067 6.631-20.484 15.157h3.462c2.02-6.348 8.871-11.922 17.022-11.922 9.91 0 18.473 7.544 18.473 19.288 0 2.635-.341 5.014-.988 7.113h3.359l.033-.115c.552-2.166.831-4.52.831-6.998C87.593 24.426 78.05 15 65.885 15"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.7 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#1677FF" d="M0 0h100v60H0z"/><path fill="#fff" d="M11.694 19.5h14.152c1.843 0 3.335 1.506 3.335 3.364v10.89c-.007-.001-.696-.06-3.679-1.068a75 75 0 0 1-1.94-.703q-.6-.223-1.256-.463a17 17 0 0 0 1.738-4.427h-4.105v-1.491h5.028v-.832H19.94v-2.486h-2.052c-.36 0-.36.359-.36.359v2.127h-5.085v.832h5.085v1.49H13.33v.833h8.143a14.7 14.7 0 0 1-1.173 2.89c-2.642-.879-5.462-1.591-7.233-1.153-1.133.282-1.863.784-2.291 1.31-1.967 2.414-.556 6.08 3.598 6.08 2.456 0 4.823-1.38 6.657-3.657 2.73 1.324 8.13 3.595 8.15 3.603v.138c0 1.858-1.49 3.364-3.334 3.364H11.694c-1.843 0-3.335-1.506-3.335-3.364V22.864c0-1.858 1.492-3.364 3.335-3.364"/><path fill="#fff" d="M11.389 31.668c-1.601 1.408-.643 3.981 2.596 3.981 1.883 0 3.765-1.214 5.242-3.158-2.102-1.035-3.883-1.775-5.807-1.584-.52.053-1.497.285-2.031.76M53.572 22.574c0 1.087.794 1.818 1.901 1.818 1.108 0 1.902-.731 1.902-1.818 0-1.065-.794-1.818-1.901-1.818-1.108 0-1.902.753-1.902 1.818M48.265 36.468h3.301V21.216h-3.3zM37.672 31.182l1.964-6.79h.084l1.86 6.79zm4.806-9.443h-4.43l-4.952 14.73h3.051l.836-2.884h5.244l.794 2.883h3.907zM53.823 36.468h3.301V25.27h-3.301zM91.62 25.29l.021-.02h-3.113l-1.964 6.81h-.104l-2.257-6.81h-3.698l4.45 11.24-1.859 3.427v.083H86zM63.247 34.546a3.6 3.6 0 0 1-1.129-.167v-6.06c.69-.48 1.254-.71 1.964-.71 1.233 0 2.215.983 2.215 3.072 0 2.674-1.442 3.865-3.05 3.865m2.089-9.506c-1.212 0-2.152.46-3.218 1.337v-1.108h-3.301V40.02h3.301v-3.656a7.1 7.1 0 0 0 1.922.25c2.946 0 5.6-2.172 5.6-6.038 0-3.468-1.922-5.536-4.304-5.536M76.556 33.752c-.877.48-1.379.669-1.963.669-.795 0-1.296-.523-1.296-1.358 0-.314.063-.627.313-.878.397-.397 1.17-.69 2.946-1.107zm3.301-.084v-4.68c0-2.549-1.504-3.948-4.157-3.948-1.693 0-2.863.292-4.994.94l.585 2.57c1.943-.878 2.8-1.254 3.698-1.254 1.087 0 1.567.773 1.567 1.964v.084c-3.782.71-4.951 1.107-5.683 1.838-.543.544-.773 1.317-.773 2.215 0 2.152 1.672 3.301 3.239 3.301 1.17 0 2.11-.439 3.385-1.4l.23 1.17h3.3z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.0 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#00B6FF" d="M0 0h100v60H0z"/><path fill="#fff" d="M24.46 20.953v15.044h3.257V20.953zM9.5 35.997h3.009l.824-2.844h5.172l.783 2.844h3.853l-4.388-14.528h-4.37zm4.513-5.214 1.937-6.697h.082l1.834 6.697zm26.521 5.357c2.906 0 5.523-2.142 5.523-5.955 0-3.417-1.896-5.46-4.245-5.46-1.195 0-2.123.453-3.174 1.318v-1.092h-3.255V39.5h3.255v-3.607a7 7 0 0 0 1.896.247m13.25-.143h3.257l-.392-2.762v-4.616c0-2.512-1.483-3.894-4.101-3.894-1.669 0-2.823.288-4.925.926l.577 2.535c1.917-.865 2.762-1.236 3.647-1.236 1.073 0 1.546.763 1.546 1.938v.082c-3.73.703-4.884 1.091-5.605 1.809-.535.535-.763 1.298-.763 2.185 0 2.122 1.649 3.255 3.194 3.255 1.155 0 2.081-.432 3.339-1.38l.227 1.154zM29.943 24.95v11.046h3.256V24.95zm38.308.021.022-.021h-3.07l-1.936 6.718h-.1l-2.23-6.718h-3.648l4.389 11.087-1.834 3.38v.082h2.865zM40.575 27.26c1.216 0 2.184.968 2.184 3.03 0 2.637-1.42 3.811-3.008 3.811a3.6 3.6 0 0 1-1.113-.165V27.96c.68-.474 1.237-.704 1.938-.704zm9.603 5.38c0-.31.062-.62.31-.867.392-.391 1.153-.68 2.905-1.092v2.637c-.865.475-1.36.66-1.937.66-.784 0-1.278-.515-1.278-1.339M29.7 22.293c0 1.071.783 1.793 1.875 1.793s1.875-.722 1.875-1.793c-.005-1.051-.788-1.793-1.88-1.793-1.093 0-1.87.742-1.87 1.793M90.5 32.032h-7.393a3.685 3.685 0 0 1-3.684-3.684h9.298a1.78 1.78 0 0 1 1.78 1.778zM72.03 28.348h5.6v3.684h-3.818a1.78 1.78 0 0 1-1.779-1.779v-1.91z"/><path fill="#fff" d="M83.106 22.733v9.298a3.684 3.684 0 0 1-3.687-3.683v-7.392h1.91a1.78 1.78 0 0 1 1.777 1.777M83.107 33.839v5.585h-1.91a1.78 1.78 0 0 1-1.778-1.78V33.84z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.6 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#fff" d="M0 0h100v60H0z"/><path fill="#3E3A39" d="M24.46 20.953v15.044h3.257V20.953zM9.5 35.997h3.008l.825-2.844h5.172l.783 2.844h3.853l-4.389-14.528h-4.368zm4.513-5.214 1.936-6.697h.083l1.834 6.697zm26.521 5.357c2.905 0 5.522-2.142 5.522-5.955 0-3.417-1.895-5.46-4.245-5.46-1.194 0-2.122.453-3.173 1.318v-1.092h-3.255V39.5h3.255v-3.607a7 7 0 0 0 1.896.247m13.25-.143h3.257l-.392-2.762v-4.616c0-2.512-1.484-3.894-4.102-3.894-1.668 0-2.822.288-4.924.926l.577 2.535c1.916-.865 2.762-1.236 3.647-1.236 1.072 0 1.546.763 1.546 1.938v.082c-3.73.703-4.885 1.091-5.605 1.809-.536.535-.763 1.298-.763 2.185 0 2.122 1.648 3.255 3.194 3.255 1.155 0 2.081-.432 3.338-1.38l.228 1.154zM29.943 24.95v11.046h3.256V24.95zm38.308.021.021-.021h-3.07l-1.935 6.718h-.101l-2.23-6.718h-3.647l4.389 11.087-1.834 3.38v.082h2.865zM40.575 27.26c1.216 0 2.184.968 2.184 3.03 0 2.637-1.421 3.811-3.008 3.811a3.6 3.6 0 0 1-1.113-.165V27.96c.68-.474 1.237-.704 1.937-.704zm9.603 5.38c0-.31.062-.62.31-.867.391-.391 1.153-.68 2.905-1.092v2.637c-.866.475-1.36.66-1.937.66-.784 0-1.278-.515-1.278-1.339"/><path fill="#1677FF" d="M29.7 22.293c0 1.071.782 1.793 1.875 1.793s1.875-.722 1.875-1.793c-.005-1.051-.788-1.793-1.88-1.793-1.093 0-1.87.742-1.87 1.793M90.5 32.032h-7.393a3.684 3.684 0 0 1-3.685-3.684h9.298a1.78 1.78 0 0 1 1.78 1.778z"/><path fill="#00B6FF" d="M72.03 28.348h5.6v3.684h-3.818a1.78 1.78 0 0 1-1.78-1.779v-1.91z"/><path fill="#1677FF" d="M83.106 22.733v9.298a3.684 3.684 0 0 1-3.688-3.683v-7.392h1.91a1.78 1.78 0 0 1 1.778 1.777"/><path fill="#00B6FF" d="M83.107 33.839v5.585h-1.91a1.78 1.78 0 0 1-1.779-1.78V33.84z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.7 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#fff" d="M0 0h100v60H0z"/><path fill="#1677FF" d="M11.694 19.5h14.152c1.843 0 3.335 1.506 3.335 3.364v10.89c-.007-.001-.696-.06-3.679-1.068a75 75 0 0 1-1.94-.703q-.6-.223-1.256-.463a17 17 0 0 0 1.738-4.427h-4.105v-1.491h5.028v-.832H19.94v-2.486h-2.052c-.36 0-.36.359-.36.359v2.127h-5.085v.832h5.085v1.49H13.33v.833h8.143a14.7 14.7 0 0 1-1.173 2.89c-2.642-.879-5.462-1.591-7.233-1.153-1.133.282-1.863.784-2.291 1.31-1.967 2.414-.556 6.08 3.598 6.08 2.456 0 4.823-1.38 6.657-3.657 2.73 1.324 8.13 3.595 8.15 3.603v.138c0 1.858-1.49 3.364-3.334 3.364H11.694c-1.843 0-3.335-1.506-3.335-3.364V22.864c0-1.858 1.492-3.364 3.335-3.364"/><path fill="#1677FF" d="M11.389 31.668c-1.601 1.408-.643 3.981 2.596 3.981 1.883 0 3.765-1.214 5.242-3.158-2.102-1.035-3.883-1.775-5.807-1.584-.52.053-1.497.285-2.031.76M53.572 22.574c0 1.087.794 1.818 1.902 1.818s1.9-.731 1.9-1.818c0-1.065-.793-1.818-1.9-1.818-1.108 0-1.902.753-1.902 1.818"/><path fill="#000" d="M48.265 36.468h3.301V21.216h-3.3zM37.672 31.182l1.964-6.79h.084l1.86 6.79zm4.806-9.443h-4.43l-4.952 14.73h3.051l.836-2.884h5.244l.794 2.883h3.907zM53.823 36.468h3.301V25.27h-3.301zM91.62 25.29l.021-.02h-3.113l-1.964 6.81h-.104l-2.257-6.81h-3.698l4.45 11.24-1.859 3.427v.083H86zM63.247 34.546a3.6 3.6 0 0 1-1.129-.167v-6.06c.69-.48 1.254-.71 1.964-.71 1.233 0 2.215.983 2.215 3.072 0 2.674-1.441 3.865-3.05 3.865m2.089-9.506c-1.212 0-2.152.46-3.218 1.337v-1.108h-3.301V40.02h3.301v-3.656a7.1 7.1 0 0 0 1.923.25c2.946 0 5.6-2.172 5.6-6.038 0-3.468-1.923-5.536-4.305-5.536M76.556 33.752c-.877.48-1.379.669-1.963.669-.795 0-1.296-.523-1.296-1.358 0-.314.063-.627.313-.878.397-.397 1.17-.69 2.946-1.107zm3.301-.084v-4.68c0-2.549-1.504-3.948-4.157-3.948-1.693 0-2.863.292-4.994.94l.585 2.57c1.943-.878 2.8-1.254 3.698-1.254 1.087 0 1.567.773 1.567 1.964v.084c-3.782.71-4.951 1.107-5.683 1.838-.543.544-.773 1.317-.773 2.215 0 2.152 1.672 3.301 3.239 3.301 1.17 0 2.11-.439 3.385-1.4l.23 1.17h3.3z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.0 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#EA690B" d="M0 0h100v60H0z"/><path fill="#fff" d="M79.853 25.368c.12 0 .22.09.239.206l.003.04v3.828c.002.223.01.443.045.65.171 1.017.753 1.685 1.755 1.685 2.114 0 1.855-2.479 1.855-2.67v-3.485c0-.122.088-.223.203-.243l.039-.004h1.364c.12 0 .22.09.239.206l.003.04v7.588c0 .56-.06 1.205-.231 1.729-.236.728-.682 1.35-1.334 1.73-.916.53-2.135.565-3.941.405-.134-.012-.208-.09-.22-.175v-1.29c0-.21.13-.258.32-.238l.198.028c.376.048.994.098 1.447.07l.12-.008c.757-.067 1.819-.354 1.874-1.614v-.105l.001-1.15c-.653.6-1.245.836-2.107.84-1.316-.006-2.306-.452-3.001-1.568-.438-.7-.513-1.595-.525-2.453l-.002-3.794c0-.122.088-.224.203-.244l.04-.004h1.416zm-15.37 0c1.31 0 2.558.57 3.34 1.636.54.739.794 1.67.794 2.576s-.254 1.837-.795 2.575c-.78 1.066-2.03 1.63-3.339 1.636-.724-.004-1.502-.268-2.135-.713l-.116-.085v3.449c0 .14-.103.257-.239.278l-.041.003h-1.327a.28.28 0 0 1-.278-.239l-.003-.04v-6.54c0-1.502.381-2.397.879-3.046.691-.9 1.808-1.488 3.26-1.488zm9.02 0c.993 0 2.046.287 2.6.893.509.556.757 1.375.78 2.435v.16l.005 4.998a.25.25 0 0 1-.203.246l-.04.003h-4.117c-.907 0-1.638-.204-2.173-.637-.547-.436-.837-1.088-.865-1.895v-.17c-.001-2.537 2.68-2.855 3.556-2.855h2.04v-.184c0-.367-.139-.933-.66-1.203-.742-.381-2.207-.237-3.427.539-.138.09-.314.048-.35-.091l-.006-.038-.075-1.253v-.01c0-.066.032-.126.087-.16.845-.513 1.862-.774 2.852-.774zm-.35 4.703c-1.39 0-1.732.796-1.772 1.265l-.003.086c.003.34.13.599.408.819.23.182.479.267.757.3l.106.009h2.437v-2.48zm-8.67-3.092c-.997.005-1.716.728-2.018 1.632-.096.289-.161.64-.161.967s.065.68.161.966c.302.905 1.021 1.63 2.018 1.635.995-.005 1.714-.728 2.018-1.635.096-.288.161-.64.161-.966s-.065-.68-.161-.967c-.304-.904-1.025-1.629-2.018-1.632M36.876 25.556c1.32.005 2.578.587 3.365 1.689.522.731.77 1.601.798 2.49l.004.167v4.127c0 .564-.06 1.212-.232 1.74-.235.73-.683 1.36-1.337 1.739-.918.534-2.138.568-3.948.408-.134-.012-.208-.092-.22-.175v-1.296c0-.213.13-.26.32-.24l.198.027c.376.048.996.098 1.449.07l.12-.008c.758-.067 1.822-.355 1.877-1.622v-.105l.002-1.053a4.23 4.23 0 0 1-2.398.739c-1.32-.005-2.577-.587-3.365-1.69-1.077-1.507-1.075-3.81 0-5.317.79-1.1 2.048-1.684 3.365-1.689zm51.794 4.889c1.091 0 1.975.896 1.975 2s-.884 2-1.975 2-1.975-.896-1.975-2 .883-2 1.975-2m-36.872-4.89c1.32.006 2.581.601 3.369 1.727.546.78.801 1.762.801 2.718s-.255 1.94-.801 2.718c-.788 1.126-2.049 1.722-3.369 1.727-1.32-.005-2.579-.6-3.37-1.727-.544-.778-.801-1.762-.801-2.718s.257-1.938.801-2.718c.791-1.124 2.05-1.721 3.37-1.727M22.818 22c.112 0 .207.091.224.211l.003.041v11.942c0 .124-.082.229-.188.25l-.036.003h-1.305c-.113 0-.205-.093-.223-.212l-.003-.04V22.251c0-.123.08-.228.189-.249l.036-.003zm-3.51 0c.11 0 .204.091.221.211l.004.041v11.942c0 .124-.083.229-.189.25l-.036.003h-1.306c-.111 0-.204-.093-.221-.212l-.004-.04V22.251c0-.123.08-.228.189-.249l.036-.003zm26.685 3.555h.098c.203.009.585.033.819.081l.065.016c.173.051.207.142.213.362v1.08c.003.226-.141.331-.335.29-1.567-.332-2.541.36-2.584 1.816l-.004 4.993a.25.25 0 0 1-.206.248l-.04.004h-1.417a.25.25 0 0 1-.24-.211l-.003-.041V29.17c0-1.31.576-2.062 1.043-2.54a3.63 3.63 0 0 1 2.591-1.076m-17.961 0c3.434 0 3.873 3.322 3.78 4.904-.005.123-.084.213-.187.231l-.04.004h-5.58c.09 1.159 1.021 1.98 2.152 2.07 1.122.093 2.005-.204 2.735-.687.196-.128.327-.046.342.155v.045l.002 1.134c0 .255-.03.35-.163.43-.678.407-1.586.647-2.942.595-1.331-.051-2.606-.6-3.4-1.725-.551-.778-.809-1.761-.809-2.716a5 5 0 0 1 .144-1.219c.368-1.476 1.454-3.22 3.966-3.22m-14.984 0c1 0 2.063.292 2.622.909.511.566.762 1.399.786 2.477v.163l.005 5.087a.25.25 0 0 1-.204.249l-.04.003h-4.152c-.915 0-1.651-.207-2.192-.647-.552-.445-.844-1.107-.873-1.93v-.173c-.002-2.582 2.703-2.907 3.585-2.907h2.057V28.6c0-.372-.14-.95-.666-1.224-.748-.388-2.224-.242-3.456.55-.139.09-.317.05-.353-.093l-.005-.038-.076-1.275v-.01c0-.068.033-.128.088-.162.85-.522 1.877-.788 2.874-.788zm1.594 4.787h-1.946c-1.403 0-1.748.812-1.788 1.287l-.003.088c.003.345.132.61.412.833.231.183.482.273.763.305l.107.01h2.455zm37.156-3.087c-1.005.005-1.731.77-2.035 1.724A3.5 3.5 0 0 0 49.602 30c0 .347.065.716.161 1.022.306.956 1.032 1.718 2.035 1.723 1.004-.005 1.73-.769 2.037-1.723.096-.304.162-.677.162-1.022s-.066-.717-.162-1.021c-.307-.956-1.033-1.719-2.037-1.724m-14.922-.038c-1.002 0-1.73.752-2.032 1.686-.1.297-.163.661-.163 1s.066.7.163.997c.304.935 1.03 1.686 2.032 1.686 2.083 0 2.3-2.02 2.32-2.58v-.208c-.02-.563-.237-2.58-2.32-2.58m-8.842.036c-1.452 0-1.982 1.164-2.01 1.824v.051h3.8c0-1.389-.967-1.875-1.79-1.875"/></svg>
|
||||
|
Before Width: | Height: | Size: 4.5 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#fff" d="M0 0h100v60H0z"/><path fill="#0075BA" d="M79.853 25.368c.12 0 .22.09.239.206l.003.04v3.828c.002.223.01.443.045.65.171 1.017.753 1.685 1.755 1.685 2.114 0 1.855-2.479 1.855-2.67v-3.485c0-.122.088-.223.203-.243l.039-.004h1.364c.12 0 .22.09.239.206l.003.04v7.588c0 .56-.06 1.205-.231 1.729-.236.728-.682 1.35-1.334 1.73-.916.53-2.135.565-3.941.405-.134-.012-.208-.09-.22-.175v-1.29c0-.21.13-.258.32-.238l.198.028c.376.048.994.098 1.447.07l.12-.008c.757-.067 1.819-.354 1.874-1.614v-.105l.001-1.15c-.653.6-1.245.836-2.107.84-1.316-.006-2.306-.452-3.001-1.568-.438-.7-.513-1.595-.525-2.453l-.002-3.794c0-.122.088-.224.203-.244l.04-.004h1.416zm-15.37 0c1.31 0 2.558.57 3.34 1.636.54.739.794 1.67.794 2.576s-.254 1.837-.795 2.575c-.78 1.066-2.03 1.63-3.339 1.636-.724-.004-1.502-.268-2.135-.713l-.116-.085v3.449c0 .14-.103.257-.239.278l-.041.003h-1.327a.28.28 0 0 1-.278-.239l-.003-.04v-6.54c0-1.502.381-2.397.879-3.046.691-.9 1.808-1.488 3.26-1.488zm9.02 0c.993 0 2.046.287 2.6.893.509.556.757 1.375.78 2.435v.16l.005 4.998a.25.25 0 0 1-.203.246l-.04.003h-4.117c-.907 0-1.638-.204-2.173-.637-.547-.436-.837-1.088-.865-1.895v-.17c-.001-2.537 2.68-2.855 3.556-2.855h2.04v-.184c0-.367-.139-.933-.66-1.203-.742-.381-2.207-.237-3.427.539-.138.09-.314.048-.35-.091l-.006-.038-.075-1.253v-.01c0-.066.032-.126.087-.16.845-.513 1.862-.774 2.852-.774zm-.35 4.703c-1.39 0-1.732.796-1.772 1.265l-.003.086c.003.34.13.599.408.819.23.182.479.267.757.3l.106.009h2.437v-2.48zm-8.67-3.092c-.997.005-1.716.728-2.018 1.632-.096.289-.161.64-.161.967s.065.68.161.966c.302.905 1.021 1.63 2.018 1.635.995-.005 1.714-.728 2.018-1.635.096-.288.161-.64.161-.966s-.065-.68-.161-.967c-.304-.904-1.025-1.629-2.018-1.632"/><path fill="#EA690B" d="M36.876 25.556c1.32.005 2.578.587 3.365 1.689.522.731.77 1.601.798 2.49l.004.167v4.127c0 .564-.06 1.212-.232 1.74-.235.73-.683 1.36-1.337 1.739-.918.534-2.138.568-3.948.408-.134-.012-.208-.092-.22-.175v-1.296c0-.213.13-.26.32-.24l.198.027c.376.048.996.098 1.449.07l.12-.008c.758-.067 1.822-.355 1.877-1.622v-.105l.002-1.053a4.23 4.23 0 0 1-2.398.739c-1.32-.005-2.577-.587-3.365-1.69-1.077-1.507-1.075-3.81 0-5.317.79-1.1 2.048-1.684 3.365-1.689zm51.794 4.889c1.091 0 1.975.896 1.975 2s-.884 2-1.975 2-1.975-.896-1.975-2 .883-2 1.975-2m-36.872-4.89c1.32.006 2.581.601 3.369 1.727.546.78.801 1.762.801 2.718s-.255 1.94-.801 2.718c-.788 1.126-2.049 1.722-3.369 1.727-1.32-.005-2.579-.6-3.37-1.727-.544-.778-.801-1.762-.801-2.718s.257-1.938.801-2.718c.791-1.124 2.05-1.721 3.37-1.727M22.818 22c.112 0 .207.091.224.211l.003.041v11.942c0 .124-.082.229-.188.25l-.036.003h-1.305c-.113 0-.205-.093-.223-.212l-.003-.04V22.251c0-.123.08-.228.189-.249l.036-.003zm-3.51 0c.11 0 .204.091.221.211l.004.041v11.942c0 .124-.083.229-.189.25l-.036.003h-1.306c-.111 0-.204-.093-.221-.212l-.004-.04V22.251c0-.123.08-.228.189-.249l.036-.003zm26.685 3.555h.098c.203.009.585.033.819.081l.065.016c.173.051.207.142.213.362v1.08c.003.226-.141.331-.335.29-1.567-.332-2.541.36-2.584 1.816l-.004 4.993a.25.25 0 0 1-.206.248l-.04.004h-1.417a.25.25 0 0 1-.24-.211l-.003-.041V29.17c0-1.31.576-2.062 1.043-2.54a3.63 3.63 0 0 1 2.591-1.076m-17.961 0c3.434 0 3.873 3.322 3.78 4.904-.005.123-.084.213-.187.231l-.04.004h-5.58c.09 1.159 1.021 1.98 2.152 2.07 1.122.093 2.005-.204 2.735-.687.196-.128.327-.046.342.155v.045l.002 1.134c0 .255-.03.35-.163.43-.678.407-1.586.647-2.942.595-1.331-.051-2.606-.6-3.4-1.725-.551-.778-.809-1.761-.809-2.716a5 5 0 0 1 .144-1.219c.368-1.476 1.454-3.22 3.966-3.22m-14.984 0c1 0 2.063.292 2.622.909.511.566.762 1.399.786 2.477v.163l.005 5.087a.25.25 0 0 1-.204.249l-.04.003h-4.152c-.915 0-1.651-.207-2.192-.647-.552-.445-.844-1.107-.873-1.93v-.173c-.002-2.582 2.703-2.907 3.585-2.907h2.057V28.6c0-.372-.14-.95-.666-1.224-.748-.388-2.224-.242-3.456.55-.139.09-.317.05-.353-.093l-.005-.038-.076-1.275v-.01c0-.068.033-.128.088-.162.85-.522 1.877-.788 2.874-.788zm1.594 4.787h-1.946c-1.403 0-1.748.812-1.788 1.287l-.003.088c.003.345.132.61.412.833.231.183.482.273.763.305l.107.01h2.455zm37.156-3.087c-1.005.005-1.731.77-2.035 1.724A3.5 3.5 0 0 0 49.602 30c0 .347.065.716.161 1.022.306.956 1.032 1.718 2.035 1.723 1.004-.005 1.73-.769 2.037-1.723.096-.304.162-.677.162-1.022s-.066-.717-.162-1.021c-.307-.956-1.033-1.719-2.037-1.724m-14.922-.038c-1.002 0-1.73.752-2.032 1.686-.1.297-.163.661-.163 1s.066.7.163.997c.304.935 1.03 1.686 2.032 1.686 2.083 0 2.3-2.02 2.32-2.58v-.208c-.02-.563-.237-2.58-2.32-2.58m-8.842.036c-1.452 0-1.982 1.164-2.01 1.824v.051h3.8c0-1.389-.967-1.875-1.79-1.875"/></svg>
|
||||
|
Before Width: | Height: | Size: 4.5 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#000" d="M0 0h100v60H0z"/><path fill="#F90" d="M59.303 36.692c-4.18 3.08-10.24 4.723-15.458 4.723-7.316 0-13.903-2.704-18.885-7.2-.392-.355-.04-.837.43-.56 5.376 3.125 12.025 5.006 18.893 5.006 4.632 0 9.728-.958 14.413-2.945.708-.3 1.3.463.607.976"/><path fill="#F90" d="M61.042 34.705c-.533-.682-3.533-.322-4.88-.163-.41.05-.473-.306-.103-.563 2.39-1.68 6.31-1.195 6.768-.632.457.566-.12 4.494-2.365 6.368-.344.288-.673.135-.52-.247.505-1.258 1.635-4.077 1.1-4.763"/><path fill="#fff" d="M56.256 22.115v-1.633c0-.248.188-.413.414-.413h7.319c.235 0 .422.169.422.413v1.399c-.003.234-.2.54-.55 1.026l-3.793 5.41c1.409-.034 2.897.176 4.174.896.288.163.367.4.389.635v1.743c0 .238-.263.517-.539.373-2.252-1.18-5.243-1.308-7.732.012-.254.138-.52-.137-.52-.375v-1.656c0-.266.003-.72.269-1.123l4.394-6.297h-3.824c-.235 0-.423-.166-.423-.41M29.557 32.308h-2.226a.42.42 0 0 1-.398-.379V20.51c0-.228.19-.41.429-.41h2.076a.42.42 0 0 1 .404.383v1.492h.041c.542-1.442 1.56-2.115 2.931-2.115 1.394 0 2.265.673 2.891 2.115.539-1.442 1.763-2.115 3.076-2.115.933 0 1.954.385 2.577 1.249.705.96.56 2.356.56 3.58l-.003 7.207a.42.42 0 0 1-.429.413h-2.223a.423.423 0 0 1-.401-.413v-6.053c0-.481.044-1.683-.063-2.14-.166-.767-.664-.983-1.309-.983-.538 0-1.102.36-1.33.936-.23.576-.208 1.54-.208 2.187v6.053a.42.42 0 0 1-.429.413H33.3a.42.42 0 0 1-.401-.413l-.003-6.053c0-1.273.21-3.148-1.372-3.148-1.6 0-1.538 1.828-1.538 3.148v6.053a.42.42 0 0 1-.429.412m41.156-12.449c3.304 0 5.092 2.835 5.092 6.44 0 3.483-1.976 6.247-5.092 6.247-3.245 0-5.011-2.836-5.011-6.369 0-3.555 1.789-6.318 5.011-6.318m.019 2.331c-1.642 0-1.745 2.235-1.745 3.627 0 1.396-.022 4.375 1.726 4.375 1.725 0 1.807-2.403 1.807-3.868 0-.963-.04-2.115-.332-3.029-.25-.795-.749-1.105-1.456-1.105m9.358 10.118h-2.218a.423.423 0 0 1-.4-.413l-.004-11.423a.42.42 0 0 1 .43-.372h2.063c.194.01.354.14.398.319v1.746h.04c.624-1.561 1.498-2.306 3.035-2.306 1 0 1.973.36 2.6 1.346.582.913.582 2.45.582 3.555v7.188c-.025.2-.21.36-.429.36h-2.233a.42.42 0 0 1-.394-.36v-6.203c0-1.248.144-3.076-1.394-3.076-.542 0-1.04.363-1.287.914-.313.698-.354 1.393-.354 2.162v6.15a.43.43 0 0 1-.435.413m-29.668-5.455v-.481c-1.614 0-3.314.344-3.314 2.24 0 .961.501 1.611 1.357 1.611.622 0 1.186-.384 1.54-1.01.438-.77.417-1.493.417-2.36m2.245 5.424a.465.465 0 0 1-.526.053c-.74-.614-.874-.898-1.278-1.484-1.221 1.246-2.089 1.618-3.67 1.618-1.876 0-3.333-1.154-3.333-3.467 0-1.806.977-3.036 2.374-3.636 1.21-.533 2.897-.626 4.188-.773V24.3c0-.53.04-1.155-.273-1.612-.27-.41-.79-.579-1.25-.579-.848 0-1.603.435-1.788 1.336-.037.2-.185.398-.388.407l-2.158-.231c-.182-.041-.385-.188-.332-.467.495-2.616 2.863-3.405 4.98-3.405 1.083 0 2.499.288 3.354 1.108 1.083 1.011.98 2.36.98 3.828v3.467c0 1.042.432 1.499.84 2.062.14.2.172.442-.01.592q-.863.728-1.707 1.477zM21.23 26.853l-.001-.481c-1.61 0-3.31.344-3.31 2.24 0 .961.498 1.611 1.354 1.611.626 0 1.186-.384 1.54-1.01.439-.77.417-1.493.417-2.36m2.245 5.424a.465.465 0 0 1-.526.053c-.74-.614-.87-.898-1.278-1.484-1.221 1.246-2.086 1.618-3.67 1.618-1.873 0-3.333-1.154-3.333-3.467 0-1.806.98-3.036 2.374-3.636 1.21-.533 2.897-.626 4.188-.773V24.3c0-.53.04-1.155-.27-1.612-.272-.41-.792-.579-1.25-.579-.848 0-1.606.435-1.79 1.336-.038.2-.185.398-.386.407l-2.16-.231c-.183-.041-.383-.188-.333-.467.498-2.616 2.863-3.405 4.98-3.405 1.083 0 2.499.288 3.354 1.108 1.084 1.011.98 2.36.98 3.828v3.467c0 1.042.432 1.499.84 2.062.144.2.175.442-.007.592q-.862.728-1.707 1.477z"/></svg>
|
||||
|
Before Width: | Height: | Size: 3.4 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#F90" d="M0 0h100v60H0z"/><path fill="#fff" d="M70.698 39.658C65.088 43.798 56.954 46 49.95 46c-9.817 0-18.656-3.629-25.345-9.669-.525-.474-.058-1.122.574-.754 7.217 4.2 16.142 6.729 25.36 6.729 6.218 0 13.053-1.29 19.343-3.958.948-.404 1.743.624.816 1.31m2.333-2.666c.719.92-.798 4.706-1.475 6.397-.205.512.235.719.698.33 3.01-2.517 3.788-7.793 3.172-8.555-.612-.756-5.873-1.406-9.085.849-.494.346-.409.826.139.76 1.808-.216 5.834-.7 6.551.22M64.909 30.213l5.84-14.863q.184-.451.185-.637 0-.319-.372-.319h-1.486q-.424.001-.585.134t-.319.585L64.59 25.41l-3.716-10.297q-.159-.451-.318-.585-.16-.133-.585-.134h-1.593q-.372 0-.372.319 0 .186.186.637l5.122 12.634-.503 1.354q-.451 1.275-1.01 1.752-.556.478-1.565.477-.452 0-.716-.053a2.3 2.3 0 0 0-.398-.053q-.398 0-.399.503v.69q0 .372.134.544.132.173.425.252a5.7 5.7 0 0 0 1.512.187q1.515 0 2.455-.797.946-.795 1.66-2.627M43.109 18.047q-.385-1.287-1.102-2.19a4.75 4.75 0 0 0-1.751-1.38Q39.22 14 37.946 14q-1.194 0-2.335.45a7.5 7.5 0 0 0-2.15 1.328l-.133-.85q-.08-.53-.611-.53h-1.168q-.53 0-.53.53V32.79q0 .53.53.53h1.566q.531 0 .53-.53v-6.21q1.725 1.565 4.115 1.565 1.299 0 2.361-.517a5.2 5.2 0 0 0 1.804-1.447q.744-.927 1.155-2.256t.411-2.973q.003-1.618-.382-2.906m-5.958 7.975q-1.808 0-3.504-1.274v-7.404q1.671-1.222 3.557-1.221 3.61 0 3.61 4.963-.002 4.937-3.663 4.936M55.078 15.042q-1.195-1.034-3.716-1.034-1.247 0-2.495.225-1.247.226-2.097.597-.319.133-.425.279-.107.146-.107.517v.716q0 .477.345.478.106 0 .227-.04.12-.04.198-.067 2.045-.61 3.902-.61 1.592 0 2.23.585.637.583.637 2.016v1.751q-1.858-.45-3.345-.45-2.335 0-3.715 1.154t-1.381 3.092q0 1.806 1.115 2.88 1.114 1.075 3.025 1.074 1.141 0 2.297-.45 1.154-.452 2.11-1.275l.133.876q.079.504.585.504h1.14q.53 0 .532-.53v-9.076q-.002-2.177-1.195-3.212m-1.301 9.822a7 7 0 0 1-1.831 1.009 5.4 5.4 0 0 1-1.831.345q-1.034 0-1.593-.544t-.557-1.552q0-2.31 2.999-2.31.69 0 1.419.093.73.094 1.394.252z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.9 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#fff" d="M0 0h100v60H0z"/><path fill="#F90" d="M70.698 39.658c.927-.687.132-1.714-.816-1.31-6.29 2.668-13.125 3.958-19.343 3.958-9.218 0-18.143-2.53-25.36-6.729-.631-.368-1.1.28-.574.755C31.294 42.372 40.133 46 49.95 46c7.004 0 15.137-2.202 20.748-6.342m2.333-2.666c.719.92-.798 4.706-1.475 6.397-.205.512.235.719.698.33 3.01-2.517 3.788-7.793 3.172-8.555-.612-.756-5.873-1.406-9.085.849-.494.346-.409.826.139.76 1.808-.216 5.834-.7 6.551.22"/><path fill="#232F3E" d="m64.909 30.213 5.84-14.863q.184-.451.185-.637 0-.319-.372-.319h-1.486q-.424.001-.585.134t-.319.585L64.59 25.41l-3.716-10.297q-.159-.451-.318-.585-.16-.133-.585-.134h-1.593q-.372 0-.372.319 0 .186.186.637l5.122 12.634-.503 1.354q-.451 1.275-1.01 1.752-.556.478-1.565.477-.452 0-.716-.053a2.3 2.3 0 0 0-.398-.053q-.398 0-.399.503v.69q0 .372.134.544.132.173.425.252a5.7 5.7 0 0 0 1.512.187q1.515 0 2.455-.797.946-.795 1.66-2.627M43.109 18.047q-.385-1.287-1.102-2.19a4.75 4.75 0 0 0-1.751-1.38Q39.22 14 37.946 14q-1.194 0-2.335.45a7.5 7.5 0 0 0-2.15 1.328l-.133-.85q-.08-.53-.611-.53h-1.168q-.53 0-.53.53V32.79q0 .53.53.53h1.566q.531 0 .53-.53v-6.21q1.725 1.565 4.115 1.565 1.299 0 2.361-.517a5.2 5.2 0 0 0 1.804-1.447q.744-.927 1.155-2.256t.411-2.973q.003-1.618-.382-2.906m-5.958 7.975q-1.808 0-3.504-1.274v-7.404q1.671-1.222 3.557-1.221 3.61 0 3.61 4.963-.002 4.937-3.663 4.936M55.078 15.042q-1.195-1.034-3.716-1.034-1.247 0-2.495.225-1.247.226-2.097.597-.319.133-.425.279-.107.146-.107.517v.716q0 .477.345.478.106 0 .227-.04.12-.04.198-.067 2.045-.61 3.902-.61 1.592 0 2.23.585.637.583.637 2.016v1.751q-1.858-.45-3.345-.45-2.335 0-3.715 1.154t-1.381 3.092q0 1.806 1.115 2.88 1.114 1.075 3.025 1.074 1.141 0 2.297-.45 1.154-.452 2.11-1.275l.133.876q.079.504.585.504h1.14q.53 0 .532-.53v-9.076q-.002-2.177-1.195-3.212m-1.301 9.822a7 7 0 0 1-1.831 1.009 5.4 5.4 0 0 1-1.831.345q-1.034 0-1.593-.544t-.557-1.552q0-2.31 2.999-2.31.69 0 1.419.093.73.094 1.394.252z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.0 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#fff" d="M0 0h100v60H0z"/><path fill="#F90" d="M58.634 36.057c-4.139 3.03-10.14 4.645-15.306 4.645-7.244 0-13.765-2.66-18.698-7.082-.387-.349-.04-.823.425-.551 5.324 3.075 11.907 4.925 18.707 4.925 4.586 0 9.631-.943 14.27-2.897.7-.295 1.288.455.602.96"/><path fill="#F90" d="M60.354 34.103c-.526-.671-3.497-.317-4.831-.16-.406.049-.468-.302-.101-.554 2.366-1.653 6.247-1.176 6.7-.622.453.557-.118 4.42-2.34 6.264-.342.283-.667.132-.516-.243.5-1.238 1.618-4.012 1.088-4.685"/><path fill="#221F1F" d="M55.617 21.72v-1.607c0-.244.186-.406.409-.406h7.247c.232 0 .418.166.418.406v1.375c-.003.231-.198.533-.545 1.01L59.39 27.82c1.396-.033 2.868.174 4.134.882.285.16.362.393.384.624v1.715c0 .234-.26.508-.533.367-2.23-1.161-5.19-1.287-7.656.011-.252.136-.515-.134-.515-.369v-1.63c0-.26.003-.707.267-1.104l4.35-6.194h-3.785c-.233 0-.42-.162-.42-.402M29.182 31.744h-2.205a.42.42 0 0 1-.394-.373V20.14c0-.224.19-.403.426-.403h2.055a.42.42 0 0 1 .4.377v1.467h.04c.537-1.418 1.545-2.08 2.903-2.08 1.38 0 2.242.662 2.861 2.08.535-1.418 1.747-2.08 3.046-2.08.924 0 1.935.379 2.552 1.229.697.944.555 2.317.555 3.52l-.003 7.09a.41.41 0 0 1-.265.378.4.4 0 0 1-.16.028h-2.2a.42.42 0 0 1-.397-.406v-5.954c0-.474.043-1.655-.062-2.105-.165-.754-.658-.967-1.297-.967-.533 0-1.091.354-1.317.92-.227.567-.205 1.516-.205 2.152v5.954a.41.41 0 0 1-.425.406h-2.202a.417.417 0 0 1-.396-.406l-.004-5.954c0-1.252.208-3.096-1.357-3.096-1.584 0-1.523 1.798-1.523 3.096v5.954a.41.41 0 0 1-.265.378.4.4 0 0 1-.16.028M69.931 19.5c3.27 0 5.041 2.789 5.041 6.334 0 3.426-1.956 6.145-5.042 6.145-3.212 0-4.96-2.79-4.96-6.264 0-3.497 1.77-6.215 4.96-6.215m.019 2.293c-1.626 0-1.728 2.198-1.728 3.567 0 1.374-.022 4.304 1.708 4.304 1.709 0 1.789-2.364 1.789-3.805 0-.948-.04-2.08-.329-2.98-.247-.781-.74-1.086-1.44-1.086m9.264 9.952H77.02a.42.42 0 0 1-.397-.406l-.003-11.236a.413.413 0 0 1 .425-.366h2.043a.42.42 0 0 1 .393.314v1.717h.04c.618-1.535 1.483-2.268 3.006-2.268.989 0 1.953.354 2.574 1.324.576.898.576 2.41.576 3.497v7.07a.42.42 0 0 1-.425.354h-2.21a.42.42 0 0 1-.391-.354V25.29c0-1.228.142-3.026-1.38-3.026-.536 0-1.03.357-1.275.899-.31.687-.35 1.37-.35 2.127v6.049a.42.42 0 0 1-.431.406M49.84 26.38v-.474c-1.597 0-3.28.339-3.28 2.204 0 .945.495 1.584 1.342 1.584.617 0 1.175-.378 1.526-.993.434-.758.412-1.469.412-2.32m2.223 5.335a.46.46 0 0 1-.52.052c-.733-.604-.866-.884-1.266-1.46-1.21 1.226-2.069 1.591-3.633 1.591-1.859 0-3.3-1.135-3.3-3.41 0-1.776.967-2.986 2.35-3.577 1.197-.523 2.868-.615 4.146-.76v-.283c0-.521.04-1.136-.27-1.585-.267-.404-.782-.57-1.237-.57-.84 0-1.587.428-1.77 1.314-.038.197-.184.392-.385.4l-2.136-.228c-.18-.039-.383-.184-.329-.458.49-2.573 2.834-3.35 4.93-3.35 1.073 0 2.475.284 3.321 1.09 1.073.995.97 2.322.97 3.766v3.41c0 1.025.428 1.474.832 2.028.139.197.17.435-.01.583q-.853.715-1.69 1.452zM20.937 26.38v-.474c-1.594 0-3.277.339-3.277 2.204 0 .945.493 1.584 1.34 1.584.619 0 1.174-.378 1.525-.993.434-.758.412-1.469.412-2.32m2.223 5.335a.46.46 0 0 1-.52.052c-.733-.604-.862-.884-1.266-1.46-1.209 1.226-2.065 1.591-3.633 1.591-1.855 0-3.3-1.135-3.3-3.41 0-1.776.97-2.986 2.35-3.577 1.197-.523 2.869-.615 4.146-.76v-.283c0-.521.04-1.136-.267-1.585-.269-.404-.784-.57-1.237-.57-.84 0-1.59.428-1.773 1.314-.038.197-.184.392-.382.4l-2.14-.228c-.18-.039-.377-.184-.328-.458.493-2.573 2.834-3.35 4.93-3.35 1.073 0 2.475.284 3.322 1.09 1.072.995.97 2.322.97 3.766v3.41c0 1.025.427 1.474.831 2.028.142.197.174.435-.006.583q-.855.715-1.69 1.452z"/></svg>
|
||||
|
Before Width: | Height: | Size: 3.5 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#006FCF" d="M0 0h100v60H0z"/><path fill="#fff" d="M100 10.761h-7.592L88.439 22.15 84.298 10.76h-7.765v17.733L68.596 10.76h-6.384L54.274 28.88h5.522l1.553-3.623h8.282l1.553 3.623h10.353V16.283l4.66 12.596h4.313l4.658-12.596v12.596H100v2.76h-6.385l-5.176 5.695-5.349-5.694H61.176v18.117h21.742l5.348-5.866 5.35 5.866H100V52h-7.592l-4.142-4.486L84.126 52h-25.71V31.294h-8.283L60.486 8h10.008l3.623 7.938V8h12.424l2.07 6.04L90.684 8H100zm0 24.847-4.659 5.004L100 45.616v4.141l-8.455-9.145L100 31.64zm-23.467 14.15v-4.314H66.18v-2.761h10.18v-4.141H66.18V35.78h10.353V31.64l8.628 8.972zM62.902 21.286l2.416-5.867 2.415 5.867z"/></svg>
|
||||
|
Before Width: | Height: | Size: 716 B |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#fff" d="M0 0h100v60H0z"/><path fill="#006FCF" d="M100 10.761h-7.592L88.439 22.15 84.298 10.76h-7.765v17.733L68.596 10.76h-6.384L54.274 28.88h5.522l1.553-3.623h8.282l1.553 3.623h10.353V16.283l4.66 12.596h4.313l4.658-12.596v12.596H100v2.76h-6.385l-5.176 5.695-5.349-5.694H61.176v18.117h21.742l5.348-5.866 5.35 5.866H100V52h-7.592l-4.142-4.486L84.126 52h-25.71V31.294h-8.283L60.486 8h10.008l3.623 7.938V8h12.424l2.07 6.04L90.684 8H100zm0 24.847-4.659 5.004L100 45.616v4.141l-8.455-9.145L100 31.64zm-23.467 14.15v-4.314H66.18v-2.761h10.18v-4.141H66.18V35.78h10.353V31.64l8.628 8.972zM62.902 21.286l2.416-5.867 2.415 5.867z"/></svg>
|
||||
|
Before Width: | Height: | Size: 716 B |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#000" d="M0 0h100v60H0z"/><path fill="#fff" d="M29.472 21.61c.777-.971 1.304-2.276 1.165-3.61-1.137.057-2.526.75-3.33 1.723-.72.833-1.36 2.193-1.193 3.47 1.277.111 2.553-.638 3.358-1.582M30.623 23.443c-1.855-.11-3.431 1.053-4.317 1.053s-2.242-.997-3.71-.97c-1.908.028-3.68 1.107-4.649 2.824-1.992 3.435-.525 8.53 1.412 11.326.941 1.384 2.075 2.908 3.57 2.853 1.412-.055 1.965-.914 3.681-.914s2.214.914 3.708.886c1.55-.027 2.52-1.384 3.46-2.77 1.08-1.577 1.522-3.1 1.55-3.184-.028-.027-2.99-1.163-3.017-4.57-.028-2.851 2.325-4.207 2.436-4.292-1.329-1.964-3.405-2.186-4.124-2.242M46.77 19.584c4.03 0 6.838 2.778 6.838 6.823 0 4.06-2.865 6.853-6.939 6.853h-4.463v7.097h-3.224V19.584zm-4.564 10.97h3.7c2.807 0 4.405-1.512 4.405-4.132s-1.598-4.117-4.39-4.117h-3.715zM54.45 36.053c0-2.65 2.03-4.276 5.63-4.478l4.145-.244v-1.166c0-1.685-1.138-2.692-3.037-2.692-1.8 0-2.923.863-3.197 2.217h-2.936c.172-2.736 2.504-4.751 6.248-4.751 3.67 0 6.017 1.943 6.017 4.98v10.438h-2.98v-2.49h-.072c-.878 1.684-2.793 2.749-4.78 2.749-2.965 0-5.038-1.843-5.038-4.563m9.775-1.368V33.49l-3.729.23c-1.857.13-2.908.95-2.908 2.246 0 1.325 1.094 2.188 2.764 2.188 2.174 0 3.873-1.497 3.873-3.469M70.133 45.928v-2.52c.23.058.748.058 1.008.058 1.439 0 2.216-.604 2.691-2.159 0-.029.274-.921.274-.936l-5.47-15.159h3.368l3.83 12.323h.057l3.83-12.323h3.282L77.33 41.148C76.035 44.82 74.538 46 71.4 46c-.26 0-1.037-.029-1.267-.072"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.5 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#fff" d="M0 0h100v60H0z"/><path fill="#000" d="M29.472 21.61c.777-.971 1.304-2.276 1.165-3.61-1.137.057-2.526.75-3.33 1.723-.72.833-1.36 2.193-1.193 3.47 1.277.111 2.553-.638 3.358-1.582M30.623 23.443c-1.855-.11-3.431 1.053-4.317 1.053s-2.242-.997-3.71-.97c-1.908.028-3.68 1.107-4.649 2.824-1.992 3.435-.525 8.53 1.412 11.326.941 1.384 2.075 2.908 3.57 2.853 1.412-.055 1.965-.914 3.681-.914s2.214.914 3.708.886c1.55-.027 2.52-1.384 3.46-2.77 1.08-1.577 1.522-3.1 1.55-3.184-.028-.027-2.99-1.163-3.017-4.57-.028-2.851 2.325-4.207 2.436-4.292-1.329-1.964-3.405-2.186-4.124-2.242M46.77 19.584c4.03 0 6.838 2.778 6.838 6.823 0 4.06-2.865 6.853-6.939 6.853h-4.463v7.097h-3.224V19.584zm-4.564 10.97h3.7c2.807 0 4.405-1.512 4.405-4.132s-1.598-4.117-4.39-4.117h-3.715zM54.45 36.053c0-2.65 2.03-4.276 5.63-4.478l4.145-.244v-1.166c0-1.685-1.138-2.692-3.037-2.692-1.8 0-2.923.863-3.197 2.217h-2.936c.172-2.736 2.504-4.751 6.248-4.751 3.67 0 6.017 1.943 6.017 4.98v10.438h-2.98v-2.49h-.072c-.878 1.684-2.793 2.749-4.78 2.749-2.965 0-5.038-1.843-5.038-4.563m9.775-1.368V33.49l-3.729.23c-1.857.13-2.908.95-2.908 2.246 0 1.325 1.094 2.188 2.764 2.188 2.174 0 3.873-1.497 3.873-3.469M70.133 45.928v-2.52c.23.058.748.058 1.008.058 1.439 0 2.216-.604 2.691-2.159 0-.029.274-.921.274-.936l-5.47-15.159h3.368l3.83 12.323h.057l3.83-12.323h3.282L77.33 41.148C76.035 44.82 74.538 46 71.4 46c-.26 0-1.037-.029-1.267-.072"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.5 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#005C76" d="M0 0h100v60H0z"/><path fill="#fff" d="M13.548 35.305h4.171v-.475c-.806-.101-1.053-.163-1.58-1.602-.577-1.54-1.25-3.36-1.888-5.157l-1.004-2.832-.748.206-3.078 7.831c-.531 1.372-.73 1.444-1.642 1.554v.475h3.433v-.475l-.376-.043c-.705-.078-.732-.24-.509-1.008.199-.66.398-1.328.585-1.773h2.699c.23.559.52 1.356.717 1.862.258.655.18.823-.381.905l-.399.057zm-1.338-7.21h.043l1.1 3.14H11.12zM22.082 30.01c0-.557-.074-.655-.469-.722l-.472-.075v-.442c.763-.039 2.088-.187 2.804-.284v5.175c0 .632.061.802.546.802h.474v.47c-.914.131-1.89.344-2.762.566l-.12-.105v-.975c-.288.212-.545.406-.88.611-.472.287-.856.447-1.335.447-1.272 0-1.973-.846-1.973-2.015v-3.454c0-.556-.074-.654-.468-.72l-.413-.076v-.442c.701-.039 1.95-.187 2.745-.284v4.596c0 .896.456 1.247 1.029 1.247.427 0 .852-.2 1.294-.583zM27.7 33.06c0 1.168.578 1.387.854 1.387q.359.001.793-.245l.21.456-1.31.66c-.242.116-.47.16-.576.16-1.177 0-1.832-.511-1.832-1.866v-4.23h-.976l-.107-.195.489-.583h.594v-.93l1.598-1.203.264.129v2.004h1.507c.197.167.169.653-.105.777H27.7zM32.63 29.4c.514-.508 1.284-.975 2.08-.975 1.385 0 2.15.868 2.15 2.304v3.088c0 .853.076.912.919 1.013v.475h-3.578v-.475c.737-.101.796-.16.796-1.013v-2.921c0-.942-.527-1.342-1.162-1.342-.42 0-.863.154-1.206.5v3.763c0 .853.074.912.709 1.013v.475H29.67v-.475c1.018-.101 1.095-.16 1.095-1.013v-7.36c0-.901-.029-.923-.994-.981v-.44a61 61 0 0 0 2.858-.536zM41.63 28.425c-1.71 0-3.6 1.283-3.6 3.698 0 1.63 1.174 3.355 3.521 3.355 1.755 0 3.51-1.192 3.51-3.677 0-1.772-1.311-3.376-3.43-3.376m-1.498 3.086c0-1.65.646-2.457 1.268-2.457.974 0 1.559 1.175 1.559 3.209 0 2.204-.684 2.582-1.236 2.582-.98 0-1.59-1.42-1.59-3.334M48.323 33.817c0 .85.074.912 1.246 1.013v.475h-4.147v-.475c.957-.101 1.036-.163 1.036-1.013v-3.38c0-.929-.029-.94-1.009-1.052v-.41c.891-.127 1.866-.33 2.874-.55v1.514h.03c.194-.308.425-.673.712-.974.29-.31.626-.54 1.008-.54.579 0 1.022.424 1.022.931 0 .506-.337.948-.721 1.082-.198.083-.346.027-.47-.062-.257-.205-.52-.321-.761-.321-.258 0-.564.116-.82.75zM54.206 26.02c0 .62-.488 1.101-1.106 1.101a1.11 1.11 0 0 1-1.108-1.1c0-.62.516-1.108 1.108-1.108.618 0 1.106.487 1.106 1.108m-1.91 4.418c0-.93-.03-.941-1.005-1.053v-.41a36 36 0 0 0 2.87-.55v5.372c0 .87.075.932 1.044 1.033v.475h-3.958v-.475c.975-.101 1.049-.163 1.049-1.033zM61.266 28.6l.134.22-3.504 5.838h1.206c1.049 0 1.457-.191 1.968-1.057l.224-.378.549.203c-.273.757-.47 1.321-.702 1.88h-5.5l-.151-.224 3.612-5.836h-1.07c-1.008 0-1.278.232-1.627.983l-.217.466-.546-.204c.179-.577.42-1.542.561-2.209h.338c.077.224.242.319.822.319z"/><path fill="#fff" d="M67.383 33.54c-.613.412-1.086.59-1.648.59-1.161 0-2.199-.787-2.199-2.495 1.514-.06 3.544-.2 3.755-.245.304-.058.348-.092.348-.663 0-1.178-1.053-2.296-2.375-2.296-1.857 0-3.5 1.635-3.5 3.832 0 1.708 1.182 3.215 3.24 3.215.53 0 1.722-.308 2.59-1.634zm-3.78-2.591c.09-1.035.655-1.825 1.217-1.825.58 0 1.065.8 1.065 1.417 0 .297-.058.36-.285.36zM68.13 34.285c0-.687.502-1.192 1.154-1.192.667 0 1.17.505 1.17 1.192 0 .712-.503 1.193-1.17 1.193-.652 0-1.153-.481-1.153-1.193M80.286 35.415h-.928l-6.054-7.433h-.033v3.156c0 1.603.092 2.446.15 2.921.08.528.461.728 1.472.771v.475h-3.782v-.475c.764-.03 1.128-.243 1.2-.77.068-.476.158-1.319.158-2.922v-3.024c0-.97 0-1.346-.276-1.707-.29-.37-.672-.467-1.295-.518v-.479h2.65l5.898 6.86h.032v-2.689c0-1.599-.088-2.437-.151-2.917-.076-.537-.46-.724-1.47-.775v-.479h3.783v.48c-.766.028-1.127.237-1.204.774-.062.48-.15 1.318-.15 2.917z"/><path fill="#fff" d="M86.42 33.54c-.614.412-1.084.59-1.653.59-1.155 0-2.19-.787-2.19-2.495 1.508-.06 3.536-.2 3.75-.245.303-.058.347-.092.347-.664 0-1.177-1.048-2.295-2.374-2.295-1.86 0-3.506 1.635-3.506 3.832 0 1.708 1.19 3.215 3.242 3.215.537 0 1.727-.308 2.594-1.634zm-3.78-2.591c.088-1.035.654-1.825 1.215-1.825.578 0 1.064.8 1.064 1.417 0 .297-.054.36-.289.36zM89.642 33.06c0 1.168.575 1.387.855 1.387q.357.001.788-.245l.214.456-1.311.66c-.242.116-.466.16-.579.16-1.17 0-1.836-.511-1.836-1.866v-4.23h-.968l-.106-.195.49-.583h.584v-.93l1.607-1.203.262.129v2.004h1.507c.2.167.163.653-.107.777h-1.4zM91.31 27.246h.1q.103 0 .14-.054a.2.2 0 0 0 .04-.12.2.2 0 0 0-.015-.072.2.2 0 0 0-.047-.053q-.031-.022-.109-.022h-.109zm0 .492h-.15v-.926h.299a.34.34 0 0 1 .165.032.23.23 0 0 1 .088.091q.03.06.031.13a.3.3 0 0 1-.043.154.3.3 0 0 1-.136.114q.046.03.104.134l.145.271h-.168l-.12-.227-.03-.059q-.052-.092-.076-.092h-.109zm.144.193a.63.63 0 0 0 .32-.084.6.6 0 0 0 .24-.235q.09-.15.09-.33a.642.642 0 0 0-.324-.563.65.65 0 0 0-.888.238.66.66 0 0 0 .002.655.65.65 0 0 0 .56.32m0 .116a.75.75 0 0 1-.376-.099.75.75 0 0 1-.389-.666.765.765 0 1 1 .765.765"/></svg>
|
||||
|
Before Width: | Height: | Size: 4.6 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#fff" d="M0 0h100v60H0z"/><path fill="#005C76" d="M13.548 35.305h4.171v-.475c-.806-.101-1.053-.163-1.58-1.602-.577-1.54-1.25-3.36-1.888-5.157l-1.004-2.832-.748.206-3.078 7.831c-.531 1.372-.73 1.444-1.642 1.554v.475h3.433v-.475l-.376-.043c-.705-.078-.732-.24-.509-1.008.199-.66.398-1.328.585-1.773h2.699c.23.559.52 1.356.717 1.862.258.655.18.823-.381.905l-.399.057zm-1.338-7.21h.043l1.1 3.14H11.12zM22.082 30.01c0-.557-.074-.655-.469-.722l-.472-.075v-.442c.763-.039 2.088-.187 2.804-.284v5.175c0 .632.061.802.546.802h.474v.47c-.914.131-1.89.344-2.762.566l-.12-.105v-.975c-.288.212-.545.406-.88.611-.472.287-.856.447-1.335.447-1.272 0-1.973-.846-1.973-2.015v-3.454c0-.556-.074-.654-.468-.72l-.413-.076v-.442c.701-.039 1.95-.187 2.745-.284v4.596c0 .896.456 1.247 1.029 1.247.427 0 .852-.2 1.294-.583zM27.7 33.06c0 1.168.578 1.387.854 1.387q.359.001.793-.245l.21.456-1.31.66c-.242.116-.47.16-.576.16-1.177 0-1.832-.511-1.832-1.866v-4.23h-.976l-.107-.195.489-.583h.594v-.93l1.598-1.203.264.129v2.004h1.507c.197.167.169.653-.105.777H27.7zM32.63 29.4c.514-.508 1.284-.975 2.08-.975 1.385 0 2.15.868 2.15 2.304v3.088c0 .853.076.912.919 1.013v.475h-3.578v-.475c.737-.101.796-.16.796-1.013v-2.921c0-.942-.527-1.342-1.162-1.342-.42 0-.863.154-1.206.5v3.763c0 .853.074.912.709 1.013v.475H29.67v-.475c1.018-.101 1.095-.16 1.095-1.013v-7.36c0-.901-.029-.923-.994-.981v-.44a61 61 0 0 0 2.858-.536zM41.63 28.425c-1.71 0-3.6 1.283-3.6 3.698 0 1.63 1.174 3.355 3.521 3.355 1.755 0 3.51-1.192 3.51-3.677 0-1.772-1.311-3.376-3.43-3.376m-1.498 3.086c0-1.65.646-2.457 1.268-2.457.974 0 1.559 1.175 1.559 3.209 0 2.204-.684 2.582-1.236 2.582-.98 0-1.59-1.42-1.59-3.334M48.323 33.817c0 .85.074.912 1.246 1.013v.475h-4.147v-.475c.957-.101 1.036-.163 1.036-1.013v-3.38c0-.929-.029-.94-1.009-1.052v-.41c.891-.127 1.866-.33 2.874-.55v1.514h.03c.194-.308.425-.673.712-.974.29-.31.626-.54 1.008-.54.579 0 1.022.424 1.022.931 0 .506-.337.948-.721 1.082-.198.083-.346.027-.47-.062-.257-.205-.52-.321-.761-.321-.258 0-.564.116-.82.75zM54.206 26.02c0 .62-.488 1.101-1.106 1.101a1.11 1.11 0 0 1-1.108-1.1c0-.62.516-1.108 1.108-1.108.618 0 1.106.487 1.106 1.108m-1.91 4.418c0-.93-.03-.941-1.005-1.053v-.41a36 36 0 0 0 2.87-.55v5.372c0 .87.075.932 1.044 1.033v.475h-3.958v-.475c.975-.101 1.049-.163 1.049-1.033zM61.266 28.6l.134.22-3.504 5.838h1.206c1.049 0 1.457-.191 1.968-1.057l.224-.378.549.203c-.273.757-.47 1.321-.702 1.88h-5.5l-.151-.224 3.612-5.836h-1.07c-1.008 0-1.278.232-1.627.983l-.217.466-.546-.204c.179-.577.42-1.542.561-2.209h.338c.077.224.242.319.822.319z"/><path fill="#005C76" d="M67.383 33.54c-.613.412-1.086.59-1.648.59-1.161 0-2.199-.787-2.199-2.495 1.514-.06 3.544-.2 3.755-.245.304-.058.348-.092.348-.663 0-1.178-1.053-2.296-2.375-2.296-1.857 0-3.5 1.635-3.5 3.832 0 1.708 1.182 3.215 3.24 3.215.53 0 1.722-.308 2.59-1.634zm-3.78-2.591c.09-1.035.655-1.825 1.217-1.825.58 0 1.065.8 1.065 1.417 0 .297-.058.36-.285.36zM68.13 34.285c0-.687.502-1.192 1.154-1.192.667 0 1.17.505 1.17 1.192 0 .712-.503 1.193-1.17 1.193-.652 0-1.153-.481-1.153-1.193M80.286 35.415h-.928l-6.054-7.433h-.033v3.156c0 1.603.092 2.446.15 2.921.08.528.461.728 1.472.771v.475h-3.782v-.475c.764-.03 1.128-.243 1.2-.77.068-.476.158-1.319.158-2.922v-3.024c0-.97 0-1.346-.276-1.707-.29-.37-.672-.467-1.295-.518v-.479h2.65l5.898 6.86h.032v-2.689c0-1.599-.088-2.437-.151-2.917-.076-.537-.46-.724-1.47-.775v-.479h3.783v.48c-.766.028-1.127.237-1.204.774-.062.48-.15 1.318-.15 2.917z"/><path fill="#005C76" d="M86.42 33.54c-.614.412-1.084.59-1.653.59-1.155 0-2.19-.787-2.19-2.495 1.508-.06 3.536-.2 3.75-.245.303-.058.347-.092.347-.664 0-1.177-1.048-2.295-2.374-2.295-1.86 0-3.506 1.635-3.506 3.832 0 1.708 1.19 3.215 3.242 3.215.537 0 1.727-.308 2.594-1.634zm-3.78-2.591c.088-1.035.654-1.825 1.215-1.825.578 0 1.064.8 1.064 1.417 0 .297-.054.36-.289.36zM89.642 33.06c0 1.168.575 1.387.855 1.387q.357.001.788-.245l.214.456-1.311.66c-.242.116-.466.16-.579.16-1.17 0-1.836-.511-1.836-1.866v-4.23h-.968l-.106-.195.49-.583h.584v-.93l1.607-1.203.262.129v2.004h1.507c.2.167.163.653-.107.777h-1.4zM91.31 27.246h.1q.103 0 .14-.054a.2.2 0 0 0 .04-.12.2.2 0 0 0-.015-.072.2.2 0 0 0-.047-.053q-.031-.022-.109-.022h-.109zm0 .492h-.15v-.926h.299a.34.34 0 0 1 .165.032.23.23 0 0 1 .088.091q.03.06.031.13a.3.3 0 0 1-.043.154.3.3 0 0 1-.136.114q.046.03.104.134l.145.271h-.168l-.12-.227-.03-.059q-.052-.092-.076-.092h-.109zm.144.193a.63.63 0 0 0 .32-.084.6.6 0 0 0 .24-.235q.09-.15.09-.33a.642.642 0 0 0-.324-.563.65.65 0 0 0-.888.238.66.66 0 0 0 .002.655.65.65 0 0 0 .56.32m0 .116a.75.75 0 0 1-.376-.099.75.75 0 0 1-.389-.666.765.765 0 1 1 .765.765"/></svg>
|
||||
|
Before Width: | Height: | Size: 4.6 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#199BFA" d="M0 0h100v60H0z"/><path fill="#fff" d="M17.954 26.596c0-3.124-2.367-5.655-5.477-5.655S7 23.472 7 26.596v11.31h1.37c0-2.342 1.839-4.241 4.107-4.241s4.107 1.9 4.107 4.241h1.37zM25.579 20l-3.517 17.907h3.123l.68-3.932h3.88l.68 3.932h3.213L30.12 20zm.722 11.52 1.503-8.64 1.504 8.64zM40.591 33.8c0 1.277-.703 1.903-1.65 1.903-.945 0-1.357-.55-1.357-1.728v-9.167h-3.008v9.567c0 2.554 1.261 3.757 3.105 3.757 1.503 0 2.425-.777 2.91-1.854v1.628H43.6V24.808h-3.008zM45.385 22.179h3.007v2.63h2.061v2.279h-2.061v7.162c0 .902.363 1.302 1.14 1.302.388 0 .752-.05.921-.125v2.38c-.242.1-.824.2-1.503.2-2.498 0-3.565-1.153-3.565-3.507zM56.148 24.583c-2.765 0-4.754 1.678-4.754 4.909v3.781c0 3.181 1.99 4.859 4.73 4.859s4.826-1.678 4.826-4.909v-3.781c0-3.206-2.013-4.859-4.802-4.859m1.77 8.766c0 1.603-.581 2.404-1.77 2.404s-1.746-.801-1.746-2.404v-4.007c0-1.627.606-2.404 1.746-2.404s1.77.777 1.77 2.43zM65.461 26.412c.51-1.002 1.504-1.829 2.96-1.829 2.158 0 3.589 1.502 3.589 4.633v4.233c0 3.155-1.504 4.683-3.71 4.683-1.408 0-2.403-.726-2.839-1.728V42h-3.008V24.81h3.008zm1.819 9.366c1.116 0 1.698-.726 1.698-2.304v-4.257c0-1.628-.631-2.254-1.698-2.254-1.164 0-1.844.826-1.844 2.454V33.3c0 1.628.607 2.48 1.844 2.48M79.871 26.312c-.46-1.052-1.31-1.729-2.716-1.729-2.135 0-3.735 1.528-3.735 4.709v4.157c0 3.18 1.503 4.684 3.59 4.684 1.455 0 2.376-.827 2.861-1.879v1.653h3.008V24.809h-3.008zm.025 6.962c0 1.628-.68 2.48-1.844 2.48-1.019 0-1.6-.652-1.6-2.255v-4.257c0-1.628.581-2.33 1.673-2.33 1.165 0 1.771.852 1.771 2.53zM88.915 32.773l1.916-7.965h2.947L88.905 42h-3.017l1.5-5.145-3.664-12.047h3.202z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.7 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#fff" d="M0 0h100v60H0z"/><path fill="#199BFA" d="M17.954 26.596c0-3.124-2.367-5.655-5.477-5.655S7 23.472 7 26.596v11.31h1.37c0-2.342 1.839-4.241 4.107-4.241s4.107 1.9 4.107 4.241h1.37z"/><path fill="#282828" d="m25.579 20-3.517 17.907h3.123l.68-3.932h3.88l.68 3.932h3.213L30.12 20zm.722 11.52 1.503-8.64 1.504 8.64zM40.592 33.8c0 1.277-.704 1.903-1.65 1.903s-1.358-.55-1.358-1.728v-9.167h-3.008v9.567c0 2.554 1.261 3.757 3.105 3.757 1.503 0 2.425-.777 2.91-1.854v1.628H43.6V24.808h-3.007zM45.385 22.179h3.007v2.63h2.061v2.279h-2.061v7.162c0 .902.363 1.302 1.14 1.302.388 0 .752-.05.921-.125v2.38c-.242.1-.824.2-1.503.2-2.498 0-3.565-1.153-3.565-3.507zM56.148 24.583c2.79 0 4.802 1.653 4.802 4.859v3.781c0 3.231-2.086 4.909-4.826 4.909s-4.73-1.678-4.73-4.858v-3.782c0-3.23 1.99-4.909 4.754-4.909m1.77 8.766v-3.982c0-1.652-.63-2.429-1.77-2.429s-1.746.777-1.746 2.404v4.007c0 1.603.557 2.404 1.746 2.404s1.77-.801 1.77-2.404M65.461 26.412c.51-1.002 1.504-1.829 2.96-1.829 2.158 0 3.589 1.502 3.589 4.633v4.233c0 3.155-1.504 4.683-3.71 4.683-1.408 0-2.403-.726-2.839-1.728V42h-3.008V24.81h3.008zm1.819 9.366c1.116 0 1.698-.726 1.698-2.304v-4.257c0-1.628-.631-2.254-1.698-2.254-1.164 0-1.844.826-1.844 2.454V33.3c0 1.628.607 2.48 1.844 2.48M79.871 26.312c-.46-1.052-1.31-1.729-2.716-1.729-2.135 0-3.735 1.528-3.735 4.709v4.157c0 3.18 1.503 4.684 3.59 4.684 1.454 0 2.376-.827 2.861-1.879v1.653h3.008V24.809h-3.008zm.025 6.962c0 1.628-.68 2.48-1.844 2.48-1.019 0-1.6-.652-1.6-2.255v-4.257c0-1.628.581-2.33 1.673-2.33 1.165 0 1.771.852 1.771 2.53zM88.915 32.773l1.916-7.965h2.947L88.905 42h-3.017l1.5-5.145-3.664-12.047h3.202z"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.7 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#005498" d="M0 0h100v60H0z"/><path fill="#fff" d="M26.75 8A8.75 8.75 0 0 0 18 16.75v26.5A8.75 8.75 0 0 0 26.75 52h46.5A8.75 8.75 0 0 0 82 43.25v-26.5A8.75 8.75 0 0 0 73.25 8zm27.23 28.07H24.67V30.2h15.72l5.53-6.14h29.35v5.84H59.55zM70 22.29a3 3 0 0 1-1.8-.6 2.6 2.6 0 0 1-1.06-2.06 2.6 2.6 0 0 1 1-2.07 2.8 2.8 0 0 1 1.76-.58l.63.04q.55.07.97.32v1.64c-.33-.3-.82-.4-1.37-.4-.53 0-1.15.43-1.15 1.12v.1c.08.53.65.85 1.15.85.59 0 .95-.03 1.37-.36v1.6c-.42.27-.98.4-1.5.4m5.33-1.64v1.25q-.64.45-1.26.44c-.9 0-1.62-.64-1.62-1.43v-2.3h-.65v-1.5h.65v-1.22l1.84-.98v2.2h1.04v1.38h-.95v2.13c0 .4.66.36.95.03m-13.88 0v1.25c-1.38.98-2.89.16-2.89-.99v-2.3h-.65v-1.5h.66v-1.22l1.86-.98v2.2h1.02v1.38h-.99v2.13c0 .4.7.36.99.03m-16.77 1.64c-1.54 0-2.85-1.11-2.85-2.66a2.64 2.64 0 0 1 2.72-2.65l.48.02h.01l.07.01c.38.05.76.15 1.04.33v1.64c-.36-.3-.78-.4-1.34-.4s-1.18.43-1.18 1.12c0 .59.65.95 1.18.95.55 0 .92-.03 1.34-.36v1.6q-.64.4-1.47.4m-3.21-.1h-1.84v-2.85c0-1.02-1.47-.99-1.47 0v2.85h-1.83v-5.08h1.86v.42c1.54-1.14 3.28-.1 3.28 1.35zm16.18 0H55.8v-2.85c0-1.02-1.47-.99-1.47 0v2.85H52.5v-5.08h1.84v.42c1.57-1.14 3.3-.1 3.3 1.35zm4.42-3.44.3-1.41c1.83-.63 4.45-.27 4.45 1.37v3.48h-1.7l-.07-.16c-.79.49-3.67.72-3.28-1.54.23-1.35 1.77-1.68 2.72-1.68.5 0 .7-.46.07-.49a6 6 0 0 0-2.5.43m-30.92 0 .26-1.41c1.84-.63 4.46-.27 4.46 1.37v3.48h-1.74l-.03-.16c-.76.49-3.74.72-3.28-1.54.23-1.35 1.74-1.68 2.69-1.68.49 0 .69-.46.1-.49a5.4 5.4 0 0 0-2.46.43m-3.04-4.2c1.7 0 2.94 2.26 1.37 3.67 1.97 1.22 1.08 3.9-1.11 3.94H24.7v-7.61zm24.04 5.15c0 1.54-1.28 2.62-2.82 2.62s-2.85-1.14-2.85-2.69a2.77 2.77 0 0 1 2.82-2.69 2.77 2.77 0 0 1 2.85 2.76m-8.1 23.23c0 .69.53.95 1.51.95.5 0 1.18-.2 1.8-.53v1.51s-.75.6-2.22.6c-1.7 0-2.92-1.16-2.92-2.73A2.63 2.63 0 0 1 44.94 40c1.8 0 2.52 1.14 2.52 2.92zm-14.3-1.9-1.51 2.16-1.54-2.17v4.3h-1.97l-.03-7.45h2l1.54 2.23 1.5-2.23h2l-.03 7.45h-1.97zm21.02.52c-.56 0-.98.36-1.18.79v2.98h-1.77v-5.28h1.77v.52c.26-.32.88-.59 1.34-.59a.87.87 0 0 1 .7.27v1.6c-.24-.16-.57-.3-.86-.3m-14.38 3.8a5 5 0 0 1-1.87-.36v-1.44c.88.35 1.45.34 1.72.33h.09c.26 0 .52-.07.52-.33 0-.2-.36-.36-.75-.4-.95-.2-1.54-.62-1.54-1.44 0-1.05.95-1.7 2.03-1.7.52 0 1.21.13 1.7.3l.07 1.37a4 4 0 0 0-1.35-.3c-.42 0-.52.17-.52.3 0 .16.36.26.5.26.88.13 1.86.66 1.86 1.6 0 .83-.56 1.81-2.46 1.81m4.85-3.8v2.16c0 .36.72.3 1.01 0V45c-1.4.99-2.94.2-2.94-.98v-2.36h-.66v-1.51h.66v-1.28l1.86-.99v2.27h1.08v1.4zm-7.04-1.41v5.12h-1.97v-5.12zm.1-1.25c0 .6-.5 1.08-1.09 1.08-.55 0-1.01-.49-1.01-1.08a1 1 0 0 1 1.02-1.02c.58 0 1.08.46 1.08 1.02m33.08 6.46c-.5 0-1.25-.1-1.87-.36v-1.44c.87.35 1.44.34 1.71.33h.09c.26 0 .52-.07.52-.33 0-.2-.36-.36-.75-.4-.95-.2-1.54-.62-1.54-1.44 0-1.05.95-1.7 2.03-1.7.53 0 1.21.13 1.7.3l.1 1.37c-.36-.16-.98-.3-1.34-.3-.46 0-.56.17-.56.3 0 .16.36.26.5.26.91.13 1.9.66 1.9 1.6 0 .83-.6 1.81-2.5 1.81m-9.57-1.64c.82 0 1.31-.1 1.93-.55v1.7a4.1 4.1 0 0 1-2.1.53c-2.22 0-4.12-1.64-4.12-3.8 0-2.2 1.74-3.82 4-3.82.75 0 1.6.1 2.22.46V40c-.49-.46-1.14-.6-1.93-.6-1.73 0-2.36 1.09-2.36 2.24 0 1.05 1.12 2.06 2.36 2.06m2.56-2 .26-1.4c1.9-.63 4.58-.3 4.58 1.37v3.54h-1.76l-.07-.13c-.79.5-3.73.69-3.3-1.6.19-1.35 1.76-1.68 2.74-1.68.5 0 .69-.5.07-.52a6 6 0 0 0-2.52.42m9.76-3.84h1.83v2.66c1.6-1.15 3.37-.1 3.37 1.41v3.38h-1.86V42.4c0-1.02-1.5-.98-1.5 0v2.92h-1.84z"/><path fill="#fff" d="M27.61 16.09a2 2 0 0 0-.82 0v1.44h.86c.59 0 .91-1.01-.04-1.44M26.8 19.1v1.55h.85c1.08 0 .98-1.54-.04-1.54zM34.03 19.96c-.39-.06-1.37.13-1.37.79 0 .72 1.37.52 1.37-.17zM64.98 19.96c-.36-.06-1.34.13-1.34.79 0 .72 1.34.52 1.34-.17zM63.31 42.96c-.36-.03-1.37.13-1.37.79 0 .72 1.37.55 1.37-.17zM50.38 19.7c0 .56-.5 1.02-1.05 1.02-.56 0-1.02-.46-1.02-1.09 0-.65.46-1.01 1.02-1.01.55 0 1.05.36 1.05 1.08M58.57 18.62h-.66V17.1v1.5zM43.99 41.9h1.67c0-.48-.46-.65-.82-.65s-.75.17-.85.66"/><path fill="#FFD800" d="M38.06 32.82h9.3l5.04-5.36.17-.18h9.34l-2.36 2.62h15.72v-5.84H45.92l-5.73 6.35z"/></svg>
|
||||
|
Before Width: | Height: | Size: 3.9 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#fff" d="M0 0h100v60H0z"/><path fill="#005498" d="M26.75 9.5a7.25 7.25 0 0 0-7.25 7.25v26.5a7.25 7.25 0 0 0 7.25 7.25h46.5a7.25 7.25 0 0 0 7.25-7.25v-26.5a7.25 7.25 0 0 0-7.25-7.25zM18 16.75A8.75 8.75 0 0 1 26.75 8h46.5A8.75 8.75 0 0 1 82 16.75v26.5A8.75 8.75 0 0 1 73.25 52h-46.5A8.75 8.75 0 0 1 18 43.25z"/><path fill="#005498" d="M38.061 32.821h9.302l5.208-5.544h9.335l-7.927 8.792H24.666v-5.872h15.721z"/><path fill="#FFD800" d="M61.906 27.277H52.57l-5.208 5.577h-9.367l7.926-8.792H75.27v5.84H59.547z"/><path fill="#005498" d="M60.464 20.617v-2.132h.983v-1.378h-1.015v-2.198l-1.867.984v1.214h-.655v1.51h.655v2.296c0 1.148 1.506 1.968 2.882.984V20.65c-.295.328-.983.361-.983-.033m-35.765-6.069h3.406c1.703 0 2.948 2.264 1.376 3.674 1.965 1.214 1.08 3.904-1.114 3.937h-3.668zm2.096 4.56v1.542h.851c1.081 0 .983-1.542-.032-1.542zm.819-3.018c-.23-.066-.82-.033-.82 0v1.443h.852c.59 0 .917-1.017-.032-1.443m18.537 4.2c-.425.327-.786.36-1.343.36-.523 0-1.178-.36-1.178-.951 0-.689.622-1.116 1.178-1.116.557 0 .983.099 1.343.394v-1.64c-.425-.263-1.047-.361-1.604-.361-1.507 0-2.719 1.115-2.719 2.657s1.31 2.657 2.85 2.657q.835 0 1.473-.393zm-7.958-2.757v-.426h-1.867v5.085h1.834v-2.854c0-.984 1.474-1.017 1.474 0v2.854h1.834v-3.314c0-1.443-1.735-2.493-3.275-1.345m16.147 0v-.426h-1.835v5.085h1.835v-2.854c0-.984 1.474-1.017 1.474 0v2.854h1.834v-3.314c0-1.443-1.736-2.493-3.308-1.345m17.162 2.757c-.426.327-.786.36-1.376.36-.524 0-1.146-.36-1.146-.951 0-.689.622-1.116 1.146-1.116.557 0 1.048.099 1.376.394v-1.64c-.426-.263-1.048-.361-1.605-.361-1.54 0-2.751 1.115-2.751 2.657s1.342 2.657 2.849 2.657c.523 0 1.081-.13 1.507-.393zm2.882.327v-2.132h.95v-1.378h-1.048v-2.198l-1.834.984v1.214h-.655v1.51h.655v2.296c0 1.148 1.54 1.968 2.882.984V20.65c-.295.328-.95.361-.95-.033m-25.088-3.674c1.572 0 2.85 1.18 2.85 2.756 0 1.541-1.278 2.624-2.817 2.624s-2.85-1.148-2.85-2.69c0-1.51 1.31-2.69 2.817-2.69m1.08 2.756c0-.722-.49-1.083-1.047-1.083s-1.016.361-1.016 1.017c0 .624.459 1.083 1.016 1.083s1.047-.46 1.047-1.017m-2.914 23.227h-3.407c0 .689.524.951 1.507.951.491 0 1.179-.196 1.801-.525v1.51s-.753.59-2.227.59c-1.703 0-2.915-1.148-2.915-2.723 0-1.443 1.015-2.723 2.719-2.723 1.8 0 2.522 1.148 2.522 2.92m-3.472-1.017h1.67c0-.492-.458-.656-.819-.656s-.753.164-.851.656m-15.754 1.279 1.507-2.165v4.298h1.965l.032-7.447h-1.997l-1.507 2.23-1.54-2.23H24.7l.032 7.447h1.965v-4.298zm21.354-.853c.197-.426.623-.787 1.18-.787.294 0 .622.131.851.295v-1.607c-.164-.197-.426-.263-.687-.263-.46 0-1.082.263-1.343.59v-.524h-1.769v5.282h1.769zm-15.066 2.658c.623.262 1.376.36 1.867.36 1.9 0 2.457-.984 2.457-1.804 0-.951-.983-1.476-1.867-1.607-.131 0-.492-.099-.492-.263 0-.131.099-.295.525-.295.36 0 1.015.131 1.342.295l-.065-1.378c-.491-.163-1.18-.295-1.703-.295-1.08 0-2.031.656-2.031 1.706 0 .82.59 1.247 1.54 1.444.392.032.753.196.753.393 0 .263-.262.328-.524.328-.23 0-.819.066-1.802-.328z"/><path fill="#005498" d="M41.238 43.713v-2.165h1.016v-1.41h-1.081v-2.264l-1.867.984v1.28h-.655v1.509h.655v2.362c0 1.18 1.54 1.968 2.948.984v-1.28c-.295.296-1.016.361-1.016 0m-9.007-3.575h1.966v5.117H32.23zm.983-.165c.59 0 1.081-.492 1.081-1.082 0-.558-.491-1.017-1.08-1.017a1.02 1.02 0 0 0-1.016 1.017c0 .59.458 1.082 1.015 1.082m32.294 5.02c.623.262 1.376.36 1.867.36 1.9 0 2.49-.984 2.49-1.804 0-.951-.983-1.476-1.9-1.607-.131 0-.491-.099-.491-.263 0-.131.098-.295.556-.295.36 0 .983.131 1.343.295l-.098-1.378c-.491-.163-1.18-.295-1.703-.295-1.081 0-2.03.656-2.03 1.706 0 .82.589 1.247 1.538 1.444.394.032.754.196.754.393 0 .263-.262.328-.524.328-.23 0-.82.066-1.802-.328zm-5.764-1.837c-.623.459-1.114.557-1.933.557-1.244 0-2.358-1.017-2.358-2.066 0-1.149.623-2.231 2.358-2.231.786 0 1.441.13 1.933.59v-1.771c-.623-.361-1.474-.46-2.227-.46-2.26 0-3.996 1.608-3.996 3.806 0 2.165 1.9 3.806 4.127 3.806.753 0 1.473-.165 2.096-.525zm3.144-1.87c-.557-.033-1.703.032-2.522.426l.262-1.41c1.9-.624 4.586-.296 4.586 1.377v3.543h-1.769l-.066-.13c-.786.491-3.733.688-3.308-1.608.197-1.345 1.769-1.673 2.752-1.673.49 0 .687-.493.065-.525m.426 1.673c-.36-.033-1.376.131-1.376.787 0 .722 1.376.558 1.376-.164zm8.646-2.428v-2.657h-1.834v7.447h1.835V42.4c0-.984 1.506-1.017 1.506 0v2.92h1.867v-3.38c0-1.508-1.768-2.558-3.373-1.41M33.607 18.321c-.556-.033-1.703.033-2.456.426l.262-1.41c1.834-.624 4.454-.263 4.454 1.377v3.478h-1.736l-.032-.164c-.754.492-3.734.722-3.276-1.542.23-1.345 1.736-1.673 2.686-1.673.491 0 .688-.46.098-.492m-.95 2.427c0-.656.983-.852 1.376-.787v.623c0 .69-1.376.886-1.376.164M64.559 18.321c-.557-.033-1.67.033-2.49.426l.295-1.41c1.834-.624 4.455-.263 4.455 1.377v3.478h-1.704l-.065-.164c-.787.492-3.669.722-3.276-1.542.23-1.345 1.77-1.673 2.719-1.673.491 0 .688-.46.066-.492m-.918 2.427c0-.656.983-.852 1.343-.787v.623c0 .69-1.343.886-1.343.164"/></svg>
|
||||
|
Before Width: | Height: | Size: 4.7 KiB |
@@ -1 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="60" fill="none"><path fill="#F0B90B" d="M0 0h100v60H0z"/><path fill="#fff" d="M37.895 36.918V23.112h5.897q1.443 0 2.38.499.938.492 1.395 1.328a3.74 3.74 0 0 1 .459 1.84q0 .89-.317 1.47-.31.58-.823.917a3.7 3.7 0 0 1-1.098.499v.134q.633.041 1.274.445.64.405 1.072 1.16.43.755.431 1.847 0 1.038-.472 1.867-.472.83-1.49 1.315-1.017.485-2.65.485zm1.672-1.483h4.387q1.638 0 2.326-.634.694-.64.694-1.55 0-.701-.357-1.294-.358-.6-1.018-.958-.66-.364-1.564-.364h-4.468zm0-6.256h4.171q.756 0 1.362-.296a2.4 2.4 0 0 0 .97-.836q.365-.54.365-1.268 0-.91-.634-1.544-.633-.64-2.009-.64h-4.225zM59.718 23.112h2.92v8.966q0 1.51-.722 2.643-.714 1.132-2.002 1.766-1.289.627-3 .627-1.719 0-3.007-.627-1.288-.634-2.002-1.766-.715-1.133-.715-2.643v-8.966h2.92v8.717q0 .788.343 1.402.351.613.984.964.634.35 1.477.35.849 0 1.476-.35a2.46 2.46 0 0 0 .978-.964q.35-.615.35-1.402zM72.549 27.083q-.081-.816-.695-1.268-.613-.451-1.665-.452-.714 0-1.206.203-.493.195-.755.546-.257.351-.257.795-.013.37.155.648.176.276.48.478.302.195.7.344.398.141.85.243l1.24.296a8.7 8.7 0 0 1 1.658.54q.756.336 1.308.829.553.491.856 1.16.31.666.317 1.53-.006 1.266-.647 2.197-.633.924-1.834 1.436-1.193.506-2.878.506-1.672 0-2.913-.512-1.233-.513-1.928-1.517-.687-1.012-.72-2.501h2.824q.047.693.398 1.16.357.457.95.694.6.228 1.355.229.742 0 1.288-.216.552-.216.856-.6t.303-.883q0-.465-.276-.782-.27-.316-.796-.54a8 8 0 0 0-1.274-.404l-1.503-.378q-1.746-.424-2.757-1.328-1.013-.903-1.005-2.433-.007-1.255.668-2.191.68-.938 1.867-1.463t2.697-.526q1.536 0 2.683.526 1.152.525 1.793 1.463.64.937.66 2.17zM82.592 36.918h-4.894V23.112h4.935c1.388 0 2.964.276 3.966.83a5.6 5.6 0 0 1 2.312 2.365q.816 1.544.816 3.695 0 2.157-.816 3.707a5.6 5.6 0 0 1-2.325 2.38c-1.007.553-2.592.83-3.994.83m-1.975-2.5h1.854c.863 0 1.969-.154 2.557-.46q.89-.465 1.335-1.435.452-.978.452-2.521 0-1.53-.452-2.501-.445-.971-1.328-1.43c-.589-.305-1.695-.458-2.557-.458h-1.861zM23.957 21.783 21.24 19l-6.842 6.908 2.717 2.717zM28.082 25.908l-2.717-2.783-10.967 11.033 2.717 2.717zM12.99 27.25l2.717 2.783-2.717 2.717-2.717-2.717zM32.207 30.033 29.49 27.25 18.523 38.283 21.24 41z"/></svg>
|
||||
|
Before Width: | Height: | Size: 2.1 KiB |