Skip to content

Commit 7ac0ac2

Browse files
snootchedgithub-actions[bot]
authored andcommitted
chore: update dist for v2026.03.10-alpha
1 parent 5c4ac0a commit 7ac0ac2

File tree

5 files changed

+2236
-1823
lines changed

5 files changed

+2236
-1823
lines changed

dist/README.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,18 @@
1-
> [!WARNING]
2-
> Greetings.
3-
>
4-
> If you have come across this repo feel free to have a look around!
5-
>
6-
> **But please note: this code is not yet complete and is not ready for general usage.**
7-
8-
<br>
9-
10-
# LCARdS
11-
*A STAR TREK FAN PRODUCTION*
1+
![LCARdS Banner](doc/img/lcards-banner.gif)
122

133
<!--
14-
![LCARdS Banner](doc/img/lcards-banner.png)
154
IMAGE PLACEHOLDER: Hero banner
165
Suggested: Animated MSD showing cards, lines, animations, and effects
176
File: docs/assets/lcards-banner.gif
187
-->
198

20-
**A unified card system for Home Assistant inspired by the iconic LCARS interface from Star Trek.
21-
<br>Build your own LCARS-style dashboards and Master Systems Display (MSD) with realistic controls and animations.**
9+
**A unified card system for Home Assistant inspired by the iconic Star Trek LCARS interfaces.
10+
<br>Build your own LCARS-style dashboards and Master Systems Display (MSD) with realistic controls, reactivity and animations.**
2211

2312
[![GitHub release](https://img.shields.io/github/v/release/snootched/LCARdS?display_name=release&logo=startrek&color=37a6d1")](https://github.com/snootched/LCARdS/releases)
2413
[![License](https://img.shields.io/github/license/snootched/LCARdS?logo=opensourceinitiative&logoColor=white)](LICENSE)
2514
[![Last commit](https://img.shields.io/github/last-commit/snootched/LCARdS?style=default&logo=git&logoColor=white&color=37a6d1)](https://github.com/snootched/LCARdS/commits/main)
15+
[![Last commit](https://img.shields.io/github/last-commit/snootched/LCARdS?style=default&logo=git&logoColor=white&color=37a6d1)](https://github.com/snootched/LCARdS/commits/msd-globalisation)
2616

2717
<br>
2818

@@ -129,7 +119,7 @@ The **LCARdS Config Panel** is a standalone sidebar entry in Home Assistant —
129119
To enable the panel, add the following to `configuration.yaml` and restart Home Assistant:
130120

131121

132-
```yaml
122+
```yaml
133123
panel_custom:
134124
- name: lcards-config-panel
135125
sidebar_title: LCARdS Config
@@ -261,7 +251,7 @@ File: docs/assets/card-slider-samples.png
261251
<table>
262252
<tr>
263253
<td width="40%">
264-
254+
265255
### Data Grid Card [`lcards-data-grid`]
266256

267257
LCARS data grids with configurable data modes and cascade animations.
@@ -299,7 +289,7 @@ File: docs/assets/card-data-grid-sample.gif
299289
<table>
300290
<tr>
301291
<td width="40%">
302-
292+
303293
### Chart Card [`lcards-chart`]
304294

305295
LCARdS integrated charting card powered by ApexCharts library.

dist/hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"content_in_root": false,
44
"filename": "lcards.js",
55
"render_readme": true,
6-
"homeassistant": "2026.1.0"
6+
"homeassistant": "2026.3.0"
77
}

dist/lcards.js

Lines changed: 2171 additions & 1804 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lcards.js.LICENSE.txt

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,59 @@
3131
* Copyright 2020 Google LLC
3232
* SPDX-License-Identifier: BSD-3-Clause
3333
*/
34+
35+
/**
36+
* Anime.js - ESM
37+
* @version v4.3.6
38+
* @license MIT
39+
* @copyright 2026 - Julian Garnier
40+
*/
41+
42+
/**
43+
* Anime.js - animatable - ESM
44+
* @version v4.3.6
45+
* @license MIT
46+
* @copyright 2026 - Julian Garnier
47+
*/
48+
49+
/**
50+
* Anime.js - animation - ESM
51+
* @version v4.3.6
52+
* @license MIT
53+
* @copyright 2026 - Julian Garnier
54+
*/
55+
56+
/**
57+
* Anime.js - core - ESM
58+
* @version v4.3.6
59+
* @license MIT
60+
* @copyright 2026 - Julian Garnier
61+
*/
62+
63+
/**
64+
* Anime.js - layout - ESM
65+
* @version v4.3.6
66+
* @license MIT
67+
* @copyright 2026 - Julian Garnier
68+
*/
69+
70+
/**
71+
* Anime.js - scope - ESM
72+
* @version v4.3.6
73+
* @license MIT
74+
* @copyright 2026 - Julian Garnier
75+
*/
76+
77+
/**
78+
* Anime.js - timeline - ESM
79+
* @version v4.3.6
80+
* @license MIT
81+
* @copyright 2026 - Julian Garnier
82+
*/
83+
84+
/**
85+
* Anime.js - utils - ESM
86+
* @version v4.3.6
87+
* @license MIT
88+
* @copyright 2026 - Julian Garnier
89+
*/

dist/lcards.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)