codexly-ui 0.5.4 → 0.5.5

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.
@@ -14,3 +14,21 @@
14
14
  font-display: swap;
15
15
  src: url('/assets/fonts/MaterialSymbolsOutlined.woff2') format('woff2');
16
16
  }
17
+
18
+ /* This rule used to come free with the Google Fonts <link> stylesheet.
19
+ Now that the font is self-hosted, clx-icon's `.material-symbols-outlined`
20
+ host class needs its own definition. */
21
+ .material-symbols-outlined {
22
+ font-family: 'Material Symbols Outlined';
23
+ font-weight: normal;
24
+ font-style: normal;
25
+ line-height: 1;
26
+ letter-spacing: normal;
27
+ text-transform: none;
28
+ display: inline-block;
29
+ white-space: nowrap;
30
+ word-wrap: normal;
31
+ direction: ltr;
32
+ text-rendering: optimizeLegibility;
33
+ -webkit-font-smoothing: antialiased;
34
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexly-ui",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",