@rxap/config 18.2.2-dev.0 → 18.2.3-dev.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [18.2.3-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/config@18.2.2...@rxap/config@18.2.3-dev.0) (2024-12-10)
7
+
8
+ **Note:** Version bump only for package @rxap/config
9
+
10
+ ## [18.2.2](https://gitlab.com/rxap/packages/compare/@rxap/config@18.2.2-dev.0...@rxap/config@18.2.2) (2024-10-28)
11
+
12
+ **Note:** Version bump only for package @rxap/config
13
+
6
14
  ## [18.2.2-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/config@18.2.1...@rxap/config@18.2.2-dev.0) (2024-10-04)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/config
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
- "version": "18.2.2-dev.0",
2
+ "version": "18.2.3-dev.0",
3
3
  "name": "@rxap/config",
4
4
  "description": "Simple config file manager for angular applications.",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "dependencies": {
7
- "@nx/devkit": "19.7.4",
7
+ "@nx/devkit": "19.8.14",
8
8
  "tslib": "2.6.2"
9
9
  },
10
10
  "peerDependencies": {
11
11
  "@angular/common": "^18.2.0",
12
12
  "@angular/core": "^18.2.0",
13
- "@rxap/environment": "^18.0.6",
14
- "@rxap/utilities": "^16.3.2-dev.0",
13
+ "@rxap/environment": "^18.0.7",
14
+ "@rxap/utilities": "^16.4.0",
15
15
  "rxjs": "^7.8.1"
16
16
  },
17
17
  "author": {
@@ -45,11 +45,11 @@
45
45
  },
46
46
  {
47
47
  "package": "@rxap/environment",
48
- "version": "18.0.6"
48
+ "version": "18.0.7"
49
49
  },
50
50
  {
51
51
  "package": "@rxap/utilities",
52
- "version": "16.3.2-dev.0"
52
+ "version": "16.4.0"
53
53
  }
54
54
  ]
55
55
  },
@@ -63,7 +63,7 @@
63
63
  "directory": "packages/angular/config"
64
64
  },
65
65
  "sideEffects": false,
66
- "gitHead": "ae27a82e0655c9238e69dec8acf1c3a1dccfa1f4",
66
+ "gitHead": "5844fe366e2b05fecc4f482cd21cb6d0a77225fa",
67
67
  "module": "fesm2022/rxap-config.mjs",
68
68
  "typings": "index.d.ts",
69
69
  "exports": {
package/theme.css CHANGED
@@ -1,72 +1 @@
1
- .visible {
2
- visibility: visible
3
- }
4
-
5
- .static {
6
- position: static
7
- }
8
-
9
- .fixed {
10
- position: fixed
11
- }
12
-
13
- .absolute {
14
- position: absolute
15
- }
16
-
17
- .relative {
18
- position: relative
19
- }
20
-
21
- .sticky {
22
- position: sticky
23
- }
24
-
25
- .block {
26
- display: block
27
- }
28
-
29
- .inline {
30
- display: inline
31
- }
32
-
33
- .table {
34
- display: table
35
- }
36
-
37
- .contents {
38
- display: contents
39
- }
40
-
41
- .hidden {
42
- display: none
43
- }
44
-
45
- .table-auto {
46
- table-layout: auto
47
- }
48
-
49
- .p-4 {
50
- padding: 1rem
51
- }
52
-
53
- .pb-2 {
54
- padding-bottom: 0.5rem
55
- }
56
-
57
- .text-xl {
58
- font-size: 1.25rem;
59
- line-height: 1.75rem
60
- }
61
-
62
- .font-bold {
63
- font-weight: 700
64
- }
65
-
66
- .capitalize {
67
- text-transform: capitalize
68
- }
69
-
70
- .filter {
71
- filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
72
- }
1
+ .visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.block{display:block}.inline{display:inline}.table{display:table}.contents{display:contents}.hidden{display:none}.table-auto{table-layout:auto}.p-4{padding:1rem}.pb-2{padding-bottom:.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.capitalize{text-transform:capitalize}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}