From b493766a706c6a0d0b884765438bf68122c3bd6d Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 28 Jan 2023 23:18:03 +0100 Subject: [PATCH 1/2] changelog update --- src/pages/_data/changelog.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/pages/_data/changelog.yml b/src/pages/_data/changelog.yml index 978b3e60a..40e8e0a25 100644 --- a/src/pages/_data/changelog.yml +++ b/src/pages/_data/changelog.yml @@ -227,3 +227,25 @@ - homepage navbar fix - "fix #1262 - `.bg-opacity-xx` class is not functioning properly" +- version: 1.0.0-beta17 + date: 2023-01-28 + changes: + - update `bootstrap` to v5.3.0 + - update icons to v2.1.2 + - add 72 new brands, browsers logos update + - new `Trial ended` page + - new `Page loader` page + - new `Profile` page + - headings fix + - dropdown background color fix + - fix rgba conversion bug + - fix autofill text color, not matching in dark mode + - update license + - header html5 tags + - "add input with appended ``" + - "`bootstrap` import fix" + - font improvements + - "change `$body-color` to CSS variable" + - scrollbars improvements + - "move `@tabler/icons` to `dev-dependencies`" + - "fix #1370: avatar stacked list is not stacked anymore" From e73415687629ab229eb253ddbdba36581045cb98 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 28 Jan 2023 23:22:30 +0100 Subject: [PATCH 2/2] Release 1.0.0-beta17 --- demo/accordion.html | 68 +- demo/activity.html | 68 +- demo/auth-lock.html | 26 +- demo/badges.html | 68 +- demo/blank.html | 70 +- demo/buttons.html | 108 +- demo/card-actions.html | 82 +- demo/cards-masonry.html | 68 +- demo/cards.html | 74 +- demo/carousel.html | 68 +- demo/changelog.html | 97 +- demo/charts.html | 70 +- demo/colors.html | 68 +- demo/datagrid.html | 68 +- demo/datatables.html | 70 +- demo/dist/css/demo.css | 8 +- demo/dist/css/demo.min.css | 8 +- demo/dist/css/demo.rtl.css | 8 +- demo/dist/css/demo.rtl.min.css | 8 +- demo/dist/css/tabler-flags.css | 8 +- demo/dist/css/tabler-flags.min.css | 8 +- demo/dist/css/tabler-flags.rtl.css | 8 +- demo/dist/css/tabler-flags.rtl.min.css | 8 +- demo/dist/css/tabler-payments.css | 8 +- demo/dist/css/tabler-payments.min.css | 8 +- demo/dist/css/tabler-payments.rtl.css | 8 +- demo/dist/css/tabler-payments.rtl.min.css | 8 +- demo/dist/css/tabler-vendors.css | 1362 + demo/dist/css/tabler-vendors.min.css | 9 + demo/dist/css/tabler-vendors.rtl.css | 1362 + demo/dist/css/tabler-vendors.rtl.min.css | 9 + demo/dist/css/tabler.css | 24004 ++++++++++++++++ demo/dist/css/tabler.min.css | 9 + demo/dist/css/tabler.rtl.css | 23969 +++++++++++++++ demo/dist/css/tabler.rtl.min.css | 9 + demo/dist/js/demo-theme.js | 8 +- demo/dist/js/demo-theme.min.js | 8 +- demo/dist/js/demo.js | 8 +- demo/dist/js/demo.min.js | 8 +- demo/dist/js/tabler.esm.js | 245 +- demo/dist/js/tabler.esm.min.js | 12 +- demo/dist/js/tabler.js | 245 +- demo/dist/js/tabler.min.js | 14 +- .../bootstrap/dist/js/bootstrap.bundle.js | 1780 +- .../bootstrap/dist/js/bootstrap.bundle.js.map | 2 +- .../bootstrap/dist/js/bootstrap.bundle.min.js | 4 +- .../dist/js/bootstrap.bundle.min.js.map | 2 +- .../libs/bootstrap/dist/js/bootstrap.esm.js | 1778 +- .../bootstrap/dist/js/bootstrap.esm.js.map | 2 +- .../bootstrap/dist/js/bootstrap.esm.min.js | 4 +- .../dist/js/bootstrap.esm.min.js.map | 2 +- demo/dist/libs/bootstrap/dist/js/bootstrap.js | 1785 +- .../libs/bootstrap/dist/js/bootstrap.js.map | 2 +- .../libs/bootstrap/dist/js/bootstrap.min.js | 4 +- .../bootstrap/dist/js/bootstrap.min.js.map | 2 +- demo/dist/libs/tinymce/CHANGELOG.md | 5 + demo/dist/libs/tinymce/composer.json | 2 +- demo/dist/libs/tinymce/models/dom/model.js | 2 +- .../dist/libs/tinymce/models/dom/model.min.js | 2 +- demo/dist/libs/tinymce/package.json | 2 +- .../libs/tinymce/plugins/advlist/plugin.js | 2 +- .../tinymce/plugins/advlist/plugin.min.js | 2 +- .../libs/tinymce/plugins/anchor/plugin.js | 2 +- .../libs/tinymce/plugins/anchor/plugin.min.js | 2 +- .../libs/tinymce/plugins/autolink/plugin.js | 2 +- .../tinymce/plugins/autolink/plugin.min.js | 2 +- .../libs/tinymce/plugins/autoresize/plugin.js | 2 +- .../tinymce/plugins/autoresize/plugin.min.js | 2 +- .../libs/tinymce/plugins/autosave/plugin.js | 2 +- .../tinymce/plugins/autosave/plugin.min.js | 2 +- .../libs/tinymce/plugins/charmap/plugin.js | 2 +- .../tinymce/plugins/charmap/plugin.min.js | 2 +- demo/dist/libs/tinymce/plugins/code/plugin.js | 2 +- .../libs/tinymce/plugins/code/plugin.min.js | 2 +- .../libs/tinymce/plugins/codesample/plugin.js | 2 +- .../tinymce/plugins/codesample/plugin.min.js | 2 +- .../tinymce/plugins/directionality/plugin.js | 2 +- .../plugins/directionality/plugin.min.js | 2 +- .../libs/tinymce/plugins/emoticons/plugin.js | 2 +- .../tinymce/plugins/emoticons/plugin.min.js | 2 +- .../libs/tinymce/plugins/fullscreen/plugin.js | 2 +- .../tinymce/plugins/fullscreen/plugin.min.js | 2 +- demo/dist/libs/tinymce/plugins/help/plugin.js | 2 +- .../libs/tinymce/plugins/help/plugin.min.js | 2 +- .../dist/libs/tinymce/plugins/image/plugin.js | 2 +- .../libs/tinymce/plugins/image/plugin.min.js | 2 +- .../libs/tinymce/plugins/importcss/plugin.js | 2 +- .../tinymce/plugins/importcss/plugin.min.js | 2 +- .../tinymce/plugins/insertdatetime/plugin.js | 2 +- .../plugins/insertdatetime/plugin.min.js | 2 +- demo/dist/libs/tinymce/plugins/link/plugin.js | 2 +- .../libs/tinymce/plugins/link/plugin.min.js | 2 +- .../dist/libs/tinymce/plugins/lists/plugin.js | 2 +- .../libs/tinymce/plugins/lists/plugin.min.js | 2 +- .../dist/libs/tinymce/plugins/media/plugin.js | 2 +- .../libs/tinymce/plugins/media/plugin.min.js | 2 +- .../tinymce/plugins/nonbreaking/plugin.js | 2 +- .../tinymce/plugins/nonbreaking/plugin.min.js | 2 +- .../libs/tinymce/plugins/pagebreak/plugin.js | 2 +- .../tinymce/plugins/pagebreak/plugin.min.js | 2 +- .../libs/tinymce/plugins/preview/plugin.js | 2 +- .../tinymce/plugins/preview/plugin.min.js | 2 +- .../libs/tinymce/plugins/quickbars/plugin.js | 2 +- .../tinymce/plugins/quickbars/plugin.min.js | 2 +- demo/dist/libs/tinymce/plugins/save/plugin.js | 2 +- .../libs/tinymce/plugins/save/plugin.min.js | 2 +- .../tinymce/plugins/searchreplace/plugin.js | 2 +- .../plugins/searchreplace/plugin.min.js | 2 +- .../dist/libs/tinymce/plugins/table/plugin.js | 2 +- .../libs/tinymce/plugins/table/plugin.min.js | 2 +- .../libs/tinymce/plugins/template/plugin.js | 2 +- .../tinymce/plugins/template/plugin.min.js | 2 +- .../tinymce/plugins/visualblocks/plugin.js | 2 +- .../plugins/visualblocks/plugin.min.js | 2 +- .../tinymce/plugins/visualchars/plugin.js | 2 +- .../tinymce/plugins/visualchars/plugin.min.js | 2 +- .../libs/tinymce/plugins/wordcount/plugin.js | 2 +- .../tinymce/plugins/wordcount/plugin.min.js | 2 +- demo/dist/libs/tinymce/themes/silver/theme.js | 1725 +- .../libs/tinymce/themes/silver/theme.min.js | 4 +- demo/dist/libs/tinymce/tinymce.js | 6 +- demo/dist/libs/tinymce/tinymce.min.js | 4 +- demo/docs/alerts.html | 96 +- demo/docs/autosize.html | 70 +- demo/docs/avatars.html | 82 +- demo/docs/badges.html | 72 +- demo/docs/borders.html | 70 +- demo/docs/breadcrumb.html | 72 +- demo/docs/browser-support.html | 70 +- demo/docs/buttons.html | 188 +- demo/docs/cards.html | 80 +- demo/docs/carousel.html | 72 +- demo/docs/charts.html | 72 +- demo/docs/colors.html | 72 +- demo/docs/countup.html | 72 +- demo/docs/cursors.html | 70 +- demo/docs/customize.html | 70 +- demo/docs/datagrid.html | 70 +- demo/docs/divider.html | 72 +- demo/docs/download.html | 80 +- demo/docs/dropdowns.html | 84 +- demo/docs/dropzone.html | 74 +- demo/docs/empty.html | 86 +- demo/docs/flags.html | 94 +- demo/docs/form-color-check.html | 70 +- demo/docs/form-elements.html | 139 +- demo/docs/form-fieldset.html | 70 +- demo/docs/form-helpers.html | 70 +- demo/docs/form-image-check.html | 70 +- demo/docs/form-selectboxes.html | 94 +- demo/docs/form-validation.html | 70 +- demo/docs/getting-started.html | 70 +- demo/docs/icons.html | 114 +- demo/docs/index.html | 70 +- demo/docs/inline-player.html | 74 +- demo/docs/input-mask.html | 70 +- demo/docs/interactions.html | 70 +- demo/docs/modals.html | 78 +- demo/docs/page-headers.html | 100 +- demo/docs/payments.html | 72 +- demo/docs/placeholder.html | 70 +- demo/docs/popover.html | 72 +- demo/docs/progress.html | 72 +- demo/docs/progressbg.html | 70 +- demo/docs/range-slider.html | 72 +- demo/docs/ribbons.html | 70 +- demo/docs/spinners.html | 72 +- demo/docs/statuses.html | 70 +- demo/docs/steps.html | 70 +- demo/docs/switch-icon.html | 126 +- demo/docs/tables.html | 72 +- demo/docs/tabs.html | 116 +- demo/docs/timelines.html | 110 +- demo/docs/tinymce.html | 72 +- demo/docs/toasts.html | 72 +- demo/docs/tooltips.html | 72 +- demo/docs/tracking.html | 74 +- demo/docs/typography.html | 72 +- demo/dropdowns.html | 74 +- demo/dropzone.html | 72 +- demo/empty.html | 68 +- demo/error-404.html | 24 +- demo/error-500.html | 24 +- demo/error-maintenance.html | 24 +- demo/faq.html | 68 +- demo/forgot-password.html | 26 +- demo/form-elements.html | 139 +- demo/gallery.html | 124 +- demo/icons.html | 4042 +-- demo/index.html | 130 +- demo/inline-player.html | 72 +- demo/invoice.html | 70 +- demo/job-listing.html | 178 +- demo/layout-boxed.html | 130 +- demo/layout-combo.html | 128 +- demo/layout-condensed.html | 122 +- demo/layout-fluid-vertical.html | 124 +- demo/layout-fluid.html | 130 +- demo/layout-horizontal.html | 130 +- demo/layout-navbar-dark.html | 130 +- demo/layout-navbar-overlap.html | 122 +- demo/layout-navbar-sticky.html | 130 +- demo/layout-rtl.html | 130 +- demo/layout-vertical-right.html | 124 +- demo/layout-vertical-transparent.html | 124 +- demo/layout-vertical.html | 124 +- demo/license.html | 78 +- demo/lightbox.html | 70 +- demo/lists.html | 68 +- demo/logs.html | 68 +- demo/map-fullsize.html | 62 +- demo/maps-vector.html | 74 +- demo/maps.html | 68 +- demo/markdown.html | 68 +- demo/modals.html | 74 +- demo/music.html | 140 +- demo/navigation.html | 98 +- demo/offcanvas.html | 68 +- demo/page-loader.html | 52 + demo/pagination.html | 76 +- demo/photogrid.html | 70 +- demo/placeholder.html | 68 +- demo/pricing-table.html | 80 +- demo/pricing.html | 80 +- demo/profile.html | 100 +- demo/search-results.html | 68 +- demo/settings-plan.html | 80 +- demo/settings.html | 68 +- demo/sign-in-cover.html | 24 +- demo/sign-in-illustration.html | 28 +- demo/sign-in-link.html | 24 +- demo/sign-in.html | 28 +- demo/sign-up.html | 26 +- demo/sitemap.xml | 280 +- demo/static/brands/amazon.svg | 1 + demo/static/brands/android.svg | 1 + demo/static/brands/app-store.svg | 1 + demo/static/brands/apple-podcast.svg | 1 + demo/static/brands/apple.svg | 1 + demo/static/brands/behance.svg | 1 + demo/static/brands/discord.svg | 1 + demo/static/brands/dribbble.svg | 1 + demo/static/brands/dropbox.svg | 1 + demo/static/brands/ever-green.svg | 1 + demo/static/brands/facebook.svg | 1 + demo/static/brands/figma.svg | 1 + demo/static/brands/font-awesome.svg | 1 + demo/static/brands/google-ads.svg | 1 + demo/static/brands/google-adsense.svg | 1 + demo/static/brands/google-analytics.svg | 1 + demo/static/brands/google-cloud.svg | 1 + demo/static/brands/google-drive.svg | 1 + demo/static/brands/google-fit.svg | 1 + demo/static/brands/google-home.svg | 1 + demo/static/brands/google-maps.svg | 1 + demo/static/brands/google-meet.svg | 1 + demo/static/brands/google-photos.svg | 1 + demo/static/brands/google-play.svg | 1 + demo/static/brands/google-shopping.svg | 1 + demo/static/brands/google-teams.svg | 1 + demo/static/brands/google.svg | 1 + demo/static/brands/instagram.svg | 1 + demo/static/brands/klarna.svg | 1 + demo/static/brands/linkedin.svg | 1 + demo/static/brands/mailchimp.svg | 1 + demo/static/brands/medium.svg | 1 + demo/static/brands/messenger.svg | 1 + demo/static/brands/meta.svg | 1 + demo/static/brands/monday.svg | 1 + demo/static/brands/netflix.svg | 1 + demo/static/brands/notion.svg | 1 + demo/static/brands/office-365.svg | 1 + demo/static/brands/opera.svg | 1 + demo/static/brands/paypal.svg | 1 + demo/static/brands/petreon.svg | 1 + demo/static/brands/pinterest.svg | 1 + demo/static/brands/play-store.svg | 1 + demo/static/brands/quora.svg | 1 + demo/static/brands/reddit.svg | 1 + demo/static/brands/shopify.svg | 1 + demo/static/brands/skype.svg | 1 + demo/static/brands/slack.svg | 1 + demo/static/brands/snapchat.svg | 1 + demo/static/brands/soundcloud.svg | 1 + demo/static/brands/spotify.svg | 1 + demo/static/brands/stripe.svg | 1 + demo/static/brands/telegram.svg | 1 + demo/static/brands/tiktok.svg | 1 + demo/static/brands/tinder.svg | 1 + demo/static/brands/trello.svg | 1 + demo/static/brands/truth.svg | 1 + demo/static/brands/tumblr.svg | 1 + demo/static/brands/twitch.svg | 1 + demo/static/brands/twitter.svg | 1 + demo/static/brands/vimeo.svg | 1 + demo/static/brands/vk.svg | 1 + demo/static/brands/watppad.svg | 1 + demo/static/brands/webflow.svg | 1 + demo/static/brands/whatsapp.svg | 1 + demo/static/brands/wordpress.svg | 1 + demo/static/brands/xing.svg | 1 + demo/static/brands/yelp.svg | 1 + demo/static/brands/youtube.svg | 1 + demo/static/brands/zapier.svg | 1 + demo/static/brands/zendesk.svg | 1 + demo/static/brands/zoom.svg | 1 + demo/static/browsers/brave.svg | 2 +- demo/static/browsers/chrome.svg | 2 +- demo/static/browsers/edge.svg | 2 +- demo/static/browsers/electron.svg | 2 +- demo/static/browsers/firefox.svg | 2 +- demo/static/browsers/internet-explorer.svg | 1 + demo/static/browsers/opera.svg | 2 +- demo/static/browsers/safari.svg | 2 +- demo/static/browsers/vivaldi.svg | 2 +- demo/steps.html | 68 +- demo/tables.html | 74 +- demo/tabs.html | 80 +- demo/tasks.html | 168 +- demo/terms-of-service.html | 24 +- demo/tinymce.html | 70 +- demo/trial-ended.html | 91 + demo/typography.html | 68 +- demo/uptime.html | 74 +- demo/users.html | 110 +- demo/widgets.html | 108 +- demo/wizard.html | 24 +- dist/css/demo.css | 8 +- dist/css/demo.min.css | 8 +- dist/css/demo.rtl.css | 8 +- dist/css/demo.rtl.min.css | 8 +- dist/css/tabler-flags.css | 8 +- dist/css/tabler-flags.min.css | 8 +- dist/css/tabler-flags.rtl.css | 8 +- dist/css/tabler-flags.rtl.min.css | 8 +- dist/css/tabler-payments.css | 8 +- dist/css/tabler-payments.min.css | 8 +- dist/css/tabler-payments.rtl.css | 8 +- dist/css/tabler-payments.rtl.min.css | 8 +- dist/css/tabler-vendors.css | 1362 + dist/css/tabler-vendors.min.css | 9 + dist/css/tabler-vendors.rtl.css | 1362 + dist/css/tabler-vendors.rtl.min.css | 9 + dist/css/tabler.css | 24004 ++++++++++++++++ dist/css/tabler.min.css | 9 + dist/css/tabler.rtl.css | 23969 +++++++++++++++ dist/css/tabler.rtl.min.css | 9 + dist/js/demo-theme.js | 8 +- dist/js/demo-theme.min.js | 8 +- dist/js/demo.js | 8 +- dist/js/demo.min.js | 8 +- dist/js/tabler.esm.js | 245 +- dist/js/tabler.esm.min.js | 12 +- dist/js/tabler.js | 245 +- dist/js/tabler.min.js | 14 +- .../bootstrap/dist/js/bootstrap.bundle.js | 1780 +- .../bootstrap/dist/js/bootstrap.bundle.js.map | 2 +- .../bootstrap/dist/js/bootstrap.bundle.min.js | 4 +- .../dist/js/bootstrap.bundle.min.js.map | 2 +- dist/libs/bootstrap/dist/js/bootstrap.esm.js | 1778 +- .../bootstrap/dist/js/bootstrap.esm.js.map | 2 +- .../bootstrap/dist/js/bootstrap.esm.min.js | 4 +- .../dist/js/bootstrap.esm.min.js.map | 2 +- dist/libs/bootstrap/dist/js/bootstrap.js | 1785 +- dist/libs/bootstrap/dist/js/bootstrap.js.map | 2 +- dist/libs/bootstrap/dist/js/bootstrap.min.js | 4 +- .../bootstrap/dist/js/bootstrap.min.js.map | 2 +- dist/libs/tinymce/CHANGELOG.md | 5 + dist/libs/tinymce/composer.json | 2 +- dist/libs/tinymce/models/dom/model.js | 2 +- dist/libs/tinymce/models/dom/model.min.js | 2 +- dist/libs/tinymce/package.json | 2 +- dist/libs/tinymce/plugins/advlist/plugin.js | 2 +- .../tinymce/plugins/advlist/plugin.min.js | 2 +- dist/libs/tinymce/plugins/anchor/plugin.js | 2 +- .../libs/tinymce/plugins/anchor/plugin.min.js | 2 +- dist/libs/tinymce/plugins/autolink/plugin.js | 2 +- .../tinymce/plugins/autolink/plugin.min.js | 2 +- .../libs/tinymce/plugins/autoresize/plugin.js | 2 +- .../tinymce/plugins/autoresize/plugin.min.js | 2 +- dist/libs/tinymce/plugins/autosave/plugin.js | 2 +- .../tinymce/plugins/autosave/plugin.min.js | 2 +- dist/libs/tinymce/plugins/charmap/plugin.js | 2 +- .../tinymce/plugins/charmap/plugin.min.js | 2 +- dist/libs/tinymce/plugins/code/plugin.js | 2 +- dist/libs/tinymce/plugins/code/plugin.min.js | 2 +- .../libs/tinymce/plugins/codesample/plugin.js | 2 +- .../tinymce/plugins/codesample/plugin.min.js | 2 +- .../tinymce/plugins/directionality/plugin.js | 2 +- .../plugins/directionality/plugin.min.js | 2 +- dist/libs/tinymce/plugins/emoticons/plugin.js | 2 +- .../tinymce/plugins/emoticons/plugin.min.js | 2 +- .../libs/tinymce/plugins/fullscreen/plugin.js | 2 +- .../tinymce/plugins/fullscreen/plugin.min.js | 2 +- dist/libs/tinymce/plugins/help/plugin.js | 2 +- dist/libs/tinymce/plugins/help/plugin.min.js | 2 +- dist/libs/tinymce/plugins/image/plugin.js | 2 +- dist/libs/tinymce/plugins/image/plugin.min.js | 2 +- dist/libs/tinymce/plugins/importcss/plugin.js | 2 +- .../tinymce/plugins/importcss/plugin.min.js | 2 +- .../tinymce/plugins/insertdatetime/plugin.js | 2 +- .../plugins/insertdatetime/plugin.min.js | 2 +- dist/libs/tinymce/plugins/link/plugin.js | 2 +- dist/libs/tinymce/plugins/link/plugin.min.js | 2 +- dist/libs/tinymce/plugins/lists/plugin.js | 2 +- dist/libs/tinymce/plugins/lists/plugin.min.js | 2 +- dist/libs/tinymce/plugins/media/plugin.js | 2 +- dist/libs/tinymce/plugins/media/plugin.min.js | 2 +- .../tinymce/plugins/nonbreaking/plugin.js | 2 +- .../tinymce/plugins/nonbreaking/plugin.min.js | 2 +- dist/libs/tinymce/plugins/pagebreak/plugin.js | 2 +- .../tinymce/plugins/pagebreak/plugin.min.js | 2 +- dist/libs/tinymce/plugins/preview/plugin.js | 2 +- .../tinymce/plugins/preview/plugin.min.js | 2 +- dist/libs/tinymce/plugins/quickbars/plugin.js | 2 +- .../tinymce/plugins/quickbars/plugin.min.js | 2 +- dist/libs/tinymce/plugins/save/plugin.js | 2 +- dist/libs/tinymce/plugins/save/plugin.min.js | 2 +- .../tinymce/plugins/searchreplace/plugin.js | 2 +- .../plugins/searchreplace/plugin.min.js | 2 +- dist/libs/tinymce/plugins/table/plugin.js | 2 +- dist/libs/tinymce/plugins/table/plugin.min.js | 2 +- dist/libs/tinymce/plugins/template/plugin.js | 2 +- .../tinymce/plugins/template/plugin.min.js | 2 +- .../tinymce/plugins/visualblocks/plugin.js | 2 +- .../plugins/visualblocks/plugin.min.js | 2 +- .../tinymce/plugins/visualchars/plugin.js | 2 +- .../tinymce/plugins/visualchars/plugin.min.js | 2 +- dist/libs/tinymce/plugins/wordcount/plugin.js | 2 +- .../tinymce/plugins/wordcount/plugin.min.js | 2 +- dist/libs/tinymce/themes/silver/theme.js | 1725 +- dist/libs/tinymce/themes/silver/theme.min.js | 4 +- dist/libs/tinymce/tinymce.js | 6 +- dist/libs/tinymce/tinymce.min.js | 4 +- package-lock.json | 4 +- package.json | 2 +- 436 files changed, 117370 insertions(+), 15365 deletions(-) create mode 100644 demo/dist/css/tabler-vendors.css create mode 100644 demo/dist/css/tabler-vendors.min.css create mode 100644 demo/dist/css/tabler-vendors.rtl.css create mode 100644 demo/dist/css/tabler-vendors.rtl.min.css create mode 100644 demo/dist/css/tabler.css create mode 100644 demo/dist/css/tabler.min.css create mode 100644 demo/dist/css/tabler.rtl.css create mode 100644 demo/dist/css/tabler.rtl.min.css create mode 100644 demo/page-loader.html create mode 100644 demo/static/brands/amazon.svg create mode 100644 demo/static/brands/android.svg create mode 100644 demo/static/brands/app-store.svg create mode 100644 demo/static/brands/apple-podcast.svg create mode 100644 demo/static/brands/apple.svg create mode 100644 demo/static/brands/behance.svg create mode 100644 demo/static/brands/discord.svg create mode 100644 demo/static/brands/dribbble.svg create mode 100644 demo/static/brands/dropbox.svg create mode 100644 demo/static/brands/ever-green.svg create mode 100644 demo/static/brands/facebook.svg create mode 100644 demo/static/brands/figma.svg create mode 100644 demo/static/brands/font-awesome.svg create mode 100644 demo/static/brands/google-ads.svg create mode 100644 demo/static/brands/google-adsense.svg create mode 100644 demo/static/brands/google-analytics.svg create mode 100644 demo/static/brands/google-cloud.svg create mode 100644 demo/static/brands/google-drive.svg create mode 100644 demo/static/brands/google-fit.svg create mode 100644 demo/static/brands/google-home.svg create mode 100644 demo/static/brands/google-maps.svg create mode 100644 demo/static/brands/google-meet.svg create mode 100644 demo/static/brands/google-photos.svg create mode 100644 demo/static/brands/google-play.svg create mode 100644 demo/static/brands/google-shopping.svg create mode 100644 demo/static/brands/google-teams.svg create mode 100644 demo/static/brands/google.svg create mode 100644 demo/static/brands/instagram.svg create mode 100644 demo/static/brands/klarna.svg create mode 100644 demo/static/brands/linkedin.svg create mode 100644 demo/static/brands/mailchimp.svg create mode 100644 demo/static/brands/medium.svg create mode 100644 demo/static/brands/messenger.svg create mode 100644 demo/static/brands/meta.svg create mode 100644 demo/static/brands/monday.svg create mode 100644 demo/static/brands/netflix.svg create mode 100644 demo/static/brands/notion.svg create mode 100644 demo/static/brands/office-365.svg create mode 100644 demo/static/brands/opera.svg create mode 100644 demo/static/brands/paypal.svg create mode 100644 demo/static/brands/petreon.svg create mode 100644 demo/static/brands/pinterest.svg create mode 100644 demo/static/brands/play-store.svg create mode 100644 demo/static/brands/quora.svg create mode 100644 demo/static/brands/reddit.svg create mode 100644 demo/static/brands/shopify.svg create mode 100644 demo/static/brands/skype.svg create mode 100644 demo/static/brands/slack.svg create mode 100644 demo/static/brands/snapchat.svg create mode 100644 demo/static/brands/soundcloud.svg create mode 100644 demo/static/brands/spotify.svg create mode 100644 demo/static/brands/stripe.svg create mode 100644 demo/static/brands/telegram.svg create mode 100644 demo/static/brands/tiktok.svg create mode 100644 demo/static/brands/tinder.svg create mode 100644 demo/static/brands/trello.svg create mode 100644 demo/static/brands/truth.svg create mode 100644 demo/static/brands/tumblr.svg create mode 100644 demo/static/brands/twitch.svg create mode 100644 demo/static/brands/twitter.svg create mode 100644 demo/static/brands/vimeo.svg create mode 100644 demo/static/brands/vk.svg create mode 100644 demo/static/brands/watppad.svg create mode 100644 demo/static/brands/webflow.svg create mode 100644 demo/static/brands/whatsapp.svg create mode 100644 demo/static/brands/wordpress.svg create mode 100644 demo/static/brands/xing.svg create mode 100644 demo/static/brands/yelp.svg create mode 100644 demo/static/brands/youtube.svg create mode 100644 demo/static/brands/zapier.svg create mode 100644 demo/static/brands/zendesk.svg create mode 100644 demo/static/brands/zoom.svg create mode 100644 demo/static/browsers/internet-explorer.svg create mode 100644 demo/trial-ended.html create mode 100644 dist/css/tabler-vendors.css create mode 100644 dist/css/tabler-vendors.min.css create mode 100644 dist/css/tabler-vendors.rtl.css create mode 100644 dist/css/tabler-vendors.rtl.min.css create mode 100644 dist/css/tabler.css create mode 100644 dist/css/tabler.min.css create mode 100644 dist/css/tabler.rtl.css create mode 100644 dist/css/tabler.rtl.min.css diff --git a/demo/accordion.html b/demo/accordion.html index 5dfdbbf26..d308ed152 100644 --- a/demo/accordion.html +++ b/demo/accordion.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Accordion - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
@@ -67,7 +67,7 @@ - + - @@ -560,7 +568,7 @@
- +
@@ -569,7 +577,7 @@ - +
- @@ -560,7 +568,7 @@
- +
@@ -569,7 +577,7 @@
- +
- +
- @@ -560,7 +568,7 @@
- +
@@ -569,7 +577,7 @@
- +
@@ -584,7 +592,7 @@ @@ -602,7 +610,7 @@
  • - + Sponsor
  • @@ -611,13 +619,13 @@
    @@ -629,7 +637,7 @@
    - - + + \ No newline at end of file diff --git a/demo/buttons.html b/demo/buttons.html index 65cb87347..7c824213e 100644 --- a/demo/buttons.html +++ b/demo/buttons.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Buttons - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - +
    @@ -667,7 +675,7 @@ - + Email
    @@ -742,7 +750,7 @@
    @@ -801,7 +809,7 @@
  • - + Sponsor
  • @@ -810,13 +818,13 @@
    @@ -828,7 +836,7 @@
    - - + + \ No newline at end of file diff --git a/demo/cards-masonry.html b/demo/cards-masonry.html index fe4904c78..4ea9b73aa 100644 --- a/demo/cards-masonry.html +++ b/demo/cards-masonry.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Cards Masonry - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    +
    +

    + 1.0.0-beta17 – + January 28, 2023 +

    +
      +
    • update bootstrap to v5.3.0
    • +
    • update icons to v2.1.2
    • +
    • add 72 new brands, browsers logos update
    • +
    • new Trial ended page
    • +
    • new Page loader page
    • +
    • new Profile page
    • +
    • headings fix
    • +
    • dropdown background color fix
    • +
    • fix rgba conversion bug
    • +
    • fix autofill text color, not matching in dark mode
    • +
    • update license
    • +
    • header html5 tags
    • +
    • add input with appended <kbd>
    • +
    • bootstrap import fix
    • +
    • font improvements
    • +
    • change $body-color to CSS variable
    • +
    • scrollbars improvements
    • +
    • move @tabler/icons to dev-dependencies
    • +
    • fix #1370: avatar stacked list is not stacked anymore
    • +
    +

    1.0.0-beta16 – @@ -1248,7 +1283,7 @@
  • - + Sponsor
  • @@ -1257,13 +1292,13 @@
    @@ -1275,7 +1310,7 @@
    - - + + \ No newline at end of file diff --git a/demo/charts.html b/demo/charts.html index df362e82e..542a751c5 100644 --- a/demo/charts.html +++ b/demo/charts.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Charts - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - +

    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - + - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - + - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    -
    +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    @@ -1451,7 +1459,7 @@ </a> <a href="#" class="btn btn-twitter"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-twitter --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c0 -.249 1.51 -2.772 1.818 -4.013z" /></svg> Twitter </a> <a href="#" class="btn btn-google"> @@ -1461,17 +1469,17 @@ </a> <a href="#" class="btn btn-youtube"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-youtube --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><rect x="3" y="5" width="18" height="14" rx="4" /><path d="M10 9l5 3l-5 3z" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 5m0 4a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v6a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4z" /><path d="M10 9l5 3l-5 3z" /></svg> Youtube </a> <a href="#" class="btn btn-vimeo"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-vimeo --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 8.5l1 1s1.5 -1.102 2 -.5c.509 .609 1.863 7.65 2.5 9c.556 1.184 1.978 2.89 4 1.5c2 -1.5 7.5 -5.5 8.5 -11.5c.444 -2.661 -1 -4 -2.5 -4c-2 0 -4.047 1.202 -4.5 4c2.05 -1.254 2.551 1.003 1.5 3c-1.052 2.005 -2 3 -2.5 3c-.49 0 -.924 -1.165 -1.5 -3.5c-.59 -2.42 -.5 -6.5 -3 -6.5s-5.5 4.5 -5.5 4.5z" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 8.5l1 1s1.5 -1.102 2 -.5c.509 .609 1.863 7.65 2.5 9c.556 1.184 1.978 2.89 4 1.5c2 -1.5 7.5 -5.5 8.5 -11.5c.444 -2.661 -1 -4 -2.5 -4c-2 0 -4.047 1.202 -4.5 4c2.05 -1.254 2.551 1 1.5 3c-1.052 2 -2 3 -2.5 3c-.49 0 -.924 -1.165 -1.5 -3.5c-.59 -2.42 -.5 -6.5 -3 -6.5s-5.5 4.5 -5.5 4.5z" /></svg> Vimeo </a> <a href="#" class="btn btn-dribbble"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-dribbble --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="12" cy="12" r="9" /><path d="M9 3.6c5 6 7 10.5 7.5 16.2" /><path d="M6.4 19c3.5 -3.5 6 -6.5 14.5 -6.4" /><path d="M3.1 10.75c5 0 9.814 -.38 15.314 -5" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /><path d="M9 3.6c5 6 7 10.5 7.5 16.2" /><path d="M6.4 19c3.5 -3.5 6 -6.5 14.5 -6.4" /><path d="M3.1 10.75c5 0 9.814 -.38 15.314 -5" /></svg> Dribbble </a> <a href="#" class="btn btn-github"> @@ -1481,27 +1489,27 @@ </a> <a href="#" class="btn btn-instagram"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-instagram --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><rect x="4" y="4" width="16" height="16" rx="4" /><circle cx="12" cy="12" r="3" /><line x1="16.5" y1="7.5" x2="16.5" y2="7.501" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" /><path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" /><path d="M16.5 7.5l0 0" /></svg> Instagram </a> <a href="#" class="btn btn-pinterest"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-pinterest --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="8" y1="20" x2="12" y2="11" /><path d="M10.7 14c.437 1.263 1.43 2 2.55 2c2.071 0 3.75 -1.554 3.75 -4a5 5 0 1 0 -9.7 1.7" /><circle cx="12" cy="12" r="9" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M8 20l4 -9" /><path d="M10.7 14c.437 1.263 1.43 2 2.55 2c2.071 0 3.75 -1.554 3.75 -4a5 5 0 1 0 -9.7 1.7" /><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /></svg> Pinterest </a> <a href="#" class="btn btn-vk"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-vk --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 19h-4a8 8 0 0 1 -8 -8v-5h4v5a4 4 0 0 0 4 4h0v-9h4v4.5l.03 -.004a4.531 4.531 0 0 0 3.97 -4.496h4l-.342 1.711a6.858 6.858 0 0 1 -3.658 4.789h0a5.34 5.34 0 0 1 3.566 4.111l.434 2.389h0h-4a4.531 4.531 0 0 0 -3.97 -4.496v4.5z" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 19h-4a8 8 0 0 1 -8 -8v-5h4v5a4 4 0 0 0 4 4h0v-9h4v4.5l.03 0a4.531 4.531 0 0 0 3.97 -4.496h4l-.342 1.711a6.858 6.858 0 0 1 -3.658 4.789h0a5.34 5.34 0 0 1 3.566 4.111l.434 2.389h0h-4a4.531 4.531 0 0 0 -3.97 -4.496v4.5z" /></svg> VK </a> <a href="#" class="btn btn-rss"> <!-- Download SVG icon from http://tabler-icons.io/i/rss --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="5" cy="19" r="1" /><path d="M4 4a16 16 0 0 1 16 16" /><path d="M4 11a9 9 0 0 1 9 9" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M4 4a16 16 0 0 1 16 16" /><path d="M4 11a9 9 0 0 1 9 9" /></svg> RSS </a> <a href="#" class="btn btn-flickr"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-flickr --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="12" r="3" /><circle cx="17" cy="12" r="3" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" /><path d="M17 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" /></svg> Flickr </a> <a href="#" class="btn btn-bitbucket"> @@ -1511,7 +1519,7 @@ </a> <a href="#" class="btn btn-tabler"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-tabler --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M8 9l3 3l-3 3" /><line x1="13" y1="15" x2="16" y2="15" /><rect x="4" y="4" width="16" height="16" rx="4" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M8 9l3 3l-3 3" /><path d="M13 15l3 0" /><path d="M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" /></svg> Tabler </a> @@ -1526,7 +1534,7 @@ - + @@ -1534,15 +1542,15 @@ - + - + - + @@ -1550,23 +1558,23 @@ - + - + - + - + - + @@ -1574,7 +1582,7 @@ - +
    @@ -1587,7 +1595,7 @@ </a> <a href="#" class="btn btn-twitter btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-twitter --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c0 -.249 1.51 -2.772 1.818 -4.013z" /></svg> </a> <a href="#" class="btn btn-google btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-google --> @@ -1595,15 +1603,15 @@ </a> <a href="#" class="btn btn-youtube btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-youtube --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><rect x="3" y="5" width="18" height="14" rx="4" /><path d="M10 9l5 3l-5 3z" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 5m0 4a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v6a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4z" /><path d="M10 9l5 3l-5 3z" /></svg> </a> <a href="#" class="btn btn-vimeo btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-vimeo --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 8.5l1 1s1.5 -1.102 2 -.5c.509 .609 1.863 7.65 2.5 9c.556 1.184 1.978 2.89 4 1.5c2 -1.5 7.5 -5.5 8.5 -11.5c.444 -2.661 -1 -4 -2.5 -4c-2 0 -4.047 1.202 -4.5 4c2.05 -1.254 2.551 1.003 1.5 3c-1.052 2.005 -2 3 -2.5 3c-.49 0 -.924 -1.165 -1.5 -3.5c-.59 -2.42 -.5 -6.5 -3 -6.5s-5.5 4.5 -5.5 4.5z" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 8.5l1 1s1.5 -1.102 2 -.5c.509 .609 1.863 7.65 2.5 9c.556 1.184 1.978 2.89 4 1.5c2 -1.5 7.5 -5.5 8.5 -11.5c.444 -2.661 -1 -4 -2.5 -4c-2 0 -4.047 1.202 -4.5 4c2.05 -1.254 2.551 1 1.5 3c-1.052 2 -2 3 -2.5 3c-.49 0 -.924 -1.165 -1.5 -3.5c-.59 -2.42 -.5 -6.5 -3 -6.5s-5.5 4.5 -5.5 4.5z" /></svg> </a> <a href="#" class="btn btn-dribbble btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-dribbble --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="12" cy="12" r="9" /><path d="M9 3.6c5 6 7 10.5 7.5 16.2" /><path d="M6.4 19c3.5 -3.5 6 -6.5 14.5 -6.4" /><path d="M3.1 10.75c5 0 9.814 -.38 15.314 -5" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /><path d="M9 3.6c5 6 7 10.5 7.5 16.2" /><path d="M6.4 19c3.5 -3.5 6 -6.5 14.5 -6.4" /><path d="M3.1 10.75c5 0 9.814 -.38 15.314 -5" /></svg> </a> <a href="#" class="btn btn-github btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-github --> @@ -1611,23 +1619,23 @@ </a> <a href="#" class="btn btn-instagram btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-instagram --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><rect x="4" y="4" width="16" height="16" rx="4" /><circle cx="12" cy="12" r="3" /><line x1="16.5" y1="7.5" x2="16.5" y2="7.501" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" /><path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" /><path d="M16.5 7.5l0 0" /></svg> </a> <a href="#" class="btn btn-pinterest btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-pinterest --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="8" y1="20" x2="12" y2="11" /><path d="M10.7 14c.437 1.263 1.43 2 2.55 2c2.071 0 3.75 -1.554 3.75 -4a5 5 0 1 0 -9.7 1.7" /><circle cx="12" cy="12" r="9" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M8 20l4 -9" /><path d="M10.7 14c.437 1.263 1.43 2 2.55 2c2.071 0 3.75 -1.554 3.75 -4a5 5 0 1 0 -9.7 1.7" /><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /></svg> </a> <a href="#" class="btn btn-vk btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-vk --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 19h-4a8 8 0 0 1 -8 -8v-5h4v5a4 4 0 0 0 4 4h0v-9h4v4.5l.03 -.004a4.531 4.531 0 0 0 3.97 -4.496h4l-.342 1.711a6.858 6.858 0 0 1 -3.658 4.789h0a5.34 5.34 0 0 1 3.566 4.111l.434 2.389h0h-4a4.531 4.531 0 0 0 -3.97 -4.496v4.5z" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 19h-4a8 8 0 0 1 -8 -8v-5h4v5a4 4 0 0 0 4 4h0v-9h4v4.5l.03 0a4.531 4.531 0 0 0 3.97 -4.496h4l-.342 1.711a6.858 6.858 0 0 1 -3.658 4.789h0a5.34 5.34 0 0 1 3.566 4.111l.434 2.389h0h-4a4.531 4.531 0 0 0 -3.97 -4.496v4.5z" /></svg> </a> <a href="#" class="btn btn-rss btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/rss --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="5" cy="19" r="1" /><path d="M4 4a16 16 0 0 1 16 16" /><path d="M4 11a9 9 0 0 1 9 9" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" /><path d="M4 4a16 16 0 0 1 16 16" /><path d="M4 11a9 9 0 0 1 9 9" /></svg> </a> <a href="#" class="btn btn-flickr btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-flickr --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="12" r="3" /><circle cx="17" cy="12" r="3" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" /><path d="M17 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" /></svg> </a> <a href="#" class="btn btn-bitbucket btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-bitbucket --> @@ -1635,7 +1643,7 @@ </a> <a href="#" class="btn btn-tabler btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/brand-tabler --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M8 9l3 3l-3 3" /><line x1="13" y1="15" x2="16" y2="15" /><rect x="4" y="4" width="16" height="16" rx="4" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M8 9l3 3l-3 3" /><path d="M13 15l3 0" /><path d="M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" /></svg> </a> @@ -1662,15 +1670,15 @@ - + - + - + @@ -1695,15 +1703,15 @@ </a> <a href="#" class="btn btn-danger btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/trash --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="4" y1="7" x2="20" y2="7" /><line x1="10" y1="11" x2="10" y2="17" /><line x1="14" y1="11" x2="14" y2="17" /><path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" /><path d="M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 7l16 0" /><path d="M10 11l0 6" /><path d="M14 11l0 6" /><path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" /><path d="M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" /></svg> </a> <a href="#" class="btn btn-purple btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/chart-bar --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><rect x="3" y="12" width="6" height="8" rx="1" /><rect x="9" y="8" width="6" height="12" rx="1" /><rect x="15" y="4" width="6" height="16" rx="1" /><line x1="4" y1="20" x2="18" y2="20" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 12m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" /><path d="M9 8m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" /><path d="M15 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" /><path d="M4 20l14 0" /></svg> </a> <a href="#" class="btn btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/git-merge --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="7" cy="18" r="2" /><circle cx="7" cy="6" r="2" /><circle cx="17" cy="12" r="2" /><line x1="7" y1="8" x2="7" y2="16" /><path d="M7 8a4 4 0 0 0 4 4h4" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M7 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" /><path d="M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" /><path d="M17 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" /><path d="M7 8l0 8" /><path d="M7 8a4 4 0 0 0 4 4h4" /></svg> </a> @@ -1715,7 +1723,7 @@ - +
    @@ -1142,7 +1150,7 @@ <div class="ms-auto"> <a href="#" class="icon d-none d-md-inline-block ms-3 text-muted"> <!-- Download SVG icon from http://tabler-icons.io/i/heart --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428m0 0a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg> </a> </div> </div> @@ -1221,7 +1229,7 @@
    @@ -1254,7 +1262,7 @@ <div class="ms-auto"> <a href="#" class="icon d-none d-md-inline-block ms-3 text-red"> <!-- Download SVG icon from http://tabler-icons.io/i/heart --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428m0 0a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg> </a> </div> </div> @@ -1472,7 +1480,7 @@
  • - + Sponsor
  • @@ -1481,13 +1489,13 @@
    @@ -1499,7 +1507,7 @@
    - - + + \ No newline at end of file diff --git a/demo/docs/carousel.html b/demo/docs/carousel.html index cff27dba2..5b7c599b1 100644 --- a/demo/docs/carousel.html +++ b/demo/docs/carousel.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Carousel - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - + - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - + - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - + - - + + \ No newline at end of file diff --git a/demo/docs/cursors.html b/demo/docs/cursors.html index a6286cc98..9333aca9f 100644 --- a/demo/docs/cursors.html +++ b/demo/docs/cursors.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Cursors - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    @@ -1313,7 +1321,7 @@ <div class="ms-auto"> <a href="#" class="icon d-none d-md-inline-block ms-3 text-muted"> <!-- Download SVG icon from http://tabler-icons.io/i/heart --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428m0 0a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg> </a> </div> </div> @@ -1341,7 +1349,7 @@
  • - + Sponsor
  • @@ -1350,13 +1358,13 @@
    @@ -1368,7 +1376,7 @@
    - - + + \ No newline at end of file diff --git a/demo/docs/dropzone.html b/demo/docs/dropzone.html index e675c1791..0e58cb3f0 100644 --- a/demo/docs/dropzone.html +++ b/demo/docs/dropzone.html @@ -1,10 +1,10 @@ @@ -14,12 +14,12 @@ Dropzone - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - - + + + + + + - +
    @@ -68,7 +68,7 @@ - +
    - @@ -561,7 +569,7 @@
    - +
    @@ -570,7 +578,7 @@ - +
    - + - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - +
    @@ -966,20 +974,20 @@

    Using Bootstrap’s typical naming structure, you can create a standard flag, or scale it up or down to different sizes based on what’s needed.

    - - - - - + + + + +
    -
    <span class="flag flag-xl flag-country-aq me-1"></span>
    -<span class="flag flag-lg flag-country-aq me-1"></span>
    -<span class="flag flag-md flag-country-aq"></span>
    -<span class="flag flag-sm flag-country-aq me-1"></span>
    -<span class="flag flag-xs flag-country-aq me-1"></span>
    +
    <span class="flag flag-xl flag-country-pl me-1"></span>
    +<span class="flag flag-lg flag-country-pl me-1"></span>
    +<span class="flag flag-md flag-country-pl"></span>
    +<span class="flag flag-sm flag-country-pl me-1"></span>
    +<span class="flag flag-xs flag-country-pl me-1"></span>

    Types

    @@ -2510,7 +2518,7 @@
  • - + Sponsor
  • @@ -2519,13 +2527,13 @@
    @@ -2537,7 +2545,7 @@
    - - + + - + \ No newline at end of file diff --git a/demo/docs/form-color-check.html b/demo/docs/form-color-check.html index 75cad7b96..e1124f4ae 100644 --- a/demo/docs/form-color-check.html +++ b/demo/docs/form-color-check.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Color check - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - + - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    @@ -997,7 +1005,7 @@ <input type="text" value="" class="form-control form-control-rounded" placeholder="Search…"> <span class="input-icon-addon"> <!-- Download SVG icon from http://tabler-icons.io/i/search --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="10" cy="10" r="7" /><line x1="21" y1="21" x2="15" y2="15" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" /><path d="M21 21l-6 -6" /></svg> </span> </div> </div>
    @@ -1031,13 +1039,13 @@ - +
    - +
    @@ -1067,13 +1075,13 @@ <input type="text" value="" class="form-control" placeholder="Search…"> <span class="input-icon-addon"> <!-- Download SVG icon from http://tabler-icons.io/i/search --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="10" cy="10" r="7" /><line x1="21" y1="21" x2="15" y2="15" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" /><path d="M21 21l-6 -6" /></svg> </span> </div> <div class="input-icon mb-3"> <span class="input-icon-addon"> <!-- Download SVG icon from http://tabler-icons.io/i/user --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="12" cy="7" r="4" /><path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /></svg> </span> <input type="text" value="" class="form-control" placeholder="Username"> </div> @@ -1108,7 +1116,7 @@ @@ -1126,7 +1134,7 @@ <div class="col-auto"> <a href="#" class="btn btn-icon" aria-label="Button"> <!-- Download SVG icon from http://tabler-icons.io/i/search --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="10" cy="10" r="7" /><line x1="21" y1="21" x2="15" y2="15" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" /><path d="M21 21l-6 -6" /></svg> </a> </div> </div> @@ -1711,6 +1719,47 @@ </span> </div> </div> +<script> + document.addEventListener("DOMContentLoaded", function () { + window.noUiSlider && (noUiSlider.create(document.getElementById('range-color'), { + start: 40, + connect: [true, false], + step: 10, + range: { + min: 0, + max: 100 + } + })); + }); +</script>
    + + +

    Input with appended <kbd>

    +

    Include a <kbd> in your input control to add shortcut to the control.

    +
    +
    +
    + +
    + + + ctrl + K + +
    +
    +
    +
    +
    +
    +
    <div class="mb-3">
    +  <label class="form-label">Input with appended link</label>
    +  <div class="input-group input-group-flat">
    +    <input type="password" class="form-control"  value="ultrastrongpassword" autocomplete="off">
    +    <span class="input-group-text">
    +      <kbd>ctrl + K</kbd>
    +    </span>
    +  </div>
    +</div>
     <script>
       document.addEventListener("DOMContentLoaded", function () {
       	 window.noUiSlider && (noUiSlider.create(document.getElementById('range-color'), {
    @@ -1736,10 +1785,10 @@
                                   
                                   
                                     
    -                                  
    +                                  
                                     
                                     
    -                                  
    +                                  
                                     
                                     
                                       
    @@ -1757,10 +1806,10 @@
         <input type="text" class="form-control"  autocomplete="off">
         <span class="input-group-text">
           <a href="#" class="link-secondary" title="Clear search" data-bs-toggle="tooltip"><!-- Download SVG icon from http://tabler-icons.io/i/x -->
    -        <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="18" y1="6" x2="6" y2="18" /><line x1="6" y1="6" x2="18" y2="18" /></svg>
    +        <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M18 6l-12 12" /><path d="M6 6l12 12" /></svg>
           </a>
           <a href="#" class="link-secondary ms-2" title="Search settings" data-bs-toggle="tooltip"><!-- Download SVG icon from http://tabler-icons.io/i/adjustments -->
    -        <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="6" cy="10" r="2" /><line x1="6" y1="4" x2="6" y2="8" /><line x1="6" y1="12" x2="6" y2="20" /><circle cx="12" cy="16" r="2" /><line x1="12" y1="4" x2="12" y2="14" /><line x1="12" y1="18" x2="12" y2="20" /><circle cx="18" cy="7" r="2" /><line x1="18" y1="4" x2="18" y2="5" /><line x1="18" y1="9" x2="18" y2="20" /></svg>
    +        <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" /><path d="M6 4l0 4" /><path d="M6 12l0 8" /><path d="M12 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" /><path d="M12 4l0 10" /><path d="M12 18l0 2" /><path d="M18 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" /><path d="M18 4l0 1" /><path d="M18 9l0 11" /></svg>
           </a>
           <a href="#" class="link-secondary ms-2 disabled" title="Add notification" data-bs-toggle="tooltip"><!-- Download SVG icon from http://tabler-icons.io/i/bell -->
             <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /></svg>
    @@ -1801,7 +1850,7 @@
                       
  • - + Sponsor
  • @@ -1810,13 +1859,13 @@
    @@ -1827,10 +1876,10 @@
    - + - - + + +
    @@ -67,7 +67,7 @@ - + - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    @@ -1075,7 +1083,7 @@ <label class="form-selectgroup-item"> <input type="checkbox" name="name" value="sun" class="form-selectgroup-input" checked> <span class="form-selectgroup-label"><!-- Download SVG icon from http://tabler-icons.io/i/sun --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="12" cy="12" r="4" /><path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" /></svg> </span> </label> <label class="form-selectgroup-item"> @@ -1093,7 +1101,7 @@ <label class="form-selectgroup-item"> <input type="checkbox" name="name" value="cloud" class="form-selectgroup-input"> <span class="form-selectgroup-label"><!-- Download SVG icon from http://tabler-icons.io/i/cloud --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6.657 18c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 .996c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6.657 18c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878" /></svg> </span> </label> <label class="form-selectgroup-item"> @@ -1108,25 +1116,25 @@ <label class="form-selectgroup-item"> <input type="radio" name="icons" value="home" class="form-selectgroup-input" checked> <span class="form-selectgroup-label"><!-- Download SVG icon from http://tabler-icons.io/i/home --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="5 12 3 12 12 3 21 12 19 12" /><path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" /><path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l-2 0l9 -9l9 9l-2 0" /><path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" /><path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" /></svg> Home</span> </label> <label class="form-selectgroup-item"> <input type="radio" name="icons" value="user" class="form-selectgroup-input"> <span class="form-selectgroup-label"><!-- Download SVG icon from http://tabler-icons.io/i/user --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="12" cy="7" r="4" /><path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /></svg> User</span> </label> <label class="form-selectgroup-item"> <input type="radio" name="icons" value="circle" class="form-selectgroup-input"> <span class="form-selectgroup-label"><!-- Download SVG icon from http://tabler-icons.io/i/circle --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="12" cy="12" r="9" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /></svg> Circle</span> </label> <label class="form-selectgroup-item"> <input type="radio" name="icons" value="square" class="form-selectgroup-input"> <span class="form-selectgroup-label"><!-- Download SVG icon from http://tabler-icons.io/i/square --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><rect x="4" y="4" width="16" height="16" rx="2" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" /></svg> Square</span> </label> </div> @@ -1422,7 +1430,7 @@
  • - + Sponsor
  • @@ -1431,13 +1439,13 @@
    @@ -1449,7 +1457,7 @@
    - - + + \ No newline at end of file diff --git a/demo/docs/form-validation.html b/demo/docs/form-validation.html index f1193c905..6785bcc35 100644 --- a/demo/docs/form-validation.html +++ b/demo/docs/form-validation.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Validation states - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    -
    +
    - @@ -561,7 +569,7 @@
    - +
    @@ -570,7 +578,7 @@
    - +
    - + - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    @@ -1310,7 +1318,7 @@ </a> <a href="#" class="btn btn-primary ms-auto" data-bs-dismiss="modal"> <!-- Download SVG icon from http://tabler-icons.io/i/plus --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="12" y1="5" x2="12" y2="19" /><line x1="5" y1="12" x2="19" y2="12" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 5l0 14" /><path d="M5 12l14 0" /></svg> Create new report </a> </div> @@ -1337,7 +1345,7 @@
  • - + Sponsor
  • @@ -1346,13 +1354,13 @@
    @@ -1364,7 +1372,7 @@
    - - + + \ No newline at end of file diff --git a/demo/docs/page-headers.html b/demo/docs/page-headers.html index f8047fbc2..c7ef2f7d8 100644 --- a/demo/docs/page-headers.html +++ b/demo/docs/page-headers.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Page headers - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - + @@ -996,12 +1004,12 @@ </span> <a href="#" class="btn btn-primary d-none d-sm-inline-block" data-bs-toggle="modal" data-bs-target="#modal-report"> <!-- Download SVG icon from http://tabler-icons.io/i/plus --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="12" y1="5" x2="12" y2="19" /><line x1="5" y1="12" x2="19" y2="12" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 5l0 14" /><path d="M5 12l14 0" /></svg> Create new report </a> <a href="#" class="btn btn-primary d-sm-none btn-icon" data-bs-toggle="modal" data-bs-target="#modal-report" aria-label="Create new report"> <!-- Download SVG icon from http://tabler-icons.io/i/plus --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="12" y1="5" x2="12" y2="19" /><line x1="5" y1="12" x2="19" y2="12" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 5l0 14" /><path d="M5 12l14 0" /></svg> </a> </div> </div> @@ -1024,12 +1032,12 @@
    @@ -1043,7 +1051,7 @@ @@ -1065,12 +1073,12 @@ <div class="row"> <div class="col-auto"> <!-- Download SVG icon from http://tabler-icons.io/i/building-skyscraper --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="3" y1="21" x2="21" y2="21" /><path d="M5 21v-14l8 -4v18" /><path d="M19 21v-10l-6 -4" /><line x1="9" y1="9" x2="9" y2="9.01" /><line x1="9" y1="12" x2="9" y2="12.01" /><line x1="9" y1="15" x2="9" y2="15.01" /><line x1="9" y1="18" x2="9" y2="18.01" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 21l18 0" /><path d="M5 21v-14l8 -4v18" /><path d="M19 21v-10l-6 -4" /><path d="M9 9l0 .01" /><path d="M9 12l0 .01" /><path d="M9 15l0 .01" /><path d="M9 18l0 .01" /></svg> <a href="#" class="text-reset">UI Designer at Tabler</a> </div> <div class="col-auto"> <!-- Download SVG icon from http://tabler-icons.io/i/users --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><circle cx="9" cy="7" r="4" /><path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /><path d="M16 3.13a4 4 0 0 1 0 7.75" /><path d="M21 21v-2a4 4 0 0 0 -3 -3.85" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /><path d="M16 3.13a4 4 0 0 1 0 7.75" /><path d="M21 21v-2a4 4 0 0 0 -3 -3.85" /></svg> <a href="#" class="text-reset">194 friends</a> </div> <div class="col-auto text-success"> @@ -1084,7 +1092,7 @@ <div class="col-auto d-none d-md-flex"> <a href="#" class="btn btn-primary"> <!-- Download SVG icon from http://tabler-icons.io/i/message --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" /><line x1="8" y1="9" x2="16" y2="9" /><line x1="8" y1="13" x2="14" y2="13" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" /><path d="M8 9l8 0" /><path d="M8 13l6 0" /></svg> Send message </a> </div> @@ -1109,13 +1117,13 @@ - +
    - + Add photo @@ -1140,13 +1148,13 @@ <input type="text" class="form-control" placeholder="Search…"> <span class="input-icon-addon"> <!-- Download SVG icon from http://tabler-icons.io/i/plus --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="12" y1="5" x2="12" y2="19" /><line x1="5" y1="12" x2="19" y2="12" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 5l0 14" /><path d="M5 12l14 0" /></svg> </span> </div> </div> <a href="#" class="btn btn-primary"> <!-- Download SVG icon from http://tabler-icons.io/i/plus --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="12" y1="5" x2="12" y2="19" /><line x1="5" y1="12" x2="19" y2="12" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 5l0 14" /><path d="M5 12l14 0" /></svg> Add photo </a> </div> @@ -1303,7 +1311,7 @@
  • - + Sponsor
  • @@ -1312,13 +1320,13 @@
    @@ -1423,7 +1431,7 @@ - + Create new report
    @@ -1432,7 +1440,7 @@ - - + + \ No newline at end of file diff --git a/demo/docs/payments.html b/demo/docs/payments.html index f870d1c27..8b7e17087 100644 --- a/demo/docs/payments.html +++ b/demo/docs/payments.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Payments - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - + - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    @@ -1474,7 +1482,7 @@
  • - + Sponsor
  • @@ -1483,13 +1491,13 @@
    @@ -1501,7 +1509,7 @@
    - - + + \ No newline at end of file diff --git a/demo/docs/placeholder.html b/demo/docs/placeholder.html index 7b5ddbc8a..9ce1a1da6 100644 --- a/demo/docs/placeholder.html +++ b/demo/docs/placeholder.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Placeholder - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - + - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - + - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    +
    - + - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    @@ -1100,7 +1108,7 @@ <div class="me-auto"> <span class="text-green d-inline-flex align-items-center lh-1"> 2% <!-- Download SVG icon from http://tabler-icons.io/i/trending-up --> - <svg xmlns="http://www.w3.org/2000/svg" class="icon ms-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><polyline points="3 17 9 11 13 15 21 7" /><polyline points="14 7 21 7 21 14" /></svg> + <svg xmlns="http://www.w3.org/2000/svg" class="icon ms-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 17l6 -6l4 4l8 -8" /><path d="M14 7l7 0l0 7" /></svg> </span> </div> </div> @@ -1160,7 +1168,7 @@
  • - + Sponsor
  • @@ -1169,13 +1177,13 @@
    @@ -1187,7 +1195,7 @@
    - - + + \ No newline at end of file diff --git a/demo/docs/typography.html b/demo/docs/typography.html index b87fe78fc..77b221dcd 100644 --- a/demo/docs/typography.html +++ b/demo/docs/typography.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Typography - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - +
    - + - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    @@ -824,16 +832,25 @@ +
    + +
    + + + ctrl + K + +
    +
    @@ -1907,12 +1924,12 @@
    - +
    - +
    @@ -1945,7 +1962,7 @@
    @@ -2603,7 +2620,7 @@ But that's the difference in our opinions.
  • - + Sponsor
  • @@ -2612,13 +2629,13 @@ But that's the difference in our opinions.
    @@ -2629,12 +2646,12 @@ But that's the difference in our opinions.
    - - - + + + - - + + +
    @@ -67,7 +67,7 @@ - + - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - + Add event @@ -620,12 +628,12 @@ @@ -646,12 +654,12 @@ @@ -672,12 +680,12 @@ @@ -698,12 +706,12 @@ @@ -724,12 +732,12 @@ @@ -750,12 +758,12 @@ @@ -776,12 +784,12 @@ @@ -802,12 +810,12 @@ @@ -828,12 +836,12 @@ @@ -854,12 +862,12 @@ @@ -880,12 +888,12 @@ @@ -906,12 +914,12 @@ @@ -925,7 +933,7 @@
  • - + prev
  • @@ -937,7 +945,7 @@
  • next - +
  • @@ -955,7 +963,7 @@
  • - + Sponsor
  • @@ -964,13 +972,13 @@
    @@ -982,7 +990,7 @@
    - - + + \ No newline at end of file diff --git a/demo/icons.html b/demo/icons.html index f4d9b0e05..7a7e0d272 100644 --- a/demo/icons.html +++ b/demo/icons.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Icons - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - + - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    -
    +
    @@ -632,7 +640,7 @@
    7% - +
    @@ -665,7 +673,7 @@
    8% - +
    @@ -694,7 +702,7 @@
    0% - +
    @@ -723,7 +731,7 @@
    4% - +
    @@ -760,7 +768,7 @@
    - +
    @@ -781,7 +789,7 @@
    - +
    @@ -1145,7 +1153,7 @@
    Today's Earning: $4,262.40
    - + +5% more than yesterday
    @@ -1227,7 +1235,7 @@
    - +
    @@ -1237,7 +1245,7 @@
    All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, - download any of the 3036 icons in SVG, PNG or React and use them in your favourite design tools. + download any of the 3222 icons in SVG, PNG or React and use them in your favourite design tools.
    Download icons @@ -1451,7 +1459,7 @@ - + August 04, 2021 @@ -1464,7 +1472,7 @@ - + 3 @@ -1480,7 +1488,7 @@ - + January 03, 2019 @@ -1493,7 +1501,7 @@ - + 6 @@ -1509,7 +1517,7 @@ - + December 28, 2018 @@ -1522,7 +1530,7 @@ - + 1 @@ -1538,7 +1546,7 @@ - + November 07, 2020 @@ -1551,7 +1559,7 @@ - + 12 @@ -1567,7 +1575,7 @@ - + November 23, 2021 @@ -1580,7 +1588,7 @@ - + 5 @@ -1596,7 +1604,7 @@ - + January 14, 2021 @@ -1609,7 +1617,7 @@ - + 3 @@ -1648,7 +1656,7 @@ No. - + Invoice Subject Client @@ -1925,7 +1933,7 @@
  • - + prev
  • @@ -1937,7 +1945,7 @@
  • next - +
  • @@ -1958,7 +1966,7 @@
  • - + Sponsor
  • @@ -1967,13 +1975,13 @@
    @@ -2078,7 +2086,7 @@ - + Create new report
    @@ -2086,13 +2094,13 @@
    - - - - + + + + - - + + +
    @@ -68,7 +68,7 @@ - +
    - @@ -561,7 +569,7 @@
    - +
    @@ -570,7 +578,7 @@
    - +
    - + - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    @@ -632,7 +640,7 @@
    7% - +
    @@ -665,7 +673,7 @@
    8% - +
    @@ -694,7 +702,7 @@
    0% - +
    @@ -723,7 +731,7 @@
    4% - +
    @@ -760,7 +768,7 @@
    - +
    @@ -781,7 +789,7 @@
    - +
    @@ -1145,7 +1153,7 @@
    Today's Earning: $4,262.40
    - + +5% more than yesterday
    @@ -1227,7 +1235,7 @@
    - +
    @@ -1237,7 +1245,7 @@
    All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, - download any of the 3036 icons in SVG, PNG or React and use them in your favourite design tools. + download any of the 3222 icons in SVG, PNG or React and use them in your favourite design tools.
    Download icons @@ -1451,7 +1459,7 @@ - + August 04, 2021 @@ -1464,7 +1472,7 @@ - + 3 @@ -1480,7 +1488,7 @@ - + January 03, 2019 @@ -1493,7 +1501,7 @@ - + 6 @@ -1509,7 +1517,7 @@ - + December 28, 2018 @@ -1522,7 +1530,7 @@ - + 1 @@ -1538,7 +1546,7 @@ - + November 07, 2020 @@ -1551,7 +1559,7 @@ - + 12 @@ -1567,7 +1575,7 @@ - + November 23, 2021 @@ -1580,7 +1588,7 @@ - + 5 @@ -1596,7 +1604,7 @@ - + January 14, 2021 @@ -1609,7 +1617,7 @@ - + 3 @@ -1648,7 +1656,7 @@ No. - + Invoice Subject Client @@ -1925,7 +1933,7 @@
  • - + prev
  • @@ -1937,7 +1945,7 @@
  • next - +
  • @@ -1958,7 +1966,7 @@
  • - + Sponsor
  • @@ -1967,13 +1975,13 @@
    @@ -2078,7 +2086,7 @@ - + Create new report
    @@ -2086,13 +2094,13 @@
    - - - - + + + + - - + + +
    @@ -67,7 +67,7 @@ - + - +
    @@ -458,7 +466,7 @@
    @@ -569,7 +577,7 @@ - + @@ -751,7 +759,7 @@
    7% - +
    @@ -784,7 +792,7 @@
    8% - +
    @@ -813,7 +821,7 @@
    0% - +
    @@ -842,7 +850,7 @@
    4% - +
    @@ -879,7 +887,7 @@
    - +
    @@ -900,7 +908,7 @@
    - +
    @@ -1264,7 +1272,7 @@
    Today's Earning: $4,262.40
    - + +5% more than yesterday
    @@ -1346,7 +1354,7 @@
    - +
    @@ -1356,7 +1364,7 @@
    All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, - download any of the 3036 icons in SVG, PNG or React and use them in your favourite design tools. + download any of the 3222 icons in SVG, PNG or React and use them in your favourite design tools.
    Download icons @@ -1570,7 +1578,7 @@ - + August 04, 2021 @@ -1583,7 +1591,7 @@ - + 3 @@ -1599,7 +1607,7 @@ - + January 03, 2019 @@ -1612,7 +1620,7 @@ - + 6 @@ -1628,7 +1636,7 @@ - + December 28, 2018 @@ -1641,7 +1649,7 @@ - + 1 @@ -1657,7 +1665,7 @@ - + November 07, 2020 @@ -1670,7 +1678,7 @@ - + 12 @@ -1686,7 +1694,7 @@ - + November 23, 2021 @@ -1699,7 +1707,7 @@ - + 5 @@ -1715,7 +1723,7 @@ - + January 14, 2021 @@ -1728,7 +1736,7 @@ - + 3 @@ -1767,7 +1775,7 @@ No. - + Invoice Subject Client @@ -2044,7 +2052,7 @@
  • - + prev
  • @@ -2056,7 +2064,7 @@
  • next - +
  • @@ -2077,7 +2085,7 @@
  • - + Sponsor
  • @@ -2086,13 +2094,13 @@
    @@ -2197,7 +2205,7 @@ - + Create new report
    @@ -2205,13 +2213,13 @@
    - - - - + + + + - - + + +
    @@ -445,7 +453,7 @@
    @@ -565,12 +573,12 @@ - + Create new report - +
    @@ -603,7 +611,7 @@
    7% - +
    @@ -636,7 +644,7 @@
    8% - +
    @@ -665,7 +673,7 @@
    0% - +
    @@ -694,7 +702,7 @@
    4% - +
    @@ -731,7 +739,7 @@
    - +
    @@ -752,7 +760,7 @@
    - +
    @@ -1116,7 +1124,7 @@
    Today's Earning: $4,262.40
    - + +5% more than yesterday
    @@ -1198,7 +1206,7 @@
    - +
    @@ -1208,7 +1216,7 @@
    All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, - download any of the 3036 icons in SVG, PNG or React and use them in your favourite design tools. + download any of the 3222 icons in SVG, PNG or React and use them in your favourite design tools.
    Download icons @@ -1422,7 +1430,7 @@ - + August 04, 2021 @@ -1435,7 +1443,7 @@ - + 3 @@ -1451,7 +1459,7 @@ - + January 03, 2019 @@ -1464,7 +1472,7 @@ - + 6 @@ -1480,7 +1488,7 @@ - + December 28, 2018 @@ -1493,7 +1501,7 @@ - + 1 @@ -1509,7 +1517,7 @@ - + November 07, 2020 @@ -1522,7 +1530,7 @@ - + 12 @@ -1538,7 +1546,7 @@ - + November 23, 2021 @@ -1551,7 +1559,7 @@ - + 5 @@ -1567,7 +1575,7 @@ - + January 14, 2021 @@ -1580,7 +1588,7 @@ - + 3 @@ -1619,7 +1627,7 @@ No. - + Invoice Subject Client @@ -1896,7 +1904,7 @@
  • - + prev
  • @@ -1908,7 +1916,7 @@
  • next - +
  • @@ -1929,7 +1937,7 @@
  • - + Sponsor
  • @@ -1938,13 +1946,13 @@
    @@ -2049,7 +2057,7 @@ - + Create new report
    @@ -2057,13 +2065,13 @@
    - - - - + + + + - - + + +
    @@ -67,7 +67,7 @@ - + - +
    @@ -458,7 +466,7 @@
    @@ -577,12 +585,12 @@ - + Create new report - + @@ -615,7 +623,7 @@
    7% - +
    @@ -648,7 +656,7 @@
    8% - +
    @@ -677,7 +685,7 @@
    0% - +
    @@ -706,7 +714,7 @@
    4% - +
    @@ -743,7 +751,7 @@
    - +
    @@ -764,7 +772,7 @@
    - +
    @@ -1128,7 +1136,7 @@
    Today's Earning: $4,262.40
    - + +5% more than yesterday
    @@ -1210,7 +1218,7 @@
    - +
    @@ -1220,7 +1228,7 @@
    All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, - download any of the 3036 icons in SVG, PNG or React and use them in your favourite design tools. + download any of the 3222 icons in SVG, PNG or React and use them in your favourite design tools.
    Download icons @@ -1434,7 +1442,7 @@ - + August 04, 2021 @@ -1447,7 +1455,7 @@ - + 3 @@ -1463,7 +1471,7 @@ - + January 03, 2019 @@ -1476,7 +1484,7 @@ - + 6 @@ -1492,7 +1500,7 @@ - + December 28, 2018 @@ -1505,7 +1513,7 @@ - + 1 @@ -1521,7 +1529,7 @@ - + November 07, 2020 @@ -1534,7 +1542,7 @@ - + 12 @@ -1550,7 +1558,7 @@ - + November 23, 2021 @@ -1563,7 +1571,7 @@ - + 5 @@ -1579,7 +1587,7 @@ - + January 14, 2021 @@ -1592,7 +1600,7 @@ - + 3 @@ -1631,7 +1639,7 @@ No. - + Invoice Subject Client @@ -1908,7 +1916,7 @@
  • - + prev
  • @@ -1920,7 +1928,7 @@
  • next - +
  • @@ -1941,7 +1949,7 @@
  • - + Sponsor
  • @@ -1950,13 +1958,13 @@
    @@ -2061,7 +2069,7 @@ - + Create new report
    @@ -2069,13 +2077,13 @@
    - - - - + + + + - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    @@ -632,7 +640,7 @@
    7% - +
    @@ -665,7 +673,7 @@
    8% - +
    @@ -694,7 +702,7 @@
    0% - +
    @@ -723,7 +731,7 @@
    4% - +
    @@ -760,7 +768,7 @@
    - +
    @@ -781,7 +789,7 @@
    - +
    @@ -1145,7 +1153,7 @@
    Today's Earning: $4,262.40
    - + +5% more than yesterday
    @@ -1227,7 +1235,7 @@
    - +
    @@ -1237,7 +1245,7 @@
    All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, - download any of the 3036 icons in SVG, PNG or React and use them in your favourite design tools. + download any of the 3222 icons in SVG, PNG or React and use them in your favourite design tools.
    Download icons @@ -1451,7 +1459,7 @@ - + August 04, 2021 @@ -1464,7 +1472,7 @@ - + 3 @@ -1480,7 +1488,7 @@ - + January 03, 2019 @@ -1493,7 +1501,7 @@ - + 6 @@ -1509,7 +1517,7 @@ - + December 28, 2018 @@ -1522,7 +1530,7 @@ - + 1 @@ -1538,7 +1546,7 @@ - + November 07, 2020 @@ -1551,7 +1559,7 @@ - + 12 @@ -1567,7 +1575,7 @@ - + November 23, 2021 @@ -1580,7 +1588,7 @@ - + 5 @@ -1596,7 +1604,7 @@ - + January 14, 2021 @@ -1609,7 +1617,7 @@ - + 3 @@ -1648,7 +1656,7 @@ No. - + Invoice Subject Client @@ -1925,7 +1933,7 @@
  • - + prev
  • @@ -1937,7 +1945,7 @@
  • next - +
  • @@ -1958,7 +1966,7 @@
  • - + Sponsor
  • @@ -1967,13 +1975,13 @@
    @@ -2078,7 +2086,7 @@ - + Create new report
    @@ -2086,13 +2094,13 @@
    - - - - + + + + - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    @@ -632,7 +640,7 @@
    7% - +
    @@ -665,7 +673,7 @@
    8% - +
    @@ -694,7 +702,7 @@
    0% - +
    @@ -723,7 +731,7 @@
    4% - +
    @@ -760,7 +768,7 @@
    - +
    @@ -781,7 +789,7 @@
    - +
    @@ -1145,7 +1153,7 @@
    Today's Earning: $4,262.40
    - + +5% more than yesterday
    @@ -1227,7 +1235,7 @@
    - +
    @@ -1237,7 +1245,7 @@
    All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, - download any of the 3036 icons in SVG, PNG or React and use them in your favourite design tools. + download any of the 3222 icons in SVG, PNG or React and use them in your favourite design tools.
    Download icons @@ -1451,7 +1459,7 @@ - + August 04, 2021 @@ -1464,7 +1472,7 @@ - + 3 @@ -1480,7 +1488,7 @@ - + January 03, 2019 @@ -1493,7 +1501,7 @@ - + 6 @@ -1509,7 +1517,7 @@ - + December 28, 2018 @@ -1522,7 +1530,7 @@ - + 1 @@ -1538,7 +1546,7 @@ - + November 07, 2020 @@ -1551,7 +1559,7 @@ - + 12 @@ -1567,7 +1575,7 @@ - + November 23, 2021 @@ -1580,7 +1588,7 @@ - + 5 @@ -1596,7 +1604,7 @@ - + January 14, 2021 @@ -1609,7 +1617,7 @@ - + 3 @@ -1648,7 +1656,7 @@ No. - + Invoice Subject Client @@ -1925,7 +1933,7 @@
  • - + prev
  • @@ -1937,7 +1945,7 @@
  • next - +
  • @@ -1958,7 +1966,7 @@
  • - + Sponsor
  • @@ -1967,13 +1975,13 @@
    @@ -2078,7 +2086,7 @@ - + Create new report
    @@ -2086,13 +2094,13 @@
    - - - - + + + + - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    @@ -632,7 +640,7 @@
    7% - +
    @@ -665,7 +673,7 @@
    8% - +
    @@ -694,7 +702,7 @@
    0% - +
    @@ -723,7 +731,7 @@
    4% - +
    @@ -760,7 +768,7 @@
    - +
    @@ -781,7 +789,7 @@
    - +
    @@ -1145,7 +1153,7 @@
    Today's Earning: $4,262.40
    - + +5% more than yesterday
    @@ -1227,7 +1235,7 @@
    - +
    @@ -1237,7 +1245,7 @@
    All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, - download any of the 3036 icons in SVG, PNG or React and use them in your favourite design tools. + download any of the 3222 icons in SVG, PNG or React and use them in your favourite design tools.
    Download icons @@ -1451,7 +1459,7 @@ - + August 04, 2021 @@ -1464,7 +1472,7 @@ - + 3 @@ -1480,7 +1488,7 @@ - + January 03, 2019 @@ -1493,7 +1501,7 @@ - + 6 @@ -1509,7 +1517,7 @@ - + December 28, 2018 @@ -1522,7 +1530,7 @@ - + 1 @@ -1538,7 +1546,7 @@ - + November 07, 2020 @@ -1551,7 +1559,7 @@ - + 12 @@ -1567,7 +1575,7 @@ - + November 23, 2021 @@ -1580,7 +1588,7 @@ - + 5 @@ -1596,7 +1604,7 @@ - + January 14, 2021 @@ -1609,7 +1617,7 @@ - + 3 @@ -1648,7 +1656,7 @@ No. - + Invoice Subject Client @@ -1925,7 +1933,7 @@
  • - + prev
  • @@ -1937,7 +1945,7 @@
  • next - +
  • @@ -1958,7 +1966,7 @@
  • - + Sponsor
  • @@ -1967,13 +1975,13 @@
    @@ -2078,7 +2086,7 @@ - + Create new report
    @@ -2086,13 +2094,13 @@
    - - - - + + + + - - + + +
    @@ -445,7 +453,7 @@
    @@ -565,12 +573,12 @@ - + Create new report - +
    @@ -603,7 +611,7 @@
    7% - +
    @@ -636,7 +644,7 @@
    8% - +
    @@ -665,7 +673,7 @@
    0% - +
    @@ -694,7 +702,7 @@
    4% - +
    @@ -731,7 +739,7 @@
    - +
    @@ -752,7 +760,7 @@
    - +
    @@ -1116,7 +1124,7 @@
    Today's Earning: $4,262.40
    - + +5% more than yesterday
    @@ -1198,7 +1206,7 @@
    - +
    @@ -1208,7 +1216,7 @@
    All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, - download any of the 3036 icons in SVG, PNG or React and use them in your favourite design tools. + download any of the 3222 icons in SVG, PNG or React and use them in your favourite design tools.
    Download icons @@ -1422,7 +1430,7 @@ - + August 04, 2021 @@ -1435,7 +1443,7 @@ - + 3 @@ -1451,7 +1459,7 @@ - + January 03, 2019 @@ -1464,7 +1472,7 @@ - + 6 @@ -1480,7 +1488,7 @@ - + December 28, 2018 @@ -1493,7 +1501,7 @@ - + 1 @@ -1509,7 +1517,7 @@ - + November 07, 2020 @@ -1522,7 +1530,7 @@ - + 12 @@ -1538,7 +1546,7 @@ - + November 23, 2021 @@ -1551,7 +1559,7 @@ - + 5 @@ -1567,7 +1575,7 @@ - + January 14, 2021 @@ -1580,7 +1588,7 @@ - + 3 @@ -1619,7 +1627,7 @@ No. - + Invoice Subject Client @@ -1896,7 +1904,7 @@
  • - + prev
  • @@ -1908,7 +1916,7 @@
  • next - +
  • @@ -1929,7 +1937,7 @@
  • - + Sponsor
  • @@ -1938,13 +1946,13 @@
    @@ -2049,7 +2057,7 @@ - + Create new report
    @@ -2057,13 +2065,13 @@
    - - - - + + + + - - + + +
    @@ -54,7 +54,7 @@ - + Sponsor
    @@ -68,7 +68,7 @@ - +
    - @@ -561,7 +569,7 @@
    - +
    @@ -570,7 +578,7 @@
    - +
    @@ -596,12 +604,12 @@ - + Create new report - +
    @@ -634,7 +642,7 @@
    7% - +
    @@ -667,7 +675,7 @@
    8% - +
    @@ -696,7 +704,7 @@
    0% - +
    @@ -725,7 +733,7 @@
    4% - +
    @@ -762,7 +770,7 @@
    - +
    @@ -783,7 +791,7 @@
    - +
    @@ -1147,7 +1155,7 @@
    Today's Earning: $4,262.40
    - + +5% more than yesterday
    @@ -1229,7 +1237,7 @@
    - +
    @@ -1239,7 +1247,7 @@
    All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, - download any of the 3036 icons in SVG, PNG or React and use them in your favourite design tools. + download any of the 3222 icons in SVG, PNG or React and use them in your favourite design tools.
    Download icons @@ -1453,7 +1461,7 @@ - + August 04, 2021 @@ -1466,7 +1474,7 @@ - + 3 @@ -1482,7 +1490,7 @@ - + January 03, 2019 @@ -1495,7 +1503,7 @@ - + 6 @@ -1511,7 +1519,7 @@ - + December 28, 2018 @@ -1524,7 +1532,7 @@ - + 1 @@ -1540,7 +1548,7 @@ - + November 07, 2020 @@ -1553,7 +1561,7 @@ - + 12 @@ -1569,7 +1577,7 @@ - + November 23, 2021 @@ -1582,7 +1590,7 @@ - + 5 @@ -1598,7 +1606,7 @@ - + January 14, 2021 @@ -1611,7 +1619,7 @@ - + 3 @@ -1650,7 +1658,7 @@ No. - + Invoice Subject Client @@ -1927,7 +1935,7 @@
  • - + prev
  • @@ -1939,7 +1947,7 @@
  • next - +
  • @@ -1960,7 +1968,7 @@
  • - + Sponsor
  • @@ -1969,13 +1977,13 @@
    @@ -2080,7 +2088,7 @@ - + Create new report
    @@ -2088,13 +2096,13 @@
    - - - - + + + + - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    @@ -632,7 +640,7 @@
    7% - +
    @@ -665,7 +673,7 @@
    8% - +
    @@ -694,7 +702,7 @@
    0% - +
    @@ -723,7 +731,7 @@
    4% - +
    @@ -760,7 +768,7 @@
    - +
    @@ -781,7 +789,7 @@
    - +
    @@ -1145,7 +1153,7 @@
    Today's Earning: $4,262.40
    - + +5% more than yesterday
    @@ -1227,7 +1235,7 @@
    - +
    @@ -1237,7 +1245,7 @@
    All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, - download any of the 3036 icons in SVG, PNG or React and use them in your favourite design tools. + download any of the 3222 icons in SVG, PNG or React and use them in your favourite design tools.
    Download icons @@ -1451,7 +1459,7 @@ - + August 04, 2021 @@ -1464,7 +1472,7 @@ - + 3 @@ -1480,7 +1488,7 @@ - + January 03, 2019 @@ -1493,7 +1501,7 @@ - + 6 @@ -1509,7 +1517,7 @@ - + December 28, 2018 @@ -1522,7 +1530,7 @@ - + 1 @@ -1538,7 +1546,7 @@ - + November 07, 2020 @@ -1551,7 +1559,7 @@ - + 12 @@ -1567,7 +1575,7 @@ - + November 23, 2021 @@ -1580,7 +1588,7 @@ - + 5 @@ -1596,7 +1604,7 @@ - + January 14, 2021 @@ -1609,7 +1617,7 @@ - + 3 @@ -1648,7 +1656,7 @@ No. - + Invoice Subject Client @@ -1925,7 +1933,7 @@
  • - + prev
  • @@ -1937,7 +1945,7 @@
  • next - +
  • @@ -1958,7 +1966,7 @@
  • - + Sponsor
  • @@ -1967,13 +1975,13 @@
    @@ -2078,7 +2086,7 @@ - + Create new report
    @@ -2086,13 +2094,13 @@
    - - - - + + + + - - + + +
    @@ -67,7 +67,7 @@ - + - +
    @@ -458,7 +466,7 @@
    @@ -577,12 +585,12 @@ - + Create new report - + @@ -615,7 +623,7 @@
    7% - +
    @@ -648,7 +656,7 @@
    8% - +
    @@ -677,7 +685,7 @@
    0% - +
    @@ -706,7 +714,7 @@
    4% - +
    @@ -743,7 +751,7 @@
    - +
    @@ -764,7 +772,7 @@
    - +
    @@ -1128,7 +1136,7 @@
    Today's Earning: $4,262.40
    - + +5% more than yesterday
    @@ -1210,7 +1218,7 @@
    - +
    @@ -1220,7 +1228,7 @@
    All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, - download any of the 3036 icons in SVG, PNG or React and use them in your favourite design tools. + download any of the 3222 icons in SVG, PNG or React and use them in your favourite design tools.
    Download icons @@ -1434,7 +1442,7 @@ - + August 04, 2021 @@ -1447,7 +1455,7 @@ - + 3 @@ -1463,7 +1471,7 @@ - + January 03, 2019 @@ -1476,7 +1484,7 @@ - + 6 @@ -1492,7 +1500,7 @@ - + December 28, 2018 @@ -1505,7 +1513,7 @@ - + 1 @@ -1521,7 +1529,7 @@ - + November 07, 2020 @@ -1534,7 +1542,7 @@ - + 12 @@ -1550,7 +1558,7 @@ - + November 23, 2021 @@ -1563,7 +1571,7 @@ - + 5 @@ -1579,7 +1587,7 @@ - + January 14, 2021 @@ -1592,7 +1600,7 @@ - + 3 @@ -1631,7 +1639,7 @@ No. - + Invoice Subject Client @@ -1908,7 +1916,7 @@
  • - + prev
  • @@ -1920,7 +1928,7 @@
  • next - +
  • @@ -1941,7 +1949,7 @@
  • - + Sponsor
  • @@ -1950,13 +1958,13 @@
    @@ -2061,7 +2069,7 @@ - + Create new report
    @@ -2069,13 +2077,13 @@
    - - - - + + + + - - + + +
    @@ -67,7 +67,7 @@ - + - +
    @@ -458,7 +466,7 @@
    @@ -577,12 +585,12 @@ - + Create new report - + @@ -615,7 +623,7 @@
    7% - +
    @@ -648,7 +656,7 @@
    8% - +
    @@ -677,7 +685,7 @@
    0% - +
    @@ -706,7 +714,7 @@
    4% - +
    @@ -743,7 +751,7 @@
    - +
    @@ -764,7 +772,7 @@
    - +
    @@ -1128,7 +1136,7 @@
    Today's Earning: $4,262.40
    - + +5% more than yesterday
    @@ -1210,7 +1218,7 @@
    - +
    @@ -1220,7 +1228,7 @@
    All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, - download any of the 3036 icons in SVG, PNG or React and use them in your favourite design tools. + download any of the 3222 icons in SVG, PNG or React and use them in your favourite design tools.
    Download icons @@ -1434,7 +1442,7 @@ - + August 04, 2021 @@ -1447,7 +1455,7 @@ - + 3 @@ -1463,7 +1471,7 @@ - + January 03, 2019 @@ -1476,7 +1484,7 @@ - + 6 @@ -1492,7 +1500,7 @@ - + December 28, 2018 @@ -1505,7 +1513,7 @@ - + 1 @@ -1521,7 +1529,7 @@ - + November 07, 2020 @@ -1534,7 +1542,7 @@ - + 12 @@ -1550,7 +1558,7 @@ - + November 23, 2021 @@ -1563,7 +1571,7 @@ - + 5 @@ -1579,7 +1587,7 @@ - + January 14, 2021 @@ -1592,7 +1600,7 @@ - + 3 @@ -1631,7 +1639,7 @@ No. - + Invoice Subject Client @@ -1908,7 +1916,7 @@
  • - + prev
  • @@ -1920,7 +1928,7 @@
  • next - +
  • @@ -1941,7 +1949,7 @@
  • - + Sponsor
  • @@ -1950,13 +1958,13 @@
    @@ -2061,7 +2069,7 @@ - + Create new report
    @@ -2069,13 +2077,13 @@
    - - - - + + + + - - + + +
    @@ -67,7 +67,7 @@ - + - +
    @@ -458,7 +466,7 @@
    @@ -577,12 +585,12 @@ - + Create new report - + @@ -615,7 +623,7 @@
    7% - +
    @@ -648,7 +656,7 @@
    8% - +
    @@ -677,7 +685,7 @@
    0% - +
    @@ -706,7 +714,7 @@
    4% - +
    @@ -743,7 +751,7 @@
    - +
    @@ -764,7 +772,7 @@
    - +
    @@ -1128,7 +1136,7 @@
    Today's Earning: $4,262.40
    - + +5% more than yesterday
    @@ -1210,7 +1218,7 @@
    - +
    @@ -1220,7 +1228,7 @@
    All icons come from the Tabler Icons set and are MIT-licensed. Visit tabler-icons.io, - download any of the 3036 icons in SVG, PNG or React and use them in your favourite design tools. + download any of the 3222 icons in SVG, PNG or React and use them in your favourite design tools.
    Download icons @@ -1434,7 +1442,7 @@ - + August 04, 2021 @@ -1447,7 +1455,7 @@ - + 3 @@ -1463,7 +1471,7 @@ - + January 03, 2019 @@ -1476,7 +1484,7 @@ - + 6 @@ -1492,7 +1500,7 @@ - + December 28, 2018 @@ -1505,7 +1513,7 @@ - + 1 @@ -1521,7 +1529,7 @@ - + November 07, 2020 @@ -1534,7 +1542,7 @@ - + 12 @@ -1550,7 +1558,7 @@ - + November 23, 2021 @@ -1563,7 +1571,7 @@ - + 5 @@ -1579,7 +1587,7 @@ - + January 14, 2021 @@ -1592,7 +1600,7 @@ - + 3 @@ -1631,7 +1639,7 @@ No. - + Invoice Subject Client @@ -1908,7 +1916,7 @@
  • - + prev
  • @@ -1920,7 +1928,7 @@
  • next - +
  • @@ -1941,7 +1949,7 @@
  • - + Sponsor
  • @@ -1950,13 +1958,13 @@
    @@ -2061,7 +2069,7 @@ - + Create new report
    @@ -2069,13 +2077,13 @@
    - - - - + + + + - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - +
    - + - - + + \ No newline at end of file diff --git a/demo/lists.html b/demo/lists.html index 723a85cb2..e4a57d8e7 100644 --- a/demo/lists.html +++ b/demo/lists.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Lists - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    @@ -458,7 +466,7 @@
  • - + Sponsor
  • @@ -578,13 +586,13 @@
    @@ -597,8 +605,8 @@ - - + + +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - - - + + + - - + + +
    @@ -68,7 +68,7 @@ - +
    - @@ -561,7 +569,7 @@
    - +
    @@ -570,7 +578,7 @@ - +
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - - + + \ No newline at end of file diff --git a/demo/music.html b/demo/music.html index aae3aec87..90e4a6ce9 100644 --- a/demo/music.html +++ b/demo/music.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Music components - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    @@ -670,7 +678,7 @@ @@ -678,18 +686,18 @@ 6 @@ -710,23 +718,23 @@ 34 @@ -754,11 +762,11 @@ @@ -771,12 +779,12 @@ @@ -822,23 +830,23 @@ 11 @@ -861,22 +869,22 @@ @@ -908,23 +916,23 @@ 6 @@ -950,23 +958,23 @@ 5 @@ -990,17 +998,17 @@ @@ -1020,7 +1028,7 @@ @@ -1028,22 +1036,22 @@ @@ -1073,18 +1081,18 @@ 1 @@ -1112,11 +1120,11 @@ 7 @@ -1130,7 +1138,7 @@ @@ -1172,18 +1180,18 @@ 4 @@ -1208,7 +1216,7 @@
  • - + Sponsor
  • @@ -1217,13 +1225,13 @@
    @@ -1235,7 +1243,7 @@
    - - + + \ No newline at end of file diff --git a/demo/terms-of-service.html b/demo/terms-of-service.html index bffa17178..e4bb82102 100644 --- a/demo/terms-of-service.html +++ b/demo/terms-of-service.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Terms of service - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - - + +
    @@ -81,7 +81,7 @@
    - - + + \ No newline at end of file diff --git a/demo/tinymce.html b/demo/tinymce.html index bdf02ddd4..2490bf85c 100644 --- a/demo/tinymce.html +++ b/demo/tinymce.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ TinyMCE - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - + - - + + +
    +
    +
    + +
    +
    +
    +

    Your free trial period has expired!

    +

    + If you want to continue to benefit from Tabler, it's time to upgrade your plan. +

    +
      +
    • + + + + + Over 800+ productions + Unlimited movies, TV shows and more. + +
    • +
    • + + + + + Watch everywhere + Watch on smart TVs, PlayStation, Xbox, Apple TV, Blu-ray players and more. + +
    • +
    • + + + + + Personalize + Choose your own style, watch what you like. + +
    • +
    + +

    + If you need to get a trial extension please feel free to contact us. +

    +
    +
    +
    +
    + + + + + + \ No newline at end of file diff --git a/demo/typography.html b/demo/typography.html index 73737c51a..d84ee7c17 100644 --- a/demo/typography.html +++ b/demo/typography.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Typography - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@
    - +
    @@ -611,7 +619,7 @@
    - + Email @@ -951,7 +959,7 @@
  • - + prev
  • @@ -963,7 +971,7 @@
  • next - +
  • @@ -981,7 +989,7 @@
  • - + Sponsor
  • @@ -990,13 +998,13 @@
    @@ -1008,7 +1016,7 @@
    - - + + \ No newline at end of file diff --git a/demo/widgets.html b/demo/widgets.html index f6fcfe95b..efcfaa978 100644 --- a/demo/widgets.html +++ b/demo/widgets.html @@ -1,10 +1,10 @@ @@ -14,11 +14,11 @@ Widgets - Tabler - Premium and Open Source dashboard template with responsive and high quality UI. - - - - - + + + + + - +
    @@ -67,7 +67,7 @@ - +
    - @@ -560,7 +568,7 @@
    - +
    @@ -569,7 +577,7 @@ - +