@gitlab/ui 101.2.1 → 101.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/components/experimental/duo/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_search_item.js +8 -15
  3. package/dist/components/experimental/duo/chat/components/duo_chat_context/duo_chat_context_item_popover/duo_chat_context_item_popover.js +11 -6
  4. package/dist/components/experimental/duo/chat/components/duo_chat_context/mock_context_data.js +44 -6
  5. package/dist/components/experimental/duo/chat/components/duo_chat_context/utils.js +27 -1
  6. package/dist/index.css +1 -1
  7. package/dist/index.css.map +1 -1
  8. package/dist/tokens/build/js/tokens.dark.js +571 -572
  9. package/dist/tokens/build/js/tokens.js +571 -572
  10. package/dist/tokens/css/tokens.css +943 -944
  11. package/dist/tokens/css/tokens.dark.css +943 -944
  12. package/dist/tokens/js/tokens.dark.js +571 -572
  13. package/dist/tokens/js/tokens.js +571 -572
  14. package/dist/tokens/json/tokens.dark.json +3034 -3034
  15. package/dist/tokens/json/tokens.json +3034 -3034
  16. package/dist/tokens/scss/_tokens.dark.scss +943 -944
  17. package/dist/tokens/scss/_tokens.scss +943 -944
  18. package/dist/tokens/scss/_tokens_custom_properties.scss +1 -2
  19. package/dist/tokens/tailwind/tokens.cjs +1 -2
  20. package/dist/tokens/tokens_story.js +1 -1
  21. package/dist/tokens/tokens_table.js +4 -6
  22. package/package.json +3 -6
  23. package/src/components/base/card/card.scss +8 -7
  24. package/src/components/experimental/duo/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu.md +35 -0
  25. package/src/components/experimental/duo/chat/components/duo_chat_context/duo_chat_context_item_menu/duo_chat_context_item_menu_search_item.vue +17 -24
  26. package/src/components/experimental/duo/chat/components/duo_chat_context/duo_chat_context_item_popover/duo_chat_context_item_popover.vue +19 -13
  27. package/src/components/experimental/duo/chat/components/duo_chat_context/mock_context_data.js +44 -6
  28. package/src/components/experimental/duo/chat/components/duo_chat_context/utils.js +31 -0
  29. package/src/components/experimental/duo/chat/duo_chat.scss +7 -5
  30. package/src/tokens/build/css/tokens.css +943 -944
  31. package/src/tokens/build/css/tokens.dark.css +943 -944
  32. package/src/tokens/build/js/tokens.dark.js +571 -572
  33. package/src/tokens/build/js/tokens.js +571 -572
  34. package/src/tokens/build/json/tokens.dark.json +3034 -3034
  35. package/src/tokens/build/json/tokens.json +3034 -3034
  36. package/src/tokens/build/scss/_tokens.dark.scss +943 -944
  37. package/src/tokens/build/scss/_tokens.scss +943 -944
  38. package/src/tokens/build/scss/_tokens_custom_properties.scss +1 -2
  39. package/src/tokens/build/tailwind/tokens.cjs +1 -2
  40. package/src/tokens/tokens_story.vue +7 -7
  41. package/src/tokens/tokens_table.vue +4 -4

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.