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

[Bug]: Tabler filled icons missing #940

Closed
BADtochka opened this issue May 1, 2024 · 3 comments · Fixed by #941
Closed

[Bug]: Tabler filled icons missing #940

BADtochka opened this issue May 1, 2024 · 3 comments · Fixed by #941
Labels

Comments

@BADtochka
Copy link

Describe the bug

After upgrading from 5.1.0 to 5.2.0, filled tabler icons disappear from lib

Expected behavior

.

Minimal sample repository URL

.

Steps To Reproduce

  1. install 5.2.0 version
  2. cat ./node_modules/react-icons/tb/index.d.ts

Package version

v5.2.0

Relevant log output

No response

Additional context

5.1.0:

...
export declare const TbAlignBoxRightTopFilled: IconType;
export declare const TbAlignBoxRightTop: IconType;
export declare const TbAlignBoxTopCenterFilled: IconType;
export declare const TbAlignBoxTopCenter: IconType;
export declare const TbAlignBoxTopLeftFilled: IconType;
export declare const TbAlignBoxTopLeft: IconType;
export declare const TbAlignBoxTopRightFilled: IconType;
export declare const TbAlignBoxTopRight: IconType;
...

5.2.0:

...
export declare const TbAlignBoxRightTop: IconType;
export declare const TbAlignBoxTopCenter: IconType;
export declare const TbAlignBoxTopLeft: IconType;
export declare const TbAlignBoxTopRight: IconType;
...
@BADtochka BADtochka added the Bug label May 1, 2024
BADtochka added a commit to eveot/erp-ui that referenced this issue May 1, 2024
@wottpal
Copy link

wottpal commented May 3, 2024

Great, thanks for fixing this. It seems like 5.2.1 has been released on GitHub but not on npm. 🤔 Is there some ci issue here maybe?

@kamijin-fanta
Copy link
Member

Sorry. It's a public holiday in Japan. I'll publish it manually next week.

IntarialN added a commit to eveot/erp-ui that referenced this issue May 3, 2024
* feat: add TextInfo component

* fix: icon colors

* feat: add Input component

* feat: add Input component

* fix: Input icons

* fix: merge trash

* feat: update Input

* feat: update Input style

* chore: remove merge trash

* feat: add Modal component
feat: update default bg for preview

* feat: add Switch component

* feat: add Slider component

* feat: add Tooltip component

* feat: add Icon props

* feat: add ButtonsGroup

* fix: border in ButtonsGroups

* feat: add Hint component

* feat: change :active style

* chore: remove autodoc from tooltip

* fix: pointer on tooltip box

* fix: modal close button & image width

* feat: add Dropdown component

* feat: update Dropdown props

* feat: add useOuterClick

* feat: add Selector component

* feat: rename Selector to TextSelector

* [RPDEV-231] настроил SelectColor

* feat: add Progress components

* feat: add Selectors

* feat: update Selectors

* fix: color selector

* feat: add Captcha component

* [RPDEV-263] Обновление конфигов для npm publish (#19)

* feat: update all deps

* feat: update typescript to latest

* chore: update publish version

* feat: update configs & exports

* feat: change version branch

* feat: update configs

* feat: update exports for components

* chore: update package version

* feat: update fonts files

* feat: remove useless fonts

* feat: update version

* chore: remove comments

* feat: add css injections to lib

* feat: remove local fonts

* fix: captcha last key valid

* feat: update version

* feat: update styles

* chore: update package.json info

* chore: update README

* feat: update * style

* fix: styles in Button & Dropdown

* feat: update Dropdown props

* chore: add publish command

* fix: Icon export :/

* fix: try to fix icon export issue

* fix: undefined Icon component

* chore: update package version

* fix: lock `react-icon` version until react-icons/react-icons#940 will not be resolved

* chore: update package version

* fix: IconName

* feat: update class names for legacy components
feat: add dropdown left icon

* feat: update Icon components & add flags icons

* chore: update package version

* fix: dropdown rotate icons in content

* chore: update package version

* feat: add Dropdown triggerWidth

* chore: update package version

* fix(Input): make textInfo prop optional
feat: add new Icon

* feat(Input): add min & max props

* feat(Slider): add min & max props

* chore: update package version

* fix: slider light style

* fix(Modal): theme colors only in header

* fix(TextInfo): text align

---------

Co-authored-by: Nikita Zaycev (IntarialIT) <143414319+IntarialN@users.noreply.github.com>
@kamijin-fanta
Copy link
Member

published v5.2.1 to npm registry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants