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

* 'develop' of https://github.com/leemonade/bubbles:
  chore: version bump
  feat: Add punctuable and non-evaluable icons
  chore: version bump
  Remove unnecesary files.
  chore: version bump
  • Loading branch information
johan-fx committed Dec 19, 2023
2 parents cf77c17 + df63df0 commit 9f15687
Show file tree
Hide file tree
Showing 23 changed files with 230 additions and 270 deletions.
108 changes: 0 additions & 108 deletions .idea/sonarlint/issuestore/index.pb

This file was deleted.

108 changes: 0 additions & 108 deletions .idea/sonarlint/securityhotspotstore/index.pb

This file was deleted.

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.68

### Patch Changes

- Versions bump
- Updated dependencies
- @bubbles-ui/components@1.2.68
- @bubbles-ui/icons@1.2.68

## 1.2.67

### Patch Changes

- Versions bump
- Updated dependencies
- @bubbles-ui/components@1.2.67
- @bubbles-ui/icons@1.2.67

## 1.2.66

### Patch Changes

- Versions bump
- Updated dependencies
- @bubbles-ui/components@1.2.66
- @bubbles-ui/icons@1.2.66

## 1.2.65

### 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.65",
"version": "1.2.68",
"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.65",
"@bubbles-ui/icons": "^1.2.65",
"@bubbles-ui/components": "^1.2.68",
"@bubbles-ui/icons": "^1.2.68",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"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.68

### Patch Changes

- Versions bump
- Updated dependencies
- @bubbles-ui/icons@1.2.68

## 1.2.67

### Patch Changes

- Versions bump
- Updated dependencies
- @bubbles-ui/icons@1.2.67

## 1.2.66

### Patch Changes

- Versions bump
- Updated dependencies
- @bubbles-ui/icons@1.2.66

## 1.2.65

### 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.65",
"version": "1.2.68",
"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.65",
"@bubbles-ui/icons": "^1.2.68",
"@emotion/react": "^11.10.0",
"@heroicons/react": "^1.0.5",
"@hookform/resolvers": "^3.3.2",
Expand Down
41 changes: 7 additions & 34 deletions packages/components/src/tokens.compiled.js
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ export default {
"y": 0,
"blur": 4,
"spread": 0,
"color": "#ffffff",
"color": "#ffffff26",
"type": "dropShadow"
},
"type": "boxShadow"
Expand Down Expand Up @@ -1234,17 +1234,8 @@ export default {
"type": "color"
},
"hover--reverse-transparent": {
"value": "#ffffff",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.15",
"space": "lch"
}
}
}
"value": "#ffffff26",
"type": "color"
},
"down": {
"value": "#F1FFBD",
Expand Down Expand Up @@ -4939,30 +4930,12 @@ export default {
"color": {
"primary": {
"default": {
"value": "#4D5358",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.4",
"space": "lch"
}
}
}
"value": "#4d535866",
"type": "color"
},
"hover": {
"value": "#4D5358",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.7",
"space": "lch"
}
}
}
"value": "#4d5358b3",
"type": "color"
},
"down": {
"value": "#4D5358",
Expand Down
Loading

0 comments on commit 9f15687

Please sign in to comment.