@zohodesk/dot 1.7.26 → 1.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.
Files changed (66) hide show
  1. package/README.md +4 -0
  2. package/es/ActionButton/ActionButton.module.css +1 -1
  3. package/es/AlphabeticList/AlphabeticList.module.css +1 -1
  4. package/es/AudioPlayer/AudioPlayer.module.css +1 -1
  5. package/es/DotProvider/hooks/useDotProvider.js +1 -0
  6. package/es/Drawer/Drawer.module.css +1 -1
  7. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
  8. package/es/emptystate/EditionPage/EditionPage.css +2 -2
  9. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
  10. package/es/form/fields/CurrencyField/__tests__/__snapshots__/CurrencyField.spec.js.snap +1 -6
  11. package/es/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +1 -6
  12. package/es/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +1 -3
  13. package/es/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +1 -6
  14. package/es/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +1 -6
  15. package/es/form/fields/TagsMultiSelect/__tests__/__snapshots__/TagsMultiSelect.spec.js.snap +1 -3
  16. package/es/form/fields/TagsMultiSelectField/__tests__/__snapshots__/TagsMultiSelectField.spec.js.snap +1 -3
  17. package/es/form/fields/TextBoxField/__tests__/__snapshots__/TextBoxField.spec.js.snap +1 -6
  18. package/es/form/fields/TextEditor/TextEditor.js +2 -1
  19. package/es/form/fields/TextEditor/TextEditor.module.css +2 -2
  20. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +1 -1
  21. package/es/list/SecondaryText/SecondaryText.module.css +6 -6
  22. package/es/list/Subject/Subject.module.css +3 -3
  23. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +4 -2
  24. package/es/lookup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +6 -18
  25. package/es/lookup/header/Title/LookupTitle.module.css +7 -3
  26. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
  27. package/es/setup/header/Search/Search.module.css +1 -1
  28. package/es/v1/form/fields/TextEditor/TextEditor.js +2 -1
  29. package/es/version2/GlobalNotification/GlobalNotification.module.css +3 -2
  30. package/es/version2/errorstate/V2_ErrorStates.module.css +1 -1
  31. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +9 -3
  32. package/es/version2/lookup/alertLookupCommonNew.module.css +1 -1
  33. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
  34. package/lib/ActionButton/ActionButton.module.css +1 -1
  35. package/lib/AlphabeticList/AlphabeticList.module.css +1 -1
  36. package/lib/AudioPlayer/AudioPlayer.module.css +1 -1
  37. package/lib/DotProvider/hooks/useDotProvider.js +2 -0
  38. package/lib/Drawer/Drawer.module.css +1 -1
  39. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
  40. package/lib/emptystate/EditionPage/EditionPage.css +2 -2
  41. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
  42. package/lib/form/fields/CurrencyField/__tests__/__snapshots__/CurrencyField.spec.js.snap +1 -6
  43. package/lib/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +1 -6
  44. package/lib/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +1 -3
  45. package/lib/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +1 -6
  46. package/lib/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +1 -6
  47. package/lib/form/fields/TagsMultiSelect/__tests__/__snapshots__/TagsMultiSelect.spec.js.snap +1 -3
  48. package/lib/form/fields/TagsMultiSelectField/__tests__/__snapshots__/TagsMultiSelectField.spec.js.snap +1 -3
  49. package/lib/form/fields/TextBoxField/__tests__/__snapshots__/TextBoxField.spec.js.snap +1 -6
  50. package/lib/form/fields/TextEditor/TextEditor.js +1 -1
  51. package/lib/form/fields/TextEditor/TextEditor.module.css +2 -2
  52. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +1 -1
  53. package/lib/list/SecondaryText/SecondaryText.module.css +6 -6
  54. package/lib/list/Subject/Subject.module.css +3 -3
  55. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +4 -2
  56. package/lib/lookup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +6 -18
  57. package/lib/lookup/header/Title/LookupTitle.module.css +7 -3
  58. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
  59. package/lib/setup/header/Search/Search.module.css +1 -1
  60. package/lib/v1/form/fields/TextEditor/TextEditor.js +1 -1
  61. package/lib/version2/GlobalNotification/GlobalNotification.module.css +3 -2
  62. package/lib/version2/errorstate/V2_ErrorStates.module.css +1 -1
  63. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +9 -3
  64. package/lib/version2/lookup/alertLookupCommonNew.module.css +1 -1
  65. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
  66. package/package.json +9 -9
@@ -36,7 +36,8 @@
36
36
  .large {
37
37
  width: var(--zd_size580) ;
38
38
  }
39
- .tapWidth{
39
+
40
+ .tapWidth {
40
41
  max-width: 100% ;
41
42
  min-width: 100% ;
42
43
  }
@@ -109,7 +110,7 @@
109
110
  .subTitle {
110
111
  font-size: var(--zd_font_size15) ;
111
112
  line-height: 1.3333;
112
- font-family: var(--zd_semibold);
113
+ font-weight: var(--zd-fw-semibold);
113
114
  composes: ftsmooth wbreak from '~@zohodesk/components/es/common/common.module.css';
114
115
  }
115
116
 
@@ -130,4 +131,4 @@
130
131
  .footer {
131
132
  overflow: hidden;
132
133
  border-radius: 0 0 var(--zd_size10) var(--zd_size10);
133
- }
134
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.7.26",
3
+ "version": "1.8.1",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -73,13 +73,13 @@
73
73
  "@zohodesk-private/node-plugins": "1.1.13",
74
74
  "@zohodesk-private/react-prop-validator": "1.2.3",
75
75
  "@zohodesk/a11y": "2.3.8",
76
- "@zohodesk/components": "1.4.21",
76
+ "@zohodesk/components": "1.5.1",
77
77
  "@zohodesk/hooks": "2.0.6",
78
- "@zohodesk/icons": "1.1.1",
78
+ "@zohodesk/icons": "1.1.3",
79
79
  "@zohodesk/layout": "^3.1.0",
80
- "@zohodesk/svg": "1.2.2",
80
+ "@zohodesk/svg": "1.2.3",
81
81
  "@zohodesk/utils": "1.3.15",
82
- "@zohodesk/variables": "1.1.0",
82
+ "@zohodesk/variables": "1.2.0",
83
83
  "@zohodesk/virtualizer": "1.0.13",
84
84
  "react-sortable-hoc": "^0.8.3",
85
85
  "velocity-react": "1.4.3",
@@ -88,10 +88,10 @@
88
88
  },
89
89
  "peerDependencies": {
90
90
  "velocity-react": "1.4.3",
91
- "@zohodesk/variables": "1.1.0",
92
- "@zohodesk/components": "1.4.21",
93
- "@zohodesk/icons": "1.1.1",
94
- "@zohodesk/svg": "1.2.2",
91
+ "@zohodesk/variables": "1.2.0",
92
+ "@zohodesk/components": "1.5.1",
93
+ "@zohodesk/icons": "1.1.3",
94
+ "@zohodesk/svg": "1.2.3",
95
95
  "@zohodesk/virtualizer": "1.0.13",
96
96
  "react-sortable-hoc": "^0.8.3",
97
97
  "@zohodesk/hooks": "2.0.6",