@salutejs/plasma-new-hope 0.324.1-canary.1997.15290839769.0 → 0.324.1-canary.1999.15295614542.0

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 (80) hide show
  1. package/cjs/components/Notification/Notification.css +12 -12
  2. package/cjs/components/Notification/Notification.js +5 -1
  3. package/cjs/components/Notification/Notification.js.map +1 -1
  4. package/cjs/components/Notification/Notification.styles.js +63 -48
  5. package/cjs/components/Notification/Notification.styles.js.map +1 -1
  6. package/cjs/components/Notification/{Notification.styles_1yt699o.css → Notification.styles_1uyb7ob.css} +1 -1
  7. package/cjs/components/Notification/Notification.types.js.map +1 -1
  8. package/cjs/components/Notification/NotificationsProvider.css +11 -11
  9. package/cjs/components/Notification/variations/_layout/base.js +1 -1
  10. package/cjs/components/Notification/variations/_layout/base.js.map +1 -1
  11. package/cjs/components/Notification/variations/_layout/base_1g9g70c.css +1 -0
  12. package/cjs/index.css +12 -12
  13. package/emotion/cjs/components/Notification/Notification.js +5 -1
  14. package/emotion/cjs/components/Notification/Notification.styles.js +43 -36
  15. package/emotion/cjs/components/Notification/Notification.template-doc.mdx +44 -0
  16. package/emotion/cjs/components/Notification/variations/_layout/base.js +1 -1
  17. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +16 -1
  18. package/emotion/cjs/examples/fixtures/Notification.js +1 -1
  19. package/emotion/cjs/examples/plasma_b2c/components/Notification/Notification.stories.tsx +5 -1
  20. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +23 -22
  21. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +9 -4
  22. package/emotion/cjs/examples/plasma_web/components/Notification/Notification.stories.tsx +5 -1
  23. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.config.js +23 -22
  24. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -5
  25. package/emotion/es/components/Notification/Notification.js +5 -1
  26. package/emotion/es/components/Notification/Notification.styles.js +43 -36
  27. package/emotion/es/components/Notification/Notification.template-doc.mdx +44 -0
  28. package/emotion/es/components/Notification/variations/_layout/base.js +1 -1
  29. package/emotion/es/components/TextField/TextField.template-doc.mdx +16 -1
  30. package/emotion/es/examples/fixtures/Notification.js +1 -1
  31. package/emotion/es/examples/plasma_b2c/components/Notification/Notification.stories.tsx +5 -1
  32. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.config.js +23 -22
  33. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +9 -4
  34. package/emotion/es/examples/plasma_web/components/Notification/Notification.stories.tsx +5 -1
  35. package/emotion/es/examples/plasma_web/components/TextField/TextField.config.js +23 -22
  36. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -5
  37. package/es/components/Notification/Notification.css +12 -12
  38. package/es/components/Notification/Notification.js +5 -1
  39. package/es/components/Notification/Notification.js.map +1 -1
  40. package/es/components/Notification/Notification.styles.js +63 -48
  41. package/es/components/Notification/Notification.styles.js.map +1 -1
  42. package/es/components/Notification/{Notification.styles_1yt699o.css → Notification.styles_1uyb7ob.css} +1 -1
  43. package/es/components/Notification/Notification.types.js.map +1 -1
  44. package/es/components/Notification/NotificationsProvider.css +11 -11
  45. package/es/components/Notification/variations/_layout/base.js +1 -1
  46. package/es/components/Notification/variations/_layout/base.js.map +1 -1
  47. package/es/components/Notification/variations/_layout/base_1g9g70c.css +1 -0
  48. package/es/index.css +12 -12
  49. package/package.json +2 -2
  50. package/styled-components/cjs/components/Notification/Notification.js +5 -1
  51. package/styled-components/cjs/components/Notification/Notification.styles.js +33 -26
  52. package/styled-components/cjs/components/Notification/Notification.template-doc.mdx +44 -0
  53. package/styled-components/cjs/components/Notification/variations/_layout/base.js +1 -1
  54. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +16 -1
  55. package/styled-components/cjs/examples/fixtures/Notification.js +1 -1
  56. package/styled-components/cjs/examples/plasma_b2c/components/Notification/Notification.stories.tsx +5 -1
  57. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +2 -1
  58. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +9 -4
  59. package/styled-components/cjs/examples/plasma_web/components/Notification/Notification.stories.tsx +5 -1
  60. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.config.js +7 -6
  61. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -5
  62. package/styled-components/es/components/Notification/Notification.js +5 -1
  63. package/styled-components/es/components/Notification/Notification.styles.js +33 -26
  64. package/styled-components/es/components/Notification/Notification.template-doc.mdx +44 -0
  65. package/styled-components/es/components/Notification/variations/_layout/base.js +1 -1
  66. package/styled-components/es/components/TextField/TextField.template-doc.mdx +16 -1
  67. package/styled-components/es/examples/fixtures/Notification.js +1 -1
  68. package/styled-components/es/examples/plasma_b2c/components/Notification/Notification.stories.tsx +5 -1
  69. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.config.js +2 -1
  70. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +9 -4
  71. package/styled-components/es/examples/plasma_web/components/Notification/Notification.stories.tsx +5 -1
  72. package/styled-components/es/examples/plasma_web/components/TextField/TextField.config.js +7 -6
  73. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -5
  74. package/types/components/Notification/Notification.d.ts.map +1 -1
  75. package/types/components/Notification/Notification.styles.d.ts +3 -1
  76. package/types/components/Notification/Notification.styles.d.ts.map +1 -1
  77. package/types/components/Notification/Notification.types.d.ts +9 -0
  78. package/types/components/Notification/Notification.types.d.ts.map +1 -1
  79. package/cjs/components/Notification/variations/_layout/base_qkc3i4.css +0 -1
  80. package/es/components/Notification/variations/_layout/base_qkc3i4.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.