Skip to content

Commit

Permalink
refactor: refacoring IconButton component
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Mar 17, 2023
1 parent adead6a commit cb8ffa1
Show file tree
Hide file tree
Showing 6 changed files with 561 additions and 129 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"build-docs:with-theme": "cd ./www && \"$npm_execpath\" install && \"$npm_execpath\" run build:with-theme",
"commit": "commit",
"debug-test": "node --inspect-brk node_modules/.bin/jest --runInBand --coverage",
"stylelint": "stylelint \"src/**/*.scss\" \"scss/**/*.scss\" \"www/src/**/*.scss\" --config .stylelintrc.json --fix",
"stylelint": "stylelint \"src/**/*.scss\" \"scss/**/*.scss\" \"www/src/**/*.scss\" --config .stylelintrc.json",
"lint": "npm run stylelint && eslint --ext .js --ext .jsx --ext .ts --ext .tsx . && npm run generate-component-lint && npm run lint-docs",
"lint-docs": "cd ./www && \"$npm_execpath\" run lint",
"prepublishOnly": "npm run build",
Expand Down
2 changes: 1 addition & 1 deletion scss/core/css/custom-media-breakpoints.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Wed, 15 Mar 2023 01:15:01 GMT
* Generated on Fri, 17 Mar 2023 13:58:00 GMT
*/

@custom-media --pgn-size-breakpoint-xs (min-width: 0);
Expand Down
2 changes: 1 addition & 1 deletion scss/core/css/utility-classes.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Wed, 15 Mar 2023 01:15:01 GMT
* Generated on Fri, 17 Mar 2023 13:58:00 GMT
*/

.bg-dark {
Expand Down
Loading

0 comments on commit cb8ffa1

Please sign in to comment.