Skip to content

Commit

Permalink
Upgrade: Build stack
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Oct 28, 2024
1 parent 535c8cf commit 5f06990
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
6 changes: 3 additions & 3 deletions Resources/Private/DirectionEditor/Editor/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@

&:hover,
&:focus {
color: var(--colors-PrimaryBlue from global);
color: var(--colors-PrimaryBlue);
}
}

.active {
border-radius: 50%;
box-shadow: 0 0 0 2px var(--colors-PrimaryBlue from global);
box-shadow: 0 0 0 2px var(--colors-PrimaryBlue);
}

.highlight {
border-radius: 50%;
box-shadow: 0 0 0 2px var(--colors-Warn from global);
box-shadow: 0 0 0 2px var(--colors-Warn);
}

.northWest {
Expand Down
5 changes: 0 additions & 5 deletions build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import esbuild from "esbuild";
import extensibilityMap from "@neos-project/neos-ui-extensibility/extensibilityMap.json" assert { type: "json" };
import { cssModules } from "esbuild-plugin-lightningcss-modules";


/** @type {import("esbuild").BuildOptions} */
const options = {
logLevel: "info",
Expand All @@ -24,10 +23,6 @@ const options = {
targets: {
chrome: 80, // aligns somewhat to es2020
},
cssModules: {
dashedIdents: true,
pattern: "carbon-directioneditor-[hash]-[local]",
},
}),
],
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "node build.mjs"
},
"devDependencies": {
"@neos-project/neos-ui-extensibility": "~8.3.10",
"@neos-project/neos-ui-extensibility": "~8.3.11",
"clsx": "^2.1.1",
"esbuild": "^0.24.0",
"esbuild-plugin-lightningcss-modules": "^0.1.2",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

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

0 comments on commit 5f06990

Please sign in to comment.