1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
This commit is contained in:
codecalm
2024-12-03 19:19:28 +01:00
11 changed files with 1205 additions and 944 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Fix the `z-index` value of the `nav-tab` inside `card-tab` #1933

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Updated Tabler Icons to v3.24.0

View File

@@ -3,6 +3,7 @@ GEM
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.2.3)
em-websocket (0.5.3)
@@ -11,7 +12,8 @@ GEM
eventmachine (1.2.7)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (4.26.1)
google-protobuf (4.27.5)
bigdecimal
rake (>= 13)
htmlbeautifier (1.4.2)
htmlcompressor (0.4.0)
@@ -65,18 +67,16 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.3.6)
strscan
rexml (3.3.9)
rouge (4.2.1)
safe_yaml (1.0.5)
sass-embedded (1.75.0)
google-protobuf (>= 3.25, < 5.0)
rake (>= 13.0.0)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
webrick (1.8.1)
webrick (1.8.2)
PLATFORMS
ruby

View File

@@ -27,7 +27,7 @@ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
### CDN
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@$ICONS_VERSION/tabler-icons.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@$ICONS_VERSION/dist/tabler-icons.min.css">
```
## Usage

View File

@@ -132,27 +132,27 @@
]
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@changesets/cli": "^2.27.8",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@changesets/cli": "^2.27.10",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/pluginutils": "^5.1.0",
"@rollup/pluginutils": "^5.1.3",
"@rollup/stream": "^2.0.0",
"@shopify/prettier-plugin-liquid": "^1.5.0",
"@shopify/prettier-plugin-liquid": "^1.6.1",
"all-contributors-cli": "^6.26.1",
"apexcharts": "^3.53.0",
"apexcharts": "^3.54.1",
"autoprefixer": "^10.4.20",
"autosize": "^6.0.1",
"browser-sync": "^2.29.3",
"bundlewatch": "^0.3.3",
"bundlewatch": "^0.4.0",
"choices.js": "^10.2.0",
"countup.js": "^2.8.0",
"cross-spawn": "^7.0.3",
"cross-spawn": "^7.0.6",
"dropzone": "^6.0.0-beta.2",
"flatpickr": "^4.6.13",
"fslightbox": "^3.4.1",
"fslightbox": "^3.4.2",
"glob": "^10.4.5",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
@@ -172,25 +172,25 @@
"litepicker": "^2.0.12",
"nouislider": "^15.8.1",
"plyr": "^3.7.8",
"postcss": "^8.4.45",
"postcss": "^8.4.49",
"prettier": "^2.8.8",
"request": "^2.88.2",
"rollup": "2.79.1",
"rollup": "2.79.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleanup": "^3.2.1",
"sass": "^1.77.8",
"sass": "1.71.0",
"star-rating.js": "^4.3.1",
"tinymce": "^7.3.0",
"tom-select": "^2.3.1",
"tinymce": "^7.5.1",
"tom-select": "^2.4.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yaml": "^2.5.1",
"yaml": "^2.6.1",
"yargs": "^17.7.2",
"zod": "^3.23.8"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@tabler/icons": "^3.17.0",
"@tabler/icons": "^3.24.0",
"bootstrap": "5.3.3"
},
"peerDependencies": {

2081
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1 +1 @@
{"version":"3.17.0","count":5628}
{"version":"3.24.0","count":5754}

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
$border-values: (
null: var(--#{$prefix}border-width) var(--#{$prefix}border-style)
$border-color-translucent,
var(--#{$prefix}border-color-translucent),
wide: $border-width-wide var(--#{$prefix}border-style)
$border-color-translucent,
var(--#{$prefix}border-color-translucent),
0: 0,
);

View File

@@ -605,6 +605,8 @@ $card-header-tabs-bg: var(--#{$prefix}bg-surface-tertiary) !default;
$cards-grid-gap: var(--#{$prefix}page-padding) !default;
$cards-grid-breakpoint: lg !default;
$zindex-dropdown: 1;
// Carousel
$carousel-control-color: $white !default;
$carousel-control-icon-width: 1.5rem !default;

View File

@@ -35,6 +35,6 @@
}
.text-#{"" + $color}-fg {
color: color-contrast($value) !important;
color: $value !important;
}
}