@zohodesk/dot 1.0.0-temp-131 → 1.0.0-temp-133
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 +20 -0
- package/assets/Appearance/dark/mode/dotDarkMode.module.css +289 -289
- package/assets/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +9 -9
- package/assets/Appearance/dark/themes/green/greenDarkDotTheme.module.css +9 -9
- package/assets/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +9 -9
- package/assets/Appearance/dark/themes/red/redDarkDotTheme.module.css +9 -9
- package/assets/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +9 -9
- package/assets/Appearance/default/mode/dotDefaultMode.module.css +283 -283
- package/assets/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +9 -9
- package/assets/Appearance/default/themes/green/greenDefaultDotTheme.module.css +9 -9
- package/assets/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +9 -9
- package/assets/Appearance/default/themes/red/redDefaultDotTheme.module.css +9 -9
- package/assets/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +9 -9
- package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +291 -291
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkDotTheme.module.css +9 -9
- package/assets/Appearance/pureDark/themes/green/greenPureDarkDotTheme.module.css +9 -9
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkDotTheme.module.css +9 -9
- package/assets/Appearance/pureDark/themes/red/redPureDarkDotTheme.module.css +9 -9
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkDotTheme.module.css +9 -9
- package/es/ActionButton/ActionButton.js +1 -1
- package/es/Attachment/Attachment.js +1 -1
- package/es/AttachmentViewer/AttachmentViewer.js +1 -1
- package/es/ChannelIcon/ChannelIcon.js +1 -1
- package/es/Drawer/Drawer.js +1 -1
- package/es/FreezeLayer/FreezeLayer.js +61 -114
- package/es/FreezeLayer/css/cssJSLogic.js +23 -0
- package/es/FreezeLayer/index.js +2 -0
- package/es/FreezeLayer/props/defaultProps.js +1 -0
- package/es/FreezeLayer/props/propTypes.js +1 -0
- package/es/FreezeLayer/useFreezeLayer.js +50 -0
- package/es/IconButton/IconButton.js +1 -1
- package/es/ImportantNotes/ImportantNotes.js +1 -1
- package/es/Message/Message.js +1 -1
- package/es/MessageBanner/MessageBanner.js +1 -1
- package/es/NewStar/NewStar.js +1 -1
- package/es/ToastMessage/ToastMessage.js +1 -1
- package/es/Upload/Upload.js +1 -1
- package/es/alert/AlertHeader/AlertHeader.js +1 -1
- package/es/avatar/AvatarClose/AvatarClose.js +1 -1
- package/es/avatar/AvatarCollision/AvatarCollision.js +1 -1
- package/es/avatar/AvatarIcon/AvatarIcon.js +1 -1
- package/es/avatar/AvatarStatus/AvatarStatus.js +3 -1
- package/es/avatar/AvatarStatus/props/defaultProps.js +3 -1
- package/es/avatar/AvatarStatus/props/propTypes.js +2 -0
- package/es/avatar/AvatarThread/AvatarThread.js +1 -1
- package/es/avatar/AvatarUser/AvatarUser.js +1 -1
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +3 -2
- package/es/avatar/AvatarWithTeam/props/defaultProps.js +2 -1
- package/es/avatar/AvatarWithTeam/props/propTypes.js +1 -0
- package/es/deprecated/FreezeLayer/FreezeLayer.js +128 -0
- package/es/deprecated/FreezeLayer/props/defaultProps.js +8 -0
- package/es/deprecated/FreezeLayer/props/propTypes.js +17 -0
- package/es/deprecated/SelectDropdown/SelectDropdown.js +1 -1
- package/es/docs/formDocs.js +1 -16
- package/es/docs/generalDocs.js +1 -107
- package/es/docs/lookupDocs.js +1 -35
- package/es/docs/setupDocs.js +1 -15
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +1 -1
- package/es/form/fields/FieldContainer/FieldContainer.js +1 -1
- package/es/form/fields/PhoneField/PhoneField.js +1 -1
- package/es/form/fields/ValidationMessage/ValidationMessage.js +1 -1
- package/es/index.js +0 -3
- package/es/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
- package/es/list/AvatarFlip/AvatarFlip.js +4 -2
- package/es/list/AvatarFlip/props/defaultProps.js +2 -1
- package/es/list/AvatarFlip/props/propTypes.js +2 -1
- package/es/list/BluePrintStatus/BluePrintStatus.js +1 -1
- package/es/list/Comment/Comment.js +1 -1
- package/es/list/Icons/AddNewIcon.js +1 -1
- package/es/list/Icons/CompleteIcon.js +1 -1
- package/es/list/Icons/DeleteIcon.js +1 -1
- package/es/list/Icons/EditIcon.js +1 -1
- package/es/list/Icons/ReadUnreadIcon.js +1 -1
- package/es/list/Icons/SmartIcon.js +1 -1
- package/es/list/SecondaryText/ContactName.js +1 -1
- package/es/list/SentimentStatus/SentimentStatus.js +1 -1
- package/es/list/Thread/Thread.js +1 -1
- package/es/list/UserTime/UserTime.js +1 -1
- package/es/list/status/StatusDropdown/StatusDropdown.js +1 -1
- package/es/list/status/StatusListItem/StatusListItem.js +1 -1
- package/es/lookup/header/Search/Search.js +1 -1
- package/es/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
- package/es/setup/header/Link/Link.js +1 -1
- package/es/setup/header/Search/Search.js +1 -1
- package/es/setup/header/Views/Views.js +1 -1
- package/es/version2/AlertClose/AlertClose.js +1 -1
- package/lib/ActionButton/ActionButton.js +3 -3
- package/lib/Attachment/Attachment.js +3 -3
- package/lib/AttachmentViewer/AttachmentViewer.js +3 -3
- package/lib/ChannelIcon/ChannelIcon.js +3 -3
- package/lib/Drawer/Drawer.js +2 -2
- package/lib/FreezeLayer/FreezeLayer.js +58 -141
- package/lib/FreezeLayer/css/FreezeLayer.module.css +42 -0
- package/lib/FreezeLayer/css/cssJSLogic.js +22 -0
- package/lib/FreezeLayer/index.js +20 -0
- package/lib/FreezeLayer/props/defaultProps.js +1 -0
- package/lib/FreezeLayer/props/propTypes.js +1 -0
- package/lib/FreezeLayer/useFreezeLayer.js +73 -0
- package/lib/IconButton/IconButton.js +2 -2
- package/lib/ImportantNotes/ImportantNotes.js +2 -2
- package/lib/Message/Message.js +3 -3
- package/lib/MessageBanner/MessageBanner.js +2 -2
- package/lib/NewStar/NewStar.js +4 -4
- package/lib/ToastMessage/ToastMessage.js +5 -5
- package/lib/Upload/Upload.js +3 -3
- package/lib/alert/AlertHeader/AlertHeader.js +2 -2
- package/lib/avatar/AvatarClose/AvatarClose.js +2 -2
- package/lib/avatar/AvatarCollision/AvatarCollision.js +2 -2
- package/lib/avatar/AvatarIcon/AvatarIcon.js +2 -2
- package/lib/avatar/AvatarStatus/AvatarStatus.js +3 -1
- package/lib/avatar/AvatarStatus/props/defaultProps.js +3 -1
- package/lib/avatar/AvatarStatus/props/propTypes.js +22 -24
- package/lib/avatar/AvatarThread/AvatarThread.js +2 -2
- package/lib/avatar/AvatarUser/AvatarUser.js +5 -5
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +3 -2
- package/lib/avatar/AvatarWithTeam/props/defaultProps.js +2 -1
- package/lib/avatar/AvatarWithTeam/props/propTypes.js +1 -0
- package/lib/deprecated/FreezeLayer/FreezeLayer.js +161 -0
- package/lib/deprecated/FreezeLayer/FreezeLayer.module.css +42 -0
- package/lib/deprecated/FreezeLayer/props/defaultProps.js +15 -0
- package/lib/deprecated/FreezeLayer/props/propTypes.js +25 -0
- package/lib/deprecated/SelectDropdown/SelectDropdown.js +2 -2
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +3 -3
- package/lib/form/fields/FieldContainer/FieldContainer.js +3 -3
- package/lib/form/fields/PhoneField/PhoneField.js +2 -2
- package/lib/form/fields/ValidationMessage/ValidationMessage.js +2 -2
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +6 -6
- package/lib/list/AvatarFlip/AvatarFlip.js +4 -2
- package/lib/list/AvatarFlip/props/defaultProps.js +2 -1
- package/lib/list/AvatarFlip/props/propTypes.js +2 -1
- package/lib/list/BluePrintStatus/BluePrintStatus.js +2 -2
- package/lib/list/Comment/Comment.js +2 -2
- package/lib/list/Icons/AddNewIcon.js +2 -2
- package/lib/list/Icons/CompleteIcon.js +2 -2
- package/lib/list/Icons/DeleteIcon.js +2 -2
- package/lib/list/Icons/EditIcon.js +2 -2
- package/lib/list/Icons/ReadUnreadIcon.js +2 -2
- package/lib/list/Icons/SmartIcon.js +2 -2
- package/lib/list/SecondaryText/ContactName.js +2 -2
- package/lib/list/SentimentStatus/SentimentStatus.js +2 -2
- package/lib/list/Thread/Thread.js +2 -2
- package/lib/list/UserTime/UserTime.js +8 -8
- package/lib/list/status/StatusDropdown/StatusDropdown.js +2 -2
- package/lib/list/status/StatusListItem/StatusListItem.js +2 -2
- package/lib/lookup/header/Search/Search.js +4 -4
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +2 -2
- package/lib/setup/header/Link/Link.js +2 -2
- package/lib/setup/header/Search/Search.js +2 -2
- package/lib/setup/header/Views/Views.js +3 -3
- package/lib/version2/AlertClose/AlertClose.js +2 -2
- package/package.json +7 -7
- /package/es/FreezeLayer/{FreezeLayer.module.css → css/FreezeLayer.module.css} +0 -0
- /package/{lib → es/deprecated}/FreezeLayer/FreezeLayer.module.css +0 -0
package/README.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
In this Library, we Provide Some Basic Components to Build Your Application
|
|
4
4
|
|
|
5
|
+
# 1.0.0-beta.xxx
|
|
6
|
+
|
|
7
|
+
- Contrast option implemented through preprocess. Category key value added for all color variables.
|
|
8
|
+
|
|
9
|
+
# 1.0.0-beta.250
|
|
10
|
+
|
|
11
|
+
- - **FreezeLayer** - converted to functional component
|
|
12
|
+
|
|
13
|
+
# 1.0.0-beta.249
|
|
14
|
+
|
|
15
|
+
- **FreezeLayer** - Issue fix: While click on the freezelayer, drawer/any dialog box won't close if any text highlighted in the product.
|
|
16
|
+
|
|
17
|
+
# 1.0.0-beta.248
|
|
18
|
+
|
|
19
|
+
- **AvatarFlip** - `customProps` has been added.
|
|
20
|
+
|
|
21
|
+
- **AvatarStatus** - `needDefaultBorder` prop added for all components.
|
|
22
|
+
|
|
23
|
+
- **AvatarWithTeam** - `teamBorderActive` prop has been added.
|
|
24
|
+
|
|
5
25
|
# 1.0.0-beta.247
|
|
6
26
|
|
|
7
27
|
- **ActionButton** - arrowBoxDataId prop removed .
|