From 72af374ba2beb691f4b4951d5f8fbc96b65215dd Mon Sep 17 00:00:00 2001
From: Jacob Pierce
Date: Tue, 30 Apr 2024 11:34:51 -0700
Subject: [PATCH 1/3] add usage anchor to KTextbox DocsPageSection
---
docs/pages/ktextbox.vue | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/pages/ktextbox.vue b/docs/pages/ktextbox.vue
index 5d4736cbd..a080040ef 100644
--- a/docs/pages/ktextbox.vue
+++ b/docs/pages/ktextbox.vue
@@ -8,6 +8,7 @@
Input with Label
+
From 732d524c9259e588405120ba21401d10b68aea98 Mon Sep 17 00:00:00 2001
From: Jacob Pierce
Date: Tue, 30 Apr 2024 11:36:12 -0700
Subject: [PATCH 2/3] downcase headings on KTextbox docs
keeping with our own guidance
https://design-system.learningequality.org/writing/#punctuation
---
docs/pages/ktextbox.vue | 45 ++++++++++++++++++++---------------------
1 file changed, 22 insertions(+), 23 deletions(-)
diff --git a/docs/pages/ktextbox.vue b/docs/pages/ktextbox.vue
index a080040ef..c0aa96e6b 100644
--- a/docs/pages/ktextbox.vue
+++ b/docs/pages/ktextbox.vue
@@ -5,47 +5,46 @@
For detailed design guidance, refer to the page on .
-
- Input with Label
-
+ Input with label
+
-
+
This text box includes a visible label, providing clear guidance and context to the user about the expected input.
- Valid and Invalid Input
+ Valid and invalid input
-
-
This text box only accepts numeric input. If any non-numeric character is entered, it will be considered invalid.
- Disabled Input
-
+ Disabled input
+
-
+
This text box is disabled. It cannot be edited or focused, so it will be skipped during keyboard navigation.
- Number Input
-
+ Number input
+
@@ -61,11 +60,11 @@
- Text Area
-
+ Text area
+
-
+
This is a multi-line text input area, suitable for longer text entries.
From 89621a1a406dc0f7b3c124246e0567b0e4562fce Mon Sep 17 00:00:00 2001
From: Jacob Pierce
Date: Tue, 30 Apr 2024 11:42:08 -0700
Subject: [PATCH 3/3] changelog update #627
---
CHANGELOG.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 499946d17..7dd4fab3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,17 @@ Changelog is rather internal in nature. See release notes for the public overvie
## Version 4.x.x (`release-v4` branch)
+- [#627]
+ - **Description:** Fix missing anchor tag and heading case in `KTextbox` documentation
+ - **Products impact:** None
+ - **Addresses:** -
+ - **Components:** `KTextbox` documentation
+ - **Breaking:** -
+ - **Impacts a11y:** -
+ - **Guidance:** -
+
+[#627]: https://github.com/learningequality/kolibri-design-system/pull/627
+
- [#604]
- **Description:** Add more examples to `KTextbox` documentation
- **Products impact:** None