Skip to content

Commit

Permalink
Fix less export & update ember-power-select / ember-basic-dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jan 4, 2024
1 parent 1acd2dc commit 741f01c
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Power Select

@import "ember-power-select";
@import "ember-power-select/scss/themes/bootstrap";
@import "ember-power-select/themes/bootstrap";
@import "ember-power-calendar";

// Components
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
"stylelint-prettier": "^5.0.0",
"tracked-built-ins": "^3.3.0",
"webpack": "^5.89.0",
"ember-basic-dropdown": "8.0.0-beta.3",
"ember-basic-dropdown": "8.0.0-beta.4",
"ember-cli-sass": "^11.0.1",
"ember-code-snippet": "git+https://[email protected]/ef4/ember-code-snippet.git#d054b697098ad52481c94a952ccf8d89ba1f25fe",
"ember-power-calendar-moment": "^0.5.0",
"ember-power-select": "8.0.0-beta.2",
"ember-power-select": "8.0.0-beta.3",
"moment": "^2.30.1",
"memory-scroll": "^1.0.2",
"prismjs": "^1.29.0",
Expand Down
1 change: 0 additions & 1 deletion ember-power-calendar/_index.less

This file was deleted.

2 changes: 1 addition & 1 deletion ember-power-calendar/_index.scss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import './scss/base';
@import './scss/base.scss';
1 change: 1 addition & 0 deletions ember-power-calendar/ember-power-calendar.less
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import './less/base.less';
4 changes: 2 additions & 2 deletions ember-power-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
".": "./dist/index.js",
"./*": "./dist/*.js",
"./addon-main.js": "./addon-main.cjs",
"./_index.less": "./_index.less",
"./ember-power-calendar.less": "./ember-power-calendar.less",
"./_index.scss": "./_index.scss",
"./less/base.less": "./less/base.less",
"./scss/base.scss": "./scss/base.scss",
"./vendor/*": "./vendor/*"
},
"files": [
"_index.scss",
"_index.less",
"addon-main.cjs",
"declarations",
"dist",
"ember-power-calendar.less",
"less",
"scss",
"vendor"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"license": "MIT",
"author": "Miguel Camba",
"scripts": {
"build": "pnpm run --filter ember-basic-dropdown build",
"build": "pnpm run --filter ember-power-calendar build",
"build:docs": "pnpm run --filter docs build",
"lint": "pnpm run --filter '*' lint",
"lint:fix": "pnpm run --filter '*' lint:fix",
"start": "concurrently 'npm:start:*' --restart-after 5000 --prefix-colors cyan,white,yellow",
"start:addon": "pnpm run --filter ember-basic-dropdown start --no-watch.clearScreen",
"start:addon": "pnpm run --filter ember-power-calendar start --no-watch.clearScreen",
"start:docs": "pnpm run --filter docs start --preserveWatchOutput",
"start:test-app": "pnpm run --filter test-app start"
},
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"stylelint-prettier": "^5.0.0",
"tracked-built-ins": "^3.3.0",
"webpack": "^5.89.0",
"ember-basic-dropdown": "8.0.0-beta.3",
"ember-basic-dropdown": "8.0.0-beta.4",
"ember-cli-sass": "^11.0.1",
"ember-power-calendar-moment": "^0.5.0",
"moment": "^2.30.1",
Expand Down

0 comments on commit 741f01c

Please sign in to comment.