@sbb-esta/lyne-react-dev 4.8.0-dev.1773833187 → 4.8.0-dev.1773833634
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> Lyne Components are the building blocks of the Lyne Design System
|
|
4
4
|
> and are based on standard compliant Web Components
|
|
5
5
|
> created using [Lit](https://lit.dev/) and
|
|
6
|
-
> browsable through [
|
|
6
|
+
> browsable through [Docs App](https://lyne-elements.app.sbb.ch/)
|
|
7
7
|
|
|
8
8
|
## 🎯 Our aim
|
|
9
9
|
|
|
@@ -17,7 +17,7 @@ Lyne Design Tokens and Lyne Components are available for developers and designer
|
|
|
17
17
|
## 📚 Documentation
|
|
18
18
|
|
|
19
19
|
- General docs: [digital.sbb.ch](https://digital.sbb.ch)
|
|
20
|
-
- Component docs
|
|
20
|
+
- [Component docs](https://lyne-elements.app.sbb.ch)
|
|
21
21
|
- [Getting started guide](./docs/GETTING_STARTED.md)
|
|
22
22
|
|
|
23
23
|
## 🔗 Packages
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-react-dev",
|
|
3
|
-
"version": "4.8.0-dev.
|
|
3
|
+
"version": "4.8.0-dev.1773833634",
|
|
4
4
|
"description": "Lyne Design System React Library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
7
7
|
"web components",
|
|
8
8
|
"lit",
|
|
9
9
|
"react",
|
|
10
|
-
"https://github.com/sbb-design-systems/lyne-components/commit/
|
|
10
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/11e211a76adf08110b930b0276c3be317fafb069"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|