You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@clayui/tooltip

Package Overview
Dependencies
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/tooltip - npm Package Versions

2345
11

3.141.2-alpha.0

Diff
b
bryceosterhaus
published 3.141.2-alpha.0 •
m
matuzalemteles
published 3.141.1 •

Changelog

Source

3.141.1 (2025-07-18)

Bug Fixes

  • date-picker: add failing test for clicking current date dot (6226f51)
  • date-picker: create a new date object for initialMonth if none is provided and create new variable so that we aren't re-assigning a prop value (c1d1c37)
  • date-picker: use a function to return defaultMonth or current Date() (f4358d1)

Reverts

  • Revert "fix(@clayui/core): LPD-50722 LanguagePicker should display label untranslated if total is 0" (843493d)
  • Revert "feat(@clayui/localized-input): LPD-50722 Use Language Picker for switching languages" (4cd7f1c)
  • Revert "chore(@clayui/localized-input): LPD-50722 SF" (4d30415)
  • Revert "fix(@clayui/core) LPD-50722 LanguagePicker should show tooltip when trigger text is hidden" (fe33ddf)
  • Revert "fix(@clayui/localized-input): LPD-50722 LanguagePicker requires all messages to be declared" (64f5ae5)
  • Revert "fix(@clayui/core): LPD-50722 LanguagePicker default language label not displaying and SF" (2eac48c)
  • Revert "chore(@clayui/core): LPD-50722 Update language-picker snapshot due to SF" (060ba0b)
  • Revert "chore(@clayui/core): LPD-50722 LanguagePicker SF" (c447c3f)
  • Revert "chore(@clayui/localized-input): LPD-50722 Update tests" (e976ac8)
b
bryceosterhaus
published 3.141.1-alpha.1 •
b
bryceosterhaus
published 3.141.1-alpha.0 •
m
matuzalemteles
published 3.141.0 •

Changelog

Source

3.141.0 (2025-07-15)

Bug Fixes

  • @clayui/core: LPD-47980 SidePanel close button should announce the title of the sidebar (0858cc9)
  • @clayui/core: LPD-47980 SidePanel.Header adds messages and onClose props (5d5b20d)
  • @clayui/core: LPD-47980 SidePanel.Header simplify API (0761312)
  • @clayui/core: LPD-50722 LanguagePicker default language label not displaying and SF (de4bb74)
  • @clayui/core: LPD-50722 LanguagePicker should display label untranslated if total is 0 (3d37047)
  • @clayui/core: LPD-60233 Fix empty table header accessibility issue (4696ec3)
  • @clayui/css: LPD-47980 Sidebar close button should have hover states (a6cef0a)
  • @clayui/css: LPD-59796 SVG Icons update pause.svg (fc0492f)
  • @clayui/localized-input: LPD-50722 LanguagePicker requires all messages to be declared (4ed74ad)

Features

  • @clayui/core: LPD-58729 - Allow attaching onClick handlers to table cell (7423e4c)
  • @clayui/localized-input: LPD-50722 Use Language Picker for switching languages (b6a8726)
m
matuzalemteles
published 3.140.0 •

Changelog

Source

3.140.0 (2025-06-19)

Bug Fixes

  • @clayui/autocomplete: Add a warning when an external starting value cannot be set due to items being objects and filterKey not being set. (75a8b73)
  • @clayui/autocomplete: Add a warning when an external starting value cannot be set due to items being objects and filterKey not being set. (5bea09c)
  • @clayui/core: LPD-58275 VerticalNav.Item should accept all ClayButtonWithIcon props via menubarAction (6a6a4eb)
  • @clayui/shared: Fix typescript issue with the autocomplete. (46f6cd1)

Features

  • @clayui/autocomplete: LPD-56059 Update the autocomplete to allow filtering data that may be deeply nested. (85d76ed)
  • @clayui/multi-select: LPD-56059 Update the multiSelect to allow working with data that may be deeply nested. (1c37228)
  • @clayui/shared: LPD-56059 Add getLocatorValue shared method to allow for accessing a value from an object using either a string key or a function that accepts an item and returns the value. (776070e)
