@zohodesk/components 1.4.20 → 1.4.21

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/README.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  Dot UI is a customizable React component library built to deliver a clean, accessible, and developer-friendly UI experience. It offers a growing set of reusable components designed to align with modern design systems and streamline application development across projects.
4
4
 
5
+ # 1.4.21
6
+
7
+ - `Common Css`
8
+ - added `unicode-bidi: bidi-override;` in ltr-dir class for change direction to ltr in rtl mode.
9
+
5
10
  # 1.4.20
6
11
 
7
12
  - **Popup**
@@ -561,6 +561,6 @@
561
561
  /*This Lines added to handle mobile number with mixed symbols in rtl case ex : (050)991-881*/
562
562
  [dir=rtl] .ltr-zone input, [dir=rtl] .ltr-dir {
563
563
  direction: ltr;
564
- /* unicode-bidi: bidi-override; */
564
+ unicode-bidi: bidi-override;
565
565
  text-align: end;
566
566
  }
@@ -561,6 +561,6 @@
561
561
  /*This Lines added to handle mobile number with mixed symbols in rtl case ex : (050)991-881*/
562
562
  [dir=rtl] .ltr-zone input, [dir=rtl] .ltr-dir {
563
563
  direction: ltr;
564
- /* unicode-bidi: bidi-override; */
564
+ unicode-bidi: bidi-override;
565
565
  text-align: end;
566
566
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/components",
3
- "version": "1.4.20",
3
+ "version": "1.4.21",
4
4
  "main": "es/index.js",
5
5
  "module": "es/index.js",
6
6
  "private": false,