Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabler Icons are missed after update.... #4

Open
cnichte opened this issue Mar 11, 2024 · 1 comment
Open

Tabler Icons are missed after update.... #4

cnichte opened this issue Mar 11, 2024 · 1 comment
Assignees

Comments

@cnichte
Copy link

cnichte commented Mar 11, 2024

Description

Tabler Icons updated to 3.0.0, and then...

npm run build

WARN  Could not find src 'coffee'.
WARN  Could not find src 'alert-triangle'.
WARN  Could not find src 'info-circle'.
WARN  Could not find src 'alert-octagon'.
WARN  Could not find src 'rocket'.

Now Icons missing in callouts.

Environment

Paste the information here as shown by npm run info

{
npm: '10.2.4',
node: '21.5.0',
acorn: '8.11.2',
ada: '2.7.4',
ares: '1.24.0',
base64: '0.5.1',
brotli: '1.1.0',
cjs_module_lexer: '1.2.2',
cldr: '43.1',
icu: '73.2',
llhttp: '9.1.3',
modules: '120',
napi: '9',
nghttp2: '1.58.0',
openssl: '3.2.0',
simdjson: '3.6.2',
simdutf: '4.0.4',
tz: '2023c',
undici: '5.28.2',
unicode: '15.0',
uv: '1.47.0',
uvwasi: '0.0.19',
v8: '11.8.172.17-node.18',
zlib: '1.2.12'
}

npm list

├── @hyas/[email protected]
├── @hyas/[email protected]
├── @hyas/[email protected]
├── @hyas/[email protected]
├── @tabler/[email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]

@h-enk
Copy link
Member

h-enk commented Mar 12, 2024

Backward compatibility through aliases doesn't seem to be working.

Use the new syntax:

{{< inline-svg "outline/boom" >}}
{{< inline-svg "filled/boom" >}}

Snag_14f01769

I will be looking into it further w/ Inline SVG 1.1

@h-enk h-enk transferred this issue from thuliteio/doks Mar 12, 2024
@h-enk h-enk self-assigned this Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants