galaxy-design 0.2.66 → 0.2.68
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.
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
],
|
|
370
370
|
"providers": {
|
|
371
371
|
"import": "import { provideRdxTooltipConfig } from '@radix-ng/primitives/tooltip2';",
|
|
372
|
-
"function": "
|
|
372
|
+
"function": "provideRdxTooltipConfig({})"
|
|
373
373
|
}
|
|
374
374
|
},
|
|
375
375
|
"line-chart": {
|
|
@@ -544,6 +544,7 @@
|
|
|
544
544
|
"description": "Modal dialog using Radix template API (uses rdxDialogTrigger directive - see Angular docs for usage)",
|
|
545
545
|
"files": [
|
|
546
546
|
"dialog.component.ts",
|
|
547
|
+
"dialog.directive.ts",
|
|
547
548
|
"index.ts"
|
|
548
549
|
],
|
|
549
550
|
"dependencies": [
|
|
@@ -563,7 +564,7 @@
|
|
|
563
564
|
],
|
|
564
565
|
"providers": {
|
|
565
566
|
"import": "import { provideRdxDialogConfig } from '@radix-ng/primitives/dialog';",
|
|
566
|
-
"function": "
|
|
567
|
+
"function": "provideRdxDialogConfig()"
|
|
567
568
|
}
|
|
568
569
|
},
|
|
569
570
|
"alert-dialog": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "galaxy-design",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.68",
|
|
4
4
|
"description": "CLI tool for adding Galaxy UI components to your Vue, React, Angular, Next.js, Nuxt.js, React Native, or Flutter project",
|
|
5
5
|
"author": "Bùi Trọng Hiếu (kevinbui) <kevinbui210191@gmail.com>",
|
|
6
6
|
"license": "MIT",
|