@ultraviolet/plus 3.0.0-beta.12 → 3.0.0-beta.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/dist/components/CodeEditor/CodeEditor.cjs +3 -2
  2. package/dist/components/CodeEditor/CodeEditor.d.ts +3 -2
  3. package/dist/components/CodeEditor/CodeEditor.js +3 -2
  4. package/dist/components/ContentCard/index.cjs +3 -2
  5. package/dist/components/ContentCard/index.d.ts +2 -1
  6. package/dist/components/ContentCard/index.js +3 -2
  7. package/dist/components/ContentCard/styles.css.cjs +1 -0
  8. package/dist/components/ContentCard/styles.css.js +1 -0
  9. package/dist/components/ContentCardGroup/Card.cjs +3 -2
  10. package/dist/components/ContentCardGroup/Card.d.ts +2 -1
  11. package/dist/components/ContentCardGroup/Card.js +3 -2
  12. package/dist/components/ContentCardGroup/index.cjs +3 -2
  13. package/dist/components/ContentCardGroup/index.d.ts +3 -1
  14. package/dist/components/ContentCardGroup/index.js +3 -2
  15. package/dist/components/Conversation/index.cjs +15 -10
  16. package/dist/components/Conversation/index.d.ts +18 -10
  17. package/dist/components/Conversation/index.js +15 -10
  18. package/dist/components/Conversation/styles.css.cjs +0 -1
  19. package/dist/components/Conversation/styles.css.js +0 -1
  20. package/dist/components/CustomerSatisfaction/index.cjs +3 -2
  21. package/dist/components/CustomerSatisfaction/index.d.ts +3 -1
  22. package/dist/components/CustomerSatisfaction/index.js +3 -2
  23. package/dist/components/EstimateCost/Components/Item.cjs +34 -116
  24. package/dist/components/EstimateCost/Components/Item.d.ts +3 -2
  25. package/dist/components/EstimateCost/Components/Item.js +36 -116
  26. package/dist/components/EstimateCost/Components/LineThrough.cjs +6 -14
  27. package/dist/components/EstimateCost/Components/LineThrough.d.ts +3 -5
  28. package/dist/components/EstimateCost/Components/LineThrough.js +6 -12
  29. package/dist/components/EstimateCost/Components/NumberInput.cjs +2 -2
  30. package/dist/components/EstimateCost/Components/NumberInput.js +2 -2
  31. package/dist/components/EstimateCost/Components/Region.cjs +5 -14
  32. package/dist/components/EstimateCost/Components/Region.d.ts +2 -2
  33. package/dist/components/EstimateCost/Components/Region.js +5 -12
  34. package/dist/components/EstimateCost/Components/Regular.cjs +7 -21
  35. package/dist/components/EstimateCost/Components/Regular.d.ts +3 -2
  36. package/dist/components/EstimateCost/Components/Regular.js +7 -19
  37. package/dist/components/EstimateCost/Components/Strong.cjs +7 -21
  38. package/dist/components/EstimateCost/Components/Strong.d.ts +3 -10
  39. package/dist/components/EstimateCost/Components/Strong.js +8 -20
  40. package/dist/components/EstimateCost/Components/Unit.cjs +7 -24
  41. package/dist/components/EstimateCost/Components/Unit.d.ts +3 -1
  42. package/dist/components/EstimateCost/Components/Unit.js +7 -22
  43. package/dist/components/EstimateCost/Components/Zone.cjs +5 -14
  44. package/dist/components/EstimateCost/Components/Zone.d.ts +3 -1
  45. package/dist/components/EstimateCost/Components/Zone.js +5 -12
  46. package/dist/components/EstimateCost/Components/components.css.cjs +123 -0
  47. package/dist/components/EstimateCost/Components/components.css.d.ts +77 -0
  48. package/dist/components/EstimateCost/Components/components.css.js +123 -0
  49. package/dist/components/EstimateCost/EstimateCost.cjs +17 -21
  50. package/dist/components/EstimateCost/EstimateCost.d.ts +22 -22
  51. package/dist/components/EstimateCost/EstimateCost.js +17 -19
  52. package/dist/components/EstimateCost/EstimateCostContent.cjs +24 -74
  53. package/dist/components/EstimateCost/EstimateCostContent.d.ts +1 -1
  54. package/dist/components/EstimateCost/EstimateCostContent.js +25 -73
  55. package/dist/components/EstimateCost/OverlayComponent.cjs +13 -51
  56. package/dist/components/EstimateCost/OverlayComponent.js +14 -50
  57. package/dist/components/EstimateCost/constants.cjs +0 -4
  58. package/dist/components/EstimateCost/constants.js +0 -4
  59. package/dist/components/EstimateCost/styles.css.cjs +50 -0
  60. package/dist/components/EstimateCost/styles.css.d.ts +76 -0
  61. package/dist/components/EstimateCost/styles.css.js +50 -0
  62. package/dist/components/EstimateCost/types.d.ts +2 -1
  63. package/dist/components/FAQ/index.cjs +3 -2
  64. package/dist/components/FAQ/index.d.ts +3 -1
  65. package/dist/components/FAQ/index.js +3 -2
  66. package/dist/components/InfoTable/InfoTable.cjs +2 -1
  67. package/dist/components/InfoTable/InfoTable.d.ts +7 -4
  68. package/dist/components/InfoTable/InfoTable.js +2 -1
  69. package/dist/components/InfoTable/components/Cell.cjs +3 -2
  70. package/dist/components/InfoTable/components/Cell.d.ts +3 -2
  71. package/dist/components/InfoTable/components/Cell.js +3 -2
  72. package/dist/components/InfoTable/components/Row.cjs +8 -4
  73. package/dist/components/InfoTable/components/Row.d.ts +3 -2
  74. package/dist/components/InfoTable/components/Row.js +8 -4
  75. package/dist/components/Navigation/Footer.cjs +4 -19
  76. package/dist/components/Navigation/Footer.js +4 -17
  77. package/dist/components/Navigation/Header.cjs +2 -20
  78. package/dist/components/Navigation/Header.js +2 -18
  79. package/dist/components/Navigation/Navigation.d.ts +6 -3
  80. package/dist/components/Navigation/NavigationContent.cjs +13 -64
  81. package/dist/components/Navigation/NavigationContent.js +14 -63
  82. package/dist/components/Navigation/animations.css.d.ts +6 -0
  83. package/dist/components/Navigation/components/Group.cjs +10 -35
  84. package/dist/components/Navigation/components/Group.d.ts +3 -2
  85. package/dist/components/Navigation/components/Group.js +10 -33
  86. package/dist/components/Navigation/components/Item.cjs +86 -238
  87. package/dist/components/Navigation/components/Item.d.ts +3 -2
  88. package/dist/components/Navigation/components/Item.js +87 -237
  89. package/dist/components/Navigation/components/PinnedItems.cjs +11 -47
  90. package/dist/components/Navigation/components/PinnedItems.d.ts +3 -2
  91. package/dist/components/Navigation/components/PinnedItems.js +11 -45
  92. package/dist/components/Navigation/components/Separator.cjs +2 -12
  93. package/dist/components/Navigation/components/Separator.js +2 -10
  94. package/dist/components/Navigation/components/items.css.cjs +47 -0
  95. package/dist/components/Navigation/components/items.css.d.ts +70 -0
  96. package/dist/components/Navigation/components/items.css.js +47 -0
  97. package/dist/components/Navigation/components/styles.css.cjs +17 -0
  98. package/dist/components/Navigation/components/styles.css.d.ts +23 -0
  99. package/dist/components/Navigation/components/styles.css.js +17 -0
  100. package/dist/components/Navigation/constants.cjs +0 -27
  101. package/dist/components/Navigation/constants.d.ts +0 -12
  102. package/dist/components/Navigation/constants.js +1 -28
  103. package/dist/components/Navigation/styles.css.cjs +23 -0
  104. package/dist/components/Navigation/styles.css.d.ts +33 -0
  105. package/dist/components/Navigation/styles.css.js +23 -0
  106. package/dist/components/Navigation/types.d.ts +2 -1
  107. package/dist/components/Navigation/variables.css.cjs +4 -0
  108. package/dist/components/Navigation/variables.css.d.ts +1 -0
  109. package/dist/components/Navigation/variables.css.js +4 -0
  110. package/dist/components/OfferList/OfferList.cjs +2 -1
  111. package/dist/components/OfferList/OfferList.d.ts +6 -4
  112. package/dist/components/OfferList/OfferList.js +2 -1
  113. package/dist/components/OfferList/components/Cell.cjs +3 -2
  114. package/dist/components/OfferList/components/Cell.d.ts +1 -1
  115. package/dist/components/OfferList/components/Cell.js +3 -2
  116. package/dist/components/OfferList/components/Row.cjs +1 -1
  117. package/dist/components/OfferList/components/Row.d.ts +2 -1
  118. package/dist/components/OfferList/components/Row.js +2 -2
  119. package/dist/components/OfferList/styles.css.cjs +9 -5
  120. package/dist/components/OfferList/styles.css.d.ts +2 -0
  121. package/dist/components/OfferList/styles.css.js +10 -6
  122. package/dist/components/OrderSummary/NonScrollableContent.cjs +2 -14
  123. package/dist/components/OrderSummary/NonScrollableContent.js +2 -12
  124. package/dist/components/OrderSummary/ScrollableContent.cjs +5 -41
  125. package/dist/components/OrderSummary/ScrollableContent.js +5 -39
  126. package/dist/components/OrderSummary/helpers.cjs +4 -4
  127. package/dist/components/OrderSummary/helpers.js +4 -4
  128. package/dist/components/OrderSummary/index.cjs +6 -39
  129. package/dist/components/OrderSummary/index.d.ts +1 -1
  130. package/dist/components/OrderSummary/index.js +7 -38
  131. package/dist/components/OrderSummary/styles.css.cjs +19 -0
  132. package/dist/components/OrderSummary/styles.css.d.ts +8 -0
  133. package/dist/components/OrderSummary/styles.css.js +19 -0
  134. package/dist/components/OrderSummary/types.d.ts +2 -1
  135. package/dist/components/Plans/FeatureHint.cjs +2 -20
  136. package/dist/components/Plans/FeatureHint.js +2 -18
  137. package/dist/components/Plans/PlanHeader.cjs +6 -66
  138. package/dist/components/Plans/PlanHeader.js +6 -64
  139. package/dist/components/Plans/index.cjs +42 -92
  140. package/dist/components/Plans/index.d.ts +3 -1
  141. package/dist/components/Plans/index.js +46 -94
  142. package/dist/components/Plans/styles.css.cjs +26 -0
  143. package/dist/components/Plans/styles.css.d.ts +61 -0
  144. package/dist/components/Plans/styles.css.js +26 -0
  145. package/dist/components/SteppedListCard/Step.cjs +2 -33
  146. package/dist/components/SteppedListCard/Step.js +2 -31
  147. package/dist/components/SteppedListCard/SteppedListCard.cjs +3 -31
  148. package/dist/components/SteppedListCard/SteppedListCard.d.ts +2 -1
  149. package/dist/components/SteppedListCard/SteppedListCard.js +4 -30
  150. package/dist/components/SteppedListCard/SteppedListContent.cjs +6 -41
  151. package/dist/components/SteppedListCard/SteppedListContent.d.ts +3 -2
  152. package/dist/components/SteppedListCard/SteppedListContent.js +7 -40
  153. package/dist/components/SteppedListCard/styles.css.cjs +17 -0
  154. package/dist/components/SteppedListCard/styles.css.d.ts +7 -0
  155. package/dist/components/SteppedListCard/styles.css.js +17 -0
  156. package/dist/plus.css +1 -1
  157. package/package.json +7 -7
  158. package/dist/components/EstimateCost/componentStyle.cjs +0 -221
  159. package/dist/components/EstimateCost/componentStyle.d.ts +0 -106
  160. package/dist/components/EstimateCost/componentStyle.js +0 -219
