Skip to content

Commit

Permalink
Run update icon exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ponnex committed Mar 15, 2024
1 parent 02d325f commit 11b9cea
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toniq-labs/design-system-root",
"version": "16.4.0",
"version": "16.4.1",
"private": true,
"description": "Root design system mono-repo package.",
"homepage": "https://github.com/Toniq-Labs/toniq-labs-design-system",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toniq-labs/design-system",
"version": "16.4.0",
"version": "16.4.1",
"private": false,
"description": "Design system elements for Toniq Labs",
"keywords": [
Expand Down
4 changes: 3 additions & 1 deletion packages/design-system/src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export * from './svgs/core-24/shopping-cart-24.icon';
export * from './svgs/core-24/social-24.icon';
export * from './svgs/core-24/square-24.icon';
export * from './svgs/core-24/square-check-24.icon';
export * from './svgs/core-24/tag-24.icon';
export * from './svgs/core-24/trash-24.icon';
export * from './svgs/core-24/upload-24.icon';
export * from './svgs/core-24/wallet-24.icon';
Expand All @@ -172,6 +173,7 @@ export * from './svgs/core-24/x-24.icon';
export * from './svgs/core-48/folder-48.icon';
export * from './svgs/core-48/folder-off-48.icon';
export * from './svgs/core-48/kyc-48.icon';
export * from './svgs/core-48/tag-48.icon';
export * from './svgs/core-64/api-64.icon';
export * from './svgs/core-64/circle-dashes-64.icon';
export * from './svgs/core-64/rocket-64.icon';
Expand Down Expand Up @@ -267,8 +269,8 @@ export const allIconsByCategory = {
Social24Icon,
Square24Icon,
SquareCheck24Icon,
Trash24Icon,
Tag24Icon,
Trash24Icon,
Upload24Icon,
Wallet24Icon,
World24Icon,
Expand Down
2 changes: 1 addition & 1 deletion packages/native-elements-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toniq-labs/design-system-native-elements-test",
"version": "16.4.0",
"version": "16.4.1",
"private": true,
"scripts": {
"compile": "virmator compile",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toniq-labs/design-system-scripts",
"version": "16.4.0",
"version": "16.4.1",
"private": true,
"scripts": {
"compile": "virmator compile",
Expand Down

0 comments on commit 11b9cea

Please sign in to comment.