Skip to content
Snippets Groups Projects
Commit 29cccd12 authored by OZGCloud's avatar OZGCloud
Browse files

Merge branch 'master' into OZG-6300-OZG-6417-Zusammarbeit-E2E

parents be57dd44 2005e212
Branches
Tags
No related merge requests found
...@@ -3,3 +3,11 @@ ...@@ -3,3 +3,11 @@
@tailwind utilities; @tailwind utilities;
@import 'libs/design-system/src/lib/tailwind-preset/root.css'; @import 'libs/design-system/src/lib/tailwind-preset/root.css';
.heading-1 {
@apply text-3xl font-medium text-text;
}
.heading-2 {
@apply py-4 text-2xl font-medium text-text;
}
...@@ -33,8 +33,6 @@ services: ...@@ -33,8 +33,6 @@ services:
interval: 10s interval: 10s
timeout: 10s timeout: 10s
retries: 5 retries: 5
networks:
- ozgcloud
vorgang-manager: vorgang-manager:
image: docker.ozg-sh.de/vorgang-manager:${VORGANG_MANAGER_DOCKER_IMAGE:-snapshot-latest} image: docker.ozg-sh.de/vorgang-manager:${VORGANG_MANAGER_DOCKER_IMAGE:-snapshot-latest}
...@@ -81,8 +79,6 @@ services: ...@@ -81,8 +79,6 @@ services:
condition: service_healthy condition: service_healthy
user-manager: user-manager:
condition: service_started condition: service_started
networks:
- ozgcloud
alfa: alfa:
image: docker.ozg-sh.de/alfa:${ALFA_DOCKER_IMAGE:-snapshot-latest} image: docker.ozg-sh.de/alfa:${ALFA_DOCKER_IMAGE:-snapshot-latest}
...@@ -119,8 +115,6 @@ services: ...@@ -119,8 +115,6 @@ services:
- vorgang-manager - vorgang-manager
- user-manager - user-manager
- zufi-manager-server - zufi-manager-server
networks:
- ozgcloud
elastic: elastic:
image: docker.elastic.co/elasticsearch/elasticsearch:8.3.2 image: docker.elastic.co/elasticsearch/elasticsearch:8.3.2
...@@ -151,8 +145,6 @@ services: ...@@ -151,8 +145,6 @@ services:
interval: 10s interval: 10s
timeout: 10s timeout: 10s
retries: 5 retries: 5
networks:
- ozgcloud
user-manager: user-manager:
image: docker.ozg-sh.de/user-manager:${USER_MANAGER_DOCKER_IMAGE:-snapshot-latest} image: docker.ozg-sh.de/user-manager:${USER_MANAGER_DOCKER_IMAGE:-snapshot-latest}
...@@ -183,8 +175,6 @@ services: ...@@ -183,8 +175,6 @@ services:
depends_on: depends_on:
mongodb: mongodb:
condition: service_healthy condition: service_healthy
networks:
- ozgcloud
zufi-manager-pvog: zufi-manager-pvog:
image: docker.ozg-sh.de/zufi-manager:snapshot-latest image: docker.ozg-sh.de/zufi-manager:snapshot-latest
...@@ -199,8 +189,6 @@ services: ...@@ -199,8 +189,6 @@ services:
condition: service_healthy condition: service_healthy
smocker-init: smocker-init:
condition: service_completed_successfully condition: service_completed_successfully
networks:
- ozgcloud
zufi-manager-server: zufi-manager-server:
image: docker.ozg-sh.de/zufi-server:snapshot-latest image: docker.ozg-sh.de/zufi-server:snapshot-latest
...@@ -216,8 +204,6 @@ services: ...@@ -216,8 +204,6 @@ services:
condition: service_healthy condition: service_healthy
zufi-manager-pvog: zufi-manager-pvog:
condition: service_completed_successfully condition: service_completed_successfully
networks:
- ozgcloud
smocker: smocker:
image: thiht/smocker image: thiht/smocker
...@@ -229,8 +215,6 @@ services: ...@@ -229,8 +215,6 @@ services:
interval: 5s interval: 5s
timeout: 5s timeout: 5s
retries: 5 retries: 5
networks:
- ozgcloud
smocker-init: smocker-init:
image: alpine/curl image: alpine/curl
...@@ -242,9 +226,3 @@ services: ...@@ -242,9 +226,3 @@ services:
depends_on: depends_on:
smocker: smocker:
condition: service_healthy condition: service_healthy
networks:
- ozgcloud
networks:
ozgcloud:
driver: bridge
<h1 class="text-2xl font-bold">Organisationseinheiten</h1> <h1 class="heading-1 pb-4">Organisationseinheiten</h1>
<p id="absender-desc" class="p-1">Hinterlegen Sie Name und ID der Organisationseinheiten.</p> <p id="absender-desc" class="p-1">Hinterlegen Sie Name und ID der Organisationseinheiten.</p>
<admin-organisationseinheit-form <admin-organisationseinheit-form
......
<form class="form flex-col" [formGroup]="formService.form"> <form class="form flex-col" [formGroup]="formService.form">
<h1 class="text-2xl font-bold">Absender</h1> <h1 class="heading-1">Postfach</h1>
<h2 class="heading-2">Absender</h2>
<p id="absender-desc" class="p-1">Hinterlegen Sie Absenderinformationen zu Ihrem Postfach.</p> <p id="absender-desc" class="p-1">Hinterlegen Sie Absenderinformationen zu Ihrem Postfach.</p>
<div <div
[formGroupName]="PostfachFormService.ASBSENDER_GROUP" [formGroupName]="PostfachFormService.ASBSENDER_GROUP"
...@@ -33,7 +34,7 @@ ...@@ -33,7 +34,7 @@
></text-field> ></text-field>
</div> </div>
<div class="h-20"></div> <div class="h-20"></div>
<h1 class="text-2xl font-bold">Signatur</h1> <h2 class="heading-2">Signatur</h2>
<p id="signatur-desc">Erstellen oder ändern Sie die Signatur für Nachrichten.</p> <p id="signatur-desc">Erstellen oder ändern Sie die Signatur für Nachrichten.</p>
<textarea <textarea
data-test-id="signatur-text" data-test-id="signatur-text"
......
@import '../src/lib/tailwind-preset/root.css'; @import '../src/lib/tailwind-preset/root.css';
@import '../../../apps/admin/src/styles.scss';
...@@ -32,8 +32,11 @@ http { ...@@ -32,8 +32,11 @@ http {
location / { location / {
root /usr/share/nginx/html/design-system; root /usr/share/nginx/html/design-system/;
index index.html index.htm; index index.html index.htm;
#add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0";
#add_header Expires "0";
} }
......
import { type Meta, type StoryObj } from '@storybook/angular';
const meta: Meta = {
title: 'Typography/Heading',
excludeStories: /.*Data$/,
tags: ['autodocs'],
parameters: {
docs: {
description: {
component:
'The headings are native HTML h-elements, styled with additional classes (see code)',
},
},
},
};
export default meta;
type Story = StoryObj;
export const Default: Story = {
render: () => ({
template: '<h1 class="heading-1">Heading 1</h1><h2 class="heading-2">Heading 2</h2>',
}),
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment