diff --git a/packages/calendars/CHANGELOG.md b/packages/calendars/CHANGELOG.md index c29dc37a3..b61c43318 100644 --- a/packages/calendars/CHANGELOG.md +++ b/packages/calendars/CHANGELOG.md @@ -1,5 +1,23 @@ # @bubbles-ui/calendars +## 1.2.102 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.102 + - @bubbles-ui/icons@1.2.102 + +## 1.2.101 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.101 + - @bubbles-ui/icons@1.2.101 + ## 1.2.100 ### Patch Changes diff --git a/packages/calendars/package.json b/packages/calendars/package.json index 8f6f3b6be..317910749 100644 --- a/packages/calendars/package.json +++ b/packages/calendars/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/calendars", - "version": "1.2.100", + "version": "1.2.102", "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.100", - "@bubbles-ui/icons": "^1.2.100", + "@bubbles-ui/components": "^1.2.102", + "@bubbles-ui/icons": "^1.2.102", "react": "^17.0.1", "react-dom": "^17.0.1", "webpack": "*" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index c34f04bc6..6a7838bbf 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,21 @@ # @bubbles-ui/components +## 1.2.102 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.102 + +## 1.2.101 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/icons@1.2.101 + ## 1.2.100 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index 580f39d97..ce30b80eb 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/components", - "version": "1.2.100", + "version": "1.2.102", "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.100", + "@bubbles-ui/icons": "^1.2.102", "@emotion/react": "^11.10.0", "@heroicons/react": "^1.0.5", "@hookform/resolvers": "^3.3.2", diff --git a/packages/editors/CHANGELOG.md b/packages/editors/CHANGELOG.md index 6b071e359..72f40cc21 100644 --- a/packages/editors/CHANGELOG.md +++ b/packages/editors/CHANGELOG.md @@ -1,5 +1,23 @@ # @bubbles-ui/editors +## 1.2.102 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.102 + - @bubbles-ui/icons@1.2.102 + +## 1.2.101 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.101 + - @bubbles-ui/icons@1.2.101 + ## 1.2.100 ### Patch Changes diff --git a/packages/editors/package.json b/packages/editors/package.json index cb145c836..d9d83e62d 100644 --- a/packages/editors/package.json +++ b/packages/editors/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/editors", - "version": "1.2.100", + "version": "1.2.102", "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.100", - "@bubbles-ui/icons": "^1.2.100", + "@bubbles-ui/components": "^1.2.102", + "@bubbles-ui/icons": "^1.2.102", "react": "^17.0.1", "react-dom": "^17.0.1", "webpack": "*" diff --git a/packages/extras/CHANGELOG.md b/packages/extras/CHANGELOG.md index a58663346..a3423bbe9 100644 --- a/packages/extras/CHANGELOG.md +++ b/packages/extras/CHANGELOG.md @@ -1,5 +1,23 @@ # @bubbles-ui/extras +## 1.2.102 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.102 + - @bubbles-ui/icons@1.2.102 + +## 1.2.101 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.101 + - @bubbles-ui/icons@1.2.101 + ## 1.2.100 ### Patch Changes diff --git a/packages/extras/package.json b/packages/extras/package.json index 211211f38..6b801b740 100644 --- a/packages/extras/package.json +++ b/packages/extras/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/extras", - "version": "1.2.100", + "version": "1.2.102", "description": "The Bubbles Design System is Leemonade's open-source design system for products and experiences.", "main": "lib/index.js", "module": "es/index.js", @@ -53,8 +53,8 @@ "swiper": "^8.1.4" }, "peerDependencies": { - "@bubbles-ui/components": "^1.2.100", - "@bubbles-ui/icons": "^1.2.100", + "@bubbles-ui/components": "^1.2.102", + "@bubbles-ui/icons": "^1.2.102", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.1", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 036047503..0ca3eab96 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,17 @@ # @bubbles-ui/icons +## 1.2.102 + +### Patch Changes + +- Versions bump + +## 1.2.101 + +### Patch Changes + +- Versions bump + ## 1.2.100 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index d0f3994af..5e6bbeb56 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/icons", - "version": "1.2.100", + "version": "1.2.102", "description": "The Bubbles Design System icons library.", "license": "MIT", "repository": { diff --git a/packages/icons/solid/esm/index.d.ts b/packages/icons/solid/esm/index.d.ts index fdea74552..cd8bff095 100644 --- a/packages/icons/solid/esm/index.d.ts +++ b/packages/icons/solid/esm/index.d.ts @@ -1,4 +1,5 @@ export { default as ActivitiesIcon } from './ActivitiesIcon' +export { default as AddCommentIcon } from './AddCommentIcon' export { default as AlertInformationCircleIcon } from './AlertInformationCircleIcon' export { default as AlertWarningTriangleIcon } from './AlertWarningTriangleIcon' export { default as AnalyticsGraphBarIcon } from './AnalyticsGraphBarIcon' @@ -24,6 +25,7 @@ export { default as ChatTranslateIcon } from './ChatTranslateIcon' export { default as CheckIcon } from './CheckIcon' export { default as ClassIcon } from './ClassIcon' export { default as CommentIcon } from './CommentIcon' +export { default as CommentedIcon } from './CommentedIcon' export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon' export { default as ComputerKeyboardReturnIcon } from './ComputerKeyboardReturnIcon' export { default as ComputerKeyboardIcon } from './ComputerKeyboardIcon' diff --git a/packages/icons/solid/esm/index.js b/packages/icons/solid/esm/index.js index bbbd117d5..d4b5db0cb 100644 --- a/packages/icons/solid/esm/index.js +++ b/packages/icons/solid/esm/index.js @@ -1,4 +1,5 @@ export { default as ActivitiesIcon } from './ActivitiesIcon.js' +export { default as AddCommentIcon } from './AddCommentIcon.js' export { default as AlertInformationCircleIcon } from './AlertInformationCircleIcon.js' export { default as AlertWarningTriangleIcon } from './AlertWarningTriangleIcon.js' export { default as AnalyticsGraphBarIcon } from './AnalyticsGraphBarIcon.js' @@ -24,6 +25,7 @@ export { default as ChatTranslateIcon } from './ChatTranslateIcon.js' export { default as CheckIcon } from './CheckIcon.js' export { default as ClassIcon } from './ClassIcon.js' export { default as CommentIcon } from './CommentIcon.js' +export { default as CommentedIcon } from './CommentedIcon.js' export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon.js' export { default as ComputerKeyboardReturnIcon } from './ComputerKeyboardReturnIcon.js' export { default as ComputerKeyboardIcon } from './ComputerKeyboardIcon.js' diff --git a/packages/icons/solid/index.d.ts b/packages/icons/solid/index.d.ts index fdea74552..cd8bff095 100644 --- a/packages/icons/solid/index.d.ts +++ b/packages/icons/solid/index.d.ts @@ -1,4 +1,5 @@ export { default as ActivitiesIcon } from './ActivitiesIcon' +export { default as AddCommentIcon } from './AddCommentIcon' export { default as AlertInformationCircleIcon } from './AlertInformationCircleIcon' export { default as AlertWarningTriangleIcon } from './AlertWarningTriangleIcon' export { default as AnalyticsGraphBarIcon } from './AnalyticsGraphBarIcon' @@ -24,6 +25,7 @@ export { default as ChatTranslateIcon } from './ChatTranslateIcon' export { default as CheckIcon } from './CheckIcon' export { default as ClassIcon } from './ClassIcon' export { default as CommentIcon } from './CommentIcon' +export { default as CommentedIcon } from './CommentedIcon' export { default as ComputerKeyboardNextIcon } from './ComputerKeyboardNextIcon' export { default as ComputerKeyboardReturnIcon } from './ComputerKeyboardReturnIcon' export { default as ComputerKeyboardIcon } from './ComputerKeyboardIcon' diff --git a/packages/icons/solid/index.js b/packages/icons/solid/index.js index ef89fa655..c7ba47509 100644 --- a/packages/icons/solid/index.js +++ b/packages/icons/solid/index.js @@ -1,4 +1,5 @@ module.exports.ActivitiesIcon = require("./ActivitiesIcon.js") +module.exports.AddCommentIcon = require("./AddCommentIcon.js") module.exports.AlertInformationCircleIcon = require("./AlertInformationCircleIcon.js") module.exports.AlertWarningTriangleIcon = require("./AlertWarningTriangleIcon.js") module.exports.AnalyticsGraphBarIcon = require("./AnalyticsGraphBarIcon.js") @@ -24,6 +25,7 @@ module.exports.ChatTranslateIcon = require("./ChatTranslateIcon.js") module.exports.CheckIcon = require("./CheckIcon.js") module.exports.ClassIcon = require("./ClassIcon.js") module.exports.CommentIcon = require("./CommentIcon.js") +module.exports.CommentedIcon = require("./CommentedIcon.js") module.exports.ComputerKeyboardNextIcon = require("./ComputerKeyboardNextIcon.js") module.exports.ComputerKeyboardReturnIcon = require("./ComputerKeyboardReturnIcon.js") module.exports.ComputerKeyboardIcon = require("./ComputerKeyboardIcon.js") diff --git a/packages/icons/src/solid/add-comment.svg b/packages/icons/src/solid/add-comment.svg new file mode 100644 index 000000000..ce3ba9657 --- /dev/null +++ b/packages/icons/src/solid/add-comment.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/packages/icons/src/solid/commented.svg b/packages/icons/src/solid/commented.svg new file mode 100644 index 000000000..1184b0d46 --- /dev/null +++ b/packages/icons/src/solid/commented.svg @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/packages/leemons/CHANGELOG.md b/packages/leemons/CHANGELOG.md index a08481b60..50e594b7e 100644 --- a/packages/leemons/CHANGELOG.md +++ b/packages/leemons/CHANGELOG.md @@ -1,5 +1,27 @@ # @bubbles-ui/leemons +## 1.2.102 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.102 + - @bubbles-ui/calendars@1.2.102 + - @bubbles-ui/editors@1.2.102 + - @bubbles-ui/icons@1.2.102 + +## 1.2.101 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.101 + - @bubbles-ui/calendars@1.2.101 + - @bubbles-ui/editors@1.2.101 + - @bubbles-ui/icons@1.2.101 + ## 1.2.100 ### Patch Changes diff --git a/packages/leemons/package.json b/packages/leemons/package.json index fb2bddce9..67e06bc22 100644 --- a/packages/leemons/package.json +++ b/packages/leemons/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/leemons", - "version": "1.2.100", + "version": "1.2.102", "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.100", - "@bubbles-ui/components": "^1.2.100", - "@bubbles-ui/editors": "^1.2.100", - "@bubbles-ui/icons": "^1.2.100", + "@bubbles-ui/calendars": "^1.2.102", + "@bubbles-ui/components": "^1.2.102", + "@bubbles-ui/editors": "^1.2.102", + "@bubbles-ui/icons": "^1.2.102", "dayjs": "^1.10.7", "react": "^17.0.1", "react-dom": "^17.0.1", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index c0cb98303..5e6c9361d 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,23 @@ # @bubbles-ui/notifications +## 1.2.102 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.102 + - @bubbles-ui/icons@1.2.102 + +## 1.2.101 + +### Patch Changes + +- Versions bump +- Updated dependencies + - @bubbles-ui/components@1.2.101 + - @bubbles-ui/icons@1.2.101 + ## 1.2.100 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 31c9132ec..40b41907b 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@bubbles-ui/notifications", - "version": "1.2.100", + "version": "1.2.102", "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.100", - "@bubbles-ui/icons": "^1.2.100", + "@bubbles-ui/components": "^1.2.102", + "@bubbles-ui/icons": "^1.2.102", "@mantine/core": "5.2.4", "@mantine/hooks": "5.2.4", "react": "^17.0.1",