@zohodesk/dot 1.7.23 → 1.7.24

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,9 +2,14 @@
2
2
 
3
3
  In this Library, we Provide Some Basic Components to Build Your Application
4
4
 
5
+ # 1.7.24
6
+
7
+ - **Timer**
8
+ - timer_default_text css variable added.
9
+
5
10
  # 1.7.23
6
11
 
7
- - introduced AudioPlayer & Timer comopnent
12
+ - introduced AudioPlayer & Timer comopnent.
8
13
 
9
14
 
10
15
  # 1.7.22
@@ -41,6 +41,9 @@
41
41
  --zdt_audioplayer_pauseicon_text: hsla(217, 13.73%, calc(70.00% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
42
42
  --zdt_audioplayer_loading_bg: var(--zdtm_cta_primary_bg_default_inverse_lower);
43
43
 
44
+ /* timer */
45
+ --zdt_timer_default_text: hsla(217, 7.76%, calc(54.51% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
46
+
44
47
  /* avatar close */
45
48
  --zdt_avatarclose_pop_bg: hsla(0, 0.00%, calc(0.00% + var(--zdc_default)), calc( 0.75 + var(--zdc_alpha_high)));
46
49
  --zdt_avatarclose_pop_text: hsla(30, 1.64%, calc(76.08% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
@@ -41,6 +41,9 @@
41
41
  --zdt_audioplayer_pauseicon_text: hsla(217, 25.93%, calc(15.88% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
42
42
  --zdt_audioplayer_loading_bg: var(--zdtm_cta_primary_bg_default_inverse_lower);
43
43
 
44
+ /* timer */
45
+ --zdt_timer_default_text: hsla(217, 25.93%, calc(15.88% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
46
+
44
47
  /* avatar close */
45
48
  --zdt_avatarclose_pop_bg: hsla(0, 0.00%, calc(0.00% + var(--zdc_default)), calc( 0.75 + var(--zdc_alpha_high)));
46
49
  --zdt_avatarclose_pop_text: hsla(30, 1.64%, calc(76.08% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
@@ -41,6 +41,9 @@
41
41
  --zdt_audioplayer_pauseicon_text: hsla(0, 0.00%, calc(60.00% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
42
42
  --zdt_audioplayer_loading_bg: var(--zdtm_cta_primary_bg_default_inverse_lower);
43
43
 
44
+ /* timer */
45
+ --zdt_timer_default_text: hsla(217, 7.76%, calc(54.51% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
46
+
44
47
  /* avatar close */
45
48
  --zdt_avatarclose_pop_bg: hsla(0, 0.00%, calc(0.00% + var(--zdc_default)), calc( 0.75 + var(--zdc_alpha_high)));
46
49
  --zdt_avatarclose_pop_text: hsla(30, 1.64%, calc(76.08% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.7.23",
3
+ "version": "1.7.24",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "private": false,
@@ -72,7 +72,7 @@
72
72
  "@zohodesk-private/css-variable-migrator": "1.0.9",
73
73
  "@zohodesk-private/node-plugins": "1.1.13",
74
74
  "@zohodesk-private/react-prop-validator": "1.2.3",
75
- "@zohodesk/a11y": "2.3.7",
75
+ "@zohodesk/a11y": "2.3.8",
76
76
  "@zohodesk/components": "1.4.12",
77
77
  "@zohodesk/hooks": "2.0.5",
78
78
  "@zohodesk/icons": "1.1.0",
@@ -96,7 +96,7 @@
96
96
  "react-sortable-hoc": "^0.8.3",
97
97
  "@zohodesk/hooks": "2.0.5",
98
98
  "@zohodesk/utils": "1.3.14",
99
- "@zohodesk/a11y": "2.3.7",
99
+ "@zohodesk/a11y": "2.3.8",
100
100
  "@zohodesk/layout": "3.1.0"
101
101
  }
102
102
  }