@conciso/design-system 0.0.0-bootstrap.0

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.
Files changed (141) hide show
  1. package/CHANGELOG.md +1786 -0
  2. package/LICENSE +21 -0
  3. package/NOTICE +15 -0
  4. package/README.md +134 -0
  5. package/assets/brand/LICENSE +11 -0
  6. package/assets/brand/README.md +45 -0
  7. package/assets/brand/logo-conciso-dark.svg +4 -0
  8. package/assets/brand/logo-conciso-light.svg +4 -0
  9. package/assets/brand/logo-conciso.svg +4 -0
  10. package/css/base.css +303 -0
  11. package/css/components.css +1633 -0
  12. package/css/dark-mode.css +716 -0
  13. package/css/fonts.css +20 -0
  14. package/css/tokens.css +209 -0
  15. package/dist/conciso-ds.css +2891 -0
  16. package/fonts/LibreBaskerville-OFL.txt +93 -0
  17. package/fonts/Montserrat-OFL.txt +93 -0
  18. package/fonts/libre-baskerville-400-latin-ext.woff2 +0 -0
  19. package/fonts/libre-baskerville-400-latin.woff2 +0 -0
  20. package/fonts/libre-baskerville-400i-latin-ext.woff2 +0 -0
  21. package/fonts/libre-baskerville-400i-latin.woff2 +0 -0
  22. package/fonts/libre-baskerville-700-latin-ext.woff2 +0 -0
  23. package/fonts/libre-baskerville-700-latin.woff2 +0 -0
  24. package/fonts/montserrat-300-latin-ext.woff2 +0 -0
  25. package/fonts/montserrat-300-latin.woff2 +0 -0
  26. package/fonts/montserrat-400-latin-ext.woff2 +0 -0
  27. package/fonts/montserrat-400-latin.woff2 +0 -0
  28. package/fonts/montserrat-400i-latin-ext.woff2 +0 -0
  29. package/fonts/montserrat-400i-latin.woff2 +0 -0
  30. package/fonts/montserrat-500-latin-ext.woff2 +0 -0
  31. package/fonts/montserrat-500-latin.woff2 +0 -0
  32. package/fonts/montserrat-700-latin-ext.woff2 +0 -0
  33. package/fonts/montserrat-700-latin.woff2 +0 -0
  34. package/icons/LICENSE-heroicons +21 -0
  35. package/icons/README.md +186 -0
  36. package/icons/icons.js +1156 -0
  37. package/icons/icons.json +1152 -0
  38. package/icons/manifest.json +595 -0
  39. package/icons/source/co-building.svg +1 -0
  40. package/icons/source/co-mark.svg +1 -0
  41. package/icons/source/es-window-check.svg +1 -0
  42. package/icons/source/ki-bot.svg +1 -0
  43. package/icons/source/ui-academic-cap.svg +1 -0
  44. package/icons/source/ui-adjustments-horizontal.svg +1 -0
  45. package/icons/source/ui-arrow-down-tray-2.svg +1 -0
  46. package/icons/source/ui-arrow-down-tray.svg +1 -0
  47. package/icons/source/ui-arrow-path.svg +1 -0
  48. package/icons/source/ui-arrow-trending-up.svg +1 -0
  49. package/icons/source/ui-banknotes.svg +1 -0
  50. package/icons/source/ui-bars-3-center-left.svg +1 -0
  51. package/icons/source/ui-bars-3.svg +1 -0
  52. package/icons/source/ui-bolt-2.svg +1 -0
  53. package/icons/source/ui-bolt.svg +1 -0
  54. package/icons/source/ui-book-open.svg +1 -0
  55. package/icons/source/ui-briefcase-2.svg +1 -0
  56. package/icons/source/ui-briefcase.svg +1 -0
  57. package/icons/source/ui-building-office.svg +1 -0
  58. package/icons/source/ui-calendar-days.svg +1 -0
  59. package/icons/source/ui-calendar.svg +1 -0
  60. package/icons/source/ui-caret-down.svg +1 -0
  61. package/icons/source/ui-chart-bar.svg +1 -0
  62. package/icons/source/ui-chat-bubble-left-right.svg +1 -0
  63. package/icons/source/ui-chat-bubble-oval-left-ellipsis.svg +1 -0
  64. package/icons/source/ui-chat-bubble-oval.svg +1 -0
  65. package/icons/source/ui-check-badge.svg +1 -0
  66. package/icons/source/ui-check-circle-2.svg +1 -0
  67. package/icons/source/ui-check-circle.svg +1 -0
  68. package/icons/source/ui-check.svg +1 -0
  69. package/icons/source/ui-chevron-down.svg +1 -0
  70. package/icons/source/ui-chevron-up-down.svg +1 -0
  71. package/icons/source/ui-circle-stack.svg +1 -0
  72. package/icons/source/ui-clock.svg +1 -0
  73. package/icons/source/ui-code-bracket-2.svg +1 -0
  74. package/icons/source/ui-code-bracket-square.svg +1 -0
  75. package/icons/source/ui-code-bracket.svg +1 -0
  76. package/icons/source/ui-cog-6tooth.svg +1 -0
  77. package/icons/source/ui-cog.svg +1 -0
  78. package/icons/source/ui-computer-desktop.svg +1 -0
  79. package/icons/source/ui-cpu-chip-2.svg +1 -0
  80. package/icons/source/ui-cpu-chip.svg +1 -0
  81. package/icons/source/ui-cube-2.svg +1 -0
  82. package/icons/source/ui-cube-transparent.svg +1 -0
  83. package/icons/source/ui-cube.svg +1 -0
  84. package/icons/source/ui-currency-euro.svg +1 -0
  85. package/icons/source/ui-cursor-arrow-rays.svg +1 -0
  86. package/icons/source/ui-device-phone-mobile.svg +1 -0
  87. package/icons/source/ui-document-text.svg +1 -0
  88. package/icons/source/ui-face-smile.svg +1 -0
  89. package/icons/source/ui-flag.svg +1 -0
  90. package/icons/source/ui-folder.svg +1 -0
  91. package/icons/source/ui-hand-raised.svg +1 -0
  92. package/icons/source/ui-heart.svg +1 -0
  93. package/icons/source/ui-information-circle.svg +1 -0
  94. package/icons/source/ui-language.svg +1 -0
  95. package/icons/source/ui-link.svg +1 -0
  96. package/icons/source/ui-list-bullet.svg +1 -0
  97. package/icons/source/ui-lock-closed-2.svg +1 -0
  98. package/icons/source/ui-lock-closed.svg +1 -0
  99. package/icons/source/ui-magnifying-glass.svg +1 -0
  100. package/icons/source/ui-map-pin-2.svg +1 -0
  101. package/icons/source/ui-map-pin.svg +1 -0
  102. package/icons/source/ui-megaphone.svg +1 -0
  103. package/icons/source/ui-newspaper-2.svg +1 -0
  104. package/icons/source/ui-newspaper.svg +1 -0
  105. package/icons/source/ui-pause.svg +1 -0
  106. package/icons/source/ui-pencil-square.svg +1 -0
  107. package/icons/source/ui-photo.svg +1 -0
  108. package/icons/source/ui-play.svg +1 -0
  109. package/icons/source/ui-puzzle-piece.svg +1 -0
  110. package/icons/source/ui-quote.svg +1 -0
  111. package/icons/source/ui-rectangle-stack.svg +1 -0
  112. package/icons/source/ui-rocket-launch.svg +1 -0
  113. package/icons/source/ui-shield-check-2.svg +1 -0
  114. package/icons/source/ui-shield-check.svg +1 -0
  115. package/icons/source/ui-sparkles-2.svg +1 -0
  116. package/icons/source/ui-sparkles-3.svg +1 -0
  117. package/icons/source/ui-sparkles-4.svg +1 -0
  118. package/icons/source/ui-sparkles.svg +1 -0
  119. package/icons/source/ui-square-2-stack.svg +1 -0
  120. package/icons/source/ui-squares-2x2.svg +1 -0
  121. package/icons/source/ui-squares-plus.svg +1 -0
  122. package/icons/source/ui-star-2.svg +1 -0
  123. package/icons/source/ui-star.svg +1 -0
  124. package/icons/source/ui-sun.svg +1 -0
  125. package/icons/source/ui-swatch.svg +1 -0
  126. package/icons/source/ui-table-cells.svg +1 -0
  127. package/icons/source/ui-tag.svg +1 -0
  128. package/icons/source/ui-trophy-2.svg +1 -0
  129. package/icons/source/ui-trophy.svg +1 -0
  130. package/icons/source/ui-user-group-2.svg +1 -0
  131. package/icons/source/ui-user-group.svg +1 -0
  132. package/icons/source/ui-users-2.svg +1 -0
  133. package/icons/source/ui-users.svg +1 -0
  134. package/icons/source/ui-viewfinder-circle.svg +1 -0
  135. package/icons/source/ui-window.svg +1 -0
  136. package/icons/source/ui-wrench-screwdriver.svg +1 -0
  137. package/icons/source/wo-network.svg +1 -0
  138. package/package.json +87 -0
  139. package/tokens/tokens.js +229 -0
  140. package/tokens/tokens.json +227 -0
  141. package/tokens/tokens.scss +228 -0
