@salutejs/plasma-new-hope 0.159.0-canary.1443.11131308290.0 → 0.159.0-canary.1443.11139400186.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. package/cjs/components/Steps/Steps.css +11 -11
  2. package/cjs/components/Steps/Steps.js +19 -26
  3. package/cjs/components/Steps/Steps.js.map +1 -1
  4. package/cjs/components/Steps/Steps.styles.js +1 -1
  5. package/cjs/components/Steps/Steps.styles.js.map +1 -1
  6. package/cjs/components/Steps/{Steps.styles_o055q.css → Steps.styles_vv31r6.css} +1 -1
  7. package/cjs/components/Steps/Steps.tokens.js +1 -0
  8. package/cjs/components/Steps/Steps.tokens.js.map +1 -1
  9. package/cjs/components/Steps/ui/StepItem/StepItem.css +9 -9
  10. package/cjs/components/Steps/ui/StepItem/StepItem.js +6 -9
  11. package/cjs/components/Steps/ui/StepItem/StepItem.js.map +1 -1
  12. package/cjs/components/Steps/ui/StepItem/StepItem.styles.js +14 -4
  13. package/cjs/components/Steps/ui/StepItem/StepItem.styles.js.map +1 -1
  14. package/{es/components/Steps/ui/StepItem/StepItem.styles_urheiv.css → cjs/components/Steps/ui/StepItem/StepItem.styles_1y1xj5d.css} +3 -3
  15. package/cjs/components/Steps/utils/getItemStatus.js +27 -0
  16. package/cjs/components/Steps/utils/getItemStatus.js.map +1 -0
  17. package/cjs/index.css +11 -11
  18. package/emotion/cjs/components/Steps/Steps.js +19 -26
  19. package/emotion/cjs/components/Steps/Steps.styles.js +1 -1
  20. package/emotion/cjs/components/Steps/Steps.tokens.js +1 -0
  21. package/emotion/cjs/components/Steps/ui/StepItem/StepItem.js +6 -9
  22. package/emotion/cjs/components/Steps/ui/StepItem/StepItem.styles.js +20 -11
  23. package/emotion/cjs/components/Steps/utils/getItemStatus.js +26 -0
  24. package/emotion/cjs/examples/plasma_b2c/components/Steps/Steps.config.js +6 -6
  25. package/emotion/cjs/examples/plasma_b2c/components/Steps/Steps.js +0 -2
  26. package/emotion/cjs/examples/plasma_b2c/components/Steps/Steps.stories.tsx +21 -2
  27. package/emotion/cjs/examples/plasma_web/components/Steps/Steps.config.js +6 -6
  28. package/emotion/cjs/examples/plasma_web/components/Steps/Steps.js +0 -2
  29. package/emotion/cjs/examples/plasma_web/components/Steps/Steps.stories.tsx +21 -2
  30. package/emotion/es/components/Steps/Steps.js +19 -26
  31. package/emotion/es/components/Steps/Steps.styles.js +1 -1
  32. package/emotion/es/components/Steps/Steps.tokens.js +1 -0
  33. package/emotion/es/components/Steps/ui/StepItem/StepItem.js +7 -9
  34. package/emotion/es/components/Steps/ui/StepItem/StepItem.styles.js +20 -11
  35. package/emotion/es/components/Steps/utils/getItemStatus.js +20 -0
  36. package/emotion/es/examples/plasma_b2c/components/Steps/Steps.config.js +6 -6
  37. package/emotion/es/examples/plasma_b2c/components/Steps/Steps.js +0 -3
  38. package/emotion/es/examples/plasma_b2c/components/Steps/Steps.stories.tsx +21 -2
  39. package/emotion/es/examples/plasma_web/components/Steps/Steps.config.js +6 -6
  40. package/emotion/es/examples/plasma_web/components/Steps/Steps.js +0 -3
  41. package/emotion/es/examples/plasma_web/components/Steps/Steps.stories.tsx +21 -2
  42. package/es/components/Steps/Steps.css +11 -11
  43. package/es/components/Steps/Steps.js +19 -26
  44. package/es/components/Steps/Steps.js.map +1 -1
  45. package/es/components/Steps/Steps.styles.js +1 -1
  46. package/es/components/Steps/Steps.styles.js.map +1 -1
  47. package/es/components/Steps/{Steps.styles_o055q.css → Steps.styles_vv31r6.css} +1 -1
  48. package/es/components/Steps/Steps.tokens.js +1 -0
  49. package/es/components/Steps/Steps.tokens.js.map +1 -1
  50. package/es/components/Steps/ui/StepItem/StepItem.css +9 -9
  51. package/es/components/Steps/ui/StepItem/StepItem.js +6 -9
  52. package/es/components/Steps/ui/StepItem/StepItem.js.map +1 -1
  53. package/es/components/Steps/ui/StepItem/StepItem.styles.js +14 -4
  54. package/es/components/Steps/ui/StepItem/StepItem.styles.js.map +1 -1
  55. package/{cjs/components/Steps/ui/StepItem/StepItem.styles_urheiv.css → es/components/Steps/ui/StepItem/StepItem.styles_1y1xj5d.css} +3 -3
  56. package/es/components/Steps/utils/getItemStatus.js +23 -0
  57. package/es/components/Steps/utils/getItemStatus.js.map +1 -0
  58. package/es/index.css +11 -11
  59. package/package.json +3 -2
  60. package/styled-components/cjs/components/Steps/Steps.js +19 -26
  61. package/styled-components/cjs/components/Steps/Steps.styles.js +1 -1
  62. package/styled-components/cjs/components/Steps/Steps.tokens.js +1 -0
  63. package/styled-components/cjs/components/Steps/ui/StepItem/StepItem.js +6 -9
  64. package/styled-components/cjs/components/Steps/ui/StepItem/StepItem.styles.js +14 -5
  65. package/styled-components/cjs/components/Steps/utils/getItemStatus.js +26 -0
  66. package/styled-components/cjs/examples/plasma_b2c/components/Steps/Steps.config.js +2 -2
  67. package/styled-components/cjs/examples/plasma_b2c/components/Steps/Steps.js +0 -2
  68. package/styled-components/cjs/examples/plasma_b2c/components/Steps/Steps.stories.tsx +21 -2
  69. package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.config.js +2 -2
  70. package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.js +0 -2
  71. package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.stories.tsx +21 -2
  72. package/styled-components/es/components/Steps/Steps.js +19 -26
  73. package/styled-components/es/components/Steps/Steps.styles.js +1 -1
  74. package/styled-components/es/components/Steps/Steps.tokens.js +1 -0
  75. package/styled-components/es/components/Steps/ui/StepItem/StepItem.js +7 -9
  76. package/styled-components/es/components/Steps/ui/StepItem/StepItem.styles.js +14 -5
  77. package/styled-components/es/components/Steps/utils/getItemStatus.js +20 -0
  78. package/styled-components/es/examples/plasma_b2c/components/Steps/Steps.config.js +2 -2
  79. package/styled-components/es/examples/plasma_b2c/components/Steps/Steps.js +0 -3
  80. package/styled-components/es/examples/plasma_b2c/components/Steps/Steps.stories.tsx +21 -2
  81. package/styled-components/es/examples/plasma_web/components/Steps/Steps.config.js +2 -2
  82. package/styled-components/es/examples/plasma_web/components/Steps/Steps.js +0 -3
  83. package/styled-components/es/examples/plasma_web/components/Steps/Steps.stories.tsx +21 -2
  84. package/types/components/Steps/Steps.d.ts +5 -3
  85. package/types/components/Steps/Steps.d.ts.map +1 -1
  86. package/types/components/Steps/Steps.tokens.d.ts +1 -0
  87. package/types/components/Steps/Steps.tokens.d.ts.map +1 -1
  88. package/types/components/Steps/index.d.ts +1 -1
  89. package/types/components/Steps/index.d.ts.map +1 -1
  90. package/types/components/Steps/ui/StepItem/StepItem.d.ts.map +1 -1
  91. package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts +16 -4
  92. package/types/components/Steps/ui/StepItem/StepItem.styles.d.ts.map +1 -1
  93. package/types/components/Steps/utils/getItemStatus.d.ts +9 -0
  94. package/types/components/Steps/utils/getItemStatus.d.ts.map +1 -0
  95. package/types/examples/plasma_b2c/components/Steps/Steps.d.ts +2 -2
  96. package/types/examples/plasma_b2c/components/Steps/Steps.d.ts.map +1 -1
  97. package/types/examples/plasma_web/components/Steps/Steps.d.ts +2 -2
  98. package/types/examples/plasma_web/components/Steps/Steps.d.ts.map +1 -1
  99. package/emotion/cjs/components/Steps/Steps.review-doc.mdx +0 -304
  100. package/emotion/es/components/Steps/Steps.review-doc.mdx +0 -304
  101. package/styled-components/cjs/components/Steps/Steps.review-doc.mdx +0 -304
  102. package/styled-components/es/components/Steps/Steps.review-doc.mdx +0 -304
