superdesk-ui-framework 6.1.3 → 6.1.5

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 (56) hide show
  1. package/.github/CODEOWNERS +1 -1
  2. package/.github/workflows/publish-to-npm.yml +41 -32
  3. package/.prettierignore +2 -1
  4. package/CLAUDE.md +85 -0
  5. package/app/styles/_avatar.scss +2 -3
  6. package/app/styles/_buttons.scss +6 -4
  7. package/app/styles/_design-tokens.scss +4 -5
  8. package/app/styles/_sd-tag-input.scss +0 -1
  9. package/app/styles/_toggle-button.scss +3 -3
  10. package/app/styles/components/_list-item.scss +18 -5
  11. package/app/styles/components/_sd-photo-preview.scss +9 -7
  12. package/app/styles/design-tokens/_design-tokens-general.scss +50 -12
  13. package/app/styles/design-tokens/components/_checkbox-button.scss +14 -0
  14. package/app/styles/design-tokens/components/_checkbox.scss +13 -0
  15. package/app/styles/design-tokens/components/_components.scss +3 -0
  16. package/app/styles/design-tokens/primitives/_primitives.scss +2 -0
  17. package/app/styles/design-tokens/semantic/_semantics.scss +1 -0
  18. package/app/styles/form-elements/_checkbox.scss +105 -107
  19. package/app/styles/form-elements/_inputs.scss +2 -1
  20. package/app/styles/primereact/_pr-dropdown.scss +2 -2
  21. package/app-typescript/components/Button.stories.tsx +2 -1
  22. package/app-typescript/components/Lists/TableList.tsx +1 -1
  23. package/app-typescript/components/TreeSelect/TreeSelect.tsx +14 -1
  24. package/dist/components/BigIconFont.tsx +1 -1
  25. package/dist/components/IconFont.tsx +1 -1
  26. package/dist/examples.bundle.css +2 -2
  27. package/dist/examples.bundle.js +1 -1
  28. package/dist/examples.bundle.js.LICENSE.txt +30 -9
  29. package/dist/storybook/{components-Button-stories.d513b08d.iframe.bundle.js → components-Button-stories.d26accad.iframe.bundle.js} +1 -1
  30. package/dist/storybook/iframe.html +2 -2
  31. package/dist/storybook/main.dda7bbd4.iframe.bundle.js +1 -0
  32. package/dist/storybook/manifests/components.json +1 -1
  33. package/dist/storybook/project.json +1 -1
  34. package/dist/storybook/{runtime~main.4063e973.iframe.bundle.js → runtime~main.7d9dbba0.iframe.bundle.js} +1 -1
  35. package/dist/superdesk-ui.bundle.css +1 -1
  36. package/dist/superdesk-ui.bundle.js +1 -1
  37. package/dist/superdesk-ui.bundle.js.LICENSE.txt +23 -2
  38. package/package.json +3 -4
  39. package/react/components/Lists/TableList.d.ts +1 -1
  40. package/react/components/Lists/TableList.js +4 -4
  41. package/react/components/TreeSelect/TreeSelect.d.ts +1 -1
  42. package/react/components/TreeSelect/TreeSelect.js +18 -4
  43. package/storybook-static/{components-Button-stories.d513b08d.iframe.bundle.js → components-Button-stories.d26accad.iframe.bundle.js} +1 -1
  44. package/storybook-static/iframe.html +2 -2
  45. package/storybook-static/main.dda7bbd4.iframe.bundle.js +1 -0
  46. package/storybook-static/manifests/components.json +1 -1
  47. package/storybook-static/project.json +1 -1
  48. package/storybook-static/{runtime~main.4063e973.iframe.bundle.js → runtime~main.7d9dbba0.iframe.bundle.js} +1 -1
  49. package/webpack.config.js +1 -0
  50. package/dist/storybook/main.6ba8c211.iframe.bundle.js +0 -1
  51. package/storybook-static/main.6ba8c211.iframe.bundle.js +0 -1
  52. /package/app/styles/{design-tokens → deprecate}/_new-colors.scss +0 -0
  53. /package/app/styles/design-tokens/{_component-tokens.scss → components/_drag-handle.scss} +0 -0
  54. /package/app/styles/design-tokens/{_brand-colors.scss → primitives/_brand-colors.scss} +0 -0
  55. /package/app/styles/design-tokens/{_primitives.scss → primitives/_colors.scss} +0 -0
  56. /package/app/styles/design-tokens/{_semantic-colors.scss → semantic/_semantic-colors.scss} +0 -0