@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.
- package/README.md +4 -0
- package/es/ActionButton/ActionButton.module.css +1 -1
- package/es/AlphabeticList/AlphabeticList.module.css +1 -1
- package/es/AudioPlayer/AudioPlayer.module.css +1 -1
- package/es/DotProvider/hooks/useDotProvider.js +1 -0
- package/es/Drawer/Drawer.module.css +1 -1
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
- package/es/emptystate/EditionPage/EditionPage.css +2 -2
- package/es/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
- package/es/form/fields/CurrencyField/__tests__/__snapshots__/CurrencyField.spec.js.snap +1 -6
- package/es/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +1 -6
- package/es/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +1 -3
- package/es/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +1 -6
- package/es/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +1 -6
- package/es/form/fields/TagsMultiSelect/__tests__/__snapshots__/TagsMultiSelect.spec.js.snap +1 -3
- package/es/form/fields/TagsMultiSelectField/__tests__/__snapshots__/TagsMultiSelectField.spec.js.snap +1 -3
- package/es/form/fields/TextBoxField/__tests__/__snapshots__/TextBoxField.spec.js.snap +1 -6
- package/es/form/fields/TextEditor/TextEditor.js +2 -1
- package/es/form/fields/TextEditor/TextEditor.module.css +2 -2
- package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +1 -1
- package/es/list/SecondaryText/SecondaryText.module.css +6 -6
- package/es/list/Subject/Subject.module.css +3 -3
- package/es/lookup/EmptyPage/LookupEmptyPage.module.css +4 -2
- package/es/lookup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +6 -18
- package/es/lookup/header/Title/LookupTitle.module.css +7 -3
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
- package/es/setup/header/Search/Search.module.css +1 -1
- package/es/v1/form/fields/TextEditor/TextEditor.js +2 -1
- package/es/version2/GlobalNotification/GlobalNotification.module.css +3 -2
- package/es/version2/errorstate/V2_ErrorStates.module.css +1 -1
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +9 -3
- package/es/version2/lookup/alertLookupCommonNew.module.css +1 -1
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
- package/lib/ActionButton/ActionButton.module.css +1 -1
- package/lib/AlphabeticList/AlphabeticList.module.css +1 -1
- package/lib/AudioPlayer/AudioPlayer.module.css +1 -1
- package/lib/DotProvider/hooks/useDotProvider.js +2 -0
- package/lib/Drawer/Drawer.module.css +1 -1
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +1 -1
- package/lib/emptystate/EditionPage/EditionPage.css +2 -2
- package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +1 -1
- package/lib/form/fields/CurrencyField/__tests__/__snapshots__/CurrencyField.spec.js.snap +1 -6
- package/lib/form/fields/DateField/__tests__/__snapshots__/DateField.spec.js.snap +1 -6
- package/lib/form/fields/MultiSelectField/__tests__/__snapshots__/MultiSelectField.spec.js.snap +1 -3
- package/lib/form/fields/PhoneField/__tests__/__snapshots__/PhoneField.spec.js.snap +1 -6
- package/lib/form/fields/SelectField/__tests__/__snapshots__/SelectField.spec.js.snap +1 -6
- package/lib/form/fields/TagsMultiSelect/__tests__/__snapshots__/TagsMultiSelect.spec.js.snap +1 -3
- package/lib/form/fields/TagsMultiSelectField/__tests__/__snapshots__/TagsMultiSelectField.spec.js.snap +1 -3
- package/lib/form/fields/TextBoxField/__tests__/__snapshots__/TextBoxField.spec.js.snap +1 -6
- package/lib/form/fields/TextEditor/TextEditor.js +1 -1
- package/lib/form/fields/TextEditor/TextEditor.module.css +2 -2
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +1 -1
- package/lib/list/SecondaryText/SecondaryText.module.css +6 -6
- package/lib/list/Subject/Subject.module.css +3 -3
- package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +4 -2
- package/lib/lookup/header/Search/__tests__/__snapshots__/Search.spec.js.snap +6 -18
- package/lib/lookup/header/Title/LookupTitle.module.css +7 -3
- package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
- package/lib/setup/header/Search/Search.module.css +1 -1
- package/lib/v1/form/fields/TextEditor/TextEditor.js +1 -1
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +3 -2
- package/lib/version2/errorstate/V2_ErrorStates.module.css +1 -1
- package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +9 -3
- package/lib/version2/lookup/alertLookupCommonNew.module.css +1 -1
- package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
- package/package.json +9 -9
|
@@ -36,7 +36,8 @@
|
|
|
36
36
|
.large {
|
|
37
37
|
width: var(--zd_size580) ;
|
|
38
38
|
}
|
|
39
|
-
|
|
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-
|
|
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.
|
|
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.
|
|
76
|
+
"@zohodesk/components": "1.5.1",
|
|
77
77
|
"@zohodesk/hooks": "2.0.6",
|
|
78
|
-
"@zohodesk/icons": "1.1.
|
|
78
|
+
"@zohodesk/icons": "1.1.3",
|
|
79
79
|
"@zohodesk/layout": "^3.1.0",
|
|
80
|
-
"@zohodesk/svg": "1.2.
|
|
80
|
+
"@zohodesk/svg": "1.2.3",
|
|
81
81
|
"@zohodesk/utils": "1.3.15",
|
|
82
|
-
"@zohodesk/variables": "1.
|
|
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.
|
|
92
|
-
"@zohodesk/components": "1.
|
|
93
|
-
"@zohodesk/icons": "1.1.
|
|
94
|
-
"@zohodesk/svg": "1.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",
|