Skip to content

Commit 5e77480

Browse files
committed
Fixes #19213: Fix dropdown field rendering by reverting to Tabler v1.0
1 parent 7375042 commit 5e77480

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

Diff for: netbox/project-static/dist/netbox.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: netbox/project-static/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@mdi/font": "7.4.47",
26-
"@tabler/core": "1.1.1",
26+
"@tabler/core": "1.0.0",
2727
"bootstrap": "5.3.5",
2828
"clipboard": "2.0.11",
2929
"flatpickr": "4.6.13",

Diff for: netbox/project-static/styles/netbox.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@import 'variables';
22

33
// Tabler & vendors
4-
@import '../node_modules/@tabler/core/scss/_core.scss';
5-
@import '../node_modules/@tabler/core/scss/vendor/tom-select';
4+
@import '../node_modules/@tabler/core/src/scss/_core.scss';
5+
@import '../node_modules/@tabler/core/src/scss/vendor/tom-select';
66

77
// Overrides of external libraries
88
@import 'overrides/bootstrap';

Diff for: netbox/project-static/yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -759,14 +759,20 @@
759759
resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
760760
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
761761

762-
"@tabler/core@1.1.1":
763-
version "1.1.1"
764-
resolved "https://registry.yarnpkg.com/@tabler/core/-/core-1.1.1.tgz#6b7044c4b427f14c1d78e4532106821466d619a6"
765-
integrity sha512-VVxsx6+XtCtSjKqS0m5z8W2OcNAYHRiygl3ov+RrQDDB4UK5jfSa26dY+2sMcohocV6GsBpuozPyEk8p3/8sdQ==
762+
"@tabler/core@1.0.0":
763+
version "1.0.0"
764+
resolved "https://registry.yarnpkg.com/@tabler/core/-/core-1.0.0.tgz#08736378108663b5893a31ad462be7d12e64be67"
765+
integrity sha512-uFmv6f8TAaW2JaGwzjT1LfK+TjmBQSTCoznCMdV5uur4cv4TtJlV8Hh1Beu55YX0svMtOQ0Xts7tYv/+qBEcfA==
766766
dependencies:
767767
"@popperjs/core" "^2.11.8"
768+
"@tabler/icons" "^3.29.0"
768769
bootstrap "5.3.3"
769770

771+
"@tabler/icons@^3.29.0":
772+
version "3.31.0"
773+
resolved "https://registry.yarnpkg.com/@tabler/icons/-/icons-3.31.0.tgz#92d39dc336f2e3e312170420b00ffe9ca474925e"
774+
integrity sha512-dblAdeKY3+GA1U+Q9eziZ0ooVlZMHsE8dqP0RkwvRtEsAULoKOYaCUOcJ4oW1DjWegdxk++UAt2SlQVnmeHv+g==
775+
770776
"@tanstack/react-virtual@^3.0.0-beta.60":
771777
version "3.5.0"
772778
resolved "https://registry.yarnpkg.com/@tanstack/react-virtual/-/react-virtual-3.5.0.tgz#873b5b77cf78af563a4a11e6251ed51ee8868132"

0 commit comments

Comments
 (0)