m
matuzalemteles
published 3.139.0 •

Changelog

Source

3.139.0 (2025-06-10)

Bug Fixes

  • @clayui/core: LPD-50722 LanguagePicker default language label not displaying and SF (3770f21)
  • @clayui/core: LPD-50722 LanguagePicker should display label untranslated if total is 0 (f1e1103)
  • @clayui/css: LPD-56551 SVG Icon paste-plaintext has hard coded fill attribute (56ea2d2)
  • @clayui/css: LPD-57335 Modal be more specific targetting close button (7303d4a)
  • @clayui/css: LPD-57411 SVG Icon slash.svg should use fill instead of stroke (104f6d2)
  • @clayui/localized-input: LPD-50722 LanguagePicker requires all messages to be declared (59cca59)
  • @clayui/shared: LPD-56545 FocusScope gets stuck on DatePicker Menu when it's nested inside a dropdown menu (050b87e)
  • @clayui/shared: LPD-56545 Overlay fails to remove inert when an inert menu is opened from another menu (27fc256)

Features

  • @clayui/clay-css: LPD-54015 Add minus-circle 16px icon and generated files (2886767)
  • @clayui/css: LPD-57160 Mixins clay-sticker-variant adds options for interactive states (e7f07a5)
  • @clayui/localized-input: LPD-50722 Use Language Picker for switching languages (2d04fc5)
m
matuzalemteles
published 3.137.0 •

Changelog

Source

3.137.0 (2025-05-30)

Bug Fixes

  • @clayui/core: LPD-48055 Avoids changing scroll position when focusing the side panel. (0723d17)
  • @clayui/core: LPD-48055 Ensure the container has position relative so that the side panel is positioned based on the correct container. (8a9a8aa)
  • @clayui/core: LPD-48055 SidePanel use CSS c-slideout-push-{start | end} for parent container (ebc944f)
  • @clayui/core: Prefer div so that there are no semantics by default for accessibility. (df21b3c)
  • @clayui/css: LPD-55065 Adds c-slideout-push-start / end for the parent container (efd117e)
  • @clayui/css: LPD-55326 Cadmin Color Picker alpha slider should use current color (a9bd93d)
  • @clayui/shared: LPD-48347 Close overlay on left click only (f19214a)

Features

  • @clayui/core: adds SidePanel implementation (03ac822)
  • @clayui/core: adds title reference to side panel when aria-labelledby or aria-label is not defined (a67f124)
  • @clayui/core: Allow SidePanel to be positioned absolute or fixed. (ad7aaf9)
  • @clayui/core: implements SidePanel animation with motion (c498933)
  • @clayui/css: LPD-53827 Update paste.svg, paste-plaintext.svg, and paste-word.svg (4c28228)
  • @clayui/css: LPD-54300 Adds repeat.svg (47f2663)
  • @clayui/css: LPD-54569 Add Bosnia & Herzegovina Flag. (af40e02)
  • www: LPD-56202 - Make the SandpackCodeEditor editable. (6db8bcc)
m
matuzalemteles
published 3.136.0 •

Changelog

Source

3.136.0 (2025-05-03)

Bug Fixes

  • @clayui/color-picker: LPD-53383 Hue slider thumb should update color when the color state changes (708257d)

