@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.
- package/dist/components/CodeEditor/CodeEditor.cjs +3 -2
- package/dist/components/CodeEditor/CodeEditor.d.ts +3 -2
- package/dist/components/CodeEditor/CodeEditor.js +3 -2
- package/dist/components/ContentCard/index.cjs +3 -2
- package/dist/components/ContentCard/index.d.ts +2 -1
- package/dist/components/ContentCard/index.js +3 -2
- package/dist/components/ContentCard/styles.css.cjs +1 -0
- package/dist/components/ContentCard/styles.css.js +1 -0
- package/dist/components/ContentCardGroup/Card.cjs +3 -2
- package/dist/components/ContentCardGroup/Card.d.ts +2 -1
- package/dist/components/ContentCardGroup/Card.js +3 -2
- package/dist/components/ContentCardGroup/index.cjs +3 -2
- package/dist/components/ContentCardGroup/index.d.ts +3 -1
- package/dist/components/ContentCardGroup/index.js +3 -2
- package/dist/components/Conversation/index.cjs +15 -10
- package/dist/components/Conversation/index.d.ts +18 -10
- package/dist/components/Conversation/index.js +15 -10
- package/dist/components/Conversation/styles.css.cjs +0 -1
- package/dist/components/Conversation/styles.css.js +0 -1
- package/dist/components/CustomerSatisfaction/index.cjs +3 -2
- package/dist/components/CustomerSatisfaction/index.d.ts +3 -1
- package/dist/components/CustomerSatisfaction/index.js +3 -2
- package/dist/components/EstimateCost/Components/Item.cjs +34 -116
- package/dist/components/EstimateCost/Components/Item.d.ts +3 -2
- package/dist/components/EstimateCost/Components/Item.js +36 -116
- package/dist/components/EstimateCost/Components/LineThrough.cjs +6 -14
- package/dist/components/EstimateCost/Components/LineThrough.d.ts +3 -5
- package/dist/components/EstimateCost/Components/LineThrough.js +6 -12
- package/dist/components/EstimateCost/Components/NumberInput.cjs +2 -2
- package/dist/components/EstimateCost/Components/NumberInput.js +2 -2
- package/dist/components/EstimateCost/Components/Region.cjs +5 -14
- package/dist/components/EstimateCost/Components/Region.d.ts +2 -2
- package/dist/components/EstimateCost/Components/Region.js +5 -12
- package/dist/components/EstimateCost/Components/Regular.cjs +7 -21
- package/dist/components/EstimateCost/Components/Regular.d.ts +3 -2
- package/dist/components/EstimateCost/Components/Regular.js +7 -19
- package/dist/components/EstimateCost/Components/Strong.cjs +7 -21
- package/dist/components/EstimateCost/Components/Strong.d.ts +3 -10
- package/dist/components/EstimateCost/Components/Strong.js +8 -20
- package/dist/components/EstimateCost/Components/Unit.cjs +7 -24
- package/dist/components/EstimateCost/Components/Unit.d.ts +3 -1
- package/dist/components/EstimateCost/Components/Unit.js +7 -22
- package/dist/components/EstimateCost/Components/Zone.cjs +5 -14
- package/dist/components/EstimateCost/Components/Zone.d.ts +3 -1
- package/dist/components/EstimateCost/Components/Zone.js +5 -12
- package/dist/components/EstimateCost/Components/components.css.cjs +123 -0
- package/dist/components/EstimateCost/Components/components.css.d.ts +77 -0
- package/dist/components/EstimateCost/Components/components.css.js +123 -0
- package/dist/components/EstimateCost/EstimateCost.cjs +17 -21
- package/dist/components/EstimateCost/EstimateCost.d.ts +22 -22
- package/dist/components/EstimateCost/EstimateCost.js +17 -19
- package/dist/components/EstimateCost/EstimateCostContent.cjs +24 -74
- package/dist/components/EstimateCost/EstimateCostContent.d.ts +1 -1
- package/dist/components/EstimateCost/EstimateCostContent.js +25 -73
- package/dist/components/EstimateCost/OverlayComponent.cjs +13 -51
- package/dist/components/EstimateCost/OverlayComponent.js +14 -50
- package/dist/components/EstimateCost/constants.cjs +0 -4
- package/dist/components/EstimateCost/constants.js +0 -4
- package/dist/components/EstimateCost/styles.css.cjs +50 -0
- package/dist/components/EstimateCost/styles.css.d.ts +76 -0
- package/dist/components/EstimateCost/styles.css.js +50 -0
- package/dist/components/EstimateCost/types.d.ts +2 -1
- package/dist/components/FAQ/index.cjs +3 -2
- package/dist/components/FAQ/index.d.ts +3 -1
- package/dist/components/FAQ/index.js +3 -2
- package/dist/components/InfoTable/InfoTable.cjs +2 -1
- package/dist/components/InfoTable/InfoTable.d.ts +7 -4
- package/dist/components/InfoTable/InfoTable.js +2 -1
- package/dist/components/InfoTable/components/Cell.cjs +3 -2
- package/dist/components/InfoTable/components/Cell.d.ts +3 -2
- package/dist/components/InfoTable/components/Cell.js +3 -2
- package/dist/components/InfoTable/components/Row.cjs +8 -4
- package/dist/components/InfoTable/components/Row.d.ts +3 -2
- package/dist/components/InfoTable/components/Row.js +8 -4
- package/dist/components/Navigation/Footer.cjs +4 -19
- package/dist/components/Navigation/Footer.js +4 -17
- package/dist/components/Navigation/Header.cjs +2 -20
- package/dist/components/Navigation/Header.js +2 -18
- package/dist/components/Navigation/Navigation.d.ts +6 -3
- package/dist/components/Navigation/NavigationContent.cjs +13 -64
- package/dist/components/Navigation/NavigationContent.js +14 -63
- package/dist/components/Navigation/animations.css.d.ts +6 -0
- package/dist/components/Navigation/components/Group.cjs +10 -35
- package/dist/components/Navigation/components/Group.d.ts +3 -2
- package/dist/components/Navigation/components/Group.js +10 -33
- package/dist/components/Navigation/components/Item.cjs +86 -238
- package/dist/components/Navigation/components/Item.d.ts +3 -2
- package/dist/components/Navigation/components/Item.js +87 -237
- package/dist/components/Navigation/components/PinnedItems.cjs +11 -47
- package/dist/components/Navigation/components/PinnedItems.d.ts +3 -2
- package/dist/components/Navigation/components/PinnedItems.js +11 -45
- package/dist/components/Navigation/components/Separator.cjs +2 -12
- package/dist/components/Navigation/components/Separator.js +2 -10
- package/dist/components/Navigation/components/items.css.cjs +47 -0
- package/dist/components/Navigation/components/items.css.d.ts +70 -0
- package/dist/components/Navigation/components/items.css.js +47 -0
- package/dist/components/Navigation/components/styles.css.cjs +17 -0
- package/dist/components/Navigation/components/styles.css.d.ts +23 -0
- package/dist/components/Navigation/components/styles.css.js +17 -0
- package/dist/components/Navigation/constants.cjs +0 -27
- package/dist/components/Navigation/constants.d.ts +0 -12
- package/dist/components/Navigation/constants.js +1 -28
- package/dist/components/Navigation/styles.css.cjs +23 -0
- package/dist/components/Navigation/styles.css.d.ts +33 -0
- package/dist/components/Navigation/styles.css.js +23 -0
- package/dist/components/Navigation/types.d.ts +2 -1
- package/dist/components/Navigation/variables.css.cjs +4 -0
- package/dist/components/Navigation/variables.css.d.ts +1 -0
- package/dist/components/Navigation/variables.css.js +4 -0
- package/dist/components/OfferList/OfferList.cjs +2 -1
- package/dist/components/OfferList/OfferList.d.ts +6 -4
- package/dist/components/OfferList/OfferList.js +2 -1
- package/dist/components/OfferList/components/Cell.cjs +3 -2
- package/dist/components/OfferList/components/Cell.d.ts +1 -1
- package/dist/components/OfferList/components/Cell.js +3 -2
- package/dist/components/OfferList/components/Row.cjs +1 -1
- package/dist/components/OfferList/components/Row.d.ts +2 -1
- package/dist/components/OfferList/components/Row.js +2 -2
- package/dist/components/OfferList/styles.css.cjs +9 -5
- package/dist/components/OfferList/styles.css.d.ts +2 -0
- package/dist/components/OfferList/styles.css.js +10 -6
- package/dist/components/OrderSummary/NonScrollableContent.cjs +2 -14
- package/dist/components/OrderSummary/NonScrollableContent.js +2 -12
- package/dist/components/OrderSummary/ScrollableContent.cjs +5 -41
- package/dist/components/OrderSummary/ScrollableContent.js +5 -39
- package/dist/components/OrderSummary/helpers.cjs +4 -4
- package/dist/components/OrderSummary/helpers.js +4 -4
- package/dist/components/OrderSummary/index.cjs +6 -39
- package/dist/components/OrderSummary/index.d.ts +1 -1
- package/dist/components/OrderSummary/index.js +7 -38
- package/dist/components/OrderSummary/styles.css.cjs +19 -0
- package/dist/components/OrderSummary/styles.css.d.ts +8 -0
- package/dist/components/OrderSummary/styles.css.js +19 -0
- package/dist/components/OrderSummary/types.d.ts +2 -1
- package/dist/components/Plans/FeatureHint.cjs +2 -20
- package/dist/components/Plans/FeatureHint.js +2 -18
- package/dist/components/Plans/PlanHeader.cjs +6 -66
- package/dist/components/Plans/PlanHeader.js +6 -64
- package/dist/components/Plans/index.cjs +42 -92
- package/dist/components/Plans/index.d.ts +3 -1
- package/dist/components/Plans/index.js +46 -94
- package/dist/components/Plans/styles.css.cjs +26 -0
- package/dist/components/Plans/styles.css.d.ts +61 -0
- package/dist/components/Plans/styles.css.js +26 -0
- package/dist/components/SteppedListCard/Step.cjs +2 -33
- package/dist/components/SteppedListCard/Step.js +2 -31
- package/dist/components/SteppedListCard/SteppedListCard.cjs +3 -31
- package/dist/components/SteppedListCard/SteppedListCard.d.ts +2 -1
- package/dist/components/SteppedListCard/SteppedListCard.js +4 -30
- package/dist/components/SteppedListCard/SteppedListContent.cjs +6 -41
- package/dist/components/SteppedListCard/SteppedListContent.d.ts +3 -2
- package/dist/components/SteppedListCard/SteppedListContent.js +7 -40
- package/dist/components/SteppedListCard/styles.css.cjs +17 -0
- package/dist/components/SteppedListCard/styles.css.d.ts +7 -0
- package/dist/components/SteppedListCard/styles.css.js +17 -0
- package/dist/plus.css +1 -1
- package/package.json +7 -7
- package/dist/components/EstimateCost/componentStyle.cjs +0 -221
- package/dist/components/EstimateCost/componentStyle.d.ts +0 -106
- 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 {};
|