Skip to content

Commit

Permalink
Revert "perf(icon): use auro-icon for selected check mark"
Browse files Browse the repository at this point in the history
This reverts commit 180f905.
  • Loading branch information
jason-capsule42 committed Oct 1, 2024
1 parent c90916b commit bbcde9b
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 60 deletions.
63 changes: 38 additions & 25 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"node": "^18.x || ^20.x"
},
"dependencies": {
"@aurodesignsystem/auro-icon": "^5.0.0-beta.1",
"chalk": "^5.3.0",
"lit": "^3.2.0",
"mark.js": "8.11.0"
Expand Down Expand Up @@ -142,7 +141,7 @@
"web components"
],
"scripts": {
"build": "npm-run-all build:version build:sass sass:render types",
"build": "npm-run-all build:sass sass:render types",
"build:test": "npm-run-all test linters",
"build:release": "npm-run-all build build:test build:api build:docs bundler postinstall",
"build:ci": "npm-run-all sweep build:release",
Expand All @@ -151,14 +150,13 @@
"build:docs": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/generateDocs.mjs",
"build:sass": "npm-run-all build:sass:component postCss:component sass:render",
"build:sass:component": "sass --no-source-map src:src",
"build:version": "node scripts/version.mjs",
"build:watch": "nodemon -e scss,js,html --watch src --watch apiExamples/**/* --exec npm run build:dev:assets",
"bundler": "rollup -c",
"bundler:test": "rollup -c -w",
"scssLint": "stylelint \"./src/**/*.scss\"",
"dev": "concurrently --kill-others \"npm run build:watch\" \"npm run serve\"",
"dist:js": "copyfiles -u 1 -V './src/**/*.js' ./dist",
"esLint": "./node_modules/.bin/eslint src/**/*.js --ignore-pattern 'src/**/*Version.js'",
"esLint": "./node_modules/.bin/eslint src/**/*.js",
"linters": "npm-run-all scssLint esLint",
"preCommit": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/pre-commit.mjs",
"postCss:component": "node ./node_modules/@aurodesignsystem/auro-library/scripts/build/postCss.mjs",
Expand Down
3 changes: 0 additions & 3 deletions scripts/version.mjs

This file was deleted.

Loading

0 comments on commit bbcde9b

Please sign in to comment.