pixel-priya 1.3.38 → 1.3.40

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 (83) hide show
  1. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +24 -17
  2. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -1
  3. package/lib/components/AudioPlayer/AudioPlayer.d.ts +5 -0
  4. package/lib/components/AudioPlayer/AudioPlayer.js +129 -0
  5. package/lib/components/AudioPlayer/AudioPlayer.js.map +1 -0
  6. package/lib/components/AudioPlayer/index.d.ts +2 -0
  7. package/lib/components/AudioPlayer/index.js +3 -0
  8. package/lib/components/AudioPlayer/index.js.map +1 -0
  9. package/lib/components/AudioPlayer/types.d.ts +67 -0
  10. package/lib/components/AudioPlayer/types.js +2 -0
  11. package/lib/components/AudioPlayer/types.js.map +1 -0
  12. package/lib/components/Audioplayercontainer/Audioplayercontainer.d.ts +3 -0
  13. package/lib/components/Audioplayercontainer/Audioplayercontainer.js +68 -0
  14. package/lib/components/Audioplayercontainer/Audioplayercontainer.js.map +1 -0
  15. package/lib/components/CardPanel/CardPanel.d.ts +4 -0
  16. package/lib/components/CardPanel/CardPanel.js +9 -0
  17. package/lib/components/CardPanel/CardPanel.js.map +1 -0
  18. package/lib/components/CardPanel/index.d.ts +1 -0
  19. package/lib/components/CardPanel/index.js +2 -0
  20. package/lib/components/CardPanel/index.js.map +1 -0
  21. package/lib/components/CardPanel/types.d.ts +27 -0
  22. package/lib/components/CardPanel/types.js +2 -0
  23. package/lib/components/CardPanel/types.js.map +1 -0
  24. package/lib/components/Charts/BarChart/BarChart.js +32 -29
  25. package/lib/components/Charts/BarChart/BarChart.js.map +1 -1
  26. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +17 -12
  27. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js.map +1 -1
  28. package/lib/components/Charts/DashboardDonutChart/types.d.ts +1 -0
  29. package/lib/components/Charts/ScoreChart/ScoreGaugeChart.d.ts +5 -0
  30. package/lib/components/Charts/ScoreChart/ScoreGaugeChart.js +98 -0
  31. package/lib/components/Charts/ScoreChart/ScoreGaugeChart.js.map +1 -0
  32. package/lib/components/Charts/ScoreChart/index.d.ts +1 -0
  33. package/lib/components/Charts/ScoreChart/index.js +2 -0
  34. package/lib/components/Charts/ScoreChart/index.js.map +1 -0
  35. package/lib/components/Charts/ScoreChart/types.d.ts +42 -0
  36. package/lib/components/Charts/ScoreChart/types.js +2 -0
  37. package/lib/components/Charts/ScoreChart/types.js.map +1 -0
  38. package/lib/components/Charts/StackedBarChart/StackedBarChart.js +4 -3
  39. package/lib/components/Charts/StackedBarChart/StackedBarChart.js.map +1 -1
  40. package/lib/components/Chip/Chip.d.ts +1 -1
  41. package/lib/components/Chip/Chip.js +19 -6
  42. package/lib/components/Chip/Chip.js.map +1 -1
  43. package/lib/components/Chip/types.d.ts +1 -0
  44. package/lib/components/Icon/iconList.js +48 -0
  45. package/lib/components/Icon/iconList.js.map +1 -1
  46. package/lib/components/MenuOption/MenuOption.js +3 -1
  47. package/lib/components/MenuOption/MenuOption.js.map +1 -1
  48. package/lib/components/MenuOption/types.d.ts +2 -0
  49. package/lib/components/NLPInput/NlpInput.d.ts +1 -1
  50. package/lib/components/NLPInput/NlpInput.js +3 -3
  51. package/lib/components/NLPInput/NlpInput.js.map +1 -1
  52. package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.d.ts +2 -0
  53. package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js.map +1 -1
  54. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +1 -1
  55. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +8 -5
  56. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -1
  57. package/lib/components/NLPInput/types.d.ts +2 -0
  58. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +2 -2
  59. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -1
  60. package/lib/components/SequentialConnectingBranch/types.d.ts +1 -0
  61. package/lib/components/Table/Types.d.ts +6 -0
  62. package/lib/components/Table/components/SortableRow.js +10 -2
  63. package/lib/components/Table/components/SortableRow.js.map +1 -1
  64. package/lib/components/TableWithAccordion/TableWithAccordion.js +8 -24
  65. package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -1
  66. package/lib/components/Tabs/Tabs.js +2 -0
  67. package/lib/components/Tabs/Tabs.js.map +1 -1
  68. package/lib/components/Toastify/Toastify.js +1 -1
  69. package/lib/components/Weightagetable/Weightagetable.d.ts +5 -0
  70. package/lib/components/Weightagetable/Weightagetable.js +128 -0
  71. package/lib/components/Weightagetable/Weightagetable.js.map +1 -0
  72. package/lib/components/Weightagetable/index.d.ts +2 -0
  73. package/lib/components/Weightagetable/index.js +3 -0
  74. package/lib/components/Weightagetable/index.js.map +1 -0
  75. package/lib/components/Weightagetable/types.d.ts +161 -0
  76. package/lib/components/Weightagetable/types.js +2 -0
  77. package/lib/components/Weightagetable/types.js.map +1 -0
  78. package/lib/index.d.ts +248 -4
  79. package/lib/index.js +10 -10
  80. package/lib/index.js.map +1 -1
  81. package/lib/styles.css +1 -1
  82. package/lib/tsconfig.tsbuildinfo +1 -1
  83. package/package.json +2 -2

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.