Skip to content

Commit

Permalink
➖ Drop unstable Amsterdam theme
Browse files Browse the repository at this point in the history
On explicit request to not include Amsterdam in communication.
  • Loading branch information
sergei-maertens committed Nov 3, 2023
1 parent fc50278 commit cdceb0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
import '@gemeente-denhaag/design-tokens-components/dist/theme/index.css';
import '@nl-design-system-unstable/amsterdam-design-tokens/dist/index.css';
import '@nl-design-system-unstable/rotterdam-design-tokens/dist/index.css';
import '@utrecht/design-tokens/dist/index.css';
import 'design-token-editor/lib/css/dte.css';
import 'design-token-editor/lib/css/root.css';
import 'flatpickr';
import 'flatpickr/dist/l10n/nl.js';
import 'leaflet/dist/leaflet.css';
import {fixIconUrls as fixLeafletIconUrls} from 'map';
import {initialize, mswDecorator, mswLoader} from 'msw-storybook-addon';
import {Formio, Templates} from 'react-formio';
import {fixIconUrls as fixLeafletIconUrls} from 'map';
import 'scss/dte-theme.scss';
import 'leaflet/dist/leaflet.css';
// load these AFTER the community styles, which is closer in simulating the CSS loading
// order of our own components
import 'styles.scss';
Expand Down Expand Up @@ -59,7 +58,6 @@ export default {
target: 'root',
list: [
{name: 'Open Forms', class: 'openforms-theme', color: '#01689B'},
{name: 'Gemeente Amsterdam', class: 'amsterdam-theme', color: '#004699'},
{name: 'Gemeente Den Haag', class: 'denhaag-theme', color: '#238541'},
{name: 'Gemeente Rotterdam', class: 'rotterdam-theme', color: '#00811F'},
{name: 'Gemeente Utrecht', class: 'utrecht-theme', color: '#cc0000'},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
"@babel/preset-react": "^7.18.6",
"@formatjs/cli": "^4.2.33",
"@gemeente-denhaag/design-tokens-components": "^0.2.3-alpha.315",
"@nl-design-system-unstable/amsterdam-design-tokens": "1.0.0-alpha.107",
"@nl-design-system-unstable/rotterdam-design-tokens": "1.0.0-alpha.100",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@storybook/addon-actions": "^7.0.22",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2936,11 +2936,6 @@
dependencies:
eslint-scope "5.1.1"

"@nl-design-system-unstable/[email protected]":
version "1.0.0-alpha.107"
resolved "https://registry.yarnpkg.com/@nl-design-system-unstable/amsterdam-design-tokens/-/amsterdam-design-tokens-1.0.0-alpha.107.tgz#5b0dbff57fb9b1611dd394c2cb3e48b8d7587137"
integrity sha512-YTixMpGLuS9gluB73OSsFfPaiDapQI0frjgxpWtqsSpeslnwkzPhYzbEppY81nkIXrwIpScioz1/CDwBjmh9Gw==

"@nl-design-system-unstable/[email protected]":
version "1.0.0-alpha.100"
resolved "https://registry.yarnpkg.com/@nl-design-system-unstable/rotterdam-design-tokens/-/rotterdam-design-tokens-1.0.0-alpha.100.tgz#db1b00b7abd50c32cbc3385c87bebac7382f1dcb"
Expand Down

0 comments on commit cdceb0b

Please sign in to comment.