Skip to content

Commit

Permalink
Merge branch 'main' into feature/848
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinsawicki authored Nov 2, 2023
2 parents 79d892d + dcc053e commit d35bc27
Show file tree
Hide file tree
Showing 43 changed files with 810 additions and 513 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "1.2.0",
"version": "1.3.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
53 changes: 44 additions & 9 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": "1.2.0",
"version": "1.3.0",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@livechat/design-system-icons": "^1.1.0",
"@livechat/design-system-react-components": "^1.2.0",
"@livechat/design-system-icons": "^1.3.0",
"@livechat/design-system-react-components": "^1.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/entryConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ const entryConfig = {
CloseCircle: './lib/CloseCircle.tsx',
CloseCircleFilled: './lib/CloseCircleFilled.tsx',
CloseFilled: './lib/CloseFilled.tsx',
Cloud: './lib/Cloud.tsx',
CloudFilled: './lib/CloudFilled.tsx',
CloudflareColored: './lib/CloudflareColored.tsx',
Code: './lib/Code.tsx',
CodeBlack: './lib/CodeBlack.tsx',
Expand Down Expand Up @@ -243,6 +245,7 @@ const entryConfig = {
Italic: './lib/Italic.tsx',
ItalicFilled: './lib/ItalicFilled.tsx',
JoomlaColored: './lib/JoomlaColored.tsx',
Key: './lib/Key.tsx',
Keyboard: './lib/Keyboard.tsx',
KeyboardFilled: './lib/KeyboardFilled.tsx',
KnowledgeBaseColored: './lib/KnowledgeBaseColored.tsx',
Expand Down Expand Up @@ -338,6 +341,8 @@ const entryConfig = {
SettingsFilled: './lib/SettingsFilled.tsx',
Share: './lib/Share.tsx',
ShareFilled: './lib/ShareFilled.tsx',
ShieldLock: './lib/ShieldLock.tsx',
ShieldLockFilled: './lib/ShieldLockFilled.tsx',
ShopifyColored: './lib/ShopifyColored.tsx',
ShoppingCart: './lib/ShoppingCart.tsx',
ShoppingCartFilled: './lib/ShoppingCartFilled.tsx',
Expand All @@ -347,6 +352,7 @@ const entryConfig = {
SoundOffFilled: './lib/SoundOffFilled.tsx',
SoundOn: './lib/SoundOn.tsx',
SoundOnFilled: './lib/SoundOnFilled.tsx',
SourceCode: './lib/SourceCode.tsx',
Spy: './lib/Spy.tsx',
SpyFilled: './lib/SpyFilled.tsx',
Strikethrough: './lib/Strikethrough.tsx',
Expand All @@ -359,6 +365,8 @@ const entryConfig = {
TagFilled: './lib/TagFilled.tsx',
TargetArrow: './lib/TargetArrow.tsx',
TargetArrowFilled: './lib/TargetArrowFilled.tsx',
TelegramColored: './lib/TelegramColored.tsx',
TelegramMono: './lib/TelegramMono.tsx',
TextBlock: './lib/TextBlock.tsx',
TextBlockFilled: './lib/TextBlockFilled.tsx',
TextFields: './lib/TextFields.tsx',
Expand Down
42 changes: 41 additions & 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": "1.1.0",
"version": "1.3.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -597,6 +597,16 @@
"require": "./dist/CloseFilled.cjs.js",
"types": "./dist/CloseFilled.d.ts"
},
"./Cloud": {
"import": "./dist/Cloud.es.js",
"require": "./dist/Cloud.cjs.js",
"types": "./dist/Cloud.d.ts"
},
"./CloudFilled": {
"import": "./dist/CloudFilled.es.js",
"require": "./dist/CloudFilled.cjs.js",
"types": "./dist/CloudFilled.d.ts"
},
"./CloudflareColored": {
"import": "./dist/CloudflareColored.es.js",
"require": "./dist/CloudflareColored.cjs.js",
Expand Down Expand Up @@ -1252,6 +1262,11 @@
"require": "./dist/JoomlaColored.cjs.js",
"types": "./dist/JoomlaColored.d.ts"
},
"./Key": {
"import": "./dist/Key.es.js",
"require": "./dist/Key.cjs.js",
"types": "./dist/Key.d.ts"
},
"./Keyboard": {
"import": "./dist/Keyboard.es.js",
"require": "./dist/Keyboard.cjs.js",
Expand Down Expand Up @@ -1727,6 +1742,16 @@
"require": "./dist/ShareFilled.cjs.js",
"types": "./dist/ShareFilled.d.ts"
},
"./ShieldLock": {
"import": "./dist/ShieldLock.es.js",
"require": "./dist/ShieldLock.cjs.js",
"types": "./dist/ShieldLock.d.ts"
},
"./ShieldLockFilled": {
"import": "./dist/ShieldLockFilled.es.js",
"require": "./dist/ShieldLockFilled.cjs.js",
"types": "./dist/ShieldLockFilled.d.ts"
},
"./ShopifyColored": {
"import": "./dist/ShopifyColored.es.js",
"require": "./dist/ShopifyColored.cjs.js",
Expand Down Expand Up @@ -1772,6 +1797,11 @@
"require": "./dist/SoundOnFilled.cjs.js",
"types": "./dist/SoundOnFilled.d.ts"
},
"./SourceCode": {
"import": "./dist/SourceCode.es.js",
"require": "./dist/SourceCode.cjs.js",
"types": "./dist/SourceCode.d.ts"
},
"./Spy": {
"import": "./dist/Spy.es.js",
"require": "./dist/Spy.cjs.js",
Expand Down Expand Up @@ -1832,6 +1862,16 @@
"require": "./dist/TargetArrowFilled.cjs.js",
"types": "./dist/TargetArrowFilled.d.ts"
},
"./TelegramColored": {
"import": "./dist/TelegramColored.es.js",
"require": "./dist/TelegramColored.cjs.js",
"types": "./dist/TelegramColored.d.ts"
},
"./TelegramMono": {
"import": "./dist/TelegramMono.es.js",
"require": "./dist/TelegramMono.cjs.js",
"types": "./dist/TelegramMono.d.ts"
},
"./TextBlock": {
"import": "./dist/TextBlock.es.js",
"require": "./dist/TextBlock.cjs.js",
Expand Down
3 changes: 3 additions & 0 deletions packages/icons/svg/cloud-filled.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/cloud.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/key.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/icons/svg/people-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions packages/icons/svg/report-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d35bc27

Please sign in to comment.