@limetech/lime-elements 37.62.2 → 37.63.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 (143) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/cjs/index-d1052409.js.map +1 -1
  3. package/dist/cjs/lime-elements.cjs.js +1 -1
  4. package/dist/cjs/lime-elements.cjs.js.map +1 -1
  5. package/dist/cjs/limel-action-bar_4.cjs.entry.js +1 -1
  6. package/dist/cjs/limel-breadcrumbs_5.cjs.entry.js +1 -1
  7. package/dist/cjs/limel-breadcrumbs_5.cjs.entry.js.map +1 -1
  8. package/dist/cjs/limel-callout.cjs.entry.js +1 -1
  9. package/dist/cjs/limel-chip_2.cjs.entry.js +1 -1
  10. package/dist/cjs/limel-collapsible-section.cjs.entry.js +1 -1
  11. package/dist/cjs/limel-collapsible-section.cjs.entry.js.map +1 -1
  12. package/dist/cjs/limel-dynamic-label_4.cjs.entry.js +1 -1
  13. package/dist/cjs/limel-dynamic-label_4.cjs.entry.js.map +1 -1
  14. package/dist/cjs/limel-file-viewer.cjs.entry.js +1 -1
  15. package/dist/cjs/limel-file.cjs.entry.js +2 -2
  16. package/dist/cjs/limel-file.cjs.entry.js.map +1 -1
  17. package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +1 -1
  18. package/dist/cjs/limel-info-tile.cjs.entry.js +1 -1
  19. package/dist/cjs/limel-info-tile.cjs.entry.js.map +1 -1
  20. package/dist/cjs/limel-linear-progress.cjs.entry.js +1 -1
  21. package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js +1 -1
  22. package/dist/cjs/limel-snackbar.cjs.entry.js +1 -1
  23. package/dist/cjs/loader.cjs.js +1 -1
  24. package/dist/cjs/loader.cjs.js.map +1 -1
  25. package/dist/cjs/{translations-e12a6869.js → translations-6c4447f4.js} +89 -2
  26. package/dist/cjs/translations-6c4447f4.js.map +1 -0
  27. package/dist/collection/collection-manifest.json +1 -1
  28. package/dist/collection/components/action-bar/action-bar-item/action-bar-item.css +5 -0
  29. package/dist/collection/components/badge/badge.css +5 -0
  30. package/dist/collection/components/breadcrumbs/breadcrumbs.css +5 -0
  31. package/dist/collection/components/button/button.css +5 -0
  32. package/dist/collection/components/button-group/button-group.css +5 -0
  33. package/dist/collection/components/checkbox/checkbox.css +5 -0
  34. package/dist/collection/components/chip/chip.css +5 -0
  35. package/dist/collection/components/chip-set/chip-set.css +10 -0
  36. package/dist/collection/components/circular-progress/circular-progress.css +5 -0
  37. package/dist/collection/components/code-editor/code-editor.css +5 -0
  38. package/dist/collection/components/collapsible-section/collapsible-section.css +8 -3
  39. package/dist/collection/components/color-picker/color-picker-palette.css +10 -0
  40. package/dist/collection/components/color-picker/color-picker.css +5 -0
  41. package/dist/collection/components/date-picker/flatpickr-adapter/flatpickr-adapter.css +5 -0
  42. package/dist/collection/components/dialog/dialog.css +5 -0
  43. package/dist/collection/components/dock/dock-button/dock-button.css +5 -0
  44. package/dist/collection/components/dock/dock.css +5 -0
  45. package/dist/collection/components/dynamic-label/dynamic-label.css +5 -0
  46. package/dist/collection/components/file/file.css +62 -3
  47. package/dist/collection/components/file-viewer/file-viewer.css +5 -0
  48. package/dist/collection/components/form/form.css +5 -0
  49. package/dist/collection/components/header/header.css +5 -0
  50. package/dist/collection/components/help/help.css +5 -0
  51. package/dist/collection/components/help/limel-help-content.css +5 -0
  52. package/dist/collection/components/icon-button/icon-button.css +5 -0
  53. package/dist/collection/components/info-tile/info-tile.css +5 -0
  54. package/dist/collection/components/input-field/input-field.css +5 -0
  55. package/dist/collection/components/list/list.css +82 -3
  56. package/dist/collection/components/markdown/markdown.css +5 -0
  57. package/dist/collection/components/menu-list/menu-list.css +82 -3
  58. package/dist/collection/components/popover-surface/popover-surface.css +5 -0
  59. package/dist/collection/components/progress-flow/progress-flow-item/progress-flow-item.css +5 -0
  60. package/dist/collection/components/select/select.css +10 -0
  61. package/dist/collection/components/shortcut/shortcut.css +5 -0
  62. package/dist/collection/components/slider/slider.css +5 -0
  63. package/dist/collection/components/split-button/split-button.css +5 -0
  64. package/dist/collection/components/switch/switch.css +5 -0
  65. package/dist/collection/components/table/table.css +20 -0
  66. package/dist/collection/components/text-editor/prosemirror-adapter/prosemirror-adapter.css +5 -0
  67. package/dist/collection/components/text-editor/text-editor.css +5 -0
  68. package/dist/collection/global/translations.js +12 -1
  69. package/dist/collection/global/translations.js.map +1 -1
  70. package/dist/collection/style/mixins.scss +13 -0
  71. package/dist/collection/translations/de.js +39 -0
  72. package/dist/collection/translations/de.js.map +1 -0
  73. package/dist/collection/translations/fr.js +39 -0
  74. package/dist/collection/translations/fr.js.map +1 -0
  75. package/dist/esm/index-6156b4fd.js.map +1 -1
  76. package/dist/esm/lime-elements.js +1 -1
  77. package/dist/esm/lime-elements.js.map +1 -1
  78. package/dist/esm/limel-action-bar_4.entry.js +1 -1
  79. package/dist/esm/limel-breadcrumbs_5.entry.js +1 -1
  80. package/dist/esm/limel-breadcrumbs_5.entry.js.map +1 -1
  81. package/dist/esm/limel-callout.entry.js +1 -1
  82. package/dist/esm/limel-chip_2.entry.js +1 -1
  83. package/dist/esm/limel-collapsible-section.entry.js +1 -1
  84. package/dist/esm/limel-collapsible-section.entry.js.map +1 -1
  85. package/dist/esm/limel-dynamic-label_4.entry.js +1 -1
  86. package/dist/esm/limel-dynamic-label_4.entry.js.map +1 -1
  87. package/dist/esm/limel-file-viewer.entry.js +1 -1
  88. package/dist/esm/limel-file.entry.js +2 -2
  89. package/dist/esm/limel-file.entry.js.map +1 -1
  90. package/dist/esm/limel-flatpickr-adapter.entry.js +1 -1
  91. package/dist/esm/limel-info-tile.entry.js +1 -1
  92. package/dist/esm/limel-info-tile.entry.js.map +1 -1
  93. package/dist/esm/limel-linear-progress.entry.js +1 -1
  94. package/dist/esm/limel-prosemirror-adapter.entry.js +1 -1
  95. package/dist/esm/limel-snackbar.entry.js +1 -1
  96. package/dist/esm/loader.js +1 -1
  97. package/dist/esm/loader.js.map +1 -1
  98. package/dist/esm/{translations-d6a1fb0b.js → translations-26583a3b.js} +89 -2
  99. package/dist/esm/translations-26583a3b.js.map +1 -0
  100. package/dist/lime-elements/lime-elements.esm.js +1 -1
  101. package/dist/lime-elements/lime-elements.esm.js.map +1 -1
  102. package/dist/lime-elements/{p-768dc020.entry.js → p-00e3e9be.entry.js} +2 -2
  103. package/dist/lime-elements/p-00e3e9be.entry.js.map +1 -0
  104. package/dist/lime-elements/p-03eea223.entry.js +2 -0
  105. package/dist/lime-elements/p-03eea223.entry.js.map +1 -0
  106. package/dist/lime-elements/{p-b334b138.entry.js → p-126ed7d5.entry.js} +2 -2
  107. package/dist/lime-elements/{p-b334b138.entry.js.map → p-126ed7d5.entry.js.map} +1 -1
  108. package/dist/lime-elements/{p-a80507e5.entry.js → p-195df464.entry.js} +2 -2
  109. package/dist/lime-elements/{p-dd85a0b2.entry.js → p-31a0bdac.entry.js} +2 -2
  110. package/dist/lime-elements/{p-715d4a78.entry.js → p-40e0c71f.entry.js} +2 -2
  111. package/dist/lime-elements/p-443111b3.js.map +1 -1
  112. package/dist/lime-elements/{p-f9d47d38.entry.js → p-484ecb49.entry.js} +2 -2
  113. package/dist/lime-elements/{p-216eb1cf.entry.js → p-497b65ba.entry.js} +3 -3
  114. package/dist/lime-elements/{p-afefcd43.entry.js → p-5d12d8d2.entry.js} +2 -2
  115. package/dist/lime-elements/p-7d215789.entry.js +2 -0
  116. package/dist/lime-elements/{p-b852d3f5.entry.js.map → p-7d215789.entry.js.map} +1 -1
  117. package/dist/lime-elements/{p-1a923e92.entry.js → p-d0fb7554.entry.js} +2 -2
  118. package/dist/lime-elements/{p-502b4476.entry.js → p-d86f8aea.entry.js} +2 -2
  119. package/dist/lime-elements/{p-502b4476.entry.js.map → p-d86f8aea.entry.js.map} +1 -1
  120. package/dist/lime-elements/{p-6b3016bb.entry.js → p-d9b7a208.entry.js} +2 -2
  121. package/dist/lime-elements/p-fe15bcbb.js +2 -0
  122. package/dist/lime-elements/p-fe15bcbb.js.map +1 -0
  123. package/dist/lime-elements/style/mixins.scss +13 -0
  124. package/dist/scss/mixins.scss +13 -0
  125. package/dist/types/translations/de.d.ts +40 -0
  126. package/dist/types/translations/fr.d.ts +40 -0
  127. package/package.json +5 -5
  128. package/dist/cjs/translations-e12a6869.js.map +0 -1
  129. package/dist/esm/translations-d6a1fb0b.js.map +0 -1
  130. package/dist/lime-elements/p-768dc020.entry.js.map +0 -1
  131. package/dist/lime-elements/p-b852d3f5.entry.js +0 -2
  132. package/dist/lime-elements/p-c544c575.entry.js +0 -2
  133. package/dist/lime-elements/p-c544c575.entry.js.map +0 -1
  134. package/dist/lime-elements/p-f63f1114.js +0 -2
  135. package/dist/lime-elements/p-f63f1114.js.map +0 -1
  136. /package/dist/lime-elements/{p-a80507e5.entry.js.map → p-195df464.entry.js.map} +0 -0
  137. /package/dist/lime-elements/{p-dd85a0b2.entry.js.map → p-31a0bdac.entry.js.map} +0 -0
  138. /package/dist/lime-elements/{p-715d4a78.entry.js.map → p-40e0c71f.entry.js.map} +0 -0
  139. /package/dist/lime-elements/{p-f9d47d38.entry.js.map → p-484ecb49.entry.js.map} +0 -0
  140. /package/dist/lime-elements/{p-216eb1cf.entry.js.map → p-497b65ba.entry.js.map} +0 -0
  141. /package/dist/lime-elements/{p-afefcd43.entry.js.map → p-5d12d8d2.entry.js.map} +0 -0
  142. /package/dist/lime-elements/{p-1a923e92.entry.js.map → p-d0fb7554.entry.js.map} +0 -0
  143. /package/dist/lime-elements/{p-6b3016bb.entry.js.map → p-d9b7a208.entry.js.map} +0 -0
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-d1052409.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Esm v3.4.1 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Esm v3.4.2 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchEsm = () => {
11
11
  return index.promiseResolve();
@@ -1 +1 @@
1
- {"file":"loader.cjs.js","mappings":";;;;;;AAAA;AACA;AACA;AAGA,MAAM,QAAQ,GAAG,MAAM;AAiBvB,IAAI,OAAOA,oBAAc,EAAE,CAAC;AAC5B,CAAC;;ACnBW,MAAC,oBAAoB,GAAG,CAAC,GAAG,EAAE,OAAO,KAAK;AACtD,EAAE,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE,OAAO,OAAO,CAAC,OAAO,EAAE,CAAC;AAC9D,EAAE,OAAO,QAAQ,EAAE,CAAC,IAAI,CAAC,MAAM;AAE/B,EAAE,OAAOC,mBAAa,CAAC,4BAA4B,EAAE,OAAO,CAAC,CAAC;AAC9D,GAAG,CAAC,CAAC;AACL;;;;;","names":["promiseResolve","bootstrapLazy"],"sources":["./node_modules/@stencil/core/internal/client/patch-esm.js","@lazy-external-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Esm v3.4.1 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD } from '@stencil/core/internal/app-data';\nimport { CSS, plt, win, promiseResolve } from '@stencil/core';\nconst patchEsm = () => {\n // NOTE!! This fn cannot use async/await!\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n // @ts-ignore\n if (BUILD.cssVarShim && !(CSS && CSS.supports && CSS.supports('color', 'var(--c)'))) {\n // @ts-ignore\n return import(/* webpackChunkName: \"polyfills-css-shim\" */ './css-shim.js').then(() => {\n if ((plt.$cssShim$ = win.__cssshim)) {\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n return plt.$cssShim$.i();\n }\n else {\n // for better minification\n return 0;\n }\n });\n }\n return promiseResolve();\n};\nexport { patchEsm };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchEsm } from '@stencil/core/internal/client/patch-esm';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\nexport const defineCustomElements = (win, options) => {\n if (typeof window === 'undefined') return Promise.resolve();\n return patchEsm().then(() => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n });\n};\n"],"version":3}
1
+ {"file":"loader.cjs.js","mappings":";;;;;;AAAA;AACA;AACA;AAGA,MAAM,QAAQ,GAAG,MAAM;AAiBvB,IAAI,OAAOA,oBAAc,EAAE,CAAC;AAC5B,CAAC;;ACnBW,MAAC,oBAAoB,GAAG,CAAC,GAAG,EAAE,OAAO,KAAK;AACtD,EAAE,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE,OAAO,OAAO,CAAC,OAAO,EAAE,CAAC;AAC9D,EAAE,OAAO,QAAQ,EAAE,CAAC,IAAI,CAAC,MAAM;AAE/B,EAAE,OAAOC,mBAAa,CAAC,4BAA4B,EAAE,OAAO,CAAC,CAAC;AAC9D,GAAG,CAAC,CAAC;AACL;;;;;","names":["promiseResolve","bootstrapLazy"],"sources":["./node_modules/@stencil/core/internal/client/patch-esm.js","@lazy-external-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Esm v3.4.2 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD } from '@stencil/core/internal/app-data';\nimport { CSS, plt, win, promiseResolve } from '@stencil/core';\nconst patchEsm = () => {\n // NOTE!! This fn cannot use async/await!\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n // @ts-ignore\n if (BUILD.cssVarShim && !(CSS && CSS.supports && CSS.supports('color', 'var(--c)'))) {\n // @ts-ignore\n return import(/* webpackChunkName: \"polyfills-css-shim\" */ './css-shim.js').then(() => {\n if ((plt.$cssShim$ = win.__cssshim)) {\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n return plt.$cssShim$.i();\n }\n else {\n // for better minification\n return 0;\n }\n });\n }\n return promiseResolve();\n};\nexport { patchEsm };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchEsm } from '@stencil/core/internal/client/patch-esm';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\nexport const defineCustomElements = (win, options) => {\n if (typeof window === 'undefined') return Promise.resolve();\n return patchEsm().then(() => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n });\n};\n"],"version":3}
@@ -38,6 +38,45 @@ const da = {
38
38
  'progress-bar': 'Fremskridtsindikator',
39
39
  };
40
40
 
41
+ const de = {
42
+ remove: 'Entfernen',
43
+ save: 'Speichern',
44
+ cancel: 'Abbrechen',
45
+ loading: 'Laden…',
46
+ 'callout.note': 'Hinweis',
47
+ 'callout.important': 'Wichtig',
48
+ 'callout.tip': 'Tipp',
49
+ 'callout.caution': 'Vorsicht',
50
+ 'callout.warning': 'Warnung',
51
+ 'date-picker.today': 'Heute',
52
+ 'date-picker.month.heading': 'Monat',
53
+ 'date-picker.quarter.heading': 'Quartal',
54
+ 'date-picker.year.heading': 'Jahr',
55
+ 'chip-set.clear-all': 'Alles löschen',
56
+ 'snackbar.dismiss': 'Schließen',
57
+ 'file.drag-and-drop-tips': 'Ziehen Sie Ihre Datei hierher oder klicken Sie, um zu durchsuchen.',
58
+ 'file-viewer.message.unsupported-filetype': 'Diese Datei kann nicht angezeigt werden!',
59
+ 'file-viewer.download': 'Herunterladen',
60
+ 'file-viewer.exit-fullscreen': 'Vollbildmodus beenden',
61
+ 'file-viewer.open-in-fullscreen': 'Im Vollbildmodus öffnen',
62
+ 'file-viewer.open-in-new-tab': 'In einem neuen Tab öffnen',
63
+ 'file-viewer.more-actions': 'Mehr…',
64
+ 'editor-menu.bold': 'Fett',
65
+ 'editor-menu.italic': 'Kursiv',
66
+ 'editor-menu.h1': 'Überschrift 1',
67
+ 'editor-menu.h2': 'Überschrift 2',
68
+ 'editor-menu.h3': 'Überschrift 3',
69
+ 'editor-menu.bulleted-list': 'Aufzählungsliste',
70
+ 'editor-menu.numbered-list': 'Nummerierte Liste',
71
+ 'editor-menu.blockquote': 'Zitatblock',
72
+ 'editor-menu.link': 'Link',
73
+ 'editor-link-menu.text': 'Text',
74
+ 'editor-link-menu.link': 'Link',
75
+ 'editor-menu.code-block': 'Codeblock',
76
+ 'editor-menu.code': 'Code',
77
+ 'progress-bar': 'Fortschrittsbalken',
78
+ };
79
+
41
80
  const en = {
42
81
  remove: 'Remove',
43
82
  save: 'Save',
@@ -115,6 +154,45 @@ const fi = {
115
154
  'progress-bar': 'Edistymispalkki',
116
155
  };
117
156
 
157
+ const fr = {
158
+ remove: 'Supprimer',
159
+ save: 'Enregistrer',
160
+ cancel: 'Annuler',
161
+ loading: 'Chargement…',
162
+ 'callout.note': 'Note',
163
+ 'callout.important': 'Important',
164
+ 'callout.tip': 'Conseil',
165
+ 'callout.caution': 'Prudence',
166
+ 'callout.warning': 'Avertissement',
167
+ 'date-picker.today': "Aujourd'hui",
168
+ 'date-picker.month.heading': 'Mois',
169
+ 'date-picker.quarter.heading': 'Trimestre',
170
+ 'date-picker.year.heading': 'Année',
171
+ 'chip-set.clear-all': 'Tout effacer',
172
+ 'snackbar.dismiss': 'Fermer',
173
+ 'file.drag-and-drop-tips': 'Glissez-déposez votre fichier ici, ou cliquez pour parcourir.',
174
+ 'file-viewer.message.unsupported-filetype': "Impossible d'afficher ce fichier!",
175
+ 'file-viewer.download': 'Télécharger',
176
+ 'file-viewer.exit-fullscreen': 'Quitter le mode plein écran',
177
+ 'file-viewer.open-in-fullscreen': 'Ouvrir en plein écran',
178
+ 'file-viewer.open-in-new-tab': 'Ouvrir dans un nouvel onglet',
179
+ 'file-viewer.more-actions': 'Plus…',
180
+ 'editor-menu.bold': 'Gras',
181
+ 'editor-menu.italic': 'Italique',
182
+ 'editor-menu.h1': 'Titre 1',
183
+ 'editor-menu.h2': 'Titre 2',
184
+ 'editor-menu.h3': 'Titre 3',
185
+ 'editor-menu.bulleted-list': 'Liste à puces',
186
+ 'editor-menu.numbered-list': 'Liste numérotée',
187
+ 'editor-menu.blockquote': 'Bloc de citation',
188
+ 'editor-menu.link': 'Lien',
189
+ 'editor-link-menu.text': 'Texte',
190
+ 'editor-link-menu.link': 'Lien',
191
+ 'editor-menu.code-block': 'Bloc de code',
192
+ 'editor-menu.code': 'Code',
193
+ 'progress-bar': 'Barre de progression',
194
+ };
195
+
118
196
  const nl = {
119
197
  remove: 'Verwijder',
120
198
  save: 'Opslaan',
@@ -230,7 +308,16 @@ const sv = {
230
308
  'progress-bar': 'Förloppsindikator',
231
309
  };
232
310
 
233
- const allTranslations = { da: da, en: en, fi: fi, no: no, nl: nl, sv: sv };
311
+ const allTranslations = {
312
+ da: da,
313
+ de: de,
314
+ en: en,
315
+ fi: fi,
316
+ fr: fr,
317
+ no: no,
318
+ nl: nl,
319
+ sv: sv,
320
+ };
234
321
  class Translations {
235
322
  get(key, language = 'en') {
236
323
  return allTranslations[language][key];
@@ -243,4 +330,4 @@ const translate = (() => {
243
330
 
244
331
  exports.translate = translate;
245
332
 
246
- //# sourceMappingURL=translations-e12a6869.js.map
333
+ //# sourceMappingURL=translations-6c4447f4.js.map
@@ -0,0 +1 @@
1
+ {"file":"translations-6c4447f4.js","mappings":"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","names":[],"sources":["./src/translations/da.ts","./src/translations/de.ts","./src/translations/en.ts","./src/translations/fi.ts","./src/translations/fr.ts","./src/translations/nl.ts","./src/translations/no.ts","./src/translations/sv.ts","./src/global/translations.ts"],"sourcesContent":["export default {\n remove: 'Fjern',\n save: 'Gem',\n cancel: 'Annullér',\n loading: 'Indlæser…',\n 'callout.note': 'Bemærk',\n 'callout.important': 'Vigtig',\n 'callout.tip': 'Tip',\n 'callout.caution': 'Advarsel',\n 'callout.warning': 'Advarsel',\n 'date-picker.today': 'Idag',\n 'date-picker.month.heading': 'Måned',\n 'date-picker.quarter.heading': 'Kvartal',\n 'date-picker.year.heading': 'År',\n 'chip-set.clear-all': 'Ryd alle',\n 'file.drag-and-drop-tips':\n 'Træk & slip filen her, eller klik for at gennemse.',\n 'file-viewer.message.unsupported-filetype': 'Denne fil kan ikke vises!',\n 'file-viewer.download': 'Hent',\n 'file-viewer.exit-fullscreen': 'Afslut fuldskærm',\n 'file-viewer.open-in-fullscreen': 'Åbn i fuld skærm',\n 'file-viewer.open-in-new-tab': 'Åbn i en ny fane',\n 'file-viewer.more-actions': 'Mere…',\n 'editor-menu.bold': 'Fed',\n 'editor-menu.italic': 'Kursiv',\n 'editor-menu.h1': 'Overskrift 1',\n 'editor-menu.h2': 'Overskrift 2',\n 'editor-menu.h3': 'Overskrift 3',\n 'editor-menu.bulleted-list': 'Punktliste',\n 'editor-menu.numbered-list': 'Nummereret liste',\n 'editor-menu.blockquote': 'Blokcitat',\n 'editor-menu.link': 'Tilføj link',\n 'editor-link-menu.text': 'Tekst',\n 'editor-link-menu.link': 'Link',\n 'editor-menu.code-block': 'Kodeblok',\n 'editor-menu.code': 'Kode',\n 'progress-bar': 'Fremskridtsindikator',\n};\n","export default {\n remove: 'Entfernen',\n save: 'Speichern',\n cancel: 'Abbrechen',\n loading: 'Laden…',\n 'callout.note': 'Hinweis',\n 'callout.important': 'Wichtig',\n 'callout.tip': 'Tipp',\n 'callout.caution': 'Vorsicht',\n 'callout.warning': 'Warnung',\n 'date-picker.today': 'Heute',\n 'date-picker.month.heading': 'Monat',\n 'date-picker.quarter.heading': 'Quartal',\n 'date-picker.year.heading': 'Jahr',\n 'chip-set.clear-all': 'Alles löschen',\n 'snackbar.dismiss': 'Schließen',\n 'file.drag-and-drop-tips':\n 'Ziehen Sie Ihre Datei hierher oder klicken Sie, um zu durchsuchen.',\n 'file-viewer.message.unsupported-filetype':\n 'Diese Datei kann nicht angezeigt werden!',\n 'file-viewer.download': 'Herunterladen',\n 'file-viewer.exit-fullscreen': 'Vollbildmodus beenden',\n 'file-viewer.open-in-fullscreen': 'Im Vollbildmodus öffnen',\n 'file-viewer.open-in-new-tab': 'In einem neuen Tab öffnen',\n 'file-viewer.more-actions': 'Mehr…',\n 'editor-menu.bold': 'Fett',\n 'editor-menu.italic': 'Kursiv',\n 'editor-menu.h1': 'Überschrift 1',\n 'editor-menu.h2': 'Überschrift 2',\n 'editor-menu.h3': 'Überschrift 3',\n 'editor-menu.bulleted-list': 'Aufzählungsliste',\n 'editor-menu.numbered-list': 'Nummerierte Liste',\n 'editor-menu.blockquote': 'Zitatblock',\n 'editor-menu.link': 'Link',\n 'editor-link-menu.text': 'Text',\n 'editor-link-menu.link': 'Link',\n 'editor-menu.code-block': 'Codeblock',\n 'editor-menu.code': 'Code',\n 'progress-bar': 'Fortschrittsbalken',\n};\n","export default {\n remove: 'Remove',\n save: 'Save',\n cancel: 'Cancel',\n loading: 'Loading…',\n 'callout.note': 'Note',\n 'callout.important': 'Important',\n 'callout.tip': 'Tip',\n 'callout.caution': 'Caution',\n 'callout.warning': 'Warning',\n 'date-picker.today': 'Today',\n 'date-picker.month.heading': 'Month',\n 'date-picker.quarter.heading': 'Quarter',\n 'date-picker.year.heading': 'Year',\n 'chip-set.clear-all': 'Clear all',\n 'snackbar.dismiss': 'Dismiss',\n 'file.drag-and-drop-tips':\n 'Drag & drop your file here, or click to browse.',\n 'file-viewer.message.unsupported-filetype': 'Cannot display this file!',\n 'file-viewer.download': 'Download',\n 'file-viewer.exit-fullscreen': 'Exit fullscreen',\n 'file-viewer.open-in-fullscreen': 'Open in fullscreen',\n 'file-viewer.open-in-new-tab': 'Open in a new tab',\n 'file-viewer.more-actions': 'More…',\n 'editor-menu.bold': 'Bold',\n 'editor-menu.italic': 'Italic',\n 'editor-menu.h1': 'Heading 1',\n 'editor-menu.h2': 'Heading 2',\n 'editor-menu.h3': 'Heading 3',\n 'editor-menu.bulleted-list': 'Bulleted list',\n 'editor-menu.numbered-list': 'Numbered list',\n 'editor-menu.blockquote': 'Blockquote',\n 'editor-menu.link': 'Link',\n 'editor-link-menu.text': 'Text',\n 'editor-link-menu.link': 'Link',\n 'editor-menu.code-block': 'Code block',\n 'editor-menu.code': 'Code',\n 'progress-bar': 'Progress bar',\n};\n","export default {\n remove: 'Poista',\n save: 'Tallenna',\n canceL: 'Peruuta',\n loading: 'Ladataan…',\n 'callout.note': 'Huomio',\n 'callout.important': 'Tärkeää',\n 'callout.tip': 'Vinkki',\n 'callout.caution': 'Varoitus',\n 'callout.warning': 'Varoitus',\n 'date-picker.today': 'Tänään',\n 'date-picker.month.heading': 'Kuukausi',\n 'date-picker.quarter.heading': 'Vuosineljännes',\n 'date-picker.year.heading': 'Vuosi',\n 'chip-set.clear-all': 'Tyhjennä kaikki',\n 'file.drag-and-drop-tips':\n 'Vedä & pudota tiedostosi tähän, tai napsauta selataksesi.',\n 'file-viewer.message.unsupported-filetype':\n 'Tätä tiedostoa ei voi näyttää!',\n 'file-viewer.download': 'Ladata',\n 'file-viewer.exit-fullscreen': 'Poistu koko näytöstä',\n 'file-viewer.open-in-fullscreen': 'Avaa koko näytössä',\n 'file-viewer.open-in-new-tab': 'Avaa uudella välilehdellä',\n 'file-viewer.more-actions': 'Lisää…',\n 'editor-menu.bold': 'Lihavoitu',\n 'editor-menu.italic': 'Kursivoitu',\n 'editor-menu.h1': 'Otsikkotaso 1',\n 'editor-menu.h2': 'Otsikkotaso 2',\n 'editor-menu.h3': 'Otsikkotaso 3',\n 'editor-menu.bulleted-list': 'Luettelomerkitty lista',\n 'editor-menu.numbered-list': 'Numeroitu lista',\n 'editor-menu.blockquote': 'Lohkoteksti',\n 'editor-menu.link': 'Lisää linkki',\n 'editor-link-menu.text': 'Teksti',\n 'editor-link-menu.link': 'Linkki',\n 'editor-menu.code-block': 'Koodilohko',\n 'editor-menu.code': 'Koodi',\n 'progress-bar': 'Edistymispalkki',\n};\n","export default {\n remove: 'Supprimer',\n save: 'Enregistrer',\n cancel: 'Annuler',\n loading: 'Chargement…',\n 'callout.note': 'Note',\n 'callout.important': 'Important',\n 'callout.tip': 'Conseil',\n 'callout.caution': 'Prudence',\n 'callout.warning': 'Avertissement',\n 'date-picker.today': \"Aujourd'hui\",\n 'date-picker.month.heading': 'Mois',\n 'date-picker.quarter.heading': 'Trimestre',\n 'date-picker.year.heading': 'Année',\n 'chip-set.clear-all': 'Tout effacer',\n 'snackbar.dismiss': 'Fermer',\n 'file.drag-and-drop-tips':\n 'Glissez-déposez votre fichier ici, ou cliquez pour parcourir.',\n 'file-viewer.message.unsupported-filetype':\n \"Impossible d'afficher ce fichier!\",\n 'file-viewer.download': 'Télécharger',\n 'file-viewer.exit-fullscreen': 'Quitter le mode plein écran',\n 'file-viewer.open-in-fullscreen': 'Ouvrir en plein écran',\n 'file-viewer.open-in-new-tab': 'Ouvrir dans un nouvel onglet',\n 'file-viewer.more-actions': 'Plus…',\n 'editor-menu.bold': 'Gras',\n 'editor-menu.italic': 'Italique',\n 'editor-menu.h1': 'Titre 1',\n 'editor-menu.h2': 'Titre 2',\n 'editor-menu.h3': 'Titre 3',\n 'editor-menu.bulleted-list': 'Liste à puces',\n 'editor-menu.numbered-list': 'Liste numérotée',\n 'editor-menu.blockquote': 'Bloc de citation',\n 'editor-menu.link': 'Lien',\n 'editor-link-menu.text': 'Texte',\n 'editor-link-menu.link': 'Lien',\n 'editor-menu.code-block': 'Bloc de code',\n 'editor-menu.code': 'Code',\n 'progress-bar': 'Barre de progression',\n};\n","export default {\n remove: 'Verwijder',\n save: 'Opslaan',\n cancel: 'Annuleren',\n loading: 'Laden…',\n 'callout.note': 'Opmerking',\n 'callout.important': 'Belangrijk',\n 'callout.tip': 'Tip',\n 'callout.caution': 'Waarschuwing',\n 'callout.warning': 'Waarschuwing',\n 'date-picker.today': 'Vandaag',\n 'date-picker.month.heading': 'Maand',\n 'date-picker.quarter.heading': 'Kwartaal',\n 'date-picker.year.heading': 'Jaar',\n 'chip-set.clear-all': 'Alles wissen',\n 'file.drag-and-drop-tips':\n 'Sleep & bestand en zet het hier neer of klik om te bladeren.',\n 'file-viewer.message.unsupported-filetype':\n 'Kan dit bestand niet weergeven!',\n 'file-viewer.download': 'Downloaden',\n 'file-viewer.exit-fullscreen': 'Verlaat volledig scherm',\n 'file-viewer.open-in-fullscreen': 'Open in volledig scherm',\n 'file-viewer.open-in-new-tab': 'Openen op een nieuw tabblad',\n 'file-viewer.more-actions': 'Meer…',\n 'editor-menu.bold': 'Vet',\n 'editor-menu.italic': 'Cursief',\n 'editor-menu.h1': 'Kopniveau 1',\n 'editor-menu.h2': 'Kopniveau 2',\n 'editor-menu.h3': 'Kopniveau 3',\n 'editor-menu.bulleted-list': 'Opsomming',\n 'editor-menu.numbered-list': 'Genummerde lijst',\n 'editor-menu.blockquote': 'Blokcitaat',\n 'editor-menu.link': 'Link toevoegen',\n 'editor-link-menu.text': 'Tekst',\n 'editor-link-menu.link': 'Link',\n 'editor-menu.code-block': 'Codeblok',\n 'editor-menu.code': 'Code',\n 'progress-bar': 'Voortgangsbalk',\n};\n","export default {\n remove: 'Fjerne',\n save: 'Lagre',\n cancel: 'Avbryt',\n loading: 'Laster…',\n 'callout.note': 'Note',\n 'callout.important': 'Viktig',\n 'callout.tip': 'Tip',\n 'callout.caution': 'Advarsel',\n 'callout.warning': 'Advarsel',\n 'date-picker.today': 'I dag',\n 'date-picker.month.heading': 'Måned',\n 'date-picker.quarter.heading': 'Kvartal',\n 'date-picker.year.heading': 'År',\n 'chip-set.clear-all': 'Fjern alle',\n 'file.drag-and-drop-tips':\n 'Dra & slipp filen her, eller klikk for å bla gjennom.',\n 'file-viewer.message.unsupported-filetype': 'Kan ikke vise denne filen!',\n 'file-viewer.download': 'Nedlasting',\n 'file-viewer.exit-fullscreen': 'Gå ut av fullskjerm',\n 'file-viewer.open-in-fullscreen': 'Åpne i fullskjerm',\n 'file-viewer.open-in-new-tab': 'Åpne i en ny fane',\n 'file-viewer.more-actions': 'Mer…',\n 'editor-menu.bold': 'Fet',\n 'editor-menu.italic': 'Kursiv',\n 'editor-menu.h1': 'Overskrift 1',\n 'editor-menu.h2': 'Overskrift 2',\n 'editor-menu.h3': 'Overskrifts 3',\n 'editor-menu.bulleted-list': 'Punktliste',\n 'editor-menu.numbered-list': 'Nummerert liste',\n 'editor-menu.blockquote': 'Blokksitat',\n 'editor-menu.link': 'Legg til lenke',\n 'editor-link-menu.text': 'Tekst',\n 'editor-link-menu.link': 'Lenke',\n 'editor-menu.code-block': 'Kodeblokk',\n 'editor-menu.code': 'Kode',\n 'progress-bar': 'Fremdriftsindikator',\n};\n","export default {\n remove: 'Ta bort',\n save: 'Spara',\n cancel: 'Avbryt',\n loading: 'Laddar…',\n 'callout.note': 'Obs',\n 'callout.important': 'Viktigt',\n 'callout.tip': 'Tips',\n 'callout.caution': 'Varning',\n 'callout.warning': 'Varning',\n 'date-picker.today': 'Idag',\n 'date-picker.month.heading': 'Månad',\n 'date-picker.quarter.heading': 'Kvartal',\n 'date-picker.year.heading': 'År',\n 'chip-set.clear-all': 'Rensa alla',\n 'snackbar.dismiss': 'Stäng',\n 'file.drag-and-drop-tips':\n 'Dra & släpp filen här eller klicka om du vill bläddra.',\n 'file-viewer.message.unsupported-filetype': 'Kan inte visa den här filen!',\n 'file-viewer.download': 'Ladda ner',\n 'file-viewer.exit-fullscreen': 'Avsluta fullskärmsläge',\n 'file-viewer.open-in-fullscreen': 'Öppna i fullskärmsläge',\n 'file-viewer.open-in-new-tab': 'Öppna i ny flik',\n 'file-viewer.more-actions': 'Mer…',\n 'editor-menu.bold': 'Fet',\n 'editor-menu.italic': 'Kursiv',\n 'editor-menu.h1': 'Rubrik 1',\n 'editor-menu.h2': 'Rubrik 2',\n 'editor-menu.h3': 'Rubrik 3',\n 'editor-menu.bulleted-list': 'Punktlista',\n 'editor-menu.numbered-list': 'Numrerad lista',\n 'editor-menu.blockquote': 'Blockcitat',\n 'editor-menu.link': 'Lägg till länk',\n 'editor-link-menu.text': 'Text',\n 'editor-link-menu.link': 'Länk',\n 'editor-menu.code-block': 'Kodblock',\n 'editor-menu.code': 'Kod',\n 'progress-bar': 'Förloppsindikator',\n};\n","import da from '../translations/da';\nimport de from '../translations/de';\nimport en from '../translations/en';\nimport fi from '../translations/fi';\nimport fr from '../translations/fr';\nimport nl from '../translations/nl';\nimport no from '../translations/no';\nimport sv from '../translations/sv';\n\nconst allTranslations = {\n da: da,\n de: de,\n en: en,\n fi: fi,\n fr: fr,\n no: no,\n nl: nl,\n sv: sv,\n};\n\nexport class Translations {\n public get(key, language = 'en') {\n return allTranslations[language][key];\n }\n}\n\nconst translations = new Translations();\nexport default (() => {\n return translations;\n})();\n"],"version":3}
@@ -69,7 +69,7 @@
69
69
  ],
70
70
  "compiler": {
71
71
  "name": "@stencil/core",
72
- "version": "3.4.1",
72
+ "version": "3.4.2",
73
73
  "typescriptVersion": "5.0.4"
74
74
  },
75
75
  "collections": [],
@@ -52,6 +52,11 @@
52
52
  * 2. the CSS variables of `--kompendium-example-font-family`
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
+ /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
55
60
  /*
56
61
  * This file is imported into every component!
57
62
  *
@@ -118,6 +118,11 @@
118
118
  * 2. the CSS variables of `--kompendium-example-font-family`
119
119
  * in the `<style>` tag of `index.html`.
120
120
  */
121
+ /**
122
+ * This mixin is a hack, using old CSS syntax
123
+ * to enable you to truncate a piece of text,
124
+ * after a certain number of lines.
125
+ */
121
126
  /**
122
127
  * @prop --badge-background-color: badge background color
123
128
  * @prop --badge-text-color: badge text color
@@ -53,6 +53,11 @@
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
55
  /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
60
+ /**
56
61
  * @prop --breadcrumbs-item-text-color: Text color of breadcrumbs items, defaults to `--contrast-1100`.
57
62
  * @prop --breadcrumbs-item-max-width: Maximum width of a button in the breadcrumbs. Defaults to `10rem`. Keep in mind that the buttons should not appear too big.
58
63
  */
@@ -58,6 +58,11 @@
58
58
  * 2. the CSS variables of `--kompendium-example-font-family`
59
59
  * in the `<style>` tag of `index.html`.
60
60
  */
61
+ /**
62
+ * This mixin is a hack, using old CSS syntax
63
+ * to enable you to truncate a piece of text,
64
+ * after a certain number of lines.
65
+ */
61
66
  /*
62
67
  * This file is imported into every component that uses MDC!
63
68
  *
@@ -118,6 +118,11 @@
118
118
  * 2. the CSS variables of `--kompendium-example-font-family`
119
119
  * in the `<style>` tag of `index.html`.
120
120
  */
121
+ /**
122
+ * This mixin is a hack, using old CSS syntax
123
+ * to enable you to truncate a piece of text,
124
+ * after a certain number of lines.
125
+ */
121
126
  .mdc-touch-target-wrapper {
122
127
  display: inline;
123
128
  }
@@ -872,6 +872,11 @@
872
872
  * 2. the CSS variables of `--kompendium-example-font-family`
873
873
  * in the `<style>` tag of `index.html`.
874
874
  */
875
+ /**
876
+ * This mixin is a hack, using old CSS syntax
877
+ * to enable you to truncate a piece of text,
878
+ * after a certain number of lines.
879
+ */
875
880
  :host(limel-checkbox:focus),
876
881
  :host(limel-checkbox:focus-visible),
877
882
  :host(limel-checkbox:focus-within),
@@ -53,6 +53,11 @@
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
55
  /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
60
+ /**
56
61
  * @prop --chip-max-width: Maximum width of the chip. Defaults to `10rem`. Keep in mind that the chips should not appear too big.
57
62
  * @prop --chip-progress-color: Color of the progress bar. Defaults to `rgb(var(--contrast-700))`.
58
63
  */
@@ -118,6 +118,11 @@
118
118
  * 2. the CSS variables of `--kompendium-example-font-family`
119
119
  * in the `<style>` tag of `index.html`.
120
120
  */
121
+ /**
122
+ * This mixin is a hack, using old CSS syntax
123
+ * to enable you to truncate a piece of text,
124
+ * after a certain number of lines.
125
+ */
121
126
  .mdc-notched-outline {
122
127
  display: flex;
123
128
  position: absolute;
@@ -2183,6 +2188,11 @@ limel-chip.can-be-removed {
2183
2188
  * 2. the CSS variables of `--kompendium-example-font-family`
2184
2189
  * in the `<style>` tag of `index.html`.
2185
2190
  */
2191
+ /**
2192
+ * This mixin is a hack, using old CSS syntax
2193
+ * to enable you to truncate a piece of text,
2194
+ * after a certain number of lines.
2195
+ */
2186
2196
  :host(limel-chip-set:focus),
2187
2197
  :host(limel-chip-set:focus-visible),
2188
2198
  :host(limel-chip-set:focus-within),
@@ -58,6 +58,11 @@
58
58
  * 2. the CSS variables of `--kompendium-example-font-family`
59
59
  * in the `<style>` tag of `index.html`.
60
60
  */
61
+ /**
62
+ * This mixin is a hack, using old CSS syntax
63
+ * to enable you to truncate a piece of text,
64
+ * after a certain number of lines.
65
+ */
61
66
  /*
62
67
  * This file is imported into every component that uses MDC!
63
68
  *
@@ -498,6 +498,11 @@ span.CodeMirror-selectedtext { background: none; }
498
498
  * 2. the CSS variables of `--kompendium-example-font-family`
499
499
  * in the `<style>` tag of `index.html`.
500
500
  */
501
+ /**
502
+ * This mixin is a hack, using old CSS syntax
503
+ * to enable you to truncate a piece of text,
504
+ * after a certain number of lines.
505
+ */
501
506
  /**
502
507
  * @prop --code-editor-max-height: Defines how tall the code editor can get before content becomes scrollable, defaults to `10rem`.
503
508
  * @prop --code-editor-font-size: Defines the font size of the code, defaults to `0.8125rem`.
@@ -118,6 +118,11 @@
118
118
  * 2. the CSS variables of `--kompendium-example-font-family`
119
119
  * in the `<style>` tag of `index.html`.
120
120
  */
121
+ /**
122
+ * This mixin is a hack, using old CSS syntax
123
+ * to enable you to truncate a piece of text,
124
+ * after a certain number of lines.
125
+ */
121
126
  /**
122
127
  * @prop --closed-header-background-color: background color for header when closed
123
128
  * @prop --open-header-background-color: background color for header when open
@@ -189,11 +194,11 @@ header {
189
194
  height: auto;
190
195
  max-height: 3rem;
191
196
  line-height: 1.2rem;
192
- white-space: normal;
193
197
  display: -webkit-box;
194
- -webkit-line-clamp: 2;
195
- -webkit-box-orient: vertical;
196
198
  overflow: hidden;
199
+ white-space: normal;
200
+ -webkit-box-orient: vertical;
201
+ -webkit-line-clamp: 2;
197
202
  }
198
203
 
199
204
  .divider-line {
@@ -604,6 +604,11 @@
604
604
  * 2. the CSS variables of `--kompendium-example-font-family`
605
605
  * in the `<style>` tag of `index.html`.
606
606
  */
607
+ /**
608
+ * This mixin is a hack, using old CSS syntax
609
+ * to enable you to truncate a piece of text,
610
+ * after a certain number of lines.
611
+ */
607
612
  /**
608
613
  * Note! This file is exported to `dist/scss/` in the published
609
614
  * node module, for consumer projects to import.
@@ -657,6 +662,11 @@
657
662
  * 2. the CSS variables of `--kompendium-example-font-family`
658
663
  * in the `<style>` tag of `index.html`.
659
664
  */
665
+ /**
666
+ * This mixin is a hack, using old CSS syntax
667
+ * to enable you to truncate a piece of text,
668
+ * after a certain number of lines.
669
+ */
660
670
  /*
661
671
  * This file is imported into every component!
662
672
  *
@@ -52,6 +52,11 @@
52
52
  * 2. the CSS variables of `--kompendium-example-font-family`
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
+ /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
55
60
  /*
56
61
  * This file is imported into every component!
57
62
  *
@@ -118,6 +118,11 @@
118
118
  * 2. the CSS variables of `--kompendium-example-font-family`
119
119
  * in the `<style>` tag of `index.html`.
120
120
  */
121
+ /**
122
+ * This mixin is a hack, using old CSS syntax
123
+ * to enable you to truncate a piece of text,
124
+ * after a certain number of lines.
125
+ */
121
126
  :root {
122
127
  --mdc-theme-primary: #26a69a;
123
128
  --mdc-theme-secondary: #575756;
@@ -58,6 +58,11 @@
58
58
  * 2. the CSS variables of `--kompendium-example-font-family`
59
59
  * in the `<style>` tag of `index.html`.
60
60
  */
61
+ /**
62
+ * This mixin is a hack, using old CSS syntax
63
+ * to enable you to truncate a piece of text,
64
+ * after a certain number of lines.
65
+ */
61
66
  /*
62
67
  * This file is imported into every component that uses MDC!
63
68
  *
@@ -52,6 +52,11 @@
52
52
  * 2. the CSS variables of `--kompendium-example-font-family`
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
+ /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
55
60
  /*
56
61
  * This file is imported into every component!
57
62
  *
@@ -52,6 +52,11 @@
52
52
  * 2. the CSS variables of `--kompendium-example-font-family`
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
+ /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
55
60
  /*
56
61
  * This file is imported into every component!
57
62
  *
@@ -52,6 +52,11 @@
52
52
  * 2. the CSS variables of `--kompendium-example-font-family`
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
+ /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
55
60
  * {
56
61
  box-sizing: border-box;
57
62
  min-width: 0;
@@ -1,3 +1,62 @@
1
+ @charset "UTF-8";
2
+ /**
3
+ * Note! This file is exported to `dist/scss/` in the published
4
+ * node module, for consumer projects to import.
5
+ * That means this file cannot import from any file that isn't
6
+ * also exported, keeping the same relative path.
7
+ *
8
+ * Or, just don't import anything, that works too.
9
+ */
10
+ /**
11
+ * This can be used on a trigger element that opens a dropdown menu or a popover.
12
+ */
13
+ /**
14
+ * This mixin will mask out the content that is close to
15
+ * the edges of a scrollable area.
16
+ * - If the scrollable content has `overflow-y`, use `vertically`
17
+ * as an argument for `$direction`.
18
+ - If the scrollable content has `overflow-x`, use `horizontally`
19
+ * as an argument for `$direction`.
20
+ *
21
+ * For the visual effect to work smoothly, we need to make sure that
22
+ * the size of the fade-out edge effect is the same as the
23
+ * internal paddings of the scrollable area. Otherwise, content of a
24
+ * scrollable area that does not have a padding will fade out before
25
+ * any scrolling has been done.
26
+ * This is why this mixin already adds paddings, which automatically
27
+ * default to the size of the fade-out effect.
28
+ * This size defaults to `1rem`, but to override the size use
29
+ * `--limel-top-edge-fade-height` & `--limel-bottom-edge-fade-height`
30
+ * when `vertically` argument is set, and use
31
+ * `--limel-left-edge-fade-width` & `--limel-right-edge-fade-width`
32
+ * when `horizontally` argument is set.
33
+ * Of course you can also programmatically increase and decrease the
34
+ * size of these variables for each edge, based on the amount of
35
+ * scrolling that has been done by the user. In this case, make sure
36
+ * to add a custom padding where the mixin is used, to override
37
+ * the paddings that are automatically added by the mixin in the
38
+ * compiled CSS code.
39
+ */
40
+ /**
41
+ * This mixin will add an animated underline to the bottom of an `a` elements.
42
+ * Note that you may need to add `all: unset;` –depending on your use case–
43
+ * before using this mixin.
44
+ */
45
+ /**
46
+ * This mixin creates a cross-browser font stack.
47
+ * - `sans-serif` can be used for the UI of the components.
48
+ * - `monospace` can be used for code.
49
+ *
50
+ * ⚠️ If we change the font stacks, we need to update
51
+ * 1. the consumer documentation in `README.md`, and
52
+ * 2. the CSS variables of `--kompendium-example-font-family`
53
+ * in the `<style>` tag of `index.html`.
54
+ */
55
+ /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
1
60
  /**
2
61
  * @prop --icon-background-color: Background color of the icon. Defaults to `--contrast-400`.
3
62
  * @prop --icon-color: Color of the icon. Defaults to `--contrast-1100`.
@@ -32,9 +91,9 @@
32
91
  height: auto;
33
92
  max-height: 3rem;
34
93
  line-height: 1;
35
- white-space: normal;
36
94
  display: -webkit-box;
37
- -webkit-line-clamp: 2;
38
- -webkit-box-orient: vertical;
39
95
  overflow: hidden;
96
+ white-space: normal;
97
+ -webkit-box-orient: vertical;
98
+ -webkit-line-clamp: 2;
40
99
  }
@@ -124,6 +124,11 @@
124
124
  * 2. the CSS variables of `--kompendium-example-font-family`
125
125
  * in the `<style>` tag of `index.html`.
126
126
  */
127
+ /**
128
+ * This mixin is a hack, using old CSS syntax
129
+ * to enable you to truncate a piece of text,
130
+ * after a certain number of lines.
131
+ */
127
132
  :host {
128
133
  isolation: isolate;
129
134
  position: relative;
@@ -697,6 +697,11 @@ limel-code-editor {
697
697
  * 2. the CSS variables of `--kompendium-example-font-family`
698
698
  * in the `<style>` tag of `index.html`.
699
699
  */
700
+ /**
701
+ * This mixin is a hack, using old CSS syntax
702
+ * to enable you to truncate a piece of text,
703
+ * after a certain number of lines.
704
+ */
700
705
  .limel-form-row--layout {
701
706
  --limel-form-row-border-radius: 0.375rem;
702
707
  --limel-form-row-icon-size: 1.75rem;
@@ -52,6 +52,11 @@
52
52
  * 2. the CSS variables of `--kompendium-example-font-family`
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
+ /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
55
60
  /*
56
61
  * This file is imported into every component!
57
62
  *
@@ -52,6 +52,11 @@
52
52
  * 2. the CSS variables of `--kompendium-example-font-family`
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
+ /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
55
60
  limel-popover {
56
61
  display: flex;
57
62
  --popover-surface-width: min(calc(100vw - 4rem), 22rem);
@@ -52,6 +52,11 @@
52
52
  * 2. the CSS variables of `--kompendium-example-font-family`
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
+ /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
55
60
  :host(limel-help-content) {
56
61
  display: flex;
57
62
  box-sizing: border-box;
@@ -52,6 +52,11 @@
52
52
  * 2. the CSS variables of `--kompendium-example-font-family`
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
+ /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
55
60
  /**
56
61
  * @prop --icon-background-color: Background color of the button.
57
62
  */
@@ -53,6 +53,11 @@
53
53
  * in the `<style>` tag of `index.html`.
54
54
  */
55
55
  /**
56
+ * This mixin is a hack, using old CSS syntax
57
+ * to enable you to truncate a piece of text,
58
+ * after a certain number of lines.
59
+ */
60
+ /**
56
61
  * @prop --info-tile-border-radius: defines the radius of corners of the info-tile. Defaults to `1rem`
57
62
  * @prop --info-tile-icon-color: defines the fill color of the info-tile icon. Defaults to `--contrast-1000`
58
63
  * @prop --info-tile-text-color: defines the color of the info-tile label. Defaults to `--contrast-1100`