Features

  • @clayui/button: LPD-50102 Adds loading prop to show loading indicator (3e78307)
  • @clayui/clay-css: Add lock and unlock 16px icons (af8758b)
  • @clayui/clay-css: Follow up to change lock icon and new generated files (69a258f)
  • @clayui/clay-css: generated files (80462ce)
  • @clayui/clay-css: LPD-53575 Add transform 16px icon and generated files (864931e)
  • @clayui/clay-css: LPD-53576 Add thumbs-up 16px icons and generated files (d1a2d65)
  • @clayui/clay-css: LPD-53577 Add thumbs-down 16px icons and generated files (a2fc21c)
  • @clayui/clay-css: LPD-53579 Add thumbs-up-arrow 16px icons and generated files (da798fb)
  • @clayui/clay-css: LPD-53580 Add tablet 16px icons and generated files (f977a99)
  • @clayui/clay-css: LPD-53582 Add select-all 16px icons and generated files (8bcaa19)
  • @clayui/clay-css: LPD-53583 Add play 16px icon and generated files (ebdb2c8)
  • @clayui/clay-css: LPD-53585 Add pencil 16px icon and generated files (e14cf6e)
  • @clayui/clay-css: LPD-53586 Add page 16px icon and generated files (09c8f45)
  • @clayui/clay-css: LPD-53587 Add page-template 16px icon and generated files (e63f6d1)
  • @clayui/clay-css: LPD-53588 Add date 16px icon and generated files (7e066ac)
  • @clayui/clay-css: LPD-53589 Add documents 16px icons and generated files (6d80f3b)
  • @clayui/clay-css: LPD-53590 Add date-time 16px icon and generated files (4f71778)
  • @clayui/clay-css: LPD-53591 Add calendar 16px icon and generated files (92c0243)
  • @clayui/clay-css: LPD-53591 Add cut 16px icon and generated files (041fb66)
  • @clayui/clay-css: LPD-53594 Add bars 16px icon and generated files (8991b11)
  • @clayui/clay-css: LPD-53595 Add audio 16px icon and generated files (fcd7f90)
  • @clayui/clay-css: LPD-53596 Add exclamation full and circle 16px icons and generated files (e20f69e)
  • @clayui/clay-css: LPD-53598 Add arrows 16px icons and generated files (36fe49a)
  • @clayui/clay-css: LPD-53629 Add strikethrough 16px icon and generated files (70ecbca)
  • @clayui/clay-css: LPD-53630 Add text 16px icon and generated files (a35102a)
  • @clayui/clay-css: LPD-53829 Add redo and undo 16px icons and generated files (a60ae4b)
  • @clayui/clay-css: LPD-53832 Add compress 16px icon and generated files (9bde421)
  • @clayui/clay-css: LPD-53833 Add border-width 16px icon and generated files (b54a974)
  • @clayui/clay-css: LPD-53991 Add cards and cards-full 16px icons and generated files (1b1aba6)
  • @clayui/clay-css: LPD-53993 Add device-check 16px icon and generated files (55b2022)
  • @clayui/clay-css: LPD-53994 Add magic 16px icon and generated files (f965f99)
  • @clayui/clay-css: LPD-53995 Add reply 16px icon and generated files (7cb79fe)
  • @clayui/clay-css: LPD-53998 Add trash 16px icon and generated files (a67ffe1)
  • @clayui/clay-css: LPD-54000 Add underline 16px icon and generated files (1c3230c)
  • @clayui/clay-css: LPD-54026 Add search-plus 16px icon and generated files (b9ad7c6)
  • @clayui/clay-css: LPD-54050 Add square and square-hole 16px icons and generated files (52a70bb)
  • @clayui/clay-css: LPD-54055 Add select and select-from-list 16px icons and generated files (0a15d78)
  • @clayui/clay-css: LPD-54061 Add sign-in 16px icon and generated files (88b66e9)
m
matuzalemteles
published 3.132.0 •

Changelog

Source

3.132.0 (2025-03-24)

Bug Fixes

  • @clayui/breadcrumb: LPD-51678 Use breadcrumb-bar instead of utility classes (c59d9fc)
  • @clayui/core: LPD-47056 Follow up to export module (dae7cdc)
  • @clayui/core: LPD-47056 Increase size limit (5f3514f)
  • @clayui/core: LPD-47056 REmove usage of useResource due to errors (c2bd4e5)
  • @clayui/css: LPD-51678 Breadcrumb adds breadcrumb-bar (58e6b1c)
  • @clayui/css: LPD-51827 card-page add md container query and move xxxl query down to xl (6a5dc5e)
  • @clayui/drop-down: closing the drilldown moves the focus to the trigger (0ae9f53)

Features

  • @clayui/drop-down: Add support for more item types for Drill Down and compatibility with the DropDownWithItems component (a1d09e4)
  • @clayui/drop-down: LPD-47559 Cascading Menu should turn into drilldown in smaller screens (6cd180c)
2345
11