ab-ui-library 1.49.0 → 1.49.1
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.
|
@@ -422,6 +422,7 @@ export { IconZoomIn } from './IconZoomIn.js';
|
|
|
422
422
|
export { IconZoomInFilled } from './IconZoomInFilled.js';
|
|
423
423
|
export { IconZoomOut } from './IconZoomOut.js';
|
|
424
424
|
export { IconZoomOutFilled } from './IconZoomOutFilled.js';
|
|
425
|
+
export { IconAppStore } from './IconAppStore.js';
|
|
425
426
|
import '../../defineProperty-ede330e4.js';
|
|
426
427
|
import '../../typeof-462d1335.js';
|
|
427
428
|
import 'react';
|
package/index.js
CHANGED
|
@@ -487,6 +487,7 @@ export { IconZoomIn } from './components/SVGIcons/IconZoomIn.js';
|
|
|
487
487
|
export { IconZoomInFilled } from './components/SVGIcons/IconZoomInFilled.js';
|
|
488
488
|
export { IconZoomOut } from './components/SVGIcons/IconZoomOut.js';
|
|
489
489
|
export { IconZoomOutFilled } from './components/SVGIcons/IconZoomOutFilled.js';
|
|
490
|
+
export { IconAppStore } from './components/SVGIcons/IconAppStore.js';
|
|
490
491
|
export { OneTimePassword } from './components/OneTimePassword/OneTimePassword.js';
|
|
491
492
|
export { OptionItem } from './helperComponents/OptionItem/OptionItem.js';
|
|
492
493
|
export { MultiTextareaWithChips } from './components/MultiTextareaWithChips/MultiTextareaWithChips.js';
|