pixel-priya 1.3.38 → 1.3.39
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.
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +24 -17
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -1
- package/lib/components/AudioPlayer/AudioPlayer.d.ts +5 -0
- package/lib/components/AudioPlayer/AudioPlayer.js +129 -0
- package/lib/components/AudioPlayer/AudioPlayer.js.map +1 -0
- package/lib/components/AudioPlayer/index.d.ts +2 -0
- package/lib/components/AudioPlayer/index.js +3 -0
- package/lib/components/AudioPlayer/index.js.map +1 -0
- package/lib/components/AudioPlayer/types.d.ts +67 -0
- package/lib/components/AudioPlayer/types.js +2 -0
- package/lib/components/AudioPlayer/types.js.map +1 -0
- package/lib/components/Audioplayercontainer/Audioplayercontainer.d.ts +3 -0
- package/lib/components/Audioplayercontainer/Audioplayercontainer.js +68 -0
- package/lib/components/Audioplayercontainer/Audioplayercontainer.js.map +1 -0
- package/lib/components/CardPanel/CardPanel.d.ts +4 -0
- package/lib/components/CardPanel/CardPanel.js +9 -0
- package/lib/components/CardPanel/CardPanel.js.map +1 -0
- package/lib/components/CardPanel/index.d.ts +1 -0
- package/lib/components/CardPanel/index.js +2 -0
- package/lib/components/CardPanel/index.js.map +1 -0
- package/lib/components/CardPanel/types.d.ts +27 -0
- package/lib/components/CardPanel/types.js +2 -0
- package/lib/components/CardPanel/types.js.map +1 -0
- package/lib/components/Charts/BarChart/BarChart.js +32 -29
- package/lib/components/Charts/BarChart/BarChart.js.map +1 -1
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +17 -12
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js.map +1 -1
- package/lib/components/Charts/DashboardDonutChart/types.d.ts +1 -0
- package/lib/components/Charts/ScoreChart/ScoreGaugeChart.d.ts +5 -0
- package/lib/components/Charts/ScoreChart/ScoreGaugeChart.js +98 -0
- package/lib/components/Charts/ScoreChart/ScoreGaugeChart.js.map +1 -0
- package/lib/components/Charts/ScoreChart/index.d.ts +1 -0
- package/lib/components/Charts/ScoreChart/index.js +2 -0
- package/lib/components/Charts/ScoreChart/index.js.map +1 -0
- package/lib/components/Charts/ScoreChart/types.d.ts +42 -0
- package/lib/components/Charts/ScoreChart/types.js +2 -0
- package/lib/components/Charts/ScoreChart/types.js.map +1 -0
- package/lib/components/Charts/StackedBarChart/StackedBarChart.js +4 -3
- package/lib/components/Charts/StackedBarChart/StackedBarChart.js.map +1 -1
- package/lib/components/Chip/Chip.d.ts +1 -1
- package/lib/components/Chip/Chip.js +19 -6
- package/lib/components/Chip/Chip.js.map +1 -1
- package/lib/components/Chip/types.d.ts +1 -0
- package/lib/components/Icon/iconList.js +48 -0
- package/lib/components/Icon/iconList.js.map +1 -1
- package/lib/components/MenuOption/MenuOption.js +3 -1
- package/lib/components/MenuOption/MenuOption.js.map +1 -1
- package/lib/components/MenuOption/types.d.ts +2 -0
- package/lib/components/NLPInput/NlpInput.d.ts +1 -1
- package/lib/components/NLPInput/NlpInput.js +3 -3
- package/lib/components/NLPInput/NlpInput.js.map +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.d.ts +2 -0
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js.map +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +1 -1
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +8 -5
- package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -1
- package/lib/components/NLPInput/types.d.ts +2 -0
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +2 -2
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -1
- package/lib/components/SequentialConnectingBranch/types.d.ts +1 -0
- package/lib/components/Table/Types.d.ts +6 -0
- package/lib/components/Table/components/SortableRow.js +10 -2
- package/lib/components/Table/components/SortableRow.js.map +1 -1
- package/lib/components/TableWithAccordion/TableWithAccordion.js +8 -24
- package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -1
- package/lib/components/Tabs/Tabs.js +2 -0
- package/lib/components/Tabs/Tabs.js.map +1 -1
- package/lib/components/Toastify/Toastify.js +1 -1
- package/lib/components/Weightagetable/Weightagetable.d.ts +5 -0
- package/lib/components/Weightagetable/Weightagetable.js +128 -0
- package/lib/components/Weightagetable/Weightagetable.js.map +1 -0
- package/lib/components/Weightagetable/index.d.ts +2 -0
- package/lib/components/Weightagetable/index.js +3 -0
- package/lib/components/Weightagetable/index.js.map +1 -0
- package/lib/components/Weightagetable/types.d.ts +161 -0
- package/lib/components/Weightagetable/types.js +2 -0
- package/lib/components/Weightagetable/types.js.map +1 -0
- package/lib/index.d.ts +248 -4
- package/lib/index.js +10 -10
- package/lib/index.js.map +1 -1
- package/lib/styles.css +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- 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.