@namba_one/ui-kit-2 1.0.110 → 1.0.111

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/index.d.ts CHANGED
@@ -2016,6 +2016,7 @@ export declare type PriceProps = {
2016
2016
  size: TheTextProps['size'];
2017
2017
  weight: TheTextProps['weight'];
2018
2018
  color: Color;
2019
+ isShowPlusSign?: boolean;
2019
2020
  };
2020
2021
 
2021
2022
  export declare const ResponseBase: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
@@ -2475,7 +2476,7 @@ declare const views: readonly ["brand", "secondary", "success", "critical", "bas
2475
2476
 
2476
2477
  declare const views_2: readonly ["critical-primary", "critical", "base-primary", "base", "base-flat", "brand-flat", "product-surface", "surface-shadow", "surface", "secondary"];
2477
2478
 
2478
- declare const views_3: readonly ["secondary", "critical", "primary", "surface", "base", "product-surface", "primary-flat", "base-shadow", "surface-shadow"];
2479
+ declare const views_3: readonly ["secondary", "critical", "primary", "surface", "base", "product-surface", "primary-flat", "base-shadow", "surface-shadow", "base-flat"];
2479
2480
 
2480
2481
  declare const views_4: readonly ["base-primary", "base-secondary"];
2481
2482