noorui-rtl 0.8.0 → 0.8.1
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 +12 -0
- package/dist/index.js +43 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +43 -9
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/styles/globals.css +13 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ All notable changes to Noor UI will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.8.1] - 2026-02-09
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **CSS layers**: Moved base styles (`border-border`, `bg-background`) into `@layer base` so utility hover classes like `hover:border-primary` work correctly in Tailwind v4
|
|
12
|
+
- **Header button heights**: Aligned search trigger height (`h-8`) with theme and direction toggle buttons
|
|
13
|
+
- **Anchor scroll offset**: Added `scroll-margin-top: 6rem` on `[id]` elements to clear the fixed header
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- **Header navigation**: Removed redundant "Home" link; added progressive collapse with "More" dropdown between `lg` and `xl` breakpoints
|
|
17
|
+
- **Visual sitemap page**: Added 8 missing components, 11 missing examples, 2 missing resource links; replaced hardcoded English with i18n keys
|
|
18
|
+
- **XML sitemap & search data**: Already updated in 0.8.0 but included here for completeness
|
|
19
|
+
|
|
8
20
|
## [0.8.0] - 2026-02-08
|
|
9
21
|
|
|
10
22
|
### Changed
|
package/dist/index.js
CHANGED
|
@@ -1196,7 +1196,8 @@ var common = {
|
|
|
1196
1196
|
tokens: "Design Tokens",
|
|
1197
1197
|
themes: "Themes",
|
|
1198
1198
|
documentation: "Documentation",
|
|
1199
|
-
getStarted: "Get Started"
|
|
1199
|
+
getStarted: "Get Started",
|
|
1200
|
+
more: "More"
|
|
1200
1201
|
},
|
|
1201
1202
|
storybook: {
|
|
1202
1203
|
title: "Storybook",
|
|
@@ -1626,15 +1627,18 @@ var common = {
|
|
|
1626
1627
|
forms: "Form Components",
|
|
1627
1628
|
data: "Data Display",
|
|
1628
1629
|
overlay: "Overlay & Popups",
|
|
1630
|
+
content: "Content",
|
|
1629
1631
|
advanced: "Advanced Components",
|
|
1630
1632
|
gcc: "GCC-Specific Components",
|
|
1631
1633
|
experimental: "Experimental (AI/LLM)",
|
|
1632
1634
|
misc: "Miscellaneous"
|
|
1633
1635
|
},
|
|
1636
|
+
componentsDescription: "All 74+ components organized by category. Each component includes live examples, full documentation, accessibility guidelines, and bilingual support.",
|
|
1637
|
+
experimentalDescription: "10 experimental components designed for AI/LLM interfaces, chat applications, and workflow builders.",
|
|
1634
1638
|
counts: {
|
|
1635
1639
|
totalComponents: "74+ Components",
|
|
1636
|
-
totalExamples: "
|
|
1637
|
-
totalPages: "
|
|
1640
|
+
totalExamples: "22 Live Examples",
|
|
1641
|
+
totalPages: "120+ Pages"
|
|
1638
1642
|
},
|
|
1639
1643
|
links: {
|
|
1640
1644
|
home: "Home",
|
|
@@ -1657,6 +1661,19 @@ var common = {
|
|
|
1657
1661
|
islamicFinanceDashboard: "Islamic Finance Dashboard",
|
|
1658
1662
|
blogDashboard: "Blog Dashboard",
|
|
1659
1663
|
calendar: "Calendar",
|
|
1664
|
+
gccDashboard: "GCC Dashboard",
|
|
1665
|
+
datatableShowcase: "Data Table Showcase",
|
|
1666
|
+
accessibleInputs: "Accessible Inputs",
|
|
1667
|
+
b2bMarketplace: "B2B Marketplace",
|
|
1668
|
+
aiChatSimple: "AI Chat",
|
|
1669
|
+
aiPlayground: "AI Playground",
|
|
1670
|
+
aiCodeAssistant: "AI Code Assistant",
|
|
1671
|
+
aiDocumentQa: "AI Document Q&A",
|
|
1672
|
+
aiMultiAgent: "AI Multi-Agent",
|
|
1673
|
+
aiWorkflow: "AI Workflow",
|
|
1674
|
+
aiAgentEvals: "AI Agent Evaluations",
|
|
1675
|
+
utilities: "Utilities",
|
|
1676
|
+
license: "License",
|
|
1660
1677
|
starters: "Starters",
|
|
1661
1678
|
getStartedButton: "Get Started",
|
|
1662
1679
|
browseComponents: "Browse Components"
|
|
@@ -3442,7 +3459,7 @@ var home = {
|
|
|
3442
3459
|
},
|
|
3443
3460
|
recentWins: {
|
|
3444
3461
|
title: "Recent Wins",
|
|
3445
|
-
performance: "NPM package published (noorui-rtl v0.
|
|
3462
|
+
performance: "NPM package published (noorui-rtl v0.8.0)",
|
|
3446
3463
|
skeletons: "74+ production-ready components with full documentation",
|
|
3447
3464
|
components: "10+ complete demo projects (Blog, Marketplace, AI workflows)",
|
|
3448
3465
|
rebranding: "Full RTL/LTR support for ALL RTL languages (Arabic, Hebrew, Urdu, Farsi) + WCAG AA accessibility"
|
|
@@ -9735,7 +9752,8 @@ var common2 = {
|
|
|
9735
9752
|
tokens: "\u0631\u0645\u0648\u0632 \u0627\u0644\u062A\u0635\u0645\u064A\u0645",
|
|
9736
9753
|
themes: "\u0627\u0644\u0633\u0645\u0627\u062A",
|
|
9737
9754
|
documentation: "\u0627\u0644\u062A\u0648\u062B\u064A\u0642",
|
|
9738
|
-
getStarted: "\u0627\u0628\u062F\u0623 \u0627\u0644\u0622\u0646"
|
|
9755
|
+
getStarted: "\u0627\u0628\u062F\u0623 \u0627\u0644\u0622\u0646",
|
|
9756
|
+
more: "\u0627\u0644\u0645\u0632\u064A\u062F"
|
|
9739
9757
|
},
|
|
9740
9758
|
storybook: {
|
|
9741
9759
|
title: "\u0633\u062A\u0648\u0631\u064A\u0628\u0648\u0643",
|
|
@@ -10165,15 +10183,18 @@ var common2 = {
|
|
|
10165
10183
|
forms: "\u0645\u0643\u0648\u0646\u0627\u062A \u0627\u0644\u0646\u0645\u0627\u0630\u062C",
|
|
10166
10184
|
data: "\u0639\u0631\u0636 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A",
|
|
10167
10185
|
overlay: "\u0627\u0644\u0646\u0648\u0627\u0641\u0630 \u0627\u0644\u0645\u0646\u0628\u062B\u0642\u0629",
|
|
10186
|
+
content: "\u0627\u0644\u0645\u062D\u062A\u0648\u0649",
|
|
10168
10187
|
advanced: "\u0627\u0644\u0645\u0643\u0648\u0646\u0627\u062A \u0627\u0644\u0645\u062A\u0642\u062F\u0645\u0629",
|
|
10169
10188
|
gcc: "\u0645\u0643\u0648\u0646\u0627\u062A \u062F\u0648\u0644 \u0627\u0644\u062E\u0644\u064A\u062C",
|
|
10170
10189
|
experimental: "\u062A\u062C\u0631\u064A\u0628\u064A\u0629 (\u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A)",
|
|
10171
10190
|
misc: "\u0645\u062A\u0646\u0648\u0639\u0629"
|
|
10172
10191
|
},
|
|
10192
|
+
componentsDescription: "\u0623\u0643\u062B\u0631 \u0645\u0646 74 \u0645\u0643\u0648\u0646 \u0645\u0646\u0638\u0645\u0629 \u062D\u0633\u0628 \u0627\u0644\u0641\u0626\u0629. \u064A\u062A\u0636\u0645\u0646 \u0643\u0644 \u0645\u0643\u0648\u0646 \u0623\u0645\u062B\u0644\u0629 \u062A\u0641\u0627\u0639\u0644\u064A\u0629\u060C \u062A\u0648\u062B\u064A\u0642 \u0643\u0627\u0645\u0644\u060C \u0625\u0631\u0634\u0627\u062F\u0627\u062A \u0625\u062A\u0627\u062D\u0629\u060C \u0648\u062F\u0639\u0645 \u062B\u0646\u0627\u0626\u064A \u0627\u0644\u0644\u063A\u0629.",
|
|
10193
|
+
experimentalDescription: "10 \u0645\u0643\u0648\u0646\u0627\u062A \u062A\u062C\u0631\u064A\u0628\u064A\u0629 \u0645\u0635\u0645\u0645\u0629 \u0644\u0648\u0627\u062C\u0647\u0627\u062A \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A\u060C \u062A\u0637\u0628\u064A\u0642\u0627\u062A \u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0629\u060C \u0648\u0623\u062F\u0648\u0627\u062A \u0628\u0646\u0627\u0621 \u0633\u064A\u0631 \u0627\u0644\u0639\u0645\u0644.",
|
|
10173
10194
|
counts: {
|
|
10174
|
-
totalComponents: "\u0623\u0643\u062B\u0631 \u0645\u0646
|
|
10175
|
-
totalExamples: "
|
|
10176
|
-
totalPages: "\u0623\u0643\u062B\u0631 \u0645\u0646
|
|
10195
|
+
totalComponents: "\u0623\u0643\u062B\u0631 \u0645\u0646 74 \u0645\u0643\u0648\u0646",
|
|
10196
|
+
totalExamples: "22 \u0645\u062B\u0627\u0644 \u0645\u0628\u0627\u0634\u0631",
|
|
10197
|
+
totalPages: "\u0623\u0643\u062B\u0631 \u0645\u0646 120 \u0635\u0641\u062D\u0629"
|
|
10177
10198
|
},
|
|
10178
10199
|
links: {
|
|
10179
10200
|
home: "\u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629",
|
|
@@ -10196,6 +10217,19 @@ var common2 = {
|
|
|
10196
10217
|
islamicFinanceDashboard: "\u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u0645\u0648\u064A\u0644 \u0627\u0644\u0625\u0633\u0644\u0627\u0645\u064A",
|
|
10197
10218
|
blogDashboard: "\u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u062F\u0648\u0646\u0629",
|
|
10198
10219
|
calendar: "\u0627\u0644\u062A\u0642\u0648\u064A\u0645",
|
|
10220
|
+
gccDashboard: "\u0644\u0648\u062D\u0629 \u062A\u062D\u0643\u0645 \u062F\u0648\u0644 \u0627\u0644\u062E\u0644\u064A\u062C",
|
|
10221
|
+
datatableShowcase: "\u0639\u0631\u0636 \u062C\u062F\u0648\u0644 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A",
|
|
10222
|
+
accessibleInputs: "\u062D\u0642\u0648\u0644 \u0627\u0644\u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0645\u064F\u064A\u0633\u064E\u0651\u0631\u0629",
|
|
10223
|
+
b2bMarketplace: "\u0633\u0648\u0642 \u0627\u0644\u0623\u0639\u0645\u0627\u0644",
|
|
10224
|
+
aiChatSimple: "\u0645\u062D\u0627\u062F\u062B\u0629 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A",
|
|
10225
|
+
aiPlayground: "\u0645\u0646\u0635\u0629 \u062A\u062C\u0631\u0628\u0629 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A",
|
|
10226
|
+
aiCodeAssistant: "\u0645\u0633\u0627\u0639\u062F \u0627\u0644\u0628\u0631\u0645\u062C\u0629 \u0627\u0644\u0630\u0643\u064A",
|
|
10227
|
+
aiDocumentQa: "\u0623\u0633\u0626\u0644\u0629 \u0648\u0623\u062C\u0648\u0628\u0629 \u0627\u0644\u0645\u0633\u062A\u0646\u062F\u0627\u062A",
|
|
10228
|
+
aiMultiAgent: "\u0648\u0643\u0644\u0627\u0621 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u0627\u0644\u0645\u062A\u0639\u062F\u062F\u0629",
|
|
10229
|
+
aiWorkflow: "\u0633\u064A\u0631 \u0639\u0645\u0644 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A",
|
|
10230
|
+
aiAgentEvals: "\u062A\u0642\u064A\u064A\u0645 \u0648\u0643\u0644\u0627\u0621 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A",
|
|
10231
|
+
utilities: "\u0627\u0644\u0623\u062F\u0648\u0627\u062A \u0627\u0644\u0645\u0633\u0627\u0639\u062F\u0629",
|
|
10232
|
+
license: "\u0627\u0644\u0631\u062E\u0635\u0629",
|
|
10199
10233
|
starters: "\u0646\u0645\u0627\u0630\u062C \u0627\u0644\u0628\u062F\u0621",
|
|
10200
10234
|
getStartedButton: "\u0627\u0628\u062F\u0623 \u0627\u0644\u0622\u0646",
|
|
10201
10235
|
browseComponents: "\u062A\u0635\u0641\u062D \u0627\u0644\u0645\u0643\u0648\u0646\u0627\u062A"
|
|
@@ -11981,7 +12015,7 @@ var home2 = {
|
|
|
11981
12015
|
},
|
|
11982
12016
|
recentWins: {
|
|
11983
12017
|
title: "\u0627\u0644\u0625\u0646\u062C\u0627\u0632\u0627\u062A \u0627\u0644\u0623\u062E\u064A\u0631\u0629",
|
|
11984
|
-
performance: "\u062A\u0645 \u0646\u0634\u0631 \u062D\u0632\u0645\u0629 NPM (noorui-rtl v0.
|
|
12018
|
+
performance: "\u062A\u0645 \u0646\u0634\u0631 \u062D\u0632\u0645\u0629 NPM (noorui-rtl v0.8.0)",
|
|
11985
12019
|
skeletons: "\u0623\u0643\u062B\u0631 \u0645\u0646 74 \u0645\u0643\u0648\u0646 \u062C\u0627\u0647\u0632 \u0644\u0644\u0625\u0646\u062A\u0627\u062C \u0645\u0639 \u062A\u0648\u062B\u064A\u0642 \u0643\u0627\u0645\u0644",
|
|
11986
12020
|
components: "\u0623\u0643\u062B\u0631 \u0645\u0646 10 \u0645\u0634\u0627\u0631\u064A\u0639 \u0639\u0631\u0636 \u0643\u0627\u0645\u0644\u0629 (\u0645\u062F\u0648\u0646\u0629\u060C \u0633\u0648\u0642\u060C \u0633\u064A\u0631 \u0639\u0645\u0644 AI)",
|
|
11987
12021
|
rebranding: "\u062F\u0639\u0645 \u0643\u0627\u0645\u0644 \u0644\u062C\u0645\u064A\u0639 \u0627\u0644\u0644\u063A\u0627\u062A RTL (\u0627\u0644\u0639\u0631\u0628\u064A\u0629\u060C \u0627\u0644\u0639\u0628\u0631\u064A\u0629\u060C \u0627\u0644\u0623\u0631\u062F\u064A\u0629\u060C \u0627\u0644\u0641\u0627\u0631\u0633\u064A\u0629) + \u0625\u0645\u0643\u0627\u0646\u064A\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 WCAG AA"
|