@@ -0,0 +1,93 @@
1
+ Copyright 2012 The Libre Baskerville Project Authors (https://github.com/impallari/Libre-Baskerville) with Reserved Font Name Libre Baskerville.
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ https://openfontlicense.org
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,93 @@
1
+ Copyright 2024 The Montserrat.Git Project Authors (https://github.com/JulietaUla/Montserrat.git)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ https://openfontlicense.org
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) Tailwind Labs, Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,186 @@
1
+ # Conciso Design System — Icons
2
+
3
+ Maschinenlesbare Icon-Bibliothek. **Generiert** von `scripts/build-icons.mjs` aus
4
+ `icons/source/*.svg` (kanonische Quelle) + `icons/manifest.json`. Nicht manuell editieren —
5
+ neue/geänderte Icons in `icons/source/` ablegen und `npm run build:icons` ausführen.
6
+
7
+ ## Inhalt
8
+
9
+ - `icons/icons.json` — Map `key → { name, area, style, viewBox, strokeWidth?, body, svg, usage? }`
10
+ - `icons/icons.js` — derselbe Datensatz als ESM (`import { icons } from '@conciso/design-system/icons'`)
11
+ - `icons/source/*.svg` — die einzelnen normalisierten Quell-SVGs (Dateiname = Key)
12
+
13
+ ## Konventionen
14
+
15
+ - **Stil:** `solid` (gefüllte Glyphen, `fill="currentColor"`) oder `outline` (Linien,
16
+ `stroke="currentColor"` + inline `stroke-width`); `mixed` = beides. Das Feld `style` sagt pro
17
+ Icon, was erwartet wird — kein Raten mehr. Die vier **Bereichs-Glyphen** (`ki-bot`, `es-window-check`,
18
+ `wo-network`, `co-building`) sind **solid**; die meisten generischen UI-Icons sind **outline**.
19
+ - **Farbe:** alle Icons nutzen ausschließlich `currentColor` → Einfärbung beim Consumer über CSS
20
+ `color` (z. B. `color: var(--ki-800)` bzw. im Dark `--ki-200`). Keine hartkodierten Hex-Werte.
21
+ - **Self-contained:** Outline-Icons tragen ihre `stroke-width` inline → `set:html` funktioniert ohne
22
+ Wrapper-Annahmen über den Stil. Größe via `width`/`height` oder CSS (viewBox bleibt erhalten).
23
+ - **Keys:** `{area}-{name}` für die Bereichs-Glyphen (`co|ki|es|wo`), `ui-{name}` für bereichsneutrale Icons.
24
+
25
+ ## Verwendung
26
+
27
+ ```js
28
+ import { icons } from '@conciso/design-system/icons';
29
+ // oder: import iconsJson from '@conciso/design-system/icons.json' assert { type: 'json' };
30
+
31
+ const shield = icons['ui-shield-check'];
32
+ shield.svg // komplettes <svg>…</svg> (currentColor, self-contained)
33
+ shield.body // nur das innere Markup (für set:html in ein bestehendes <svg>)
34
+ shield.style // "outline"
35
+ ```
36
+
37
+ **Astro (set:html):**
38
+
39
+ ```astro
40
+ ---
41
+ import { icons } from '@conciso/design-system/icons';
42
+ const { svg } = icons['ki-bot'];
43
+ ---
44
+ <span class="icon" set:html={svg} />
45
+ <style>.icon { color: var(--ki-800); display: inline-flex; }
46
+ .icon :global(svg) { width: 24px; height: 24px; }</style>
47
+ ```
48
+
49
+ **Jede Karte, die auf eine Bereichs-Übersicht verlinkt**, trägt das Glyph dieses Bereichs:
50
+ `ki-bot` / `es-window-check` / `wo-network` (jeweils **solid**), eingefärbt über die Bereichsfarbe
51
+ (`--XX-800` Light / `--XX-200` Dark) — exakt wie `.ep-card-icon.t-XX` im DS.
52
+
53
+ Die Regel hängt am **Anlass, nicht an der Seite**: Sie gilt auf `/leistungen` und der Landingpage
54
+ genauso wie in „Weiter im Thema“-Blöcken tiefer liegender Detailseiten. Zuvor war sie nur für die
55
+ ersten beiden Orte notiert, woraufhin fünf Verweiskarten auf Angebots-Detailseiten mit einem
56
+ generischen Heroicon liefen.
57
+
58
+ Abgrenzung: `.ep-card-icon` **ohne** `.t-XX` trägt bewusst ein thematisches Outline-Icon (Kalender,
59
+ Team, Suche) in der Bereichsfarbe. Das ist kein Fehler, sondern der Normalfall für inhaltliche
60
+ Karten. Das Marken-Glyph ist dem Verweis auf den Bereich selbst vorbehalten.
61
+
62
+ ## Icon-Verzeichnis
63
+
64
+ ### Corporate
65
+
66
+ | Key | Name | Stil (Stroke-Width) | Verwendung (DS-Kontext) |
67
+ |---|---|---|---|
68
+ | `co-building` | Corporate / Unternehmen – Bereichs-Glyphe (Gebäude) | solid | icon-size-swatch @co |
69
+ | `co-mark` | Corporate – Logo-Zeichen „C.“ (nur mit Logo verwenden) | solid | icon-size-swatch @co |
70
+
71
+ ### Angewandte KI
72
+
73
+ | Key | Name | Stil (Stroke-Width) | Verwendung (DS-Kontext) |
74
+ |---|---|---|---|
75
+ | `ki-bot` | Angewandte KI – Bereichs-Glyphe (Tablet/Bot) | solid | icon-size-swatch @ki, ep-card-icon t-ki @ki |
76
+
77
+ ### Effektive Software
78
+
79
+ | Key | Name | Stil (Stroke-Width) | Verwendung (DS-Kontext) |
80
+ |---|---|---|---|
81
+ | `es-window-check` | Effektive Software – Bereichs-Glyphe (Fenster + Check) | solid | icon-size-swatch @es, ep-card-icon t-es @es |
82
+
83
+ ### Wirksame Organisationen
84
+
85
+ | Key | Name | Stil (Stroke-Width) | Verwendung (DS-Kontext) |
86
+ |---|---|---|---|
87
+ | `wo-network` | Wirksame Organisationen – Bereichs-Glyphe (Netzwerk) | solid | icon-size-swatch @wo, ep-card-icon t-wo @wo |
88
+
89
+ ### Bereichsneutral (UI)
90
+
91
+ | Key | Name | Stil (Stroke-Width) | Verwendung (DS-Kontext) |
92
+ |---|---|---|---|
93
+ | `ui-academic-cap` | Doktorhut / Lernen | outline | ep-feature-icon @co |
94
+ | `ui-adjustments-horizontal` | Regler / Einstellungen | outline (1.25) | ep-card-icon @ki |
95
+ | `ui-arrow-down-tray-2` | Download (Outline-Variante) | outline (1.5) | docs-nav (cta) |
96
+ | `ui-arrow-down-tray` | Download | solid | cta-dl-icon @ki |
97
+ | `ui-arrow-path` | Aktualisieren / Kreislauf | outline (1.25) | ep-card-icon @wo |
98
+ | `ui-arrow-trending-up` | Trend aufwärts | outline (1.25) | ep-card-icon @ki |
99
+ | `ui-banknotes` | Geldscheine | outline | ep-feature-icon @co |
100
+ | `ui-bars-3-center-left` | Balken, mittlere Zeile kurz und linksbündig (Footer) | outline (1.5) | docs-nav (footer) |
101
+ | `ui-bars-3` | Balken (Hamburger-Navigation) | outline (1.5) | docs-nav (navigation) |
102
+ | `ui-bolt-2` | Blitz (Variante) | outline (1.25) | card-media @es |
103
+ | `ui-bolt` | Blitz | outline (1.25) | ep-card-icon @co, ep-card-icon @ki |
104
+ | `ui-book-open` | Aufgeschlagenes Buch / Quellen | outline (1.5) | docs-nav (sources) |
105
+ | `ui-briefcase-2` | Aktenkoffer (Variante) | outline | ep-section |
106
+ | `ui-briefcase` | Aktenkoffer | outline (1.25) | ep-card-icon @co |
107
+ | `ui-building-office` | Bürogebäude | outline (1.5) | ep-tl-icon |
108
+ | `ui-calendar-days` | Kalender (Tage) | outline (1.25) | ep-card-icon @co, col-3, stoerer-icon (Veranstaltung) |
109
+ | `ui-calendar` | Kalender | outline (1) | card-meta |
110
+ | `ui-caret-down` | Caret nach unten (Nav-Toggle) | outline | ep-tab-toggle, ep-nav-btn ep-nav-item-toggle, ep-nav-btn ep-nav-item-toggle t-co |
111
+ | `ui-chart-bar` | Balkendiagramm | outline | ep-feature-icon @co |
112
+ | `ui-chat-bubble-left-right` | Chat-Blasen (Dialog) | outline (1.5) | ep-feature-icon, ep-feature-icon @ki |
113
+ | `ui-chat-bubble-oval-left-ellipsis` | Chat-Blase oval mit Auslassungspunkten | outline (1.5) | docs-nav (feedback) |
114
+ | `ui-chat-bubble-oval` | Chat-Blase (oval) | outline (1.25) | ep-card-icon @ki |
115
+ | `ui-check-badge` | Verifiziert-Abzeichen | solid | — |
116
+ | `ui-check-circle-2` | Häkchen im Kreis (Variante) | outline (1.5) | — |
117
+ | `ui-check-circle` | Häkchen im Kreis | outline | — |
118
+ | `ui-check` | Häkchen (klein) | outline | — |
119
+ | `ui-chevron-down` | Chevron nach unten (FAQ/Akkordeon) | outline (1.25) | ep-faq, ep-faq-a, ep-compare-summary, article-toc-summary |
120
+ | `ui-chevron-up-down` | Chevron auf/ab (Dropdown-Toggle) | outline (1.5) | docs-nav (dropdowns) |
121
+ | `ui-circle-stack` | Datenbank / Stapel | outline (1.25) | card-media @es |
122
+ | `ui-clock` | Uhr | outline | ep-feature-icon @co |
123
+ | `ui-code-bracket-2` | Code-Klammern (Variante) | outline (1.25) | ep-card-icon @es |
124
+ | `ui-code-bracket-square` | Code-Klammern im Quadrat | outline (1.5) | docs-nav (code) |
125
+ | `ui-code-bracket` | Code-Klammern | outline | — |
126
+ | `ui-cog-6tooth` | Zahnrad (6 Zähne) | outline (1.5) | ep-feature-icon @ki |
127
+ | `ui-cog` | Zahnrad | outline (1.25) | ep-card-icon @ki |
128
+ | `ui-computer-desktop` | Desktop-Rechner / Hero | outline (1.5) | docs-nav (hero) |
129
+ | `ui-cpu-chip-2` | CPU / Chip (Variante) | outline (1.5) | ep-feature-icon |
130
+ | `ui-cpu-chip` | CPU / Chip | outline (1.25) | ep-card-icon @ki |
131
+ | `ui-cube-2` | Würfel (Variante) | outline (1.5) | ep-feature-icon @ki |
132
+ | `ui-cube-transparent` | Würfel transparent / Design Tokens | outline (1.5) | docs-nav (tokens) |
133
+ | `ui-cube` | Würfel / Box | outline (1.25) | ep-card-icon @ki |
134
+ | `ui-currency-euro` | Euro | outline (1.25) | col-3 |
135
+ | `ui-cursor-arrow-rays` | Cursor mit Strahlen / Interaktion | outline (1.5) | docs-nav (buttons) |
136
+ | `ui-device-phone-mobile` | Mobilgerät / Responsive | outline (1.5) | docs-nav (responsive) |
137
+ | `ui-document-text` | Dokument mit Text / Wissensbeitrag | outline (1.5) | docs-nav (article) |
138
+ | `ui-face-smile` | Smiley / Icons | outline (1.5) | docs-nav (icons) |
139
+ | `ui-flag` | Fahne / Markenrad | outline (1.5) | docs-nav (brand) |
140
+ | `ui-folder` | Ordner | outline (1.25) | ep-card-icon @co |
141
+ | `ui-hand-raised` | Erhobene Hand | outline (1.25) | ep-card-icon @co |
142
+ | `ui-heart` | Herz | outline | ep-feature-icon @co |
143
+ | `ui-information-circle` | Info im Kreis | outline (1.25) | stoerer-icon (Info) |
144
+ | `ui-language` | Sprache / Typografie | outline (1.5) | docs-nav (typography) |
145
+ | `ui-link` | Kettenglied / Link | outline (1.5) | ep-feature-icon @ki |
146
+ | `ui-list-bullet` | Aufzählungsliste | outline | — |
147
+ | `ui-lock-closed-2` | Schloss (Variante) | outline (1.25) | ep-card-icon @ki |
148
+ | `ui-lock-closed` | Schloss geschlossen | outline (1.5) | ep-feature-icon |
149
+ | `ui-magnifying-glass` | Lupe | outline (1.25) | ep-card-icon @ki |
150
+ | `ui-map-pin-2` | Standort-Pin (Variante) | outline (1.25) | col-3 |
151
+ | `ui-map-pin` | Standort-Pin | outline (1) | — |
152
+ | `ui-megaphone` | Megafon / Verlautbarung | outline (1.25) | stoerer-icon (Pressemitteilung) |
153
+ | `ui-newspaper-2` | Zeitung / Artikel (Variante) | outline (1.5) | docs-nav (listing), docs-nav (events) |
154
+ | `ui-newspaper` | Zeitung / Artikel | outline (1.25) | ep-card-icon @co, ep-card-icon @ki, stoerer-icon (Wissensbeitrag) |
155
+ | `ui-pause` | Pause | solid | logo-carousel-pause |
156
+ | `ui-pencil-square` | Stift im Quadrat / Bearbeiten | outline (1.5) | docs-nav (inputs) |
157
+ | `ui-photo` | Foto / Bildsprache | outline (1.5) | docs-nav (imagery) |
158
+ | `ui-play` | Play | solid | icon-pause |
159
+ | `ui-puzzle-piece` | Puzzleteil | outline (1.5) | ep-tl-icon |
160
+ | `ui-quote` | Zitatzeichen (Team-Stimme) | solid | team-voice-body @co |
161
+ | `ui-rectangle-stack` | Rechteck-Stapel / Cards | outline (1.5) | docs-nav (cards) |
162
+ | `ui-rocket-launch` | Rakete | outline (1.5) | ep-tl-icon |
163
+ | `ui-shield-check-2` | Schild mit Häkchen (Variante) | outline | ep-feature-icon @co |
164
+ | `ui-shield-check` | Schild mit Häkchen | outline (1.25) | ep-card-icon @co, ep-card-icon @ki, ep-card-icon @es |
165
+ | `ui-sparkles-2` | Funkeln (Variante) | outline (1.5) | ep-feature-icon @ki |
166
+ | `ui-sparkles-3` | Funkeln (Variante) | outline (1.25) | card-media @es |
167
+ | `ui-sparkles-4` | Funkeln (Variante, drei Strahlen) | outline (1.5) | docs-nav (brand) |
168
+ | `ui-sparkles` | Funkeln / Sparkles | outline (1.25) | ep-card-icon @ki |
169
+ | `ui-square-2-stack` | Quadrate gestapelt / Slider | outline (1.5) | docs-nav (slider) |
170
+ | `ui-squares-2x2` | Raster 2×2 | outline (1.25) | ep-card-icon @ki, ep-card-icon @es |
171
+ | `ui-squares-plus` | Module / Raster+ | outline (1.25) | ep-card-icon @wo |
172
+ | `ui-star-2` | Stern (Variante) | outline | — |
173
+ | `ui-star` | Stern | outline (1.5) | ep-tl-icon |
174
+ | `ui-sun` | Sonne / Theme-Umschalter | outline (1.5) | docs-nav (theme) |
175
+ | `ui-swatch` | Farbfeld / Swatch | outline (1.5) | ep-tl-icon |
176
+ | `ui-table-cells` | Tabellenzellen | outline (1.5) | docs-nav (table) |
177
+ | `ui-tag` | Preisschild / Tag | outline (1.5) | docs-nav (chips), docs-nav (leistung-detail) |
178
+ | `ui-trophy-2` | Pokal (Variante) | outline | — |
179
+ | `ui-trophy` | Pokal | outline (1.5) | ep-tl-icon |
180
+ | `ui-user-group-2` | Personengruppe (Variante) | outline | ep-feature-icon @co |
181
+ | `ui-user-group` | Personengruppe (3) | outline (1.25) | ep-card-icon @co, ep-card-icon @wo, col-3 |
182
+ | `ui-users-2` | Personen (Variante) | outline | — |
183
+ | `ui-users` | Personen (2) | outline (1) | — |
184
+ | `ui-viewfinder-circle` | Sucher / Fokus | outline (1.25) | ep-card-icon @co |
185
+ | `ui-window` | Browserfenster / Beispielseiten | outline (1.5) | docs-nav (examples) |
186
+ | `ui-wrench-screwdriver` | Werkzeug (Schlüssel + Schraubendreher) | outline (1.25) | ep-card-icon @co |