@zohodesk/dot 1.0.0-temp-217 → 1.0.0-temp-219
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 +21 -0
- package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +302 -302
- package/assets/Appearance/dark/themes/blue/blue_DotCTA_DarkModifyCategory.module.css +14 -0
- package/assets/Appearance/dark/themes/blue/blue_DotTheme_DarkTheme.module.css +13 -13
- package/assets/Appearance/dark/themes/green/green_DotCTA_DarkModifyCategory.module.css +14 -0
- package/assets/Appearance/dark/themes/green/green_DotTheme_DarkTheme.module.css +13 -13
- package/assets/Appearance/dark/themes/orange/orange_DotCTA_DarkModifyCategory.module.css +14 -0
- package/assets/Appearance/dark/themes/orange/orange_DotTheme_DarkTheme.module.css +13 -13
- package/assets/Appearance/dark/themes/red/red_DotCTA_DarkModifyCategory.module.css +14 -0
- package/assets/Appearance/dark/themes/red/red_DotTheme_DarkTheme.module.css +13 -13
- package/assets/Appearance/dark/themes/yellow/yellow_DotCTA_DarkModifyCategory.module.css +14 -0
- package/assets/Appearance/dark/themes/yellow/yellow_DotTheme_DarkTheme.module.css +13 -13
- package/assets/Appearance/light/mode/Dot_LightMode.module.css +300 -300
- package/assets/Appearance/light/themes/blue/blue_DotCTA_LightModifyCategory.module.css +14 -0
- package/assets/Appearance/light/themes/blue/blue_DotTheme_LightTheme.module.css +13 -13
- package/assets/Appearance/light/themes/green/green_DotCTA_LightModifyCategory.module.css +14 -0
- package/assets/Appearance/light/themes/green/green_DotTheme_LightTheme.module.css +13 -13
- package/assets/Appearance/light/themes/orange/orange_DotCTA_LightModifyCategory.module.css +14 -0
- package/assets/Appearance/light/themes/orange/orange_DotTheme_LightTheme.module.css +13 -13
- package/assets/Appearance/light/themes/red/red_DotCTA_LightModifyCategory.module.css +14 -0
- package/assets/Appearance/light/themes/red/red_DotTheme_LightTheme.module.css +13 -13
- package/assets/Appearance/light/themes/yellow/yellow_DotCTA_LightModifyCategory.module.css +14 -0
- package/assets/Appearance/light/themes/yellow/yellow_DotTheme_LightTheme.module.css +13 -13
- package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +302 -302
- package/assets/Appearance/pureDark/themes/blue/blue_DotCTA_PureDarkModifyCategory.module.css +14 -0
- package/assets/Appearance/pureDark/themes/blue/blue_DotTheme_PureDarkTheme.module.css +13 -13
- package/assets/Appearance/pureDark/themes/green/green_DotCTA_PureDarkModifyCategory.module.css +14 -0
- package/assets/Appearance/pureDark/themes/green/green_DotTheme_PureDarkTheme.module.css +13 -13
- package/assets/Appearance/pureDark/themes/orange/orange_DotCTA_PureDarkModifyCategory.module.css +14 -0
- package/assets/Appearance/pureDark/themes/orange/orange_DotTheme_PureDarkTheme.module.css +13 -13
- package/assets/Appearance/pureDark/themes/red/red_DotCTA_PureDarkModifyCategory.module.css +14 -0
- package/assets/Appearance/pureDark/themes/red/red_DotTheme_PureDarkTheme.module.css +13 -13
- package/assets/Appearance/pureDark/themes/yellow/yellow_DotCTA_PureDarkModifyCategory.module.css +14 -0
- package/assets/Appearance/pureDark/themes/yellow/yellow_DotTheme_PureDarkTheme.module.css +13 -13
- package/es/AudioPlayer/__tests__/AudioPlayer.spec.js +186 -38
- package/es/AudioPlayer/__tests__/__snapshots__/AudioPlayer.spec.js.snap +1851 -1
- package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +1 -0
- package/es/list/SecondaryText/PhoneNumber.js +2 -2
- package/es/list/SecondaryText/SecondaryText.module.css +5 -1
- package/es/list/SecondaryText/__tests__/__snapshots__/PhoneNumber.spec.js.snap +1 -1
- package/lib/AudioPlayer/__tests__/AudioPlayer.spec.js +192 -32
- package/lib/AudioPlayer/__tests__/__snapshots__/AudioPlayer.spec.js.snap +1851 -1
- package/lib/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +2 -0
- package/lib/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +2 -0
- package/lib/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +2 -0
- package/lib/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +2 -0
- package/lib/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +2 -0
- package/lib/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +2 -0
- package/lib/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +2 -0
- package/lib/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +2 -0
- package/lib/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +2 -0
- package/lib/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +2 -0
- package/lib/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +2 -0
- package/lib/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +2 -0
- package/lib/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +2 -0
- package/lib/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +2 -0
- package/lib/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +2 -0
- package/lib/list/SecondaryText/PhoneNumber.js +2 -2
- package/lib/list/SecondaryText/SecondaryText.module.css +5 -1
- package/lib/list/SecondaryText/__tests__/__snapshots__/PhoneNumber.spec.js.snap +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
In this Library, we Provide Some Basic Components to Build Your Application
|
|
4
4
|
|
|
5
|
+
# 1.7.x
|
|
6
|
+
|
|
7
|
+
- Updated `@zohodesk-private/color-variable-preprocessor` package version - CTA category overridden variables are now generated only for the necessary CTA variables using the `buildOverriddenCTACategories` function.
|
|
8
|
+
- Imports newly generated Dot entry theme-related files within the specific chunk.
|
|
9
|
+
|
|
10
|
+
# 1.7.26
|
|
11
|
+
|
|
12
|
+
- `list/SecondaryText/PhoneNumber.js`
|
|
13
|
+
- RTL unicode-bidi issue fixed
|
|
14
|
+
|
|
15
|
+
# 1.7.25
|
|
16
|
+
|
|
17
|
+
- Added rtl:as:property comment for linear-gradient usages to ensure support in PostCSS
|
|
18
|
+
|
|
19
|
+
|
|
5
20
|
# 1.7.24
|
|
6
21
|
|
|
7
22
|
- **Timer**
|
|
@@ -26,6 +41,12 @@ In this Library, we Provide Some Basic Components to Build Your Application
|
|
|
26
41
|
- lib imports migrated to es
|
|
27
42
|
|
|
28
43
|
|
|
44
|
+
# 1.7.x
|
|
45
|
+
|
|
46
|
+
- Necessary variables are generated only for overridden contrast categories, handled through a Node.js preprocess script.
|
|
47
|
+
- **DotProvider**
|
|
48
|
+
- Imports newly generated Dot entry theme-related files within the specific chunk.
|
|
49
|
+
|
|
29
50
|
# 1.7.19
|
|
30
51
|
|
|
31
52
|
- **AttachmentViewer**
|