diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index 1e91b3472..ed28278ac 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,32 @@ # @bubbles-ui/calendars +## 1.2.36 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.36 + - @bubbles-ui/icons@1.2.36 + +## 1.2.35 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.35 + - @bubbles-ui/icons@1.2.35 + +## 1.2.34 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.34 + - @bubbles-ui/icons@1.2.34 + ## 1.2.33 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index b1f0c09ac..794c95585 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.33", + "version": "1.2.36", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -59,8 +59,8 @@ "rrule": "^2.6.8" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.33", - "@bubbles-ui/icons": "^1.2.33", + "@bubbles-ui/components": "^1.2.36", + "@bubbles-ui/icons": "^1.2.36", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index f6dec6e16..6639db723 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,29 @@ # @bubbles-ui/components +## 1.2.36 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.36 + +## 1.2.35 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.35 + +## 1.2.34 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.34 + ## 1.2.33 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 99a60a0e9..6d8dce48a 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.33", + "version": "1.2.36", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -61,7 +61,7 @@ "chromatic": "npx chromatic --project-token=7b10302a7b6b --build-script-name=build:storybook:raw" }, "dependencies": { - "@bubbles-ui/icons": "^1.2.33", + "@bubbles-ui/icons": "^1.2.36", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@leemonade/react-dnd-treeview": "^1.5.44", diff --git a/packages/components/src/navigation/Tabs/TabNavList/TabNavList.js b/packages/components/src/navigation/Tabs/TabNavList/TabNavList.js index 53e78241c..dddee347b 100644 --- a/packages/components/src/navigation/Tabs/TabNavList/TabNavList.js +++ b/packages/components/src/navigation/Tabs/TabNavList/TabNavList.js @@ -312,7 +312,6 @@ export const TabNavList = forwardRef( const { classes, cx } = TabNavListStyles({ animated: animated.inkBar }, { name: 'TabNavList' }); const nextTabCode = orientation === 'horizontal' ? 'ArrowRight' : 'ArrowDown'; const previousTabCode = orientation === 'horizontal' ? 'ArrowLeft' : 'ArrowUp'; - console.log('centerGrow en TabNavList', centerGrow); const handleKeyDown = (event) => { if (event.nativeEvent.code === nextTabCode) { event.preventDefault(); diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index d2fe076ff..5c758afc4 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,32 @@ # @bubbles-ui/editors +## 1.2.36 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.36 + - @bubbles-ui/icons@1.2.36 + +## 1.2.35 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.35 + - @bubbles-ui/icons@1.2.35 + +## 1.2.34 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.34 + - @bubbles-ui/icons@1.2.34 + ## 1.2.33 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index 15465e23e..157a74a33 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.33", + "version": "1.2.36", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -79,8 +79,8 @@ "styled-icons": "^10.45.0" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.33", - "@bubbles-ui/icons": "^1.2.33", + "@bubbles-ui/components": "^1.2.36", + "@bubbles-ui/icons": "^1.2.36", "react": "^17.0.2", "react-dom": "^17.0.2", "webpack": "*" diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index a3ddd8fde..34c71ca4d 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,23 @@ # @bubbles-ui/icons +## 1.2.36 + +### Patch Changes + +- Versions bump + +## 1.2.35 + +### Patch Changes + +- Versions bump + +## 1.2.34 + +### Patch Changes + +- Versions bump + ## 1.2.33 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index c8f90fd8d..3b72f0dd7 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.33", + "version": "1.2.36", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index 6de422f91..740814c00 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,38 @@ # @bubbles-ui/leemons +## 1.2.36 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.36 + - @bubbles-ui/calendars@1.2.36 + - @bubbles-ui/editors@1.2.36 + - @bubbles-ui/icons@1.2.36 + +## 1.2.35 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.35 + - @bubbles-ui/calendars@1.2.35 + - @bubbles-ui/editors@1.2.35 + - @bubbles-ui/icons@1.2.35 + +## 1.2.34 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.34 + - @bubbles-ui/calendars@1.2.34 + - @bubbles-ui/editors@1.2.34 + - @bubbles-ui/icons@1.2.34 + ## 1.2.33 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index d2e0e1e1e..470ed9f0a 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.33", + "version": "1.2.36", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -74,10 +74,10 @@ "ajv": "6.12.6" }, "peerDependencies": { - "@bubbles-ui/calendars": "^1.2.33", - "@bubbles-ui/components": "^1.2.33", - "@bubbles-ui/editors": "^1.2.33", - "@bubbles-ui/icons": "^1.2.33", + "@bubbles-ui/calendars": "^1.2.36", + "@bubbles-ui/components": "^1.2.36", + "@bubbles-ui/editors": "^1.2.36", + "@bubbles-ui/icons": "^1.2.36", "dayjs": "^1.10.7", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 747ee00ae..2cc189c08 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,32 @@ # @bubbles-ui/notifications +## 1.2.36 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.36 + - @bubbles-ui/icons@1.2.36 + +## 1.2.35 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.35 + - @bubbles-ui/icons@1.2.35 + +## 1.2.34 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.34 + - @bubbles-ui/icons@1.2.34 + ## 1.2.33 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 3fcfe44a5..8f17ff7ba 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.33", + "version": "1.2.36", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -52,8 +52,8 @@ "react-transition-group": "^4.4.2" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.33", - "@bubbles-ui/icons": "^1.2.33", + "@bubbles-ui/components": "^1.2.36", + "@bubbles-ui/icons": "^1.2.36", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.2", diff --git a/tokens.json b/tokens.json index 0fc965b41..94a3d493c 100644 --- a/tokens.json +++ b/tokens.json @@ -1924,7 +1924,7 @@ "y": "0", "blur": "4", "spread": "0", - "color": "rgba({button.background.color.primary.hover}, 0.80)", + "color": "{button.background.color.primary.hover}", "type": "dropShadow" }, "type": "boxShadow" @@ -2439,7 +2439,7 @@ "y": "0", "blur": "4", "spread": "0", - "color": "rgba({buttonIcon.background.color.primary.hover}, 0.80)", + "color": "{buttonAction.background.color.primary.hover--reverse-transparent}", "type": "dropShadow" }, "type": "boxShadow"