Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/leemonade/bubbles into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
Cerberupo committed Nov 28, 2023
2 parents 5901df1 + 510ea40 commit b36f422
Show file tree
Hide file tree
Showing 14 changed files with 175 additions and 20 deletions.
27 changes: 27 additions & 0 deletions packages/calendars/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/calendars/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": "*"
Expand Down
24 changes: 24 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
27 changes: 27 additions & 0 deletions packages/editors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/editors/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": "*"
Expand Down
18 changes: 18 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
33 changes: 33 additions & 0 deletions packages/leemons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions packages/leemons/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
27 changes: 27 additions & 0 deletions packages/notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/notifications/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b36f422

Please sign in to comment.