accessibility-react-widget 2.0.0 → 2.0.2

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 (76) hide show
  1. package/README.md +35 -1
  2. package/dist/assets/index.css +1 -0
  3. package/dist/components/AccColors/AccColors.d.ts +3 -2
  4. package/dist/components/AccContent/AccContent.d.ts +3 -3
  5. package/dist/components/AccMenuContent/AccMenuContent.d.ts +4 -4
  6. package/dist/components/AccMenuContentBlock/AccMenuContentBlock.d.ts +4 -3
  7. package/dist/components/AccTools/AccTools.d.ts +3 -2
  8. package/dist/components/Accessibilik/index.d.ts +2 -1
  9. package/dist/components/AccessibilityMenu/AccessibilityMenu.d.ts +3 -3
  10. package/dist/components/Footer/Footer.d.ts +2 -1
  11. package/dist/components/Header/Header.d.ts +2 -1
  12. package/dist/components/Portal/Portal.d.ts +2 -1
  13. package/dist/components/RcSlider/RcSlider.d.ts +2 -1
  14. package/dist/components/buttons/AccButton/AccButton.d.ts +3 -2
  15. package/dist/components/buttons/AccValueControl/AccValueControl.d.ts +2 -1
  16. package/dist/components/buttons/AccValueControlButton/AccValueControlButton.d.ts +2 -1
  17. package/dist/components/buttons/AccessibilityButton/AccessibilityButton.d.ts +2 -1
  18. package/dist/components/buttons/colors/BlueLightFilterButton/BlueLightFilterButton.d.ts +3 -2
  19. package/dist/components/buttons/colors/BlueLightFilterButton/useBlueLightFilterButton.d.ts +1 -0
  20. package/dist/components/buttons/colors/BrightnessControl/BrightnessControl.d.ts +3 -2
  21. package/dist/components/buttons/colors/BrightnessControl/useBrightnessControl.d.ts +1 -0
  22. package/dist/components/buttons/colors/DarkContrastButton/DarkContrastButton.d.ts +3 -2
  23. package/dist/components/buttons/colors/DarkContrastButton/useDarkContrastButton.d.ts +1 -0
  24. package/dist/components/buttons/colors/HighContrastButton/HighContrastButton.d.ts +3 -2
  25. package/dist/components/buttons/colors/HighContrastButton/useHighContrastButton.d.ts +1 -0
  26. package/dist/components/buttons/colors/HighSaturationButton/HighSaturationButton.d.ts +3 -2
  27. package/dist/components/buttons/colors/HighSaturationButton/useHighSaturationButton.d.ts +1 -0
  28. package/dist/components/buttons/colors/LightContrastButton/LightContrastButton.d.ts +3 -2
  29. package/dist/components/buttons/colors/LightContrastButton/useLightContrastButton.d.ts +1 -0
  30. package/dist/components/buttons/colors/LowSaturationButton/LowSaturationButton.d.ts +3 -2
  31. package/dist/components/buttons/colors/LowSaturationButton/useLowSaturationButton.d.ts +1 -0
  32. package/dist/components/buttons/colors/MonochromeButton/MonochromeButton.d.ts +3 -2
  33. package/dist/components/buttons/colors/MonochromeButton/useMonochromeButton.d.ts +1 -0
  34. package/dist/components/buttons/colors/TextColorPickerButton/TextColorPickerButton.d.ts +3 -2
  35. package/dist/components/buttons/colors/TextColorPickerButton/useTextColorPickerButton.d.ts +1 -0
  36. package/dist/components/buttons/colors/VisualImpairmentButton/VisualImpairmentButton.d.ts +3 -2
  37. package/dist/components/buttons/colors/VisualImpairmentButton/useVisualImpairmentButton.d.ts +1 -0
  38. package/dist/components/buttons/content/AdjustFontSize/AdjustFontSize.d.ts +3 -3
  39. package/dist/components/buttons/content/AdjustFontSize/useAdjustFontSize.d.ts +1 -0
  40. package/dist/components/buttons/content/AlignTextButton/AlignTextButton.d.ts +5 -4
  41. package/dist/components/buttons/content/AlignTextButton/useAlignTextButton.d.ts +3 -0
  42. package/dist/components/buttons/content/DyslexiaFontButton/DyslexiaFontButton.d.ts +3 -2
  43. package/dist/components/buttons/content/DyslexiaFontButton/style.d.ts +1 -1
  44. package/dist/components/buttons/content/DyslexiaFontButton/useDyslexiaFontButton.d.ts +1 -0
  45. package/dist/components/buttons/content/FontWeightButton/FontWeightButton.d.ts +3 -2
  46. package/dist/components/buttons/content/FontWeightButton/useFontWeightButton.d.ts +1 -0
  47. package/dist/components/buttons/content/HighlightLinksButton/HighlightLinksButton.d.ts +3 -2
  48. package/dist/components/buttons/content/HighlightLinksButton/useHighlightLinksButton.d.ts +1 -0
  49. package/dist/components/buttons/content/HighlightTitlesButton/HighlightTitlesButton.d.ts +3 -2
  50. package/dist/components/buttons/content/HighlightTitlesButton/useHighlightTitlesButton.d.ts +1 -0
  51. package/dist/components/buttons/content/LetterSpacingButton/LetterSpacingButton.d.ts +3 -2
  52. package/dist/components/buttons/content/LetterSpacingButton/useLetterSpacingButton.d.ts +1 -0
  53. package/dist/components/buttons/content/LineHeightButton/LineHeightButton.d.ts +3 -2
  54. package/dist/components/buttons/content/LineHeightButton/useLineHeightButton.d.ts +4 -0
  55. package/dist/components/buttons/content/WordSpacingButton/WordSpacingButton.d.ts +3 -2
  56. package/dist/components/buttons/content/WordSpacingButton/useWordSpacingButton.d.ts +1 -0
  57. package/dist/components/buttons/content/ZoomButton/ZoomButton.d.ts +3 -2
  58. package/dist/components/buttons/content/ZoomButton/useZoomButton.d.ts +4 -0
  59. package/dist/components/buttons/tools/BigCursorButton/BigCursorButton.d.ts +3 -2
  60. package/dist/components/buttons/tools/BigCursorButton/useBigCursorButton.d.ts +1 -0
  61. package/dist/components/buttons/tools/ReadingGuide/ReadingGuide.d.ts +3 -2
  62. package/dist/components/buttons/tools/ReadingGuide/useReadingGuide.d.ts +1 -0
  63. package/dist/components/buttons/tools/TextToSpeech/TextToSpeech.d.ts +3 -2
  64. package/dist/config.d.ts +2 -1
  65. package/dist/constants.d.ts +1 -1
  66. package/dist/hooks/usePersistenceLayout/usePersistenceLayout.d.ts +9 -0
  67. package/dist/i18/locale/index.d.ts +1 -1
  68. package/dist/index-C2JfLlsg.js +5664 -0
  69. package/dist/main.d.ts +2 -1
  70. package/dist/main.min.js +2 -193
  71. package/dist/next.d.ts +1 -0
  72. package/dist/next.js +5 -0
  73. package/dist/types.d.ts +2 -3
  74. package/dist/utils.d.ts +3 -1
  75. package/package.json +17 -11
  76. package/dist/assets/main.css +0 -1

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.