Skip to content

Commit

Permalink
feat(ld-sidenav): add header and toggle outside to sidenav
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
- The toggle that was previously integrated in the ld-sidenav component has been removed and instead placed in two new components: the ld-sidenav-header and the ld-sidenav-toggle-outside components.
- The ld-sidenav-navitem prop active has been renamed to selected.
  • Loading branch information
borisdiakur committed Jun 22, 2022
1 parent 07582f1 commit 8efa4f0
Show file tree
Hide file tree
Showing 163 changed files with 7,402 additions and 5,440 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
[![browser-support](https://img.shields.io/static/v1?label=Browser-support&message=modern%20evergreen&color=01884C)](https://caniuse.com/?search=css-variables)
[![Coverage Status](https://coveralls.io/repos/github/emdgroup-liquid/liquid/badge.svg?branch=develop)](https://coveralls.io/github/emdgroup-liquid/liquid?branch=develop)

> ⚠️ **Important**: Liquid Oxygen is still in an early development stage and there may be breaking changes in upcoming releases. If you get stuck, reach out for help in [GitHub discussions](https://github.com/emdgroup-liquid/liquid/discussions) or our [Teams channel](https://teams.microsoft.com/l/channel/19%3aeae3b35b0cbf42659e45c2b5592e0c0e%40thread.tacv2/General?groupId=88f23881-53e2-4a99-ad5c-8188c1087bbf&tenantId=db76fb59-a377-4120-bc54-59dead7d39c9).
>
> Looking for the legacy version of the Liquid Design System? Click [here](https://liquid-legacy-docs.merck.design/).
Liquid is a UI component library based on the [Liquid Design System](https://www.figma.com/file/8GYcAOePm8Tt9qqJ7Gnv99/Liquid-Oxygen-(Share)?node-id=3%3A14310), focusing on accessibility and interoperability. It is built with [Stencil.js](https://stenciljs.com) and contains, inter alia, CSS Components and Web Components, bundled in several bundle formats, which you can use in a wide veriaty of plattforms and projects.

> Looking for the legacy version of the Liquid Design System? Click [here](https://liquid-legacy-docs.merck.design/).
## Links

- [Getting started](https://liquid.emd.design/liquid/introduction/getting-started/)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@
"build:copy_design_tokens": "shx cp src/liquid/global/styles/design-tokens.json dist/css/design-tokens.json",
"build:tailwind_preset": "tsc src/liquid/global/styles/tailwindPreset.ts --moduleResolution node --target esnext --outfile dist/css/tailwind-preset.js",
"generate": "stencil generate",
"icons:optimise": "ts-node scripts/iconsOptimise.ts",
"icons:update": "dotenv -e .env -- ts-node scripts/iconsUpdate.ts",
"lint": "run-s lint:ts lint:eslint lint:styles",
"lint:eslint": "eslint .",
"lint:styles": "stylelint ./src/**/*css",
"lint:ts": "tsc --noemit -p tsconfig.docs.json",
"optimise_svg_icons": "ts-node scripts/optimiseSVGIcons.ts",
"prepare": "husky install",
"start": "run-p serve 'build:styles:docs:*' 'watch:**' start:info",
"start:info": "echo 'serving on http://localhost:8080'",
Expand All @@ -66,20 +67,19 @@
"test:unit": "stencil test --spec --coverage",
"test:watch": "stencil test --spec --e2e --watchAll",
"test:compare_screenshots": "live-server --port=4000 --open=compare.html screenshot --quiet --mount=/node_modules:./node_modules --mount=/.stencil:./.stencil",
"update_icons": "dotenv -e .env -- ts-node scripts/updateIcons.ts",
"watch:eleventy": "dotenv -e .env -- yarn eleventy --watch",
"watch:global_styles:liquid": "chokidar src/liquid/global/styles/**/*.css -c 'yarn build:styles:docs:liquid'",
"watch:global_styles:docs": "chokidar src/docs/global/styles/**/*.css -c 'yarn build:styles:docs:docs'",
"watch:stencil": "stencil build --docs --watch --dev --no-open --config=stencil.config.docs.ts",
"watch:styles:components": "chokidar src/liquid/components/**/*.css -c 'yarn build:styles:docs:components'"
},
"dependencies": {
"@stencil/core": "^2.15.0",
"@stencil/core": "^2.16.1",
"tether": "^2.0.0"
},
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
"@babel/core": "^7.17.9",
Expand Down
Loading

0 comments on commit 8efa4f0

Please sign in to comment.