@namba_one/ui-kit-2 1.0.59 → 1.0.61

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
@@ -1313,7 +1313,7 @@ export declare type SelectProps = Pick<SelectBaseProps, 'label' | 'description'
1313
1313
  }[];
1314
1314
  };
1315
1315
 
1316
- declare const sizes: readonly ["title1", "title2", "title3", "headline", "body", "subhead", "caption"];
1316
+ declare const sizes: readonly ["title120", "title1", "title2", "title3", "headline", "body", "subhead", "caption"];
1317
1317
 
1318
1318
  declare const sizes_2: readonly ["58", "50", "44", "40", "34", "28"];
1319
1319