@redsift/design-system 11.6.0-muiv5-alpha.1 → 11.6.0-muiv5-alpha.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.
- package/index.d.ts +3 -3
- package/index.js +3 -3
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
export { Button } from './components/button/Button.js';
|
|
2
|
-
export { ButtonColor, ButtonProps, ButtonVariant, StyledButtonProps } from './components/button/types.js';
|
|
3
|
-
export { StyledButton } from './components/button/styles.js';
|
|
4
1
|
export { StyledGradientBorder } from './components/gradient-border/index.js';
|
|
5
2
|
export { Comp, Falsy, ValueOf } from './types/helpers.js';
|
|
6
3
|
export { FontFamily } from './types/fonts.js';
|
|
@@ -40,6 +37,9 @@ export { ButtonGroupColor, ButtonGroupProps, ButtonGroupVariant, StyledButtonGro
|
|
|
40
37
|
export { ButtonGroup } from './components/button-group/ButtonGroup.js';
|
|
41
38
|
export { ButtonLinkProps, StyledButtonLinkProps } from './components/button-link/types.js';
|
|
42
39
|
export { ButtonLink } from './components/button-link/ButtonLink.js';
|
|
40
|
+
export { Button } from './components/button/Button.js';
|
|
41
|
+
export { ButtonColor, ButtonProps, ButtonVariant, StyledButtonProps } from './components/button/types.js';
|
|
42
|
+
export { StyledButton } from './components/button/styles.js';
|
|
43
43
|
export { CardProps, StyledCardProps } from './components/card/types.js';
|
|
44
44
|
export { Card } from './components/card/Card.js';
|
|
45
45
|
export { CardActionsProps, StyledCardActionsProps } from './components/card-actions/types.js';
|
package/index.js
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
export { Button } from './components/button/Button.js';
|
|
2
|
-
export { ButtonVariant } from './components/button/types.js';
|
|
3
|
-
export { StyledButton } from './components/button/styles.js';
|
|
4
1
|
export { StyledGradientBorder } from './components/gradient-border/index.js';
|
|
5
2
|
export { FontFamily } from './types/fonts.js';
|
|
6
3
|
export { Product, ProductLogo, ProductName } from './types/products.js';
|
|
@@ -33,6 +30,9 @@ export { BaseBreadcrumbs, Breadcrumbs } from './components/breadcrumbs/Breadcrum
|
|
|
33
30
|
export { ButtonGroupVariant } from './components/button-group/types.js';
|
|
34
31
|
export { ButtonGroup } from './components/button-group/ButtonGroup.js';
|
|
35
32
|
export { ButtonLink } from './components/button-link/ButtonLink.js';
|
|
33
|
+
export { Button } from './components/button/Button.js';
|
|
34
|
+
export { ButtonVariant } from './components/button/types.js';
|
|
35
|
+
export { StyledButton } from './components/button/styles.js';
|
|
36
36
|
export { Card } from './components/card/Card.js';
|
|
37
37
|
export { CardActions } from './components/card-actions/CardActions.js';
|
|
38
38
|
export { CardBody } from './components/card-body/CardBody.js';
|
package/package.json
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"version": "version-changelog ../../CHANGELOG.md && changelog-verify ../../CHANGELOG.md && git add ../../CHANGELOG.md"
|
|
35
35
|
},
|
|
36
36
|
"types": "index.d.ts",
|
|
37
|
-
"version": "11.6.0-muiv5-alpha.
|
|
37
|
+
"version": "11.6.0-muiv5-alpha.2",
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@react-spring/web": "^9.7.1",
|
|
40
40
|
"classnames": "^2.3.1",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"react-dom": ">=17",
|
|
102
102
|
"styled-components": "^5.3.5"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "3bd6360e790051b7a9e685290d647f81f31e925f"
|
|
105
105
|
}
|