pixel-react 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. package/.yarn/install-state.gz +0 -0
  2. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.d.ts +5 -0
  3. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.d.ts +7 -0
  4. package/lib/components/Charts/DashboardDonutChart/index.d.ts +1 -0
  5. package/lib/components/Charts/DashboardDonutChart/types.d.ts +21 -0
  6. package/lib/components/Charts/PieChart/PieChart.d.ts +5 -0
  7. package/lib/components/Charts/PieChart/PieChart.stories.d.ts +7 -0
  8. package/lib/components/Charts/PieChart/index.d.ts +1 -0
  9. package/lib/components/Charts/PieChart/types.d.ts +27 -0
  10. package/lib/components/MultiSelect/MultiSelect.d.ts +1 -1
  11. package/lib/components/MultiSelect/MultiSelectTypes.d.ts +1 -1
  12. package/lib/components/NLPInput/NlpInput.d.ts +4 -0
  13. package/lib/components/NLPInput/NlpInput.stories.d.ts +7 -0
  14. package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.d.ts +19 -0
  15. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +4 -0
  16. package/lib/components/NLPInput/index.d.ts +1 -0
  17. package/lib/components/NLPInput/type.d.ts +70 -0
  18. package/lib/components/Table/Table.d.ts +1 -1
  19. package/lib/index.d.ts +73 -18
  20. package/lib/index.esm.js +1412 -774
  21. package/lib/index.esm.js.map +1 -1
  22. package/lib/index.js +1414 -773
  23. package/lib/index.js.map +1 -1
  24. package/lib/tsconfig.tsbuildinfo +1 -1
  25. package/lib/utils/getEncryptedData/getEncryptedData.d.ts +2 -0
  26. package/lib/utils/getEncryptedData/getEncryptedData.stories.d.ts +6 -0
  27. package/package.json +2 -1
  28. package/src/StyleGuide/ColorPalette/ColorPalette.tsx +2 -4
  29. package/src/StyleGuide/ColorPalette/colorPaletteList.ts +95 -20
  30. package/src/assets/Themes/BaseTheme.scss +2 -3
  31. package/src/assets/Themes/DarkTheme.scss +9 -8
  32. package/src/assets/icons/wswb_delete_icon.svg +4 -0
  33. package/src/assets/icons/wswb_plus_icon.svg +5 -0
  34. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.scss +145 -0
  35. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.tsx +52 -0
  36. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.tsx +335 -0
  37. package/src/components/Charts/DashboardDonutChart/index.ts +1 -0
  38. package/src/components/Charts/DashboardDonutChart/types.ts +33 -0
  39. package/src/components/Charts/PieChart/PieChart.scss +39 -0
  40. package/src/components/Charts/PieChart/PieChart.stories.tsx +46 -0
  41. package/src/components/Charts/PieChart/PieChart.tsx +193 -0
  42. package/src/components/Charts/PieChart/index.ts +1 -0
  43. package/src/components/Charts/PieChart/types.ts +28 -0
  44. package/src/components/Icon/iconList.ts +6 -0
  45. package/src/components/Modal/modal.scss +1 -1
  46. package/src/components/MultiSelect/MultiSelect.stories.tsx +2 -3
  47. package/src/components/MultiSelect/MultiSelect.tsx +35 -23
  48. package/src/components/MultiSelect/MultiSelectTypes.ts +1 -1
  49. package/src/components/NLPInput/NLPInput.scss +246 -0
  50. package/src/components/NLPInput/NlpInput.stories.tsx +136 -0
  51. package/src/components/NLPInput/NlpInput.tsx +374 -0
  52. package/src/components/NLPInput/components/NlpDropDown/NlpDropDownType.ts +60 -0
  53. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.scss +83 -0
  54. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.tsx +180 -0
  55. package/src/components/NLPInput/index.ts +1 -0
  56. package/src/components/NLPInput/type.tsx +124 -0
  57. package/src/components/Table/Table.scss +5 -0
  58. package/src/components/Table/Table.stories.tsx +12 -0
  59. package/src/components/Table/Table.tsx +25 -14
  60. package/src/components/TextArea/Textarea.scss +1 -1
  61. package/src/index.ts +6 -1
  62. package/src/utils/getEncryptedData/getEncryptedData.stories.tsx +55 -0
  63. package/src/utils/getEncryptedData/getEncryptedData.ts +10 -0
  64. package/lib/components/AddButton/AddButton.d.ts +0 -5
  65. package/lib/components/AddButton/AddButton.stories.d.ts +0 -6
  66. package/lib/components/AddButton/index.d.ts +0 -1
  67. package/lib/components/AddButton/types.d.ts +0 -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.