@pegasusheavy/ngx-tailwindcss 0.3.7 → 0.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pegasusheavy/ngx-tailwindcss",
3
- "version": "0.3.7",
3
+ "version": "0.4.0",
4
4
  "description": "A highly customizable Angular component library for Tailwind CSS 4+. Build beautiful, accessible UI components with full theming support, intelligent class merging, and zero bundled CSS. Features 30+ components including buttons, cards, modals, forms, tables, and more.",
5
5
  "license": "MIT",
6
6
  "exports": {
@@ -88,7 +88,33 @@
88
88
  "@angular/core": "^19.0.0 || ^20.0.0 || ^21.0.0",
89
89
  "@angular/cdk": "^19.0.0 || ^20.0.0 || ^21.0.0",
90
90
  "@angular/forms": "^19.0.0 || ^20.0.0 || ^21.0.0",
91
- "@angular/animations": "^19.0.0 || ^20.0.0 || ^21.0.0"
91
+ "@angular/animations": "^19.0.0 || ^20.0.0 || ^21.0.0",
92
+ "@tauri-apps/api": "^2.0.0",
93
+ "@tauri-apps/plugin-dialog": "^2.0.0",
94
+ "@tauri-apps/plugin-notification": "^2.0.0",
95
+ "@tauri-apps/plugin-process": "^2.0.0",
96
+ "@tauri-apps/plugin-updater": "^2.0.0",
97
+ "electron": "^28.0.0 || ^29.0.0 || ^30.0.0 || ^31.0.0 || ^32.0.0 || ^33.0.0 || ^34.0.0 || ^35.0.0 || ^36.0.0 || ^37.0.0 || ^38.0.0 || ^39.0.0"
98
+ },
99
+ "peerDependenciesMeta": {
100
+ "@tauri-apps/api": {
101
+ "optional": true
102
+ },
103
+ "@tauri-apps/plugin-dialog": {
104
+ "optional": true
105
+ },
106
+ "@tauri-apps/plugin-notification": {
107
+ "optional": true
108
+ },
109
+ "@tauri-apps/plugin-process": {
110
+ "optional": true
111
+ },
112
+ "@tauri-apps/plugin-updater": {
113
+ "optional": true
114
+ },
115
+ "electron": {
116
+ "optional": true
117
+ }
92
118
  },
93
119
  "sideEffects": false,
94
120
  "module": "fesm2022/pegasusheavy-ngx-tailwindcss.mjs",