uikit-react-public 0.28.0 → 0.29.2

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  exports[`Link > snapshot: no props 1`] = `
4
4
  <a
5
- class="ucl-uikit-base-link ucl-uikit-standalone-link css-zj0pf"
5
+ class="ucl-uikit-base-link ucl-uikit-standalone-link css-1x772n"
6
6
  data-testid="ucl-uikit-standalone-link"
7
7
  >
8
8
  test
@@ -11,7 +11,7 @@ exports[`Link > snapshot: no props 1`] = `
11
11
 
12
12
  exports[`Link > snapshot: testId prop 1`] = `
13
13
  <a
14
- class="ucl-uikit-base-link ucl-uikit-standalone-link css-zj0pf"
14
+ class="ucl-uikit-base-link ucl-uikit-standalone-link css-1x772n"
15
15
  data-testid="test123"
16
16
  >
17
17
  testidlink
@@ -79,6 +79,15 @@ export type { AppHeaderProps } from './AppHeader';
79
79
  export { default as Breadcrumbs } from './Breadcrumbs';
80
80
  export type { BreadcrumbsProps } from './Breadcrumbs';
81
81
 
82
+ export { default as BreadcrumbsNew } from './BreadcrumbsNew';
83
+ export type {
84
+ BaseBreadcrumbsItemProps,
85
+ BreadcrumbsCurrentProps,
86
+ BreadcrumbsLinkProps,
87
+ BreadcrumbsProps as BreadcrumbsNewProps,
88
+ BreadcrumbsSize,
89
+ } from './BreadcrumbsNew';
90
+
82
91
  export { default as Checkbox, LabelledCheckbox } from './Checkbox';
83
92
  export type { CheckboxProps, LabelledCheckboxProps } from './Checkbox';
84
93
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "uikit-react-public",
3
3
  "private": false,
4
4
  "license": "UNLICENSED",
5
- "version": "0.28.0",
5
+ "version": "0.29.2",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",