@@ -1,5 +1,5 @@
1
1
  import { Text } from '@ultraviolet/ui';
2
- import type { ComponentProps, ReactNode } from 'react';
2
+ import type { ComponentProps, CSSProperties, ReactNode } from 'react';
3
3
  import type { BareEstimateProduct, EstimateProduct, Iteration } from '../types';
4
4
  type ItemProps = {
5
5
  amount?: number;
@@ -111,6 +111,7 @@ type ItemProps = {
111
111
  */
112
112
  unit?: 'mb' | 'gb' | 'tb' | 'seconds' | 'minutes' | 'hours' | 'days' | 'months' | 'years' | (string & NonNullable<unknown>);
113
113
  strikeThrough?: boolean;
114
+ style?: CSSProperties;
114
115
  };
115
- export declare const Item: import("react").MemoExoticComponent<({ discount, priceText, discountText, label, tooltipInfo, subLabel, price: basePrice, monthlyPrice, unit: baseUnit, amount: currentAmount, onAmountChange, amountFree, maxAmount, longFractionDigits, noIteration, noIterationText, noBorder, noPrice, isDefined, children, isFirstElement, isLastElement, isPrimaryBackground, productsCallback, iteration: receivedIteration, shouldBeHidden, hideFromOverlay, textNotDefined, animated, tabulation, labelTextVariant, labelTextProminence, notice, strikeThrough, }: ItemProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
116
+ export declare const Item: import("react").MemoExoticComponent<({ discount, priceText, discountText, label, tooltipInfo, subLabel, price: basePrice, monthlyPrice, unit: baseUnit, amount: currentAmount, onAmountChange, amountFree, maxAmount, longFractionDigits, noIteration, noIterationText, noBorder, noPrice, isDefined, children, isFirstElement, isLastElement, isPrimaryBackground, productsCallback, iteration: receivedIteration, shouldBeHidden, hideFromOverlay, textNotDefined, animated, tabulation, labelTextVariant, labelTextProminence, notice, strikeThrough, style, }: ItemProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
116
117
  export {};