@fuentis/phoenix-ui 0.0.9-alpha.593 → 0.0.9-alpha.596

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.
package/index.d.ts CHANGED
@@ -370,6 +370,7 @@ declare enum StatusTooltipType {
370
370
  PERSON = "PERSON",
371
371
  LINK = "LINK",
372
372
  DATE = "DATE",
373
+ DATE_ONLY = "DATE_ONLY",
373
374
  DATE_PERSON = "DATE_PERSON"
374
375
  }
375
376
  interface StatusTooltipItem {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuentis/phoenix-ui",
3
- "version": "0.0.9-alpha.593",
3
+ "version": "0.0.9-alpha.596",
4
4
  "description": "Phoenix UI Angular component library",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
@@ -14,7 +14,9 @@
14
14
  "dependencies": {
15
15
  "tslib": "^2.3.0"
16
16
  },
17
- "sideEffects": false,
17
+ "sideEffects": [
18
+ "*.css"
19
+ ],
18
20
  "module": "fesm2022/fuentis-phoenix-ui.mjs",
19
21
  "typings": "index.d.ts",
20
22
  "exports": {
@@ -24,6 +26,18 @@
24
26
  },
25
27
  "./package.json": {
26
28
  "default": "./package.json"
29
+ },
30
+ "./styles": {
31
+ "default": "./styles/global.css"
32
+ },
33
+ "./styles/global.css": {
34
+ "default": "./styles/global.css"
35
+ },
36
+ "./styles/grid.css": {
37
+ "default": "./styles/grid.css"
38
+ },
39
+ "./styles/flag.css": {
40
+ "default": "./styles/flag.css"
27
41
  }
28
42
  },
29
43
  "types": "index.d.ts"