Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node v${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

- name: Cache pnpm modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Archive bin_dist artifacts
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bin_dist
path: |
Expand All @@ -84,7 +84,7 @@ jobs:

- name: Archive dist_docs artifacts
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist_docs
path: dist_docs
Expand All @@ -105,10 +105,10 @@ jobs:

steps:
- name: Check out repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download dist_docs artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist_docs
path: dist_docs
Expand Down Expand Up @@ -139,15 +139,15 @@ jobs:

steps:
- name: Checkout the repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

- name: Cache pnpm modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -162,7 +162,7 @@ jobs:
args: [--frozen-lockfile]

- name: Download bin_dist artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bin_dist
path: ./
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Deprecation Notice: Liquid Oxygen will shortly be deprecated. Please use Liquid Carbon from now on.](./deprecation-banner.svg)](https://carbon.emd.design)

# Liquid

[![Join us on GitHub discussions](https://img.shields.io/badge/Join%20us-on%20GitHub%20discussions-blue?style=flat&color=0F69AF)](https://github.com/emdgroup-liquid/liquid/discussions)
Expand All @@ -7,15 +9,15 @@
[![Coverage Status](https://coveralls.io/repos/github/emdgroup-liquid/liquid/badge.svg?branch=main)](https://coveralls.io/github/emdgroup-liquid/liquid?branch=main)
[![Open in GitHub Codespaces](https://img.shields.io/badge/Open%20in-GitHub%20Codespaces-black?style=flat&color=24292F)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=344421806&machine=standardLinux32gb&location=WestEurope)

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.
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.

## Links

- [Getting started](https://liquid.emd.design/liquid/introduction/getting-started/)
- [Sandbox apps](https://liquid.emd.design/liquid/guides/sandbox-applications/)
- [Feature backlog](https://github.com/emdgroup-liquid/liquid/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3Afeature+-label%3Aduplicate+is%3Aopen)
- [Changelog](https://github.com/emdgroup-liquid/liquid/releases) / [Breaking changes](https://github.com/emdgroup-liquid/liquid/releases?q=".0.0")
- [Liquid Design System on Figma](https://www.figma.com/file/8GYcAOePm8Tt9qqJ7Gnv99/Liquid-Oxygen-(Share)?node-id=3%3A14310)
- [Liquid Design System on Figma](<https://www.figma.com/file/8GYcAOePm8Tt9qqJ7Gnv99/Liquid-Oxygen-(Share)?node-id=3%3A14310>)

## Contributing

Expand Down
76 changes: 76 additions & 0 deletions deprecation-banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/js-cookie": "^3.0.2",
"@types/jsdom": "^16.2.15",
"@types/node": "^20.1.0",
"@types/react": "^18.0.38",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.0.11",
"@types/tether": "^1.4.6",
"@typescript-eslint/eslint-plugin": "^6.1.0",
Expand Down Expand Up @@ -155,14 +155,14 @@
"stylelint-config-standard": "^36.0.0",
"stylelint-declaration-strict-value": "^1.9.1",
"stylelint-high-performance-animation": "^1.8.0",
"stylelint-no-unsupported-browser-features": "^8.0.0",
"stylelint-no-unsupported-browser-features": "^8.0.5",
"stylelint-use-nesting": "^4.1.0",
"svgo": "^3.0.2",
"tailwindcss": "^3.2.6",
"trash-cli": "^5.0.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"typescript": "^5.3.3",
"validate-branch-name": "^1.3.0",
"vue": "^3.3.4",
"wicg-inert": "^3.1.2",
Expand Down
Loading
Loading