20251001.4 (#27458)

This commit is contained in:
Paul Bottein
2025-10-11 14:42:36 +02:00
committed by GitHub
2 changed files with 1 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "home-assistant-frontend" name = "home-assistant-frontend"
version = "20251001.3" version = "20251001.4"
license = "Apache-2.0" license = "Apache-2.0"
license-files = ["LICENSE*"] license-files = ["LICENSE*"]
description = "The Home Assistant frontend" description = "The Home Assistant frontend"

View File

@@ -19,8 +19,6 @@ export const coreStyles = css`
--ha-border-radius-pill: 9999px; --ha-border-radius-pill: 9999px;
--ha-border-radius-circle: 50%; --ha-border-radius-circle: 50%;
--ha-border-radius-square: 0; --ha-border-radius-square: 0;
<<<<<<< HEAD
=======
/* Spacing */ /* Spacing */
--ha-space-0: 0px; --ha-space-0: 0px;
@@ -44,7 +42,6 @@ export const coreStyles = css`
--ha-space-18: 72px; --ha-space-18: 72px;
--ha-space-19: 76px; --ha-space-19: 76px;
--ha-space-20: 80px; --ha-space-20: 80px;
>>>>>>> 994c1b575 (Fix intl polyfill loading (#27261))
} }
`; `;