Skip to content

Commit

Permalink
Merge branch 'main' into feature/no-id/slack-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
waclukasz authored Feb 3, 2025
2 parents 1bbcdeb + 69030e0 commit 9a399f3
Show file tree
Hide file tree
Showing 90 changed files with 3,099 additions and 991 deletions.
3 changes: 2 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"selector-class-pattern": null,
"no-descending-specificity": null,
"order/properties-alphabetical-order": null,
"import-notation": "string"
"import-notation": "string",
"no-invalid-position-at-import-rule": null
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"version": "2.18.0",
"version": "2.20.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
182 changes: 176 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/example-react/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "example-react",
"private": true,
"version": "2.18.0",
"version": "2.20.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@livechat/design-system-icons": "^2.15.0",
"@livechat/design-system-react-components": "^2.18.0",
"@livechat/design-system-icons": "^2.20.0",
"@livechat/design-system-react-components": "^2.20.0",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
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": "@livechat/design-system-icons",
"version": "2.15.0",
"version": "2.20.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down
3 changes: 3 additions & 0 deletions packages/icons/svg/ShortcutArrowBack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/ShortcutArrowDown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/ShortcutArrowRight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/ShortcutArrowUp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/icons/svg/ShortcutCapsLock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/ShortcutCommand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/ShortcutControl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/ShortcutDelete.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/ShortcutEnter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/ShortcutOption.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/ShortcutShift.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions packages/icons/svg/ShortcutTab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livechat/design-system-react-components",
"version": "2.18.0",
"version": "2.20.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -33,7 +33,8 @@
},
"peerDependencies": {
"react": ">= 18.3.0",
"react-dom": ">= 18.3.0"
"react-dom": ">= 18.3.0",
"@emotion/css": "^11.13.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.5.0",
Expand Down Expand Up @@ -74,9 +75,10 @@
"vitest": "^1.6.0"
},
"dependencies": {
"@emotion/css": "^11.13.0",
"@floating-ui/react": "^0.26.25",
"@livechat/data-utils": "^0.2.16",
"@livechat/design-system-icons": "^2.15.0",
"@livechat/design-system-icons": "^2.20.0",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"lodash.debounce": "^4.0.8",
Expand Down
Loading

0 comments on commit 9a399f3

Please sign in to comment.