@acorex/styles 22.1.0-next.1 → 22.1.0-next.2

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 (1) hide show
  1. package/package.json +70 -13
package/package.json CHANGED
@@ -1,22 +1,79 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "22.1.0-next.1",
3
+ "version": "22.1.0-next.2",
4
4
  "main": "index.css",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",
7
7
  "exports": {
8
- ".": "./index.css",
9
- "./themes/default.css": "./themes/default.css",
10
- "./themes/appearance.css": "./themes/appearance.css",
11
- "./themes/appearances": "./themes/appearances/index.css",
12
- "./themes/appearances/index.css": "./themes/appearances/index.css",
13
- "./themes/appearances/flat.css": "./themes/appearances/flat.css",
14
- "./themes/appearances/depth.css": "./themes/appearances/depth.css",
15
- "./themes/appearances/translucent.css": "./themes/appearances/translucent.css",
16
- "./themes/contrast": "./themes/contrast/index.css",
17
- "./themes/contrast/index.css": "./themes/contrast/index.css",
18
- "./themes/contrast/enhanced.css": "./themes/contrast/enhanced.css",
19
- "./themes/contrast/high.css": "./themes/contrast/high.css"
8
+ ".": {
9
+ "style": "./index.css",
10
+ "default": "./index.css"
11
+ },
12
+ "./index.css": {
13
+ "style": "./index.css",
14
+ "default": "./index.css"
15
+ },
16
+ "./package.json": "./package.json",
17
+ "./themes/default.css": {
18
+ "style": "./themes/default.css",
19
+ "default": "./themes/default.css"
20
+ },
21
+ "./themes/appearance.css": {
22
+ "style": "./themes/appearance.css",
23
+ "default": "./themes/appearance.css"
24
+ },
25
+ "./themes/appearances": {
26
+ "style": "./themes/appearances/index.css",
27
+ "default": "./themes/appearances/index.css"
28
+ },
29
+ "./themes/appearances/index.css": {
30
+ "style": "./themes/appearances/index.css",
31
+ "default": "./themes/appearances/index.css"
32
+ },
33
+ "./themes/appearances/flat.css": {
34
+ "style": "./themes/appearances/flat.css",
35
+ "default": "./themes/appearances/flat.css"
36
+ },
37
+ "./themes/appearances/depth.css": {
38
+ "style": "./themes/appearances/depth.css",
39
+ "default": "./themes/appearances/depth.css"
40
+ },
41
+ "./themes/appearances/translucent.css": {
42
+ "style": "./themes/appearances/translucent.css",
43
+ "default": "./themes/appearances/translucent.css"
44
+ },
45
+ "./themes/contrast": {
46
+ "style": "./themes/contrast/index.css",
47
+ "default": "./themes/contrast/index.css"
48
+ },
49
+ "./themes/contrast/index.css": {
50
+ "style": "./themes/contrast/index.css",
51
+ "default": "./themes/contrast/index.css"
52
+ },
53
+ "./themes/contrast/enhanced.css": {
54
+ "style": "./themes/contrast/enhanced.css",
55
+ "default": "./themes/contrast/enhanced.css"
56
+ },
57
+ "./themes/contrast/high.css": {
58
+ "style": "./themes/contrast/high.css",
59
+ "default": "./themes/contrast/high.css"
60
+ },
61
+ "./icons/fontawesome/index.css": {
62
+ "style": "./icons/fontawesome/index.css",
63
+ "default": "./icons/fontawesome/index.css"
64
+ },
65
+ "./icons/material/index.css": {
66
+ "style": "./icons/material/index.css",
67
+ "default": "./icons/material/index.css"
68
+ },
69
+ "./icons/lucide/index.css": {
70
+ "style": "./icons/lucide/index.css",
71
+ "default": "./icons/lucide/index.css"
72
+ },
73
+ "./components/index.css": {
74
+ "style": "./components/index.css",
75
+ "default": "./components/index.css"
76
+ }
20
77
  },
21
78
  "peerDependencies": {
22
79
  "@angular/cdk": ">=21.0.0",