pixel-react 1.1.2 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. package/.yarn/install-state.gz +0 -0
  2. package/lib/components/AddButton/AddButton.d.ts +5 -0
  3. package/lib/components/AddButton/AddButton.stories.d.ts +6 -0
  4. package/lib/components/AddButton/index.d.ts +1 -0
  5. package/lib/components/AddButton/types.d.ts +4 -0
  6. package/lib/components/AppHeader/types.d.ts +14 -10
  7. package/lib/components/Paper/Paper.d.ts +4 -0
  8. package/lib/components/Paper/Paper.stories.d.ts +11 -0
  9. package/lib/components/Paper/index.d.ts +1 -0
  10. package/lib/components/Paper/types.d.ts +15 -0
  11. package/lib/components/VariableInput/VariableInput.d.ts +4 -0
  12. package/lib/components/VariableInput/VariableInput.stories.d.ts +6 -0
  13. package/lib/components/VariableInput/index.d.ts +1 -0
  14. package/lib/components/VariableInput/types.d.ts +53 -0
  15. package/lib/index.d.ts +129 -11
  16. package/lib/index.esm.js +6934 -977
  17. package/lib/index.esm.js.map +1 -1
  18. package/lib/index.js +6943 -976
  19. package/lib/index.js.map +1 -1
  20. package/lib/tsconfig.tsbuildinfo +1 -1
  21. package/lib/utils/ffID/ffID.stories.d.ts +1 -1
  22. package/lib/utils/ffID/ffid.d.ts +1 -2
  23. package/lib/utils/findAndInsert/findAndInsert.d.ts +7 -0
  24. package/lib/utils/findAndInsert/findAndInsert.stories.d.ts +7 -0
  25. package/lib/utils/getEncryptedData/getEncryptedData.d.ts +1 -2
  26. package/package.json +1 -1
  27. package/src/assets/Themes/BaseTheme.scss +2 -0
  28. package/src/assets/Themes/DarkTheme.scss +2 -0
  29. package/src/components/AllProjectsDropdown/AllProjectsDropdown.tsx +1 -1
  30. package/src/components/AppHeader/AppHeader.stories.tsx +20 -10
  31. package/src/components/AppHeader/AppHeader.tsx +24 -17
  32. package/src/components/AppHeader/types.ts +17 -13
  33. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.tsx +1 -1
  34. package/src/components/Paper/Paper.scss +13 -0
  35. package/src/components/Paper/Paper.stories.tsx +77 -0
  36. package/src/components/Paper/Paper.tsx +14 -0
  37. package/src/components/Paper/index.ts +1 -0
  38. package/src/components/Paper/types.ts +19 -0
  39. package/src/components/Select/components/Dropdown/Dropdown.tsx +1 -1
  40. package/src/components/VariableInput/VariableInput.scss +128 -0
  41. package/src/components/VariableInput/VariableInput.stories.tsx +32 -0
  42. package/src/components/VariableInput/VariableInput.tsx +352 -0
  43. package/src/components/VariableInput/index.ts +1 -0
  44. package/src/components/VariableInput/types.ts +56 -0
  45. package/src/index.ts +27 -2
  46. package/src/utils/ffID/ffID.stories.tsx +1 -1
  47. package/src/utils/ffID/ffid.ts +1 -3
  48. package/src/utils/getEncryptedData/getEncryptedData.stories.tsx +3 -3
  49. package/src/utils/getEncryptedData/getEncryptedData.ts +1 -3
  50. /package/src/utils/{find → findAndInsert}/findAndInsert.stories.tsx +0 -0
  51. /package/src/utils/{find → findAndInsert}/findAndInsert.ts +0 -0

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.