@@ -1,5 +1,3 @@
1
- .Steps_styles_o055q_b7q3upx__4915e236{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}.Steps_styles_o055q_b7q3upx__4915e236.Steps_styles_o055q_simple__4915e236{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.Steps_styles_o055q_b7q3upx__4915e236.Steps_styles_o055q_simple__4915e236.Steps_styles_o055q_itemHasIndicator__4915e236{height:var(--plasma-step-item-active-indicator-size);}.Steps_styles_o055q_b7q3upx__4915e236.Steps_styles_o055q_simple__4915e236:not(.Steps_styles_o055q_itemHasIndicator__4915e236){height:var(--plasma-step-item-active-bullet-size);}.Steps_styles_o055q_b7q3upx__4915e236.Steps_styles_o055q_simple__4915e236.Steps_styles_o055q_verticalOrientation__4915e236.Steps_styles_o055q_itemHasIndicator__4915e236{width:var(--plasma-step-item-active-indicator-size);height:auto;}.Steps_styles_o055q_b7q3upx__4915e236.Steps_styles_o055q_simple__4915e236.Steps_styles_o055q_verticalOrientation__4915e236:not(.Steps_styles_o055q_itemHasIndicator__4915e236){width:var(--plasma-step-item-active-bullet-size);height:auto;}.Steps_styles_o055q_b7q3upx__4915e236.Steps_styles_o055q_verticalOrientation__4915e236{display:inline;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.Steps_styles_o055q_b7q3upx__4915e236.Steps_styles_o055q_verticalOrientation__4915e236.Steps_styles_o055q_simple__4915e236{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
2
-
3
1
  .base_1gusher_b1chvyq8__76b641f5{color:var(--plasma-spinner-color);}
4
2
 
5
3
  .base_ova69f_bw56nfh__55225c7f{width:var(--plasma-spinner-size);height:var(--plasma-spinner-size);}
@@ -7,12 +5,14 @@
7
5
  .Spinner_styles_13q7ndk_b1hp2dsz__af962114{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;box-sizing:border-box;}
8
6
  .Spinner_styles_13q7ndk_s122r4cn__af962114{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:var(--s122r4cn-0);height:var(--s122r4cn-1);-webkit-animation:Spinner_styles_13q7ndk_rotateS122r4cn__af962114 1s linear infinite;animation:Spinner_styles_13q7ndk_rotateS122r4cn__af962114 1s linear infinite;}@-webkit-keyframes Spinner_styles_13q7ndk_rotateS122r4cn__af962114{from{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes Spinner_styles_13q7ndk_rotateS122r4cn__af962114{from{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}
9
7
 
10
- .StepItem_styles_urheiv_snf9dn9__f60aa364{--plasma-spinner-size:var(--snf9dn9-0);--plasma-spinner-color:var(--plasma-step-item-active-indicator-color);}
11
- .StepItem_styles_urheiv_sv5tpso__f60aa364{padding-top:var(--plasma-step-item-title-padding-top);padding-right:var(--plasma-step-item-content-side-padding);font-family:var(--plasma-step-item-title-font-family);font-size:var(--plasma-step-item-title-font-size);font-style:var(--plasma-step-item-title-font-style);font-weight:var(--plasma-step-item-title-font-weight);-webkit-letter-spacing:var(--plasma-step-item-title-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-title-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-title-letter-spacing);letter-spacing:var(--plasma-step-item-title-letter-spacing);line-height:var(--plasma-step-item-title-line-height);word-break:break-word;}
12
- .StepItem_styles_urheiv_s529fhk__f60aa364{padding-top:var(--plasma-step-item-content-padding-top);padding-right:var(--plasma-step-item-content-side-padding);font-family:var(--plasma-step-item-content-font-family);font-size:var(--plasma-step-item-content-font-size);font-style:var(--plasma-step-item-content-font-style);font-weight:var(--plasma-step-item-content-font-weight);-webkit-letter-spacing:var(--plasma-step-item-content-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-content-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-content-letter-spacing);letter-spacing:var(--plasma-step-item-content-letter-spacing);line-height:var(--plasma-step-item-content-line-height);word-break:break-word;color:var(--plasma-step-item-content-color);}
13
- .StepItem_styles_urheiv_b1kcj14__f60aa364{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.StepItem_styles_urheiv_b1kcj14__f60aa364:not(simple){-webkit-flex:0;-ms-flex:0;flex:0;}.StepItem_styles_urheiv_b1kcj14__f60aa364:not(simple).StepItem_styles_urheiv_itemHasIndicator__f60aa364{width:100%;min-height:var(--plasma-step-item-active-indicator-size);}.StepItem_styles_urheiv_b1kcj14__f60aa364:not(simple):not(.StepItem_styles_urheiv_itemHasIndicator__f60aa364){width:100%;min-height:var(--plasma-step-item-active-bullet-size);}.StepItem_styles_urheiv_b1kcj14__f60aa364:not(simple).StepItem_styles_urheiv_verticalOrientation__f60aa364{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:var(--plasma-step-item-vertical-content-padding-left);}.StepItem_styles_urheiv_b1kcj14__f60aa364:not(simple).StepItem_styles_urheiv_verticalOrientation__f60aa364.StepItem_styles_urheiv_itemHasIndicator__f60aa364{min-width:var(--plasma-step-item-active-indicator-size);min-height:100%;}.StepItem_styles_urheiv_b1kcj14__f60aa364:not(simple).StepItem_styles_urheiv_verticalOrientation__f60aa364:not(.StepItem_styles_urheiv_itemHasIndicator__f60aa364){min-width:var(--plasma-step-item-active-bullet-size);min-height:100%;}.StepItem_styles_urheiv_b1kcj14__f60aa364.StepItem_styles_urheiv_verticalOrientation__f60aa364{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.StepItem_styles_urheiv_b1kcj14__f60aa364.StepItem_styles_urheiv_itemCentered__f60aa364{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
14
- .StepItem_styles_urheiv_b9hdug__f60aa364{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:var(--plasma-step-item-indicator-size);height:var(--plasma-step-item-indicator-size);border-radius:50%;box-sizing:border-box;position:relative;color:var(--plasma-step-item-completed-indicator-color);background-color:var(--plasma-step-item-completed-indicator-background);font-family:var(--plasma-step-item-indicator-font-family);font-size:var(--plasma-step-item-indicator-font-size);font-style:var(--plasma-step-item-indicator-font-style);font-weight:var(--plasma-step-item-indicator-font-weight);-webkit-letter-spacing:var(--plasma-step-item-indicator-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-indicator-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-indicator-letter-spacing);letter-spacing:var(--plasma-step-item-indicator-letter-spacing);line-height:var(--plasma-step-item-indicator-line-height);}.StepItem_styles_urheiv_b9hdug__f60aa364.StepItem_styles_urheiv_itemActive__f60aa364{width:var(--plasma-step-item-active-indicator-size);height:var(--plasma-step-item-active-indicator-size);border:var(--plasma-step-item-divider-thickness) var(--plasma-step-item-active-indicator-border);font-family:var(--plasma-step-item-active-indicator-font-family);font-size:var(--plasma-step-item-active-indicator-font-size);font-style:var(--plasma-step-item-active-indicator-font-style);font-weight:var(--plasma-step-item-active-indicator-font-weight);-webkit-letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);line-height:var(--plasma-step-item-active-indicator-line-height);color:var(--plasma-step-item-active-indicator-color);background:var(--plasma-step-item-active-indicator-background);}.StepItem_styles_urheiv_b9hdug__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364{color:var(--plasma-step-item-inactive-indicator-color);background:var(--plasma-step-item-inactive-indicator-background);}.StepItem_styles_urheiv_b9hdug__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364:before,.StepItem_styles_urheiv_b9hdug__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364:after{background:var(--plasma-step-item-inactive-indicator-background);}
15
- .StepItem_styles_urheiv_b1eo1o32__f60aa364.StepItem_styles_urheiv_b9hdug__f60aa364{width:var(--plasma-step-item-bullet-size);height:var(--plasma-step-item-bullet-size);}.StepItem_styles_urheiv_b1eo1o32__f60aa364.StepItem_styles_urheiv_b9hdug__f60aa364.StepItem_styles_urheiv_itemActive__f60aa364{width:var(--plasma-step-item-active-bullet-size);height:var(--plasma-step-item-active-bullet-size);border:var(--plasma-step-item-divider-thickness) var(--plasma-step-item-active-indicator-border);background-color:var(--plasma-step-item-active-indicator-background);}
16
- .StepItem_styles_urheiv_sxskc3q__f60aa364{width:100%;height:var(--plasma-step-item-divider-thickness);-webkit-flex:1;-ms-flex:1;flex:1;background-color:var(--plasma-step-item-active-indicator-color);}.StepItem_styles_urheiv_sxskc3q__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364{background-color:var(--plasma-step-item-inactive-indicator-background);}.StepItem_styles_urheiv_sxskc3q__f60aa364.StepItem_styles_urheiv_transparentDivider__f60aa364{background-color:transparent;}
17
- .StepItem_styles_urheiv_s4zgmmr__f60aa364.StepItem_styles_urheiv_verticalOrientation__f60aa364 .StepItem_styles_urheiv_sv5tpso__f60aa364{padding-top:var(--plasma-step-item-content-vertical-padding);padding-right:0;}.StepItem_styles_urheiv_s4zgmmr__f60aa364.StepItem_styles_urheiv_verticalOrientation__f60aa364 .StepItem_styles_urheiv_s529fhk__f60aa364{padding-top:var(--plasma-step-item-content-vertical-padding);padding-bottom:var(--plasma-step-item-content-vertical-padding);padding-right:0;}
18
- .StepItem_styles_urheiv_s12pqpa3__f60aa364{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_verticalOrientation__f60aa364{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_verticalOrientation__f60aa364 .StepItem_styles_urheiv_sxskc3q__f60aa364{width:var(--plasma-step-item-divider-thickness);height:100%;}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemActive__f60aa364 .StepItem_styles_urheiv_sv5tpso__f60aa364{color:var(--plasma-step-item-active-title-color);}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364 .StepItem_styles_urheiv_sv5tpso__f60aa364{color:var(--plasma-step-item-inactive-title-color);}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemHovered__f60aa364:not(item-active) .StepItem_styles_urheiv_sv5tpso__f60aa364{cursor:pointer;color:var(--plasma-step-item-active-title-color-hover);}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemHovered__f60aa364:not(item-active) .StepItem_styles_urheiv_b9hdug__f60aa364,.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemHovered__f60aa364:not(item-active) .StepItem_styles_urheiv_b1eo1o32__f60aa364{color:var(--plasma-step-item-completed-indicator-color-hover);background:var(--plasma-step-item-completed-indicator-background-hover);}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemHovered__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364 .StepItem_styles_urheiv_sv5tpso__f60aa364{color:var(--plasma-step-item-inactive-title-color-hover);}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemHovered__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364 .StepItem_styles_urheiv_b9hdug__f60aa364,.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemHovered__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364 .StepItem_styles_urheiv_b1eo1o32__f60aa364{color:var(--plasma-step-item-inactive-indicator-color-hover);background:var(--plasma-step-item-inactive-indicator-background-hover);}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemHovered__f60aa364 .StepItem_styles_urheiv_b1kcj14__f60aa364{cursor:pointer;}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemCentered__f60aa364{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemCentered__f60aa364 .StepItem_styles_urheiv_s4zgmmr__f60aa364{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:calc(var(--plasma-step-item-content-side-padding) / 2);padding-right:calc(var(--plasma-step-item-content-side-padding) / 2);}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemCentered__f60aa364 .StepItem_styles_urheiv_s4zgmmr__f60aa364 .StepItem_styles_urheiv_sv5tpso__f60aa364{width:100%;}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemCentered__f60aa364 .StepItem_styles_urheiv_s4zgmmr__f60aa364 .StepItem_styles_urheiv_sv5tpso__f60aa364,.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemCentered__f60aa364 .StepItem_styles_urheiv_s4zgmmr__f60aa364 .StepItem_styles_urheiv_s529fhk__f60aa364{padding-right:0;text-align:center;}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemDisabled__f60aa364{opacity:var(--plasma-step-item-disabled-opacity);}
8
+ .StepItem_styles_1y1xj5d_snf9dn9__5c4153e3{--plasma-spinner-size:var(--snf9dn9-0);--plasma-spinner-color:var(--plasma-step-item-active-indicator-color);}
9
+ .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3{padding-top:var(--plasma-step-item-title-padding-top);padding-right:var(--plasma-step-item-content-side-padding);font-family:var(--plasma-step-item-title-font-family);font-size:var(--plasma-step-item-title-font-size);font-style:var(--plasma-step-item-title-font-style);font-weight:var(--plasma-step-item-title-font-weight);-webkit-letter-spacing:var(--plasma-step-item-title-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-title-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-title-letter-spacing);letter-spacing:var(--plasma-step-item-title-letter-spacing);line-height:var(--plasma-step-item-title-line-height);word-break:break-word;}
10
+ .StepItem_styles_1y1xj5d_s529fhk__5c4153e3{padding-top:var(--plasma-step-item-content-padding-top);padding-right:var(--plasma-step-item-content-side-padding);font-family:var(--plasma-step-item-content-font-family);font-size:var(--plasma-step-item-content-font-size);font-style:var(--plasma-step-item-content-font-style);font-weight:var(--plasma-step-item-content-font-weight);-webkit-letter-spacing:var(--plasma-step-item-content-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-content-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-content-letter-spacing);letter-spacing:var(--plasma-step-item-content-letter-spacing);line-height:var(--plasma-step-item-content-line-height);word-break:break-word;color:var(--plasma-step-item-content-color);}
11
+ .StepItem_styles_1y1xj5d_b1kcj14__5c4153e3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3:not(.StepItem_styles_1y1xj5d_simple__5c4153e3){-webkit-flex:0;-ms-flex:0;flex:0;}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3:not(.StepItem_styles_1y1xj5d_simple__5c4153e3).StepItem_styles_1y1xj5d_itemHasIndicator__5c4153e3{width:100%;min-height:var(--plasma-step-item-active-indicator-size);}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3:not(.StepItem_styles_1y1xj5d_simple__5c4153e3):not(.StepItem_styles_1y1xj5d_itemHasIndicator__5c4153e3){width:100%;min-height:var(--plasma-step-item-active-bullet-size);}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3:not(.StepItem_styles_1y1xj5d_simple__5c4153e3).StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3{padding-right:var(--plasma-step-item-vertical-content-padding-left);}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:100%;}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3.StepItem_styles_1y1xj5d_itemHasIndicator__5c4153e3{min-width:var(--plasma-step-item-active-indicator-size);}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3:not(.StepItem_styles_1y1xj5d_itemHasIndicator__5c4153e3){min-width:var(--plasma-step-item-active-bullet-size);}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3.StepItem_styles_1y1xj5d_itemCentered__5c4153e3{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
12
+ .StepItem_styles_1y1xj5d_b9hdug__5c4153e3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:var(--plasma-step-item-indicator-size);height:var(--plasma-step-item-indicator-size);border-radius:50%;box-sizing:border-box;position:relative;color:var(--plasma-step-item-completed-indicator-color);background-color:var(--plasma-step-item-completed-indicator-background);font-family:var(--plasma-step-item-indicator-font-family);font-size:var(--plasma-step-item-indicator-font-size);font-style:var(--plasma-step-item-indicator-font-style);font-weight:var(--plasma-step-item-indicator-font-weight);-webkit-letter-spacing:var(--plasma-step-item-indicator-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-indicator-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-indicator-letter-spacing);letter-spacing:var(--plasma-step-item-indicator-letter-spacing);line-height:var(--plasma-step-item-indicator-line-height);}.StepItem_styles_1y1xj5d_b9hdug__5c4153e3.StepItem_styles_1y1xj5d_itemActive__5c4153e3{width:var(--plasma-step-item-active-indicator-size);height:var(--plasma-step-item-active-indicator-size);border:var(--plasma-step-item-divider-thickness) var(--plasma-step-item-active-indicator-border);font-family:var(--plasma-step-item-active-indicator-font-family);font-size:var(--plasma-step-item-active-indicator-font-size);font-style:var(--plasma-step-item-active-indicator-font-style);font-weight:var(--plasma-step-item-active-indicator-font-weight);-webkit-letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);line-height:var(--plasma-step-item-active-indicator-line-height);color:var(--plasma-step-item-active-indicator-color);background:var(--plasma-step-item-active-indicator-background);}.StepItem_styles_1y1xj5d_b9hdug__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3{color:var(--plasma-step-item-inactive-indicator-color);background:var(--plasma-step-item-inactive-indicator-background);}.StepItem_styles_1y1xj5d_b9hdug__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3:before,.StepItem_styles_1y1xj5d_b9hdug__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3:after{background:var(--plasma-step-item-inactive-indicator-background);}
13
+ .StepItem_styles_1y1xj5d_b1eo1o32__5c4153e3.StepItem_styles_1y1xj5d_b9hdug__5c4153e3{width:var(--plasma-step-item-bullet-size);height:var(--plasma-step-item-bullet-size);}.StepItem_styles_1y1xj5d_b1eo1o32__5c4153e3.StepItem_styles_1y1xj5d_b9hdug__5c4153e3.StepItem_styles_1y1xj5d_itemActive__5c4153e3{width:var(--plasma-step-item-active-bullet-size);height:var(--plasma-step-item-active-bullet-size);border:var(--plasma-step-item-divider-thickness) var(--plasma-step-item-active-indicator-border);background-color:var(--plasma-step-item-active-indicator-background);}
14
+ .StepItem_styles_1y1xj5d_sxskc3q__5c4153e3{width:100%;height:var(--plasma-step-item-divider-thickness);-webkit-flex:1;-ms-flex:1;flex:1;background-color:var(--plasma-step-item-active-indicator-color);}.StepItem_styles_1y1xj5d_sxskc3q__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3{background-color:var(--plasma-step-item-inactive-indicator-background);}.StepItem_styles_1y1xj5d_sxskc3q__5c4153e3.StepItem_styles_1y1xj5d_transparentDivider__5c4153e3{background-color:transparent;}.StepItem_styles_1y1xj5d_sxskc3q__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3{width:var(--plasma-step-item-divider-thickness);height:100%;}.StepItem_styles_1y1xj5d_sxskc3q__5c4153e3.StepItem_styles_1y1xj5d_indentDivider__5c4153e3{height:var(--sxskc3q-0);min-height:var(--sxskc3q-0);max-height:var(--sxskc3q-0);}.StepItem_styles_1y1xj5d_sxskc3q__5c4153e3.StepItem_styles_1y1xj5d_indentDivider__5c4153e3.StepItem_styles_1y1xj5d_simple__5c4153e3{height:auto;max-height:none;}
15
+ .StepItem_styles_1y1xj5d_s4zgmmr__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3 .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3{padding-top:var(--plasma-step-item-content-vertical-padding);padding-right:0;}.StepItem_styles_1y1xj5d_s4zgmmr__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3 .StepItem_styles_1y1xj5d_s529fhk__5c4153e3{padding-top:var(--plasma-step-item-content-vertical-padding);padding-bottom:var(--plasma-step-item-content-vertical-padding);padding-right:0;}
16
+ .StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3 .StepItem_styles_1y1xj5d_sxskc3q__5c4153e3{width:var(--plasma-step-item-divider-thickness);height:100%;}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemActive__5c4153e3 .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3{color:var(--plasma-step-item-active-title-color);}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3 .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3{color:var(--plasma-step-item-inactive-title-color);}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemHovered__5c4153e3:not(.StepItem_styles_1y1xj5d_itemActive__5c4153e3) .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3{cursor:pointer;color:var(--plasma-step-item-active-title-color-hover);}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemHovered__5c4153e3:not(.StepItem_styles_1y1xj5d_itemActive__5c4153e3) .StepItem_styles_1y1xj5d_b9hdug__5c4153e3,.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemHovered__5c4153e3:not(.StepItem_styles_1y1xj5d_itemActive__5c4153e3) .StepItem_styles_1y1xj5d_b1eo1o32__5c4153e3{color:var(--plasma-step-item-completed-indicator-color-hover);background:var(--plasma-step-item-completed-indicator-background-hover);}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemHovered__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3 .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3{color:var(--plasma-step-item-inactive-title-color-hover);}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemHovered__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3 .StepItem_styles_1y1xj5d_b9hdug__5c4153e3,.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemHovered__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3 .StepItem_styles_1y1xj5d_b1eo1o32__5c4153e3{color:var(--plasma-step-item-inactive-indicator-color-hover);background:var(--plasma-step-item-inactive-indicator-background-hover);}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemHovered__5c4153e3 .StepItem_styles_1y1xj5d_b1kcj14__5c4153e3{cursor:pointer;}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemCentered__5c4153e3{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemCentered__5c4153e3 .StepItem_styles_1y1xj5d_s4zgmmr__5c4153e3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:calc(var(--plasma-step-item-content-side-padding) / 2);padding-right:calc(var(--plasma-step-item-content-side-padding) / 2);}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemCentered__5c4153e3 .StepItem_styles_1y1xj5d_s4zgmmr__5c4153e3 .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3{width:100%;}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemCentered__5c4153e3 .StepItem_styles_1y1xj5d_s4zgmmr__5c4153e3 .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3,.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemCentered__5c4153e3 .StepItem_styles_1y1xj5d_s4zgmmr__5c4153e3 .StepItem_styles_1y1xj5d_s529fhk__5c4153e3{padding-right:0;text-align:center;}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemDisabled__5c4153e3{opacity:var(--plasma-step-item-disabled-opacity);}
17
+
18
+ .Steps_styles_vv31r6_b7q3upx__206acc3f{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}.Steps_styles_vv31r6_b7q3upx__206acc3f.Steps_styles_vv31r6_simple__206acc3f{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.Steps_styles_vv31r6_b7q3upx__206acc3f.Steps_styles_vv31r6_simple__206acc3f.Steps_styles_vv31r6_itemHasIndicator__206acc3f{height:var(--plasma-step-item-active-indicator-size);}.Steps_styles_vv31r6_b7q3upx__206acc3f.Steps_styles_vv31r6_simple__206acc3f:not(.Steps_styles_vv31r6_itemHasIndicator__206acc3f){height:var(--plasma-step-item-active-bullet-size);}.Steps_styles_vv31r6_b7q3upx__206acc3f.Steps_styles_vv31r6_simple__206acc3f.Steps_styles_vv31r6_verticalOrientation__206acc3f.Steps_styles_vv31r6_itemHasIndicator__206acc3f{width:var(--plasma-step-item-active-indicator-size);height:100%;}.Steps_styles_vv31r6_b7q3upx__206acc3f.Steps_styles_vv31r6_simple__206acc3f.Steps_styles_vv31r6_verticalOrientation__206acc3f:not(.Steps_styles_vv31r6_itemHasIndicator__206acc3f){width:var(--plasma-step-item-active-bullet-size);height:100%;}.Steps_styles_vv31r6_b7q3upx__206acc3f.Steps_styles_vv31r6_verticalOrientation__206acc3f{display:inline;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.Steps_styles_vv31r6_b7q3upx__206acc3f.Steps_styles_vv31r6_verticalOrientation__206acc3f.Steps_styles_vv31r6_simple__206acc3f{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
@@ -2,18 +2,18 @@ import { objectWithoutProperties as _objectWithoutProperties, slicedToArray as _
2
2
  import React, { forwardRef, useState, useEffect } from 'react';
3
3
  import cls from 'classnames';
4
4
  import { classes } from './Steps.tokens.js';
5
- import { base } from './Steps.styles.js';
6
5
  import { StepItem } from './ui/StepItem/StepItem.js';
6
+ import { base } from './Steps.styles.js';
7
7
  import { base as base$1 } from './variations/_size/base.js';
8
8
  import { base as base$2 } from './variations/_view/base.js';
9
+ import { getItemStatus } from './utils/getItemStatus.js';
9
10
 
10
11
  var _excluded = ["view", "size", "orientation", "contentAlign", "hasLine", "hasContent", "hasLoader", "items", "onChange", "current", "status"];
11
12
  var stepsRoot = function stepsRoot(Root) {
12
13
  return /*#__PURE__*/forwardRef(function (props, outerRef) {
13
14
  var _props$view = props.view,
14
15
  view = _props$view === void 0 ? 'default' : _props$view,
15
- _props$size = props.size,
16
- size = _props$size === void 0 ? 's' : _props$size,
16
+ size = props.size,
17
17
  _props$orientation = props.orientation,
18
18
  orientation = _props$orientation === void 0 ? 'horizontal' : _props$orientation,
19
19
  _props$contentAlign = props.contentAlign,
@@ -58,39 +58,32 @@ var stepsRoot = function stepsRoot(Root) {
58
58
  ref: outerRef,
59
59
  className: cls(_defineProperty(_defineProperty(_defineProperty({}, classes.verticalOrientation, orientation === 'vertical'), classes.simple, isSimple), classes.hasIndicator, hasIndicator))
60
60
  }, rest), items.map(function (item, index) {
61
- var itemStatus = 'inactive';
62
- if (isUncontrolled) {
63
- if (current > index) {
64
- itemStatus = 'completed';
65
- } else if (current === index) {
66
- itemStatus = status || 'active';
67
- }
68
- } else {
69
- itemStatus = status || item.status || 'inactive';
70
- }
71
- if (item.disabled) {
72
- itemStatus = 'inactive';
73
- }
61
+ var itemStatus = getItemStatus({
62
+ isUncontrolled: isUncontrolled,
63
+ current: current,
64
+ status: status,
65
+ index: index,
66
+ item: item
67
+ });
74
68
  var isActive = itemStatus === 'active';
75
- var content = item.content;
76
- if (hasContent === 'active' && !isActive || hasContent === 'none') {
77
- content = '';
78
- }
69
+ var itemContent = hasContent === 'active' && !isActive || hasContent === 'none' ? '' : item.content;
70
+ var itemContentAlign = orientation === 'horizontal' ? contentAlign : 'left';
71
+ var onClick = onChange ? function () {
72
+ return onChange(item, index, prevIndex);
73
+ } : undefined;
79
74
  return /*#__PURE__*/React.createElement(StepItem, {
80
75
  key: index,
81
76
  index: index,
82
77
  title: item.title,
83
- content: content,
78
+ content: itemContent,
84
79
  indicator: item.indicator,
85
80
  status: itemStatus,
86
81
  size: size,
87
82
  orientation: orientation,
88
- contentAlign: orientation === 'horizontal' ? contentAlign : 'left',
83
+ contentAlign: itemContentAlign,
89
84
  hasLine: hasLine,
90
85
  hasLoader: hasLoader && isActive,
91
- onClick: onChange ? function () {
92
- return onChange(item, index, prevIndex);
93
- } : undefined,
86
+ onClick: onClick,
94
87
  items: items
95
88
  });
96
89
  }));
@@ -107,7 +100,7 @@ var stepsConfig = {
107
100
  },
108
101
  defaults: {
109
102
  view: 'default',
110
- size: 's'
103
+ size: 'm'
111
104
  }
112
105
  };
113
106
 
@@ -1 +1 @@
1
- {"version":3,"file":"Steps.js","sources":["../../../src/components/Steps/Steps.tsx"],"sourcesContent":["import React, { forwardRef, useState, useEffect, HTMLAttributes } from 'react';\nimport cls from 'classnames';\n\nimport type { RootPropsOmitOnChange } from '../../engines/types';\n\nimport { classes } from './Steps.tokens';\nimport { StepsProps } from './Steps.types';\nimport { base } from './Steps.styles';\nimport { StepItem, StepStatus } from './ui';\nimport { base as sizeCSS } from './variations/_size/base';\nimport { base as viewCSS } from './variations/_view/base';\n\nexport const stepsRoot = (\n Root: RootPropsOmitOnChange<HTMLDivElement, StepsProps & Omit<HTMLAttributes<HTMLDivElement>, 'onChange'>>,\n) =>\n forwardRef<HTMLDivElement, StepsProps>((props, outerRef) => {\n const {\n view = 'default',\n size = 's',\n orientation = 'horizontal',\n contentAlign = 'left',\n hasLine = true,\n hasContent = 'all',\n hasLoader,\n items = [],\n onChange,\n current,\n status,\n ...rest\n } = props;\n\n const [prevIndex, setPrevIndex] = useState<number | undefined>();\n\n const isUncontrolled = current !== undefined;\n const hasIndicator = items.some((item) => item.indicator != null);\n const isSimple = items.every((item) => !item.title && !item.content);\n\n useEffect(() => {\n return () => {\n if (current !== undefined) {\n setPrevIndex(current);\n } else {\n const index = items.findIndex((item) => item.status === 'active');\n setPrevIndex(index !== -1 ? index : undefined);\n }\n };\n }, [current, items]);\n\n return (\n <Root\n size={size}\n view={view}\n ref={outerRef}\n className={cls({\n [classes.verticalOrientation]: orientation === 'vertical',\n [classes.simple]: isSimple,\n [classes.hasIndicator]: hasIndicator,\n })}\n {...rest}\n >\n {items.map((item, index) => {\n let itemStatus: StepStatus = 'inactive';\n if (isUncontrolled) {\n if (current! > index) {\n itemStatus = 'completed';\n } else if (current === index) {\n itemStatus = status || 'active';\n }\n } else {\n itemStatus = status || item.status || 'inactive';\n }\n\n if (item.disabled) {\n itemStatus = 'inactive';\n }\n\n const isActive = itemStatus === 'active';\n\n let { content } = item;\n\n if ((hasContent === 'active' && !isActive) || hasContent === 'none') {\n content = '';\n }\n\n return (\n <StepItem\n key={index}\n index={index}\n title={item.title}\n content={content}\n indicator={item.indicator}\n status={itemStatus}\n size={size}\n orientation={orientation}\n contentAlign={orientation === 'horizontal' ? contentAlign : 'left'}\n hasLine={hasLine}\n hasLoader={hasLoader && isActive}\n onClick={onChange ? () => onChange(item, index, prevIndex) : undefined}\n items={items}\n />\n );\n })}\n </Root>\n );\n });\n\nexport const stepsConfig = {\n name: 'Steps',\n tag: 'div',\n layout: stepsRoot,\n base,\n variations: {\n size: sizeCSS,\n view: viewCSS,\n },\n defaults: {\n view: 'default',\n size: 's',\n },\n};\n"],"names":["stepsRoot","Root","forwardRef","props","outerRef","_props$view","view","_props$size","size","_props$orientation","orientation","_props$contentAlign","contentAlign","_props$hasLine","hasLine","_props$hasContent","hasContent","hasLoader","_props$items","items","onChange","current","status","rest","_objectWithoutProperties","_excluded","_useState","useState","_useState2","_slicedToArray","prevIndex","setPrevIndex","isUncontrolled","undefined","hasIndicator","some","item","indicator","isSimple","every","title","content","useEffect","index","findIndex","React","createElement","_extends","ref","className","cls","_defineProperty","classes","verticalOrientation","simple","map","itemStatus","disabled","isActive","StepItem","key","onClick","stepsConfig","name","tag","layout","base","variations","sizeCSS","viewCSS","defaults"],"mappings":"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"}
1
+ {"version":3,"file":"Steps.js","sources":["../../../src/components/Steps/Steps.tsx"],"sourcesContent":["import React, { forwardRef, useState, useEffect, HTMLAttributes } from 'react';\nimport cls from 'classnames';\n\nimport type { RootPropsOmitOnChange } from '../../engines/types';\n\nimport { classes } from './Steps.tokens';\nimport { StepsProps as BaseStepsProps } from './Steps.types';\nimport { StepItem } from './ui';\nimport { base } from './Steps.styles';\nimport { base as sizeCSS } from './variations/_size/base';\nimport { base as viewCSS } from './variations/_view/base';\nimport { getItemStatus } from './utils/getItemStatus';\n\ntype StepsProps = BaseStepsProps & Omit<HTMLAttributes<HTMLDivElement>, 'onChange'>;\n\nexport const stepsRoot = (Root: RootPropsOmitOnChange<HTMLDivElement, StepsProps>) =>\n forwardRef<HTMLDivElement, StepsProps>((props, outerRef) => {\n const {\n view = 'default',\n size,\n orientation = 'horizontal',\n contentAlign = 'left',\n hasLine = true,\n hasContent = 'all',\n hasLoader,\n items = [],\n onChange,\n current,\n status,\n ...rest\n } = props;\n\n const [prevIndex, setPrevIndex] = useState<number | undefined>();\n\n const isUncontrolled = current !== undefined;\n const hasIndicator = items.some((item) => item.indicator != null);\n const isSimple = items.every((item) => !item.title && !item.content);\n\n useEffect(() => {\n return () => {\n if (current !== undefined) {\n setPrevIndex(current);\n } else {\n const index = items.findIndex((item) => item.status === 'active');\n setPrevIndex(index !== -1 ? index : undefined);\n }\n };\n }, [current, items]);\n\n return (\n <Root\n size={size}\n view={view}\n ref={outerRef}\n className={cls({\n [classes.verticalOrientation]: orientation === 'vertical',\n [classes.simple]: isSimple,\n [classes.hasIndicator]: hasIndicator,\n })}\n {...rest}\n >\n {items.map((item, index) => {\n const itemStatus = getItemStatus({ isUncontrolled, current, status, index, item });\n\n const isActive = itemStatus === 'active';\n\n const itemContent =\n (hasContent === 'active' && !isActive) || hasContent === 'none' ? '' : item.content;\n\n const itemContentAlign = orientation === 'horizontal' ? contentAlign : 'left';\n const onClick = onChange ? () => onChange(item, index, prevIndex) : undefined;\n\n return (\n <StepItem\n key={index}\n index={index}\n title={item.title}\n content={itemContent}\n indicator={item.indicator}\n status={itemStatus}\n size={size!}\n orientation={orientation}\n contentAlign={itemContentAlign}\n hasLine={hasLine}\n hasLoader={hasLoader && isActive}\n onClick={onClick}\n items={items}\n />\n );\n })}\n </Root>\n );\n });\n\nexport const stepsConfig = {\n name: 'Steps',\n tag: 'div',\n layout: stepsRoot,\n base,\n variations: {\n size: sizeCSS,\n view: viewCSS,\n },\n defaults: {\n view: 'default',\n size: 'm',\n },\n};\n"],"names":["stepsRoot","Root","forwardRef","props","outerRef","_props$view","view","size","_props$orientation","orientation","_props$contentAlign","contentAlign","_props$hasLine","hasLine","_props$hasContent","hasContent","hasLoader","_props$items","items","onChange","current","status","rest","_objectWithoutProperties","_excluded","_useState","useState","_useState2","_slicedToArray","prevIndex","setPrevIndex","isUncontrolled","undefined","hasIndicator","some","item","indicator","isSimple","every","title","content","useEffect","index","findIndex","React","createElement","_extends","ref","className","cls","_defineProperty","classes","verticalOrientation","simple","map","itemStatus","getItemStatus","isActive","itemContent","itemContentAlign","onClick","StepItem","key","stepsConfig","name","tag","layout","base","variations","sizeCSS","viewCSS","defaults"],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import './Steps.styles_o055q.css';
1
+ import './Steps.styles_vv31r6.css';
2
2
  var base = "b7q3upx";
3
3
 
4
4
  export { base };
@@ -1 +1 @@
1
- {"version":3,"file":"Steps.styles.js","sources":["../../../src/components/Steps/Steps.styles.ts"],"sourcesContent":["import { css } from '@linaria/core';\n\nimport { classes, tokens } from './Steps.tokens';\n\nexport const base = css`\n display: flex;\n flex-direction: row;\n\n &.${classes.simple} {\n align-items: center;\n\n &.${classes.hasIndicator} {\n height: var(${tokens.activeIndicatorSize});\n }\n &:not(.${classes.hasIndicator}) {\n height: var(${tokens.activeBulletSize});\n }\n\n &.${classes.verticalOrientation} {\n &.${classes.hasIndicator} {\n width: var(${tokens.activeIndicatorSize});\n height: auto;\n }\n &:not(.${classes.hasIndicator}) {\n width: var(${tokens.activeBulletSize});\n height: auto;\n }\n }\n }\n\n &.${classes.verticalOrientation} {\n display: inline;\n flex-direction: column;\n justify-content: center;\n\n &.${classes.simple} {\n display: inline-flex;\n }\n }\n`;\n"],"names":["base"],"mappings":"AAIO,IAAMA,IAAI,GAmChB;;;;"}
1
+ {"version":3,"file":"Steps.styles.js","sources":["../../../src/components/Steps/Steps.styles.ts"],"sourcesContent":["import { css } from '@linaria/core';\n\nimport { classes, tokens } from './Steps.tokens';\n\nexport const base = css`\n display: flex;\n flex-direction: row;\n\n &.${classes.simple} {\n align-items: center;\n\n &.${classes.hasIndicator} {\n height: var(${tokens.activeIndicatorSize});\n }\n &:not(.${classes.hasIndicator}) {\n height: var(${tokens.activeBulletSize});\n }\n\n &.${classes.verticalOrientation} {\n &.${classes.hasIndicator} {\n width: var(${tokens.activeIndicatorSize});\n height: 100%;\n }\n &:not(.${classes.hasIndicator}) {\n width: var(${tokens.activeBulletSize});\n height: 100%;\n }\n }\n }\n\n &.${classes.verticalOrientation} {\n display: inline;\n flex-direction: column;\n justify-content: center;\n\n &.${classes.simple} {\n display: inline-flex;\n }\n }\n`;\n"],"names":["base"],"mappings":"AAIO,IAAMA,IAAI,GAmChB;;;;"}
@@ -1 +1 @@
1
- .b7q3upx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}.b7q3upx.simple{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.b7q3upx.simple.item-has-indicator{height:var(--plasma-step-item-active-indicator-size);}.b7q3upx.simple:not(.item-has-indicator){height:var(--plasma-step-item-active-bullet-size);}.b7q3upx.simple.vertical-orientation.item-has-indicator{width:var(--plasma-step-item-active-indicator-size);height:auto;}.b7q3upx.simple.vertical-orientation:not(.item-has-indicator){width:var(--plasma-step-item-active-bullet-size);height:auto;}.b7q3upx.vertical-orientation{display:inline;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.b7q3upx.vertical-orientation.simple{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
1
+ .b7q3upx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}.b7q3upx.simple{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.b7q3upx.simple.item-has-indicator{height:var(--plasma-step-item-active-indicator-size);}.b7q3upx.simple:not(.item-has-indicator){height:var(--plasma-step-item-active-bullet-size);}.b7q3upx.simple.vertical-orientation.item-has-indicator{width:var(--plasma-step-item-active-indicator-size);height:100%;}.b7q3upx.simple.vertical-orientation:not(.item-has-indicator){width:var(--plasma-step-item-active-bullet-size);height:100%;}.b7q3upx.vertical-orientation{display:inline;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.b7q3upx.vertical-orientation.simple{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
@@ -9,6 +9,7 @@ var classes = {
9
9
  verticalOrientation: 'vertical-orientation',
10
10
  hasIndicator: 'item-has-indicator',
11
11
  activeItem: 'item-active',
12
+ indentDivider: 'indent-divider',
12
13
  transparentDivider: 'transparent-divider'
13
14
  };
14
15
  var tokens = {
@@ -1 +1 @@
1
- {"version":3,"file":"Steps.tokens.js","sources":["../../../src/components/Steps/Steps.tokens.ts"],"sourcesContent":["export const classes = {\n simple: 'simple',\n centered: 'item-centered',\n active: 'item-active',\n inactive: 'item-inactive',\n clickable: 'item-clickable',\n hovered: 'item-hovered',\n disabled: 'item-disabled',\n verticalOrientation: 'vertical-orientation',\n hasIndicator: 'item-has-indicator',\n activeItem: 'item-active',\n transparentDivider: 'transparent-divider',\n};\n\nexport const tokens = {\n indicatorSize: '--plasma-step-item-indicator-size',\n activeIndicatorSize: '--plasma-step-item-active-indicator-size',\n bulletSize: '--plasma-step-item-bullet-size',\n activeBulletSize: '--plasma-step-item-active-bullet-size',\n\n titlePaddingTop: '--plasma-step-item-title-padding-top',\n contentPaddingTop: '--plasma-step-item-content-padding-top',\n contentPaddingRight: '--plasma-step-item-content-padding-right',\n contentSidePadding: '--plasma-step-item-content-side-padding',\n contentVerticalPadding: '--plasma-step-item-content-vertical-padding',\n verticalContentPaddingLeft: '--plasma-step-item-vertical-content-padding-left',\n\n smallIndicatorIndentHeight: '--plasma-step-item-s-indicator-intent-height',\n largeIndicatorIndentHeight: '--plasma-step-item-l-indicator-intent-height',\n smallBulletIndentHeight: '--plasma-step-item-s-bullet-intent-height',\n largeBulletIndentHeight: '--plasma-step-item-l-bullet-intent-height',\n\n titleFontFamily: '--plasma-step-item-title-font-family',\n titleFontSize: '--plasma-step-item-title-font-size',\n titleFontStyle: '--plasma-step-item-title-font-style',\n titleFontWeight: '--plasma-step-item-title-font-weight',\n titleLetterSpacing: '--plasma-step-item-title-letter-spacing',\n titleLineHeight: '--plasma-step-item-title-line-height',\n\n contentFontFamily: '--plasma-step-item-content-font-family',\n contentFontSize: '--plasma-step-item-content-font-size',\n contentFontStyle: '--plasma-step-item-content-font-style',\n contentFontWeight: '--plasma-step-item-content-font-weight',\n contentLetterSpacing: '--plasma-step-item-content-letter-spacing',\n contentLineHeight: '--plasma-step-item-content-line-height',\n\n indicatorFontFamily: '--plasma-step-item-indicator-font-family',\n indicatorFontSize: '--plasma-step-item-indicator-font-size',\n indicatorFontStyle: '--plasma-step-item-indicator-font-style',\n indicatorFontWeight: '--plasma-step-item-indicator-font-weight',\n indicatorLetterSpacing: '--plasma-step-item-indicator-letter-spacing',\n indicatorLineHeight: '--plasma-step-item-indicator-line-height',\n\n activeIndicatorFontFamily: '--plasma-step-item-active-indicator-font-family',\n activeIndicatorFontSize: '--plasma-step-item-active-indicator-font-size',\n activeIndicatorFontStyle: '--plasma-step-item-active-indicator-font-style',\n activeIndicatorFontWeight: '--plasma-step-item-active-indicator-font-weight',\n activeIndicatorLetterSpacing: '--plasma-step-item-active-indicator-letter-spacing',\n activeIndicatorLineHeight: '--plasma-step-item-active-indicator-line-height',\n\n activeTitleColor: '--plasma-step-item-active-title-color',\n activeTitleColorHover: '--plasma-step-item-active-title-color-hover',\n inactiveTitleColor: '--plasma-step-item-inactive-title-color',\n inactiveTitleColorHover: '--plasma-step-item-inactive-title-color-hover',\n\n contentColor: '--plasma-step-item-content-color',\n\n activeIndicatorBorder: '--plasma-step-item-active-indicator-border',\n activeIndicatorBorderHover: '--plasma-step-item-active-indicator-border-hover',\n\n activeIndicatorColor: '--plasma-step-item-active-indicator-color',\n activeIndicatorColorHover: '--plasma-step-item-active-indicator-color-hover',\n activeIndicatorBackground: '--plasma-step-item-active-indicator-background',\n\n completedIndicatorColor: '--plasma-step-item-completed-indicator-color',\n completedIndicatorColorHover: '--plasma-step-item-completed-indicator-color-hover',\n completedIndicatorBackground: '--plasma-step-item-completed-indicator-background',\n completedIndicatorBackgroundHover: '--plasma-step-item-completed-indicator-background-hover',\n\n inactiveIndicatorColor: '--plasma-step-item-inactive-indicator-color',\n inactiveIndicatorColorHover: '--plasma-step-item-inactive-indicator-color-hover',\n inactiveIndicatorBackground: '--plasma-step-item-inactive-indicator-background',\n inactiveIndicatorBackgroundHover: '--plasma-step-item-inactive-indicator-background-hover',\n\n disabledOpacity: '--plasma-step-item-disabled-opacity',\n\n dividerThickness: '--plasma-step-item-divider-thickness',\n};\n"],"names":["classes","simple","centered","active","inactive","clickable","hovered","disabled","verticalOrientation","hasIndicator","activeItem","transparentDivider","tokens","indicatorSize","activeIndicatorSize","bulletSize","activeBulletSize","titlePaddingTop","contentPaddingTop","contentPaddingRight","contentSidePadding","contentVerticalPadding","verticalContentPaddingLeft","smallIndicatorIndentHeight","largeIndicatorIndentHeight","smallBulletIndentHeight","largeBulletIndentHeight","titleFontFamily","titleFontSize","titleFontStyle","titleFontWeight","titleLetterSpacing","titleLineHeight","contentFontFamily","contentFontSize","contentFontStyle","contentFontWeight","contentLetterSpacing","contentLineHeight","indicatorFontFamily","indicatorFontSize","indicatorFontStyle","indicatorFontWeight","indicatorLetterSpacing","indicatorLineHeight","activeIndicatorFontFamily","activeIndicatorFontSize","activeIndicatorFontStyle","activeIndicatorFontWeight","activeIndicatorLetterSpacing","activeIndicatorLineHeight","activeTitleColor","activeTitleColorHover","inactiveTitleColor","inactiveTitleColorHover","contentColor","activeIndicatorBorder","activeIndicatorBorderHover","activeIndicatorColor","activeIndicatorColorHover","activeIndicatorBackground","completedIndicatorColor","completedIndicatorColorHover","completedIndicatorBackground","completedIndicatorBackgroundHover","inactiveIndicatorColor","inactiveIndicatorColorHover","inactiveIndicatorBackground","inactiveIndicatorBackgroundHover","disabledOpacity","dividerThickness"],"mappings":"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"}
1
+ {"version":3,"file":"Steps.tokens.js","sources":["../../../src/components/Steps/Steps.tokens.ts"],"sourcesContent":["export const classes = {\n simple: 'simple',\n centered: 'item-centered',\n active: 'item-active',\n inactive: 'item-inactive',\n clickable: 'item-clickable',\n hovered: 'item-hovered',\n disabled: 'item-disabled',\n verticalOrientation: 'vertical-orientation',\n hasIndicator: 'item-has-indicator',\n activeItem: 'item-active',\n indentDivider: 'indent-divider',\n transparentDivider: 'transparent-divider',\n};\n\nexport const tokens = {\n indicatorSize: '--plasma-step-item-indicator-size',\n activeIndicatorSize: '--plasma-step-item-active-indicator-size',\n bulletSize: '--plasma-step-item-bullet-size',\n activeBulletSize: '--plasma-step-item-active-bullet-size',\n\n titlePaddingTop: '--plasma-step-item-title-padding-top',\n contentPaddingTop: '--plasma-step-item-content-padding-top',\n contentPaddingRight: '--plasma-step-item-content-padding-right',\n contentSidePadding: '--plasma-step-item-content-side-padding',\n contentVerticalPadding: '--plasma-step-item-content-vertical-padding',\n verticalContentPaddingLeft: '--plasma-step-item-vertical-content-padding-left',\n\n smallIndicatorIndentHeight: '--plasma-step-item-s-indicator-intent-height',\n largeIndicatorIndentHeight: '--plasma-step-item-l-indicator-intent-height',\n smallBulletIndentHeight: '--plasma-step-item-s-bullet-intent-height',\n largeBulletIndentHeight: '--plasma-step-item-l-bullet-intent-height',\n\n titleFontFamily: '--plasma-step-item-title-font-family',\n titleFontSize: '--plasma-step-item-title-font-size',\n titleFontStyle: '--plasma-step-item-title-font-style',\n titleFontWeight: '--plasma-step-item-title-font-weight',\n titleLetterSpacing: '--plasma-step-item-title-letter-spacing',\n titleLineHeight: '--plasma-step-item-title-line-height',\n\n contentFontFamily: '--plasma-step-item-content-font-family',\n contentFontSize: '--plasma-step-item-content-font-size',\n contentFontStyle: '--plasma-step-item-content-font-style',\n contentFontWeight: '--plasma-step-item-content-font-weight',\n contentLetterSpacing: '--plasma-step-item-content-letter-spacing',\n contentLineHeight: '--plasma-step-item-content-line-height',\n\n indicatorFontFamily: '--plasma-step-item-indicator-font-family',\n indicatorFontSize: '--plasma-step-item-indicator-font-size',\n indicatorFontStyle: '--plasma-step-item-indicator-font-style',\n indicatorFontWeight: '--plasma-step-item-indicator-font-weight',\n indicatorLetterSpacing: '--plasma-step-item-indicator-letter-spacing',\n indicatorLineHeight: '--plasma-step-item-indicator-line-height',\n\n activeIndicatorFontFamily: '--plasma-step-item-active-indicator-font-family',\n activeIndicatorFontSize: '--plasma-step-item-active-indicator-font-size',\n activeIndicatorFontStyle: '--plasma-step-item-active-indicator-font-style',\n activeIndicatorFontWeight: '--plasma-step-item-active-indicator-font-weight',\n activeIndicatorLetterSpacing: '--plasma-step-item-active-indicator-letter-spacing',\n activeIndicatorLineHeight: '--plasma-step-item-active-indicator-line-height',\n\n activeTitleColor: '--plasma-step-item-active-title-color',\n activeTitleColorHover: '--plasma-step-item-active-title-color-hover',\n inactiveTitleColor: '--plasma-step-item-inactive-title-color',\n inactiveTitleColorHover: '--plasma-step-item-inactive-title-color-hover',\n\n contentColor: '--plasma-step-item-content-color',\n\n activeIndicatorBorder: '--plasma-step-item-active-indicator-border',\n activeIndicatorBorderHover: '--plasma-step-item-active-indicator-border-hover',\n\n activeIndicatorColor: '--plasma-step-item-active-indicator-color',\n activeIndicatorColorHover: '--plasma-step-item-active-indicator-color-hover',\n activeIndicatorBackground: '--plasma-step-item-active-indicator-background',\n\n completedIndicatorColor: '--plasma-step-item-completed-indicator-color',\n completedIndicatorColorHover: '--plasma-step-item-completed-indicator-color-hover',\n completedIndicatorBackground: '--plasma-step-item-completed-indicator-background',\n completedIndicatorBackgroundHover: '--plasma-step-item-completed-indicator-background-hover',\n\n inactiveIndicatorColor: '--plasma-step-item-inactive-indicator-color',\n inactiveIndicatorColorHover: '--plasma-step-item-inactive-indicator-color-hover',\n inactiveIndicatorBackground: '--plasma-step-item-inactive-indicator-background',\n inactiveIndicatorBackgroundHover: '--plasma-step-item-inactive-indicator-background-hover',\n\n disabledOpacity: '--plasma-step-item-disabled-opacity',\n\n dividerThickness: '--plasma-step-item-divider-thickness',\n};\n"],"names":["classes","simple","centered","active","inactive","clickable","hovered","disabled","verticalOrientation","hasIndicator","activeItem","indentDivider","transparentDivider","tokens","indicatorSize","activeIndicatorSize","bulletSize","activeBulletSize","titlePaddingTop","contentPaddingTop","contentPaddingRight","contentSidePadding","contentVerticalPadding","verticalContentPaddingLeft","smallIndicatorIndentHeight","largeIndicatorIndentHeight","smallBulletIndentHeight","largeBulletIndentHeight","titleFontFamily","titleFontSize","titleFontStyle","titleFontWeight","titleLetterSpacing","titleLineHeight","contentFontFamily","contentFontSize","contentFontStyle","contentFontWeight","contentLetterSpacing","contentLineHeight","indicatorFontFamily","indicatorFontSize","indicatorFontStyle","indicatorFontWeight","indicatorLetterSpacing","indicatorLineHeight","activeIndicatorFontFamily","activeIndicatorFontSize","activeIndicatorFontStyle","activeIndicatorFontWeight","activeIndicatorLetterSpacing","activeIndicatorLineHeight","activeTitleColor","activeTitleColorHover","inactiveTitleColor","inactiveTitleColorHover","contentColor","activeIndicatorBorder","activeIndicatorBorderHover","activeIndicatorColor","activeIndicatorColorHover","activeIndicatorBackground","completedIndicatorColor","completedIndicatorColorHover","completedIndicatorBackground","completedIndicatorBackgroundHover","inactiveIndicatorColor","inactiveIndicatorColorHover","inactiveIndicatorBackground","inactiveIndicatorBackgroundHover","disabledOpacity","dividerThickness"],"mappings":"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"}
@@ -5,12 +5,12 @@
5
5
  .Spinner_styles_13q7ndk_b1hp2dsz__af962114{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;box-sizing:border-box;}
6
6
  .Spinner_styles_13q7ndk_s122r4cn__af962114{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:var(--s122r4cn-0);height:var(--s122r4cn-1);-webkit-animation:Spinner_styles_13q7ndk_rotateS122r4cn__af962114 1s linear infinite;animation:Spinner_styles_13q7ndk_rotateS122r4cn__af962114 1s linear infinite;}@-webkit-keyframes Spinner_styles_13q7ndk_rotateS122r4cn__af962114{from{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes Spinner_styles_13q7ndk_rotateS122r4cn__af962114{from{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}
7
7
 
8
- .StepItem_styles_urheiv_snf9dn9__f60aa364{--plasma-spinner-size:var(--snf9dn9-0);--plasma-spinner-color:var(--plasma-step-item-active-indicator-color);}
9
- .StepItem_styles_urheiv_sv5tpso__f60aa364{padding-top:var(--plasma-step-item-title-padding-top);padding-right:var(--plasma-step-item-content-side-padding);font-family:var(--plasma-step-item-title-font-family);font-size:var(--plasma-step-item-title-font-size);font-style:var(--plasma-step-item-title-font-style);font-weight:var(--plasma-step-item-title-font-weight);-webkit-letter-spacing:var(--plasma-step-item-title-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-title-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-title-letter-spacing);letter-spacing:var(--plasma-step-item-title-letter-spacing);line-height:var(--plasma-step-item-title-line-height);word-break:break-word;}
10
- .StepItem_styles_urheiv_s529fhk__f60aa364{padding-top:var(--plasma-step-item-content-padding-top);padding-right:var(--plasma-step-item-content-side-padding);font-family:var(--plasma-step-item-content-font-family);font-size:var(--plasma-step-item-content-font-size);font-style:var(--plasma-step-item-content-font-style);font-weight:var(--plasma-step-item-content-font-weight);-webkit-letter-spacing:var(--plasma-step-item-content-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-content-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-content-letter-spacing);letter-spacing:var(--plasma-step-item-content-letter-spacing);line-height:var(--plasma-step-item-content-line-height);word-break:break-word;color:var(--plasma-step-item-content-color);}
11
- .StepItem_styles_urheiv_b1kcj14__f60aa364{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.StepItem_styles_urheiv_b1kcj14__f60aa364:not(simple){-webkit-flex:0;-ms-flex:0;flex:0;}.StepItem_styles_urheiv_b1kcj14__f60aa364:not(simple).StepItem_styles_urheiv_itemHasIndicator__f60aa364{width:100%;min-height:var(--plasma-step-item-active-indicator-size);}.StepItem_styles_urheiv_b1kcj14__f60aa364:not(simple):not(.StepItem_styles_urheiv_itemHasIndicator__f60aa364){width:100%;min-height:var(--plasma-step-item-active-bullet-size);}.StepItem_styles_urheiv_b1kcj14__f60aa364:not(simple).StepItem_styles_urheiv_verticalOrientation__f60aa364{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:var(--plasma-step-item-vertical-content-padding-left);}.StepItem_styles_urheiv_b1kcj14__f60aa364:not(simple).StepItem_styles_urheiv_verticalOrientation__f60aa364.StepItem_styles_urheiv_itemHasIndicator__f60aa364{min-width:var(--plasma-step-item-active-indicator-size);min-height:100%;}.StepItem_styles_urheiv_b1kcj14__f60aa364:not(simple).StepItem_styles_urheiv_verticalOrientation__f60aa364:not(.StepItem_styles_urheiv_itemHasIndicator__f60aa364){min-width:var(--plasma-step-item-active-bullet-size);min-height:100%;}.StepItem_styles_urheiv_b1kcj14__f60aa364.StepItem_styles_urheiv_verticalOrientation__f60aa364{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.StepItem_styles_urheiv_b1kcj14__f60aa364.StepItem_styles_urheiv_itemCentered__f60aa364{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
12
- .StepItem_styles_urheiv_b9hdug__f60aa364{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:var(--plasma-step-item-indicator-size);height:var(--plasma-step-item-indicator-size);border-radius:50%;box-sizing:border-box;position:relative;color:var(--plasma-step-item-completed-indicator-color);background-color:var(--plasma-step-item-completed-indicator-background);font-family:var(--plasma-step-item-indicator-font-family);font-size:var(--plasma-step-item-indicator-font-size);font-style:var(--plasma-step-item-indicator-font-style);font-weight:var(--plasma-step-item-indicator-font-weight);-webkit-letter-spacing:var(--plasma-step-item-indicator-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-indicator-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-indicator-letter-spacing);letter-spacing:var(--plasma-step-item-indicator-letter-spacing);line-height:var(--plasma-step-item-indicator-line-height);}.StepItem_styles_urheiv_b9hdug__f60aa364.StepItem_styles_urheiv_itemActive__f60aa364{width:var(--plasma-step-item-active-indicator-size);height:var(--plasma-step-item-active-indicator-size);border:var(--plasma-step-item-divider-thickness) var(--plasma-step-item-active-indicator-border);font-family:var(--plasma-step-item-active-indicator-font-family);font-size:var(--plasma-step-item-active-indicator-font-size);font-style:var(--plasma-step-item-active-indicator-font-style);font-weight:var(--plasma-step-item-active-indicator-font-weight);-webkit-letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);line-height:var(--plasma-step-item-active-indicator-line-height);color:var(--plasma-step-item-active-indicator-color);background:var(--plasma-step-item-active-indicator-background);}.StepItem_styles_urheiv_b9hdug__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364{color:var(--plasma-step-item-inactive-indicator-color);background:var(--plasma-step-item-inactive-indicator-background);}.StepItem_styles_urheiv_b9hdug__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364:before,.StepItem_styles_urheiv_b9hdug__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364:after{background:var(--plasma-step-item-inactive-indicator-background);}
13
- .StepItem_styles_urheiv_b1eo1o32__f60aa364.StepItem_styles_urheiv_b9hdug__f60aa364{width:var(--plasma-step-item-bullet-size);height:var(--plasma-step-item-bullet-size);}.StepItem_styles_urheiv_b1eo1o32__f60aa364.StepItem_styles_urheiv_b9hdug__f60aa364.StepItem_styles_urheiv_itemActive__f60aa364{width:var(--plasma-step-item-active-bullet-size);height:var(--plasma-step-item-active-bullet-size);border:var(--plasma-step-item-divider-thickness) var(--plasma-step-item-active-indicator-border);background-color:var(--plasma-step-item-active-indicator-background);}
14
- .StepItem_styles_urheiv_sxskc3q__f60aa364{width:100%;height:var(--plasma-step-item-divider-thickness);-webkit-flex:1;-ms-flex:1;flex:1;background-color:var(--plasma-step-item-active-indicator-color);}.StepItem_styles_urheiv_sxskc3q__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364{background-color:var(--plasma-step-item-inactive-indicator-background);}.StepItem_styles_urheiv_sxskc3q__f60aa364.StepItem_styles_urheiv_transparentDivider__f60aa364{background-color:transparent;}
15
- .StepItem_styles_urheiv_s4zgmmr__f60aa364.StepItem_styles_urheiv_verticalOrientation__f60aa364 .StepItem_styles_urheiv_sv5tpso__f60aa364{padding-top:var(--plasma-step-item-content-vertical-padding);padding-right:0;}.StepItem_styles_urheiv_s4zgmmr__f60aa364.StepItem_styles_urheiv_verticalOrientation__f60aa364 .StepItem_styles_urheiv_s529fhk__f60aa364{padding-top:var(--plasma-step-item-content-vertical-padding);padding-bottom:var(--plasma-step-item-content-vertical-padding);padding-right:0;}
16
- .StepItem_styles_urheiv_s12pqpa3__f60aa364{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_verticalOrientation__f60aa364{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_verticalOrientation__f60aa364 .StepItem_styles_urheiv_sxskc3q__f60aa364{width:var(--plasma-step-item-divider-thickness);height:100%;}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemActive__f60aa364 .StepItem_styles_urheiv_sv5tpso__f60aa364{color:var(--plasma-step-item-active-title-color);}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364 .StepItem_styles_urheiv_sv5tpso__f60aa364{color:var(--plasma-step-item-inactive-title-color);}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemHovered__f60aa364:not(item-active) .StepItem_styles_urheiv_sv5tpso__f60aa364{cursor:pointer;color:var(--plasma-step-item-active-title-color-hover);}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemHovered__f60aa364:not(item-active) .StepItem_styles_urheiv_b9hdug__f60aa364,.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemHovered__f60aa364:not(item-active) .StepItem_styles_urheiv_b1eo1o32__f60aa364{color:var(--plasma-step-item-completed-indicator-color-hover);background:var(--plasma-step-item-completed-indicator-background-hover);}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemHovered__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364 .StepItem_styles_urheiv_sv5tpso__f60aa364{color:var(--plasma-step-item-inactive-title-color-hover);}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemHovered__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364 .StepItem_styles_urheiv_b9hdug__f60aa364,.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemHovered__f60aa364.StepItem_styles_urheiv_itemInactive__f60aa364 .StepItem_styles_urheiv_b1eo1o32__f60aa364{color:var(--plasma-step-item-inactive-indicator-color-hover);background:var(--plasma-step-item-inactive-indicator-background-hover);}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemHovered__f60aa364 .StepItem_styles_urheiv_b1kcj14__f60aa364{cursor:pointer;}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemCentered__f60aa364{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemCentered__f60aa364 .StepItem_styles_urheiv_s4zgmmr__f60aa364{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:calc(var(--plasma-step-item-content-side-padding) / 2);padding-right:calc(var(--plasma-step-item-content-side-padding) / 2);}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemCentered__f60aa364 .StepItem_styles_urheiv_s4zgmmr__f60aa364 .StepItem_styles_urheiv_sv5tpso__f60aa364{width:100%;}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemCentered__f60aa364 .StepItem_styles_urheiv_s4zgmmr__f60aa364 .StepItem_styles_urheiv_sv5tpso__f60aa364,.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemCentered__f60aa364 .StepItem_styles_urheiv_s4zgmmr__f60aa364 .StepItem_styles_urheiv_s529fhk__f60aa364{padding-right:0;text-align:center;}.StepItem_styles_urheiv_s12pqpa3__f60aa364.StepItem_styles_urheiv_itemDisabled__f60aa364{opacity:var(--plasma-step-item-disabled-opacity);}
8
+ .StepItem_styles_1y1xj5d_snf9dn9__5c4153e3{--plasma-spinner-size:var(--snf9dn9-0);--plasma-spinner-color:var(--plasma-step-item-active-indicator-color);}
9
+ .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3{padding-top:var(--plasma-step-item-title-padding-top);padding-right:var(--plasma-step-item-content-side-padding);font-family:var(--plasma-step-item-title-font-family);font-size:var(--plasma-step-item-title-font-size);font-style:var(--plasma-step-item-title-font-style);font-weight:var(--plasma-step-item-title-font-weight);-webkit-letter-spacing:var(--plasma-step-item-title-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-title-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-title-letter-spacing);letter-spacing:var(--plasma-step-item-title-letter-spacing);line-height:var(--plasma-step-item-title-line-height);word-break:break-word;}
10
+ .StepItem_styles_1y1xj5d_s529fhk__5c4153e3{padding-top:var(--plasma-step-item-content-padding-top);padding-right:var(--plasma-step-item-content-side-padding);font-family:var(--plasma-step-item-content-font-family);font-size:var(--plasma-step-item-content-font-size);font-style:var(--plasma-step-item-content-font-style);font-weight:var(--plasma-step-item-content-font-weight);-webkit-letter-spacing:var(--plasma-step-item-content-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-content-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-content-letter-spacing);letter-spacing:var(--plasma-step-item-content-letter-spacing);line-height:var(--plasma-step-item-content-line-height);word-break:break-word;color:var(--plasma-step-item-content-color);}
11
+ .StepItem_styles_1y1xj5d_b1kcj14__5c4153e3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3:not(.StepItem_styles_1y1xj5d_simple__5c4153e3){-webkit-flex:0;-ms-flex:0;flex:0;}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3:not(.StepItem_styles_1y1xj5d_simple__5c4153e3).StepItem_styles_1y1xj5d_itemHasIndicator__5c4153e3{width:100%;min-height:var(--plasma-step-item-active-indicator-size);}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3:not(.StepItem_styles_1y1xj5d_simple__5c4153e3):not(.StepItem_styles_1y1xj5d_itemHasIndicator__5c4153e3){width:100%;min-height:var(--plasma-step-item-active-bullet-size);}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3:not(.StepItem_styles_1y1xj5d_simple__5c4153e3).StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3{padding-right:var(--plasma-step-item-vertical-content-padding-left);}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:100%;}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3.StepItem_styles_1y1xj5d_itemHasIndicator__5c4153e3{min-width:var(--plasma-step-item-active-indicator-size);}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3:not(.StepItem_styles_1y1xj5d_itemHasIndicator__5c4153e3){min-width:var(--plasma-step-item-active-bullet-size);}.StepItem_styles_1y1xj5d_b1kcj14__5c4153e3.StepItem_styles_1y1xj5d_itemCentered__5c4153e3{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
12
+ .StepItem_styles_1y1xj5d_b9hdug__5c4153e3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:var(--plasma-step-item-indicator-size);height:var(--plasma-step-item-indicator-size);border-radius:50%;box-sizing:border-box;position:relative;color:var(--plasma-step-item-completed-indicator-color);background-color:var(--plasma-step-item-completed-indicator-background);font-family:var(--plasma-step-item-indicator-font-family);font-size:var(--plasma-step-item-indicator-font-size);font-style:var(--plasma-step-item-indicator-font-style);font-weight:var(--plasma-step-item-indicator-font-weight);-webkit-letter-spacing:var(--plasma-step-item-indicator-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-indicator-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-indicator-letter-spacing);letter-spacing:var(--plasma-step-item-indicator-letter-spacing);line-height:var(--plasma-step-item-indicator-line-height);}.StepItem_styles_1y1xj5d_b9hdug__5c4153e3.StepItem_styles_1y1xj5d_itemActive__5c4153e3{width:var(--plasma-step-item-active-indicator-size);height:var(--plasma-step-item-active-indicator-size);border:var(--plasma-step-item-divider-thickness) var(--plasma-step-item-active-indicator-border);font-family:var(--plasma-step-item-active-indicator-font-family);font-size:var(--plasma-step-item-active-indicator-font-size);font-style:var(--plasma-step-item-active-indicator-font-style);font-weight:var(--plasma-step-item-active-indicator-font-weight);-webkit-letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);-moz-letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);-ms-letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);letter-spacing:var(--plasma-step-item-active-indicator-letter-spacing);line-height:var(--plasma-step-item-active-indicator-line-height);color:var(--plasma-step-item-active-indicator-color);background:var(--plasma-step-item-active-indicator-background);}.StepItem_styles_1y1xj5d_b9hdug__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3{color:var(--plasma-step-item-inactive-indicator-color);background:var(--plasma-step-item-inactive-indicator-background);}.StepItem_styles_1y1xj5d_b9hdug__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3:before,.StepItem_styles_1y1xj5d_b9hdug__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3:after{background:var(--plasma-step-item-inactive-indicator-background);}
13
+ .StepItem_styles_1y1xj5d_b1eo1o32__5c4153e3.StepItem_styles_1y1xj5d_b9hdug__5c4153e3{width:var(--plasma-step-item-bullet-size);height:var(--plasma-step-item-bullet-size);}.StepItem_styles_1y1xj5d_b1eo1o32__5c4153e3.StepItem_styles_1y1xj5d_b9hdug__5c4153e3.StepItem_styles_1y1xj5d_itemActive__5c4153e3{width:var(--plasma-step-item-active-bullet-size);height:var(--plasma-step-item-active-bullet-size);border:var(--plasma-step-item-divider-thickness) var(--plasma-step-item-active-indicator-border);background-color:var(--plasma-step-item-active-indicator-background);}
14
+ .StepItem_styles_1y1xj5d_sxskc3q__5c4153e3{width:100%;height:var(--plasma-step-item-divider-thickness);-webkit-flex:1;-ms-flex:1;flex:1;background-color:var(--plasma-step-item-active-indicator-color);}.StepItem_styles_1y1xj5d_sxskc3q__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3{background-color:var(--plasma-step-item-inactive-indicator-background);}.StepItem_styles_1y1xj5d_sxskc3q__5c4153e3.StepItem_styles_1y1xj5d_transparentDivider__5c4153e3{background-color:transparent;}.StepItem_styles_1y1xj5d_sxskc3q__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3{width:var(--plasma-step-item-divider-thickness);height:100%;}.StepItem_styles_1y1xj5d_sxskc3q__5c4153e3.StepItem_styles_1y1xj5d_indentDivider__5c4153e3{height:var(--sxskc3q-0);min-height:var(--sxskc3q-0);max-height:var(--sxskc3q-0);}.StepItem_styles_1y1xj5d_sxskc3q__5c4153e3.StepItem_styles_1y1xj5d_indentDivider__5c4153e3.StepItem_styles_1y1xj5d_simple__5c4153e3{height:auto;max-height:none;}
15
+ .StepItem_styles_1y1xj5d_s4zgmmr__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3 .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3{padding-top:var(--plasma-step-item-content-vertical-padding);padding-right:0;}.StepItem_styles_1y1xj5d_s4zgmmr__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3 .StepItem_styles_1y1xj5d_s529fhk__5c4153e3{padding-top:var(--plasma-step-item-content-vertical-padding);padding-bottom:var(--plasma-step-item-content-vertical-padding);padding-right:0;}
16
+ .StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_verticalOrientation__5c4153e3 .StepItem_styles_1y1xj5d_sxskc3q__5c4153e3{width:var(--plasma-step-item-divider-thickness);height:100%;}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemActive__5c4153e3 .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3{color:var(--plasma-step-item-active-title-color);}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3 .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3{color:var(--plasma-step-item-inactive-title-color);}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemHovered__5c4153e3:not(.StepItem_styles_1y1xj5d_itemActive__5c4153e3) .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3{cursor:pointer;color:var(--plasma-step-item-active-title-color-hover);}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemHovered__5c4153e3:not(.StepItem_styles_1y1xj5d_itemActive__5c4153e3) .StepItem_styles_1y1xj5d_b9hdug__5c4153e3,.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemHovered__5c4153e3:not(.StepItem_styles_1y1xj5d_itemActive__5c4153e3) .StepItem_styles_1y1xj5d_b1eo1o32__5c4153e3{color:var(--plasma-step-item-completed-indicator-color-hover);background:var(--plasma-step-item-completed-indicator-background-hover);}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemHovered__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3 .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3{color:var(--plasma-step-item-inactive-title-color-hover);}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemHovered__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3 .StepItem_styles_1y1xj5d_b9hdug__5c4153e3,.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemHovered__5c4153e3.StepItem_styles_1y1xj5d_itemInactive__5c4153e3 .StepItem_styles_1y1xj5d_b1eo1o32__5c4153e3{color:var(--plasma-step-item-inactive-indicator-color-hover);background:var(--plasma-step-item-inactive-indicator-background-hover);}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemHovered__5c4153e3 .StepItem_styles_1y1xj5d_b1kcj14__5c4153e3{cursor:pointer;}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemCentered__5c4153e3{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemCentered__5c4153e3 .StepItem_styles_1y1xj5d_s4zgmmr__5c4153e3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:calc(var(--plasma-step-item-content-side-padding) / 2);padding-right:calc(var(--plasma-step-item-content-side-padding) / 2);}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemCentered__5c4153e3 .StepItem_styles_1y1xj5d_s4zgmmr__5c4153e3 .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3{width:100%;}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemCentered__5c4153e3 .StepItem_styles_1y1xj5d_s4zgmmr__5c4153e3 .StepItem_styles_1y1xj5d_sv5tpso__5c4153e3,.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemCentered__5c4153e3 .StepItem_styles_1y1xj5d_s4zgmmr__5c4153e3 .StepItem_styles_1y1xj5d_s529fhk__5c4153e3{padding-right:0;text-align:center;}.StepItem_styles_1y1xj5d_s12pqpa3__5c4153e3.StepItem_styles_1y1xj5d_itemDisabled__5c4153e3{opacity:var(--plasma-step-item-disabled-opacity);}
@@ -4,6 +4,7 @@ import cls from 'classnames';
4
4
  import { classes, tokens } from '../../Steps.tokens.js';
5
5
  import { StepItemStyled, BulletIndicatorWrapper, StepItemDivider, SpinnerStyled, StepItemContentWrapper, StepItemTitle, StepItemContent, BulletIndicator, Bullet } from './StepItem.styles.js';
6
6
 
7
+ // todo попробовать заменить через baseline выравнивание
7
8
  var indicatorSizesIndentsMap = {
8
9
  8: /*#__PURE__*/"var(".concat(tokens.smallBulletIndentHeight, ")"),
9
10
  16: /*#__PURE__*/"var(".concat(tokens.largeBulletIndentHeight, ")"),
@@ -53,7 +54,7 @@ var StepItem = function StepItem(_ref) {
53
54
  } else {
54
55
  resultIndicatorSize = isActive ? 16 : 8;
55
56
  }
56
- var sizeToken = indicatorSizesIndentsMap[resultIndicatorSize];
57
+ var indentToken = indicatorSizesIndentsMap[resultIndicatorSize];
57
58
  var onMouseOver = clickable && !isDisabled ? function () {
58
59
  if (isDisabled) {
59
60
  setIsHovered(false);
@@ -80,14 +81,10 @@ var StepItem = function StepItem(_ref) {
80
81
  }, contentAlign === 'center' && !isSimple && /*#__PURE__*/React.createElement(StepItemDivider, {
81
82
  className: cls(_defineProperty(_defineProperty(_defineProperty({}, classes.simple, isSimple), classes.transparentDivider, !hasLine || isFirst), classes.inactive, isInactive || isPrevInactive))
82
83
  }), isVertical && (isSimple ? !isFirst : true) && /*#__PURE__*/React.createElement(StepItemDivider, {
83
- className: cls(_defineProperty(_defineProperty(_defineProperty({}, classes.simple, isSimple), classes.transparentDivider, !hasLine || isFirst), classes.inactive, isInactive || isPrevInactive)),
84
- style: {
85
- height: isSimple ? 'none' : sizeToken,
86
- minHeight: sizeToken,
87
- maxHeight: isSimple ? 'none' : sizeToken
88
- }
84
+ className: cls(classes.indentDivider, _defineProperty(_defineProperty(_defineProperty({}, classes.simple, isSimple), classes.transparentDivider, !hasLine || isFirst), classes.inactive, isInactive || isPrevInactive)),
85
+ indentToken: indentToken
89
86
  }), hasLoader && /*#__PURE__*/React.createElement(SpinnerStyled, {
90
- size: hasIndicator ? "var(".concat(tokens.activeIndicatorSize, ")") : "var(".concat(tokens.activeBulletSize, ")")
87
+ hasIndicator: hasIndicator
91
88
  }), !hasLoader && /*#__PURE__*/React.createElement(BulletNode, {
92
89
  className: cls(_defineProperty(_defineProperty({}, classes.active, isActive), classes.inactive, isInactive))
93
90
  }, typeof indicator === 'function' && indicator({
@@ -105,7 +102,7 @@ var StepItem = function StepItem(_ref) {
105
102
  onMouseOver: onMouseOver,
106
103
  onMouseOut: onMouseOut
107
104
  }, title), content && /*#__PURE__*/React.createElement(StepItemContent, null, typeof content === 'function' && content(status, index, items), typeof content !== 'function' && content))), isSimple && !isLast && /*#__PURE__*/React.createElement(StepItemDivider, {
108
- className: cls(_defineProperty(_defineProperty(_defineProperty({}, classes.simple, isSimple), classes.transparentDivider, !hasLine), classes.inactive, isInactive || isNextInactive))
105
+ className: cls(classes.simple, _defineProperty(_defineProperty(_defineProperty({}, classes.verticalOrientation, isVertical), classes.transparentDivider, !hasLine), classes.inactive, isInactive || isNextInactive))
109
106
  }));
110
107
  };
111
108
 
@@ -1 +1 @@
1
- {"version":3,"file":"StepItem.js","sources":["../../../../../src/components/Steps/ui/StepItem/StepItem.tsx"],"sourcesContent":["import React, { useState, useEffect } from 'react';\nimport cls from 'classnames';\n\nimport { classes, tokens } from '../../Steps.tokens';\nimport { StepsContent, StepsContentAlign, StepsOrientation } from '../../Steps.types';\n\nimport type { StepItemProps } from './StepItem.types';\nimport {\n Bullet,\n BulletIndicator,\n BulletIndicatorWrapper,\n StepItemContent,\n StepItemContentWrapper,\n StepItemDivider,\n StepItemStyled,\n StepItemTitle,\n SpinnerStyled,\n} from './StepItem.styles';\n\nconst indicatorSizesIndentsMap = {\n 8: `var(${tokens.smallBulletIndentHeight})`,\n 16: `var(${tokens.largeBulletIndentHeight})`,\n 24: `var(${tokens.smallIndicatorIndentHeight})`,\n 36: `var(${tokens.largeIndicatorIndentHeight})`,\n} as const;\n\nexport const StepItem: React.FC<\n StepItemProps & {\n index: number;\n items: StepItemProps[];\n size: string;\n hasLine?: boolean;\n hasContent?: StepsContent;\n hasLoader?: boolean;\n isFirst?: boolean;\n isLast?: boolean;\n onClick?: (item: StepItemProps, index: number) => void;\n contentAlign?: StepsContentAlign;\n orientation?: StepsOrientation;\n }\n> = ({\n index,\n title,\n content,\n indicator,\n status = 'inactive',\n size,\n orientation,\n contentAlign,\n hasLine,\n hasLoader,\n onClick,\n items,\n}) => {\n const [isHovered, setIsHovered] = useState(false);\n\n const isFirst = index === 0;\n const isLast = index === items.length - 1;\n\n const prevItem = items[index - 1];\n const nextItem = items[index + 1];\n\n const isActive = status === 'active';\n const isInactive = status === 'inactive';\n const isPrevInactive = (prevItem && !prevItem?.status) || prevItem?.status === 'inactive';\n const isNextInactive = !nextItem?.status || nextItem?.status === 'inactive';\n\n const hasIndicator = indicator != null;\n\n const BulletNode = hasIndicator ? BulletIndicator : Bullet;\n\n const item = items[index];\n const isSimple = !title && !content;\n const clickable = Boolean(onClick);\n const isVertical = orientation === 'vertical';\n const isCentered = contentAlign === 'center';\n const isDisabled = item.disabled;\n\n const onClickHandler = onClick && !isDisabled ? () => onClick(item, index) : undefined;\n\n let resultIndicatorSize: keyof typeof indicatorSizesIndentsMap;\n if (hasIndicator) {\n resultIndicatorSize = isActive ? 36 : 24;\n } else {\n resultIndicatorSize = isActive ? 16 : 8;\n }\n\n const sizeToken = indicatorSizesIndentsMap[resultIndicatorSize];\n\n const onMouseOver =\n clickable && !isDisabled\n ? () => {\n if (isDisabled) {\n setIsHovered(false);\n }\n\n setIsHovered(true);\n }\n : undefined;\n\n const onMouseOut =\n clickable && !isDisabled\n ? () => {\n setIsHovered(false);\n }\n : undefined;\n\n useEffect(() => {\n if (isDisabled) {\n setIsHovered(false);\n }\n }, [isDisabled]);\n\n return (\n <>\n <StepItemStyled\n className={cls({\n [classes.simple]: isSimple,\n [classes.active]: isActive,\n [classes.hovered]: isHovered && !isActive,\n [classes.inactive]: isInactive,\n [classes.centered]: isCentered,\n [classes.disabled]: isDisabled,\n [classes.clickable]: clickable && !isActive,\n [classes.hasIndicator]: hasIndicator,\n [classes.verticalOrientation]: isVertical,\n })}\n >\n <BulletIndicatorWrapper\n className={cls({\n [classes.verticalOrientation]: isVertical,\n [classes.centered]: isCentered,\n [classes.simple]: isSimple,\n [classes.hasIndicator]: hasIndicator,\n })}\n onClick={onClickHandler}\n onFocus={onMouseOver}\n onBlur={onMouseOut}\n onMouseOver={onMouseOver}\n onMouseOut={onMouseOut}\n >\n {contentAlign === 'center' && !isSimple && (\n <StepItemDivider\n className={cls({\n [classes.simple]: isSimple,\n [classes.transparentDivider]: !hasLine || isFirst,\n [classes.inactive]: isInactive || isPrevInactive,\n })}\n />\n )}\n {isVertical && (isSimple ? !isFirst : true) && (\n <StepItemDivider\n className={cls({\n [classes.simple]: isSimple,\n [classes.transparentDivider]: !hasLine || isFirst,\n [classes.inactive]: isInactive || isPrevInactive,\n })}\n style={{\n height: isSimple ? 'none' : sizeToken,\n minHeight: sizeToken,\n maxHeight: isSimple ? 'none' : sizeToken,\n }}\n />\n )}\n {hasLoader && (\n <SpinnerStyled\n size={\n hasIndicator ? `var(${tokens.activeIndicatorSize})` : `var(${tokens.activeBulletSize})`\n }\n />\n )}\n {!hasLoader && (\n <BulletNode\n className={cls({\n [classes.active]: isActive,\n [classes.inactive]: isInactive,\n })}\n >\n {typeof indicator === 'function' && indicator({ status, item, size })}\n {typeof indicator !== 'function' && indicator}\n </BulletNode>\n )}\n {!isSimple && (\n <StepItemDivider\n className={cls({\n [classes.simple]: isSimple,\n [classes.transparentDivider]: !hasLine || isLast,\n [classes.inactive]: isInactive || isNextInactive,\n })}\n />\n )}\n </BulletIndicatorWrapper>\n {!isSimple && (\n <StepItemContentWrapper\n className={cls({\n [classes.verticalOrientation]: isVertical,\n [classes.centered]: isCentered,\n [classes.active]: isActive,\n [classes.hasIndicator]: hasIndicator,\n })}\n >\n <StepItemTitle\n onClick={onClickHandler}\n onFocus={onMouseOver}\n onBlur={onMouseOut}\n onMouseOver={onMouseOver}\n onMouseOut={onMouseOut}\n >\n {title}\n </StepItemTitle>\n {content && (\n <StepItemContent>\n {typeof content === 'function' && content(status, index, items)}\n {typeof content !== 'function' && content}\n </StepItemContent>\n )}\n </StepItemContentWrapper>\n )}\n </StepItemStyled>\n {isSimple && !isLast && (\n <StepItemDivider\n className={cls({\n [classes.simple]: isSimple,\n [classes.transparentDivider]: !hasLine,\n [classes.inactive]: isInactive || isNextInactive,\n })}\n />\n )}\n </>\n );\n};\n"],"names":["indicatorSizesIndentsMap","concat","tokens","smallBulletIndentHeight","largeBulletIndentHeight","smallIndicatorIndentHeight","largeIndicatorIndentHeight","StepItem","_ref","index","title","content","indicator","_ref$status","status","size","orientation","contentAlign","hasLine","hasLoader","onClick","items","_useState","useState","_useState2","_slicedToArray","isHovered","setIsHovered","isFirst","isLast","length","prevItem","nextItem","isActive","isInactive","isPrevInactive","isNextInactive","hasIndicator","BulletNode","BulletIndicator","Bullet","item","isSimple","clickable","Boolean","isVertical","isCentered","isDisabled","disabled","onClickHandler","undefined","resultIndicatorSize","sizeToken","onMouseOver","onMouseOut","useEffect","React","createElement","Fragment","StepItemStyled","className","cls","_defineProperty","classes","simple","active","hovered","inactive","centered","verticalOrientation","BulletIndicatorWrapper","onFocus","onBlur","StepItemDivider","transparentDivider","style","height","minHeight","maxHeight","SpinnerStyled","activeIndicatorSize","activeBulletSize","StepItemContentWrapper","StepItemTitle","StepItemContent"],"mappings":"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"}
1
+ {"version":3,"file":"StepItem.js","sources":["../../../../../src/components/Steps/ui/StepItem/StepItem.tsx"],"sourcesContent":["import React, { useState, useEffect } from 'react';\nimport cls from 'classnames';\n\nimport { classes, tokens } from '../../Steps.tokens';\nimport { StepsContent, StepsContentAlign, StepsOrientation } from '../../Steps.types';\n\nimport type { StepItemProps } from './StepItem.types';\nimport {\n Bullet,\n BulletIndicator,\n BulletIndicatorWrapper,\n StepItemContent,\n StepItemContentWrapper,\n StepItemDivider,\n StepItemStyled,\n StepItemTitle,\n SpinnerStyled,\n} from './StepItem.styles';\n\n// todo попробовать заменить через baseline выравнивание\nconst indicatorSizesIndentsMap = {\n 8: `var(${tokens.smallBulletIndentHeight})`,\n 16: `var(${tokens.largeBulletIndentHeight})`,\n 24: `var(${tokens.smallIndicatorIndentHeight})`,\n 36: `var(${tokens.largeIndicatorIndentHeight})`,\n} as const;\n\nexport const StepItem: React.FC<\n StepItemProps & {\n index: number;\n items: StepItemProps[];\n size: string;\n hasLine?: boolean;\n hasContent?: StepsContent;\n hasLoader?: boolean;\n isFirst?: boolean;\n isLast?: boolean;\n onClick?: (item: StepItemProps, index: number) => void;\n contentAlign?: StepsContentAlign;\n orientation?: StepsOrientation;\n }\n> = ({\n index,\n title,\n content,\n indicator,\n status = 'inactive',\n size,\n orientation,\n contentAlign,\n hasLine,\n hasLoader,\n onClick,\n items,\n}) => {\n const [isHovered, setIsHovered] = useState(false);\n\n const isFirst = index === 0;\n const isLast = index === items.length - 1;\n\n const prevItem = items[index - 1];\n const nextItem = items[index + 1];\n\n const isActive = status === 'active';\n const isInactive = status === 'inactive';\n const isPrevInactive = (prevItem && !prevItem?.status) || prevItem?.status === 'inactive';\n const isNextInactive = !nextItem?.status || nextItem?.status === 'inactive';\n\n const hasIndicator = indicator != null;\n\n const BulletNode = hasIndicator ? BulletIndicator : Bullet;\n\n const item = items[index];\n const isSimple = !title && !content;\n const clickable = Boolean(onClick);\n const isVertical = orientation === 'vertical';\n const isCentered = contentAlign === 'center';\n const isDisabled = item.disabled;\n\n const onClickHandler = onClick && !isDisabled ? () => onClick(item, index) : undefined;\n\n let resultIndicatorSize: keyof typeof indicatorSizesIndentsMap;\n if (hasIndicator) {\n resultIndicatorSize = isActive ? 36 : 24;\n } else {\n resultIndicatorSize = isActive ? 16 : 8;\n }\n\n const indentToken = indicatorSizesIndentsMap[resultIndicatorSize];\n\n const onMouseOver =\n clickable && !isDisabled\n ? () => {\n if (isDisabled) {\n setIsHovered(false);\n }\n\n setIsHovered(true);\n }\n : undefined;\n\n const onMouseOut =\n clickable && !isDisabled\n ? () => {\n setIsHovered(false);\n }\n : undefined;\n\n useEffect(() => {\n if (isDisabled) {\n setIsHovered(false);\n }\n }, [isDisabled]);\n\n return (\n <>\n <StepItemStyled\n className={cls({\n [classes.simple]: isSimple,\n [classes.active]: isActive,\n [classes.hovered]: isHovered && !isActive,\n [classes.inactive]: isInactive,\n [classes.centered]: isCentered,\n [classes.disabled]: isDisabled,\n [classes.clickable]: clickable && !isActive,\n [classes.hasIndicator]: hasIndicator,\n [classes.verticalOrientation]: isVertical,\n })}\n >\n <BulletIndicatorWrapper\n className={cls({\n [classes.verticalOrientation]: isVertical,\n [classes.centered]: isCentered,\n [classes.simple]: isSimple,\n [classes.hasIndicator]: hasIndicator,\n })}\n onClick={onClickHandler}\n onFocus={onMouseOver}\n onBlur={onMouseOut}\n onMouseOver={onMouseOver}\n onMouseOut={onMouseOut}\n >\n {contentAlign === 'center' && !isSimple && (\n <StepItemDivider\n className={cls({\n [classes.simple]: isSimple,\n [classes.transparentDivider]: !hasLine || isFirst,\n [classes.inactive]: isInactive || isPrevInactive,\n })}\n />\n )}\n\n {isVertical && (isSimple ? !isFirst : true) && (\n <StepItemDivider\n className={cls(classes.indentDivider, {\n [classes.simple]: isSimple,\n [classes.transparentDivider]: !hasLine || isFirst,\n [classes.inactive]: isInactive || isPrevInactive,\n })}\n indentToken={indentToken}\n />\n )}\n\n {hasLoader && <SpinnerStyled hasIndicator={hasIndicator} />}\n\n {!hasLoader && (\n <BulletNode\n className={cls({\n [classes.active]: isActive,\n [classes.inactive]: isInactive,\n })}\n >\n {typeof indicator === 'function' && indicator({ status, item, size })}\n {typeof indicator !== 'function' && indicator}\n </BulletNode>\n )}\n\n {!isSimple && (\n <StepItemDivider\n className={cls({\n [classes.simple]: isSimple,\n [classes.transparentDivider]: !hasLine || isLast,\n [classes.inactive]: isInactive || isNextInactive,\n })}\n />\n )}\n </BulletIndicatorWrapper>\n\n {!isSimple && (\n <StepItemContentWrapper\n className={cls({\n [classes.verticalOrientation]: isVertical,\n [classes.centered]: isCentered,\n [classes.active]: isActive,\n [classes.hasIndicator]: hasIndicator,\n })}\n >\n <StepItemTitle\n onClick={onClickHandler}\n onFocus={onMouseOver}\n onBlur={onMouseOut}\n onMouseOver={onMouseOver}\n onMouseOut={onMouseOut}\n >\n {title}\n </StepItemTitle>\n\n {content && (\n <StepItemContent>\n {typeof content === 'function' && content(status, index, items)}\n {typeof content !== 'function' && content}\n </StepItemContent>\n )}\n </StepItemContentWrapper>\n )}\n </StepItemStyled>\n {isSimple && !isLast && (\n <StepItemDivider\n className={cls(classes.simple, {\n [classes.verticalOrientation]: isVertical,\n [classes.transparentDivider]: !hasLine,\n [classes.inactive]: isInactive || isNextInactive,\n })}\n />\n )}\n </>\n );\n};\n"],"names":["indicatorSizesIndentsMap","concat","tokens","smallBulletIndentHeight","largeBulletIndentHeight","smallIndicatorIndentHeight","largeIndicatorIndentHeight","StepItem","_ref","index","title","content","indicator","_ref$status","status","size","orientation","contentAlign","hasLine","hasLoader","onClick","items","_useState","useState","_useState2","_slicedToArray","isHovered","setIsHovered","isFirst","isLast","length","prevItem","nextItem","isActive","isInactive","isPrevInactive","isNextInactive","hasIndicator","BulletNode","BulletIndicator","Bullet","item","isSimple","clickable","Boolean","isVertical","isCentered","isDisabled","disabled","onClickHandler","undefined","resultIndicatorSize","indentToken","onMouseOver","onMouseOut","useEffect","React","createElement","Fragment","StepItemStyled","className","cls","_defineProperty","classes","simple","active","hovered","inactive","centered","verticalOrientation","BulletIndicatorWrapper","onFocus","onBlur","StepItemDivider","transparentDivider","indentDivider","SpinnerStyled","StepItemContentWrapper","StepItemTitle","StepItemContent"],"mappings":"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"}
@@ -1,5 +1,6 @@
1
- import './StepItem.styles_urheiv.css';
1
+ import './StepItem.styles_1y1xj5d.css';
2
2
  import { styled } from '@linaria/react';
3
+ import { tokens } from '../../Steps.tokens.js';
3
4
  import '@linaria/core';
4
5
  import { component, mergeConfig } from '../../../../engines/common.js';
5
6
  import { spinnerConfig } from '../../../Spinner/Spinner.js';
@@ -11,8 +12,8 @@ var _exp = function _exp() {
11
12
  };
12
13
  var _exp3 = function _exp3() {
13
14
  return function (_ref) {
14
- var size = _ref.size;
15
- return size;
15
+ var hasIndicator = _ref.hasIndicator;
16
+ return hasIndicator ? "var(".concat(tokens.activeIndicatorSize, ")") : "var(".concat(tokens.activeBulletSize, ")");
16
17
  };
17
18
  };
18
19
  var SpinnerStyled = /*#__PURE__*/styled(_exp())({
@@ -51,10 +52,19 @@ var Bullet = /*#__PURE__*/styled(_exp63())({
51
52
  "class": "b1eo1o32",
52
53
  propsAsIs: true
53
54
  });
55
+ var _exp82 = function _exp82() {
56
+ return function (_ref2) {
57
+ var indentToken = _ref2.indentToken;
58
+ return indentToken || '';
59
+ };
60
+ };
54
61
  var StepItemDivider = /*#__PURE__*/styled('div')({
55
62
  name: "StepItemDivider",
56
63
  "class": "sxskc3q",
57
- propsAsIs: false
64
+ propsAsIs: false,
65
+ vars: {
66
+ "sxskc3q-0": [/*#__PURE__*/_exp82()]
67
+ }
58
68
  });
59
69
  var StepItemContentWrapper = /*#__PURE__*/styled('div')({
60
70
  name: "StepItemContentWrapper",