diff --git a/app/Enums/Examples/Ui/Stats.php b/app/Enums/Examples/Ui/Stats.php
index 5ed07414..f803e9de 100644
--- a/app/Enums/Examples/Ui/Stats.php
+++ b/app/Enums/Examples/Ui/Stats.php
@@ -24,6 +24,14 @@ class Stats
HTML;
+ public const NAVIGATE = <<<'HTML'
+
+
+
+
+
+ HTML;
+
public const ICONS = <<<'HTML'
diff --git a/contents/on-this-page.json b/contents/on-this-page.json
index cb11b143..a7819f36 100644
--- a/contents/on-this-page.json
+++ b/contents/on-this-page.json
@@ -36,7 +36,8 @@
"3": "Selectable",
"4": "Custom Colors",
"5": "Events",
- "6": "Invalidate"
+ "6": "Invalidate",
+ "7": "Configurations"
},
"docs.form.number": {
"0": "Basic Usage",
diff --git a/resources/views/documentation/form/color.blade.php b/resources/views/documentation/form/color.blade.php
index 6b6e6c1a..b33fc70a 100644
--- a/resources/views/documentation/form/color.blade.php
+++ b/resources/views/documentation/form/color.blade.php
@@ -42,6 +42,11 @@
+
+ Starting from version 1.35.0, you can now set the custom colors
+ using the configuration file to avoid the need to pass it every time
+ you need to use the component.
+
@@ -53,4 +58,5 @@
+
diff --git a/resources/views/documentation/interactions/dialog.blade.php b/resources/views/documentation/interactions/dialog.blade.php
index 3b17986d..8231bf1d 100644
--- a/resources/views/documentation/interactions/dialog.blade.php
+++ b/resources/views/documentation/interactions/dialog.blade.php
@@ -32,7 +32,7 @@
- As of version 1.10.0, the Dialog has been improved to allow more flexibility in the format of use:
+ Starting from version 1.10.0, the Dialog has been improved to allow more flexibility in the format of use:
diff --git a/resources/views/documentation/ui/button.blade.php b/resources/views/documentation/ui/button.blade.php
index af849a9e..28e3b20e 100644
--- a/resources/views/documentation/ui/button.blade.php
+++ b/resources/views/documentation/ui/button.blade.php
@@ -92,6 +92,11 @@
+
+ Starting from version 1.35.0 you can use the position attribute
+ to define the position of the loading icon: left or right,
+ by default it will be on the left.
+
diff --git a/resources/views/documentation/ui/stats.blade.php b/resources/views/documentation/ui/stats.blade.php
index 905820aa..091fd24f 100644
--- a/resources/views/documentation/ui/stats.blade.php
+++ b/resources/views/documentation/ui/stats.blade.php
@@ -46,6 +46,10 @@
:number="10.000" />
+
+ Starting from version 1.35.0 you can now use navigate and navigate-hover:
+
+
diff --git a/resources/views/documentation/ui/tab.blade.php b/resources/views/documentation/ui/tab.blade.php
index 2ed72092..ad1817d3 100644
--- a/resources/views/documentation/ui/tab.blade.php
+++ b/resources/views/documentation/ui/tab.blade.php
@@ -51,7 +51,7 @@
-
+