@zohodesk/dot 1.0.0-beta.230 → 1.0.0-beta.231

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,10 @@
2
2
 
3
3
  In this Library, we Provide Some Basic Components to Build Your Application
4
4
 
5
+ # 1.0.0-beta.231
6
+
7
+ - :focus in css removed
8
+
5
9
  # 1.0.0-beta.230
6
10
 
7
11
  - renderLabelProps props added and Field Container Component Wrapped for => CheckBoxField, CurrencyField, DateField, MultiField, SelectField, TextareaField, TextBoxField
@@ -33,8 +33,9 @@
33
33
  opacity: 0;
34
34
  visibility: hidden;
35
35
  }
36
- .hoverIcon:hover .arrow,
37
- .hoverIcon:focus .arrow {
36
+ .hoverIcon:hover .arrow
37
+ /* .hoverIcon:focus .arrow */
38
+ {
38
39
  opacity: 1;
39
40
  visibility: visible;
40
41
  }
@@ -58,9 +58,9 @@ display: block
58
58
  .link:hover {
59
59
  color: var(--zdt_secondaryText_blue_text);
60
60
  }
61
- .link:focus, .link:focus .textStyle, .link:focus .phoneNumber{
61
+ /* .link:focus, .link:focus .textStyle, .link:focus .phoneNumber{
62
62
  color: var(--zdt_secondaryText_blue_text);
63
- }
63
+ } */
64
64
  .ticketIdLink {
65
65
  cursor: pointer;
66
66
  }
@@ -33,8 +33,9 @@
33
33
  opacity: 0;
34
34
  visibility: hidden;
35
35
  }
36
- .hoverIcon:hover .arrow,
37
- .hoverIcon:focus .arrow {
36
+ .hoverIcon:hover .arrow
37
+ /* .hoverIcon:focus .arrow */
38
+ {
38
39
  opacity: 1;
39
40
  visibility: visible;
40
41
  }
@@ -58,9 +58,9 @@ display: block
58
58
  .link:hover {
59
59
  color: var(--zdt_secondaryText_blue_text);
60
60
  }
61
- .link:focus, .link:focus .textStyle, .link:focus .phoneNumber{
61
+ /* .link:focus, .link:focus .textStyle, .link:focus .phoneNumber{
62
62
  color: var(--zdt_secondaryText_blue_text);
63
- }
63
+ } */
64
64
  .ticketIdLink {
65
65
  cursor: pointer;
66
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.0.0-beta.230",
3
+ "version": "1.0.0-beta.231",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "jsnext:main": "es/index.js",
@@ -35,8 +35,8 @@
35
35
  "velocity-react": "1.4.3",
36
36
  "@zohodesk/variables": "1.0.0-beta.29",
37
37
  "@zohodesk/i18n": "1.0.0-beta.7",
38
- "@zohodesk/components": "1.0.0-alpha-242",
39
- "@zohodesk/icons": "1.0.0-beta.105",
38
+ "@zohodesk/components": "1.0.0-alpha-246",
39
+ "@zohodesk/icons": "1.0.0-beta.109",
40
40
  "@zohodesk/svg": "1.0.0-beta.47",
41
41
  "@zohodesk/virtualizer": "1.0.3",
42
42
  "react-sortable-hoc": "^0.8.3"
@@ -45,8 +45,8 @@
45
45
  "velocity-react": "1.4.3",
46
46
  "@zohodesk/variables": "1.0.0-beta.29",
47
47
  "@zohodesk/i18n": "1.0.0-beta.7",
48
- "@zohodesk/components": "1.0.0-alpha-242",
49
- "@zohodesk/icons": "1.0.0-beta.105",
48
+ "@zohodesk/components": "1.0.0-alpha-246",
49
+ "@zohodesk/icons": "1.0.0-beta.109",
50
50
  "@zohodesk/svg": "1.0.0-beta.47"
51
51
  },
52
52
  "react-cli": {