Abdelrhman Said
e6748a16fc
Fix typo error ( #2188 )
2025-03-10 21:56:42 +01:00
codecalm
de32b71ab2
Refactor example shortcode to use Liquid syntax and enhance styling; add new example include template
2025-02-12 18:26:16 +01:00
codecalm
cdba5f82be
Update documentation layout and syntax highlighting configurations
2025-02-11 23:33:31 +01:00
codecalm
22bc0b38fb
Add documentation files and update package dependencies
2025-02-11 23:11:03 +01:00
codecalm
cd1711e995
Merge branch 'dev' of https://github.com/tabler/tabler into dev-docs-app
2025-02-11 20:00:49 +01:00
codecalm
06c3b5dd65
Update pnpm to version 9.15.4 in package.json and pnpm-lock.yaml
2025-02-11 20:00:05 +01:00
codecalm
beead2cdc5
Update devDependencies in package.json by adding and removing packages
2025-02-11 19:59:34 +01:00
codecalm
876067aa09
Add rimraf as a dependency in package.json and update pnpm-lock.yaml
2025-02-11 19:58:51 +01:00
codecalm
dfcc8c00eb
Build ifx
2025-02-11 19:56:31 +01:00
codecalm
ece641a475
Merge branch 'dev' of https://github.com/tabler/tabler into dev-docs-app
2025-02-11 19:53:42 +01:00
codecalm
cac2606016
Use cross-env for setting NODE_ENV in watch-html script for better compatibility
2025-02-11 19:52:00 +01:00
codecalm
bc3a8360a7
Add pnpm as a dependency in package.json and update pnpm-lock.yaml
2025-02-11 19:50:52 +01:00
codecalm
226e9ab22c
Refactor documentation structure by removing old menu and layout files, and adding new e11ty components and configurations
2025-02-11 19:46:46 +01:00
codecalm
3204d10168
Merge branch 'dev' of https://github.com/tabler/tabler into dev-docs-app
2025-02-11 19:23:20 +01:00
codecalm
6b3bf15c4c
Replace 'rm -rf' with 'rimraf' for cross-platform compatibility in clean scripts
2025-02-11 19:15:43 +01:00
codecalm
93e156bfe1
Add initial documentation for UI components, utilities, and plugins
2025-02-11 19:12:10 +01:00
codecalm
2f37b4c62c
Merge branch 'dev' of https://github.com/tabler/tabler into dev-docs-app
2025-02-10 23:24:29 +01:00
Paweł Kuna
76f5de44e7
Update timeline card layout and profile header styles ( #2140 )
...
* Update timeline card layout and profile header styles
* Create large-walls-wave.md
2025-02-08 14:14:38 +01:00
Paweł Kuna
24b944cbdc
Remove box-shadow from avatar styles for a cleaner appearance ( #2137 )
...
* Remove box-shadow from avatar styles for a cleaner appearance
* Create ten-houses-punch.md
2025-02-08 13:58:39 +01:00
BG-Software
687267de38
Fix overflow of label in a floating-input ( #2072 )
...
* Fix overflow of label in a floating-input
Temporary fix for the bug in twbs/bootstrap v5.3.3.
* Create dry-rice-march.md
---------
Co-authored-by: codecalm <codecalm@gmail.com >
2025-02-08 13:57:11 +01:00
Paweł Kuna
ea144622a1
Add documentation for segmented control component ( #2134 )
...
* Add documentation for segmented control component
* Enhance documentation for segmented control component with additional examples and usage guidelines
* Create stale-pianos-crash.md
* Add changeset for @tabler/core minor update
2025-02-06 21:59:04 +01:00
codecalm
52fa8658ea
Update package dependencies to latest versions
2025-02-06 21:28:25 +01:00
codecalm
ffa095f981
Update asset paths from 'core' to 'dist' in configuration and layout files
2025-02-06 18:45:17 +01:00
codecalm
6b7a761fd4
Update robots.txt handling and improve sitemap URL generation
2025-02-06 18:24:17 +01:00
codecalm
3b85669999
Merge branch 'dev' of https://github.com/tabler/tabler into dev
2025-02-06 18:24:00 +01:00
codecalm
ffaf92b67b
Update changeset for segmented control component
2025-02-06 18:23:58 +01:00
falsulaiman
78383ef568
Update _nav.scss ( #2133 )
...
* Update _nav.scss
### Issue: Dash (`-`) causing W3C validator error and CSS issues
**Problem**:
The use of a dash (`-`) in certain areas is triggering errors in the W3C validator and affecting the proper functioning of CSS.
1. **HTML Issue**: The dash might be incorrectly placed in attribute names or element IDs, causing validation errors.
- Example: `data-name` is fine, but ensure it's used correctly and within the valid context.
2. **CSS Issue**: If the dash is used improperly in class or ID names, it can cause selector issues in CSS.
- Example: `.my-class-name` is correct, but make sure that the class is correctly applied to the element and styled properly in CSS.
**Proposed Fix**:
- Ensure that any attribute or class names are formatted correctly. For example, `data-name` is valid, but check for any spelling mistakes or misplaced dashes.
- In CSS, ensure proper selector syntax like:
```css
.my-class-name {
/* Styles here */
}
* Fix margin calculation for nav links in _nav.scss
* Create red-pens-punch.md
---------
Co-authored-by: codecalm <codecalm@gmail.com >
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com >
2025-02-06 18:23:13 +01:00
Paweł Kuna
cb278c762d
Add segmented control component ( #2087 )
...
* Add segmented control component and update related files
* Implement segmented navigation component and update related styles
* Create grumpy-flowers-act.md
* Refactor .gitignore and move playground pages to preview directory
* Enhance segmented navigation with hover state and class support
* Refactor segmented control layout for improved responsiveness and alignment
2025-02-06 18:02:46 +01:00
codecalm
117fbbb2d5
Update .gitignore to include preview directory files
2025-02-06 00:07:17 +01:00
codecalm
60699ed9c3
Remove "New" badges from menu items in menu.json
2025-02-05 23:06:31 +01:00
codecalm
54f0802f72
Merge branch 'dev' of https://github.com/tabler/tabler into dev
2025-02-05 22:52:38 +01:00
codecalm
c2afa77258
update changesets
2025-02-05 22:52:37 +01:00
BG-Software
c079e646ef
Improve documentation for buttons ( #2129 )
...
* Fix background-image of buttons with avatars
* Remove duplicated code blocks in buttons docs
+ Fix links to tabler.io/icons.
+ Replace Twitter with X on icon button.
* Create silly-lobsters-move.md
2025-02-05 22:51:34 +01:00
codecalm
1394c3420c
Merge branch 'main' of https://github.com/tabler/tabler into dev
2025-02-05 22:51:16 +01:00
codecalm
92275670f5
Add styles for tom-select and nouislider to libs.json
2025-02-05 22:50:23 +01:00
codecalm
37af5425ff
Enhance autosize and input mask initialization with conditional checks; update Eleventy config to set server passthrough copy behavior
2025-02-05 22:19:18 +01:00
codecalm
d40dc60cd8
Update environment variable handling in Eleventy configuration
2025-02-05 22:12:30 +01:00
BG-Software
11f4487286
Use the full license agreement for illustrations in docs ( #2128 )
...
* Use the full license agreement for illustrations in docs
* Create short-wombats-rhyme.md
2025-02-05 22:07:27 +01:00
codecalm
0689fa2abf
Merge branch 'dev' of https://github.com/tabler/tabler into dev
2025-02-05 22:05:42 +01:00
codecalm
4268994034
Change release workflow trigger branch from main to dev
2025-02-05 22:05:40 +01:00
Paweł Kuna
8dffb4e345
Update robots.txt handling and improve sitemap URL generation ( #2130 )
...
* Update robots.txt handling and improve sitemap URL generation
* Add dynamic page data handling and update sitemap generation
* Remove debug output from sitemap generation
* Create thin-clouds-glow.md
2025-02-05 22:04:57 +01:00
codecalm
c1eb103c62
init docs app
2025-02-05 14:03:38 +01:00
codecalm
61beafe3eb
init docs app
2025-02-05 14:03:10 +01:00
codecalm
bc5951b50d
Add build step to bundlewatch workflow
2025-02-03 23:04:41 +01:00
codecalm
f8a7a13f6b
Remove unnecessary dependency on bundlewatch in turbo configuration
2025-02-03 03:00:27 +01:00
carlosmintfan
b28ce9f2e8
Fix vertical alignment in single page and error layouts ( #2114 )
...
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com >
Co-authored-by: codecalm <codecalm@gmail.com >
2025-02-03 02:56:29 +01:00
Paweł Kuna
a370919ebe
Refactor bundlewatch workflow to use Turbo ( #2119 )
2025-02-03 02:54:15 +01:00
codecalm
09a7e10ef1
Remove PNPM version specification from workflow files
2025-02-03 02:49:59 +01:00
codecalm
0afaaf2348
Add banner generation to CSS files and update package metadata
2025-02-01 22:50:26 +01:00
codecalm
f04cf51047
Update output paths in build configuration and HTML templates to use 'preview' directory
2025-02-01 22:06:08 +01:00
Paweł Kuna
eaa7f81604
Monorepo structure, remove Gulp, new build process ( #2116 )
2025-02-01 21:05:00 +01:00
carlosmintfan
ce98145fb2
Make marketing pages fully support dark mode ( #2081 )
2025-02-01 21:03:09 +01:00
carlosmintfan
d3ae77cf8b
Enable scrollSpy in countup module ( #2113 )
...
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com >
2025-02-01 21:01:29 +01:00
carlosmintfan
28131f42df
Remove mention of bundler from README ( #2076 )
2025-02-01 20:56:49 +01:00
BG-Software
06b1dec645
Fix size of apexcharts tooltip marker ( #2115 )
2025-02-01 11:40:48 +01:00
codecalm
9a46a8fbf9
fix: update payment methods to use 'logo' instead of 'code'
2025-01-30 00:26:06 +01:00
codecalm
9237d12cac
chore: remove 'dev' branch from release workflow triggers
2025-01-29 22:57:24 +01:00
codecalm
fd8b11822a
chore: update .gitignore and add zip script to package.json
2025-01-28 23:08:25 +01:00
github-actions[bot]
1d73dc92b0
chore: update versions ( #2105 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-28 22:14:40 +01:00
codecalm
e563985c3d
Remove empty lines from HTML output in Eleventy configuration
2025-01-28 21:33:36 +01:00
codecalm
c0092e5124
Refactor font-family variables in SCSS
2025-01-28 21:30:59 +01:00
codecalm
40750e1cb7
Update footer to display version only in production environment
2025-01-28 21:27:37 +01:00
codecalm
e74d9dc326
Set default limit to Infinity for card icons
2025-01-28 21:20:44 +01:00
Paweł Kuna
71c68ce40a
Update changelog configuration and release scripts ( #2095 )
2025-01-28 21:13:15 +01:00
dependabot[bot]
5ddda4bf5b
Bump actions/stale from 8 to 9 ( #2098 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-28 19:49:32 +01:00
Paweł Kuna
ba65fc3694
Update devDependencies ( #2094 )
2025-01-28 19:07:38 +01:00
ethancrawford
e798eb623d
Fix small typo in tables docs ( #2090 )
...
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com >
2025-01-28 18:59:37 +01:00
Prashant Rijal
38504e578a
Added 3 new payments from Nepal ( #2085 )
...
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com >
Co-authored-by: codecalm <codecalm@gmail.com >
2025-01-28 18:58:44 +01:00
codecalm
a30ac7d194
Add passthrough copy for favicon and enable incremental watch in Eleventy
2025-01-27 22:52:17 +01:00
BG-Software
90cc74487b
Fix colors of disabled tom-select ( #2084 )
2025-01-27 22:34:05 +01:00
Paweł Kuna
a5bf5d3e2d
Fix icons in form-elements.html ( #2086 )
2025-01-27 22:32:51 +01:00
Paweł Kuna
2c7c448108
Refactor Dockerfile and package.json ( #2089 )
2025-01-27 22:32:25 +01:00
codecalm
2b42568ce7
Limit the number of icons displayed in the demo icons list
2025-01-27 21:56:24 +01:00
Paweł Kuna
063ef58515
Update Tabler Illustrations to v1.5 ( #2075 )
2025-01-22 22:22:33 +01:00
Paweł Kuna
5e2c975c99
Update Tabler Icons to v3.29.0 ( #2074 )
2025-01-22 22:22:19 +01:00
codecalm
782f0f5726
Remove Ruby and Bundler dependencies from workflow and documentation
2025-01-22 22:22:06 +01:00
Paweł Kuna
be69fd6c08
Replace Jekyll with Eleventy ( #2071 )
2025-01-22 22:13:51 +01:00
BG-Software
c8b263bc2b
Get the latest sponsors image
2025-01-21 20:17:42 +01:00
codecalm
26e2fb08f7
Remove duplicate menu entry in lists.html
2025-01-18 15:43:12 +01:00
codecalm
12d5b05bcd
Update Node.js version in .nvmrc to 20
2025-01-18 14:56:12 +01:00
Paweł Kuna
9d5f7cacd3
Remove unused dependencies from package.json ( #2070 )
...
* Remove unused dependencies from package.json and pnpm-lock.yaml
* Create cool-rules-learn.md
2025-01-18 14:33:27 +01:00
Paweł Kuna
875cafa474
Refactor SCSS variables to use color.adjust for improved color manipulation ( #2068 )
...
* Refactor dark mode SCSS variables to use color.adjust for improved color manipulation
* Refactor dark mode SCSS variables to remove unnecessary color space parameter for cleaner code
* Update sass dependency to version 1.78.0
* Create sour-dragons-eat.md
2025-01-18 14:33:14 +01:00
Paweł Kuna
0e4bf5fc73
Refactor data structure by converting YAML files to JSON ( #2069 )
2025-01-18 14:31:23 +01:00
Paweł Kuna
c75cf55672
Update Node.js engine requirement to allow versions >=20 ( #2063 )
2025-01-17 22:11:38 +01:00
BG-Software
1c1d0c9d25
Improve documentation for alerts ( #2055 )
...
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com >
2025-01-17 22:11:28 +01:00
Paweł Kuna
7aa216f666
Add border-opacity variable for improved color utility ( #2061 )
2025-01-17 22:10:22 +01:00
Paweł Kuna
1801e4161a
Center content on error and single page layouts ( #2060 )
2025-01-17 22:10:08 +01:00
BG-Software
78392b6b4b
Fix color of disabled dropdown-item ( #2052 )
...
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com >
2025-01-17 22:09:41 +01:00
Paweł Kuna
736410c616
Update Tabler Icons to v3.28.1 ( #2067 )
2025-01-17 22:07:05 +01:00
Paweł Kuna
e53942f4a6
Update Jekyll to version 4.3.4 ( #2066 )
2025-01-17 22:03:38 +01:00
Paweł Kuna
d82f94e677
Update package dependencies to latest versions ( #2064 )
2025-01-17 16:33:26 +01:00
BG-Software
0e5b44af11
Fix color of disabled nav-link in nav-bordered ( #2053 )
2025-01-17 16:22:27 +01:00
BG-Software
a685abe2b8
Fix link to sponsors image
2025-01-15 20:05:42 +01:00
codecalm
728816a52e
Fix SVG logo by resolving merge conflict and updating path attributes
2025-01-15 19:27:39 +01:00
BG-Software
233508195a
Use sponsors image from tabler/sponsors
2025-01-15 19:18:08 +01:00
codecalm
9bf0824376
Update code snippets in documentation to remove unnecessary background attributes
2025-01-14 13:42:52 +01:00
codecalm
b9c3223e98
Update CHANGELOG.md for version 1.0.0-beta24
2025-01-11 19:48:13 +01:00
codecalm
7c99f3aad4
Release 1.0.0-beta24
2025-01-11 19:47:15 +01:00
codecalm
06036f91cf
Update page-layouts.mdx to correct installation guideline link and enhance layout code snippets
2025-01-11 19:18:53 +01:00
codecalm
093aff1b08
Update CHANGELOG.md for version 1.0.0-beta23 with documentation improvements and various bug fixes
2025-01-10 22:48:37 +01:00
Paweł Kuna
b0b07b94da
Enhance documentation ( #2048 )
2025-01-10 22:31:24 +01:00
Paweł Kuna
5cca710ac6
Update illustrations and enhance SVG handling in HTML ( #2051 )
2025-01-10 22:31:03 +01:00
codecalm
86cab40faa
Update copyright year in LICENSE file to 2025
2025-01-09 22:25:43 +01:00
codecalm
f433d98fbe
Merge branch 'dev' of https://github.com/tabler/tabler into dev
2025-01-09 22:25:25 +01:00
Paweł Kuna
844d66f597
Marketing pages plugin ( #1332 )
...
* marketing site init
* classname fix
* marketing images
* homepage components
* gradient bg
* Optimised images with calibre/image-actions
* generate utilities for marketing pages, negative utilities, new filters, browser component
* list separate fixes
* marketing pages components
* build fix
* new marketing pages elements
* add typd.js library to animate text
* about page, markdown page
* testimonials, new components, new marketing pages
* unity avatar sizes
* fix shape sizes
* avatars unify
* shape fixes
* real estate page
* Optimised images with calibre/image-actions
* fix small rebase error
* Fix mobile designs of features, faq and testimonials
* Add marketing pages to the extra's menu
* fix hero header design and include as app example design
* Fix buttons nog centering on hero
* Slightly increase bundlewatch size
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Robert-Jan de Dreu <160743+rjd22@users.noreply.github.com >
2025-01-08 15:27:36 +01:00
codecalm
ef3b0b5742
Enhance countup documentation with additional examples and explanations
2025-01-07 23:39:25 +01:00