@telus-uds/palette-koodo 0.11.0 → 0.13.0

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 19 Apr 2023 11:29:03 GMT
5
+ Generated on Mon, 24 Apr 2023 21:39:08 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 19 Apr 2023 11:29:03 GMT
5
+ Generated on Mon, 24 Apr 2023 21:39:08 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 19 Apr 2023 11:29:03 GMT
5
+ Generated on Mon, 24 Apr 2023 21:39:08 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 19 Apr 2023 11:29:03 GMT
5
+ Generated on Mon, 24 Apr 2023 21:39:08 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -11,6 +11,7 @@
11
11
  <dimen name="radius_12">12.00dp</dimen>
12
12
  <dimen name="radius_4">4.00dp</dimen>
13
13
  <dimen name="radius_48">48.00dp</dimen>
14
+ <dimen name="radius_6">6.00dp</dimen>
14
15
  <dimen name="radius_8">8.00dp</dimen>
15
16
 
16
17
  </resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Wed, 19 Apr 2023 11:29:03 GMT
5
+ Generated on Mon, 24 Apr 2023 21:39:08 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -18,6 +18,7 @@
18
18
  <dimen name="size_15">15.00dp</dimen>
19
19
  <dimen name="size_16">16.00dp</dimen>
20
20
  <dimen name="size_168">168.00dp</dimen>
21
+ <dimen name="size_18">18.00dp</dimen>
21
22
  <dimen name="size_184">184.00dp</dimen>
22
23
  <dimen name="size_2">2.00dp</dimen>
23
24
  <dimen name="size_20">20.00dp</dimen>
@@ -26,6 +27,7 @@
26
27
  <dimen name="size_36">36.00dp</dimen>
27
28
  <dimen name="size_4">4.00dp</dimen>
28
29
  <dimen name="size_40">40.00dp</dimen>
30
+ <dimen name="size_44">44.00dp</dimen>
29
31
  <dimen name="size_48">48.00dp</dimen>
30
32
  <dimen name="size_5">5.00dp</dimen>
31
33
  <dimen name="size_64">64.00dp</dimen>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 19 Apr 2023 11:29:03 GMT
7
+ // Generated on Mon, 24 Apr 2023 21:39:08 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 19 Apr 2023 11:29:03 GMT
7
+ // Generated on Mon, 24 Apr 2023 21:39:08 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 19 Apr 2023 11:29:03 GMT
7
+ // Generated on Mon, 24 Apr 2023 21:39:08 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 19 Apr 2023 11:29:03 GMT
7
+ // Generated on Mon, 24 Apr 2023 21:39:08 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -15,5 +15,6 @@ public enum PaletteRadius {
15
15
  public static let radius12 = CGFloat(12)
16
16
  public static let radius4 = CGFloat(4)
17
17
  public static let radius48 = CGFloat(48)
18
+ public static let radius6 = CGFloat(6)
18
19
  public static let radius8 = CGFloat(8)
19
20
  }
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 19 Apr 2023 11:29:03 GMT
7
+ // Generated on Mon, 24 Apr 2023 21:39:08 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -22,6 +22,7 @@ public enum PaletteSize {
22
22
  public static let size15 = CGFloat(15)
23
23
  public static let size16 = CGFloat(16)
24
24
  public static let size168 = CGFloat(168)
25
+ public static let size18 = CGFloat(18)
25
26
  public static let size184 = CGFloat(184)
26
27
  public static let size2 = CGFloat(2)
27
28
  public static let size20 = CGFloat(20)
@@ -30,6 +31,7 @@ public enum PaletteSize {
30
31
  public static let size36 = CGFloat(36)
31
32
  public static let size4 = CGFloat(4)
32
33
  public static let size40 = CGFloat(40)
34
+ public static let size44 = CGFloat(44)
33
35
  public static let size48 = CGFloat(48)
34
36
  public static let size5 = CGFloat(5)
35
37
  public static let size64 = CGFloat(64)
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 19 Apr 2023 11:29:05 GMT
3
+ * Generated on Mon, 24 Apr 2023 21:39:10 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -163,18 +163,18 @@ module.exports = {
163
163
  multiply150: 1.5,
164
164
  multiply160: 1.6,
165
165
  ratio10to7: 1.42857142857,
166
+ ratio11to5: 2.15,
166
167
  ratio11to9: 1.22222222222,
167
- ratio14to9: 1.55555555,
168
+ ratio15to7: 2.15,
169
+ ratio17to8: 2.13,
168
170
  ratio1to1: 1,
169
171
  ratio3to2: 1.5,
170
172
  ratio4to3: 1.33333333333,
171
173
  ratio5to4: 1.25,
172
174
  ratio6to5: 1.2,
175
+ ratio7to3: 2.25,
173
176
  ratio7to5: 1.4,
174
- ratio8to5: 1.6,
175
- ratio8to7: 1.14285714286,
176
- ratio9to7: 1.28571428571,
177
- ratio9to8: 1.125
177
+ ratio8to7: 1.14285714286
178
178
  },
179
179
  opacity: {
180
180
  opacity3: 0.3,
@@ -187,6 +187,7 @@ module.exports = {
187
187
  radius12: 12,
188
188
  radius4: 4,
189
189
  radius48: 48,
190
+ radius6: 6,
190
191
  radius8: 8
191
192
  },
192
193
  shadow: {
@@ -198,6 +199,22 @@ module.exports = {
198
199
  spread: 0,
199
200
  color: 'rgba(0, 0, 0, 0.1)'
200
201
  },
202
+ elevation2: {
203
+ inset: false,
204
+ offsetX: 0,
205
+ offsetY: 12,
206
+ blur: 12,
207
+ spread: 0,
208
+ color: 'rgba(0, 0, 0, 0.03)'
209
+ },
210
+ elevation3: {
211
+ inset: false,
212
+ offsetX: 0,
213
+ offsetY: 32,
214
+ blur: 32,
215
+ spread: 0,
216
+ color: 'rgba(0, 0, 0, 0.03)'
217
+ },
201
218
  none: {
202
219
  inset: false,
203
220
  offsetX: 0,
@@ -206,6 +223,22 @@ module.exports = {
206
223
  spread: 0,
207
224
  color: 'rgba(0, 0, 0, 0)'
208
225
  },
226
+ surfaceEmboss: {
227
+ inset: true,
228
+ offsetX: 0,
229
+ offsetY: 1,
230
+ blur: 1,
231
+ spread: 0,
232
+ color: 'rgba(255, 255, 255, 0.8)'
233
+ },
234
+ surfaceInset: {
235
+ inset: true,
236
+ offsetX: 0,
237
+ offsetY: 2,
238
+ blur: 2,
239
+ spread: 0,
240
+ color: 'rgba(0, 0, 0, 0.1)'
241
+ },
209
242
  surfaceRaised: {
210
243
  inset: false,
211
244
  offsetX: 0,
@@ -228,6 +261,7 @@ module.exports = {
228
261
  size15: 15,
229
262
  size16: 16,
230
263
  size168: 168,
264
+ size18: 18,
231
265
  size184: 184,
232
266
  size2: 2,
233
267
  size20: 20,
@@ -236,6 +270,7 @@ module.exports = {
236
270
  size36: 36,
237
271
  size4: 4,
238
272
  size40: 40,
273
+ size44: 44,
239
274
  size48: 48,
240
275
  size5: 5,
241
276
  size64: 64,
@@ -1,34 +1,34 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('https://cdn.telus.digital/uds/v0_11_0-StagSans-300-c0crUDro2XLYEdhWAJcXA.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_13_0-StagSans-300-lYgxfdIqxJsd7DVI2MZMQ.otf');
4
4
  font-weight: 300;
5
5
  font-style: normal;
6
6
  font-display: block;
7
7
  }
8
8
  @font-face {
9
9
  font-family: 'StagSans';
10
- src: url('https://cdn.telus.digital/uds/v0_11_0-StagSans-400-XFiG6hqK0pn-p6S_Sst6d.otf');
10
+ src: url('https://cdn.telus.digital/uds/v0_13_0-StagSans-400-iSsZx9II1POeXDMuyvlR0.otf');
11
11
  font-weight: 400;
12
12
  font-style: normal;
13
13
  font-display: block;
14
14
  }
15
15
  @font-face {
16
16
  font-family: 'StagSans';
17
- src: url('https://cdn.telus.digital/uds/v0_11_0-StagSans-500-wmtZXOPsFXnB_ZEO7Cjpw.otf');
17
+ src: url('https://cdn.telus.digital/uds/v0_13_0-StagSans-500-7GX1cE_hGhdMYO4nb32Ge.otf');
18
18
  font-weight: 500;
19
19
  font-style: normal;
20
20
  font-display: block;
21
21
  }
22
22
  @font-face {
23
23
  font-family: 'StagSans';
24
- src: url('https://cdn.telus.digital/uds/v0_11_0-StagSans-600-x_j5xryjajMYM44WG7nNl.otf');
24
+ src: url('https://cdn.telus.digital/uds/v0_13_0-StagSans-600-XIlSKnuhas0prIKOizpCK.otf');
25
25
  font-weight: 600;
26
26
  font-style: normal;
27
27
  font-display: block;
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'StagSans';
31
- src: url('https://cdn.telus.digital/uds/v0_11_0-StagSans-700-EepHPrvfohppUE83m-pq8.otf');
31
+ src: url('https://cdn.telus.digital/uds/v0_13_0-StagSans-700-1RPNjSofUuSW3BDalpc2T.otf');
32
32
  font-weight: 700;
33
33
  font-style: normal;
34
34
  font-display: block;
@@ -1,25 +1,25 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans300normal';
3
- src: url('https://cdn.telus.digital/uds/v0_11_0-StagSans-300-c0crUDro2XLYEdhWAJcXA.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_13_0-StagSans-300-lYgxfdIqxJsd7DVI2MZMQ.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'StagSans400normal';
8
- src: url('https://cdn.telus.digital/uds/v0_11_0-StagSans-400-XFiG6hqK0pn-p6S_Sst6d.otf');
8
+ src: url('https://cdn.telus.digital/uds/v0_13_0-StagSans-400-iSsZx9II1POeXDMuyvlR0.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'StagSans500normal';
13
- src: url('https://cdn.telus.digital/uds/v0_11_0-StagSans-500-wmtZXOPsFXnB_ZEO7Cjpw.otf');
13
+ src: url('https://cdn.telus.digital/uds/v0_13_0-StagSans-500-7GX1cE_hGhdMYO4nb32Ge.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'StagSans600normal';
18
- src: url('https://cdn.telus.digital/uds/v0_11_0-StagSans-600-x_j5xryjajMYM44WG7nNl.otf');
18
+ src: url('https://cdn.telus.digital/uds/v0_13_0-StagSans-600-XIlSKnuhas0prIKOizpCK.otf');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'StagSans700normal';
23
- src: url('https://cdn.telus.digital/uds/v0_11_0-StagSans-700-EepHPrvfohppUE83m-pq8.otf');
23
+ src: url('https://cdn.telus.digital/uds/v0_13_0-StagSans-700-1RPNjSofUuSW3BDalpc2T.otf');
24
24
  font-display: block;
25
25
  }
@@ -1,34 +1,34 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans';
3
- src: url('./v0_11_0-StagSans-300-c0crUDro2XLYEdhWAJcXA.otf');
3
+ src: url('./v0_13_0-StagSans-300-lYgxfdIqxJsd7DVI2MZMQ.otf');
4
4
  font-weight: 300;
5
5
  font-style: normal;
6
6
  font-display: block;
7
7
  }
8
8
  @font-face {
9
9
  font-family: 'StagSans';
10
- src: url('./v0_11_0-StagSans-400-XFiG6hqK0pn-p6S_Sst6d.otf');
10
+ src: url('./v0_13_0-StagSans-400-iSsZx9II1POeXDMuyvlR0.otf');
11
11
  font-weight: 400;
12
12
  font-style: normal;
13
13
  font-display: block;
14
14
  }
15
15
  @font-face {
16
16
  font-family: 'StagSans';
17
- src: url('./v0_11_0-StagSans-500-wmtZXOPsFXnB_ZEO7Cjpw.otf');
17
+ src: url('./v0_13_0-StagSans-500-7GX1cE_hGhdMYO4nb32Ge.otf');
18
18
  font-weight: 500;
19
19
  font-style: normal;
20
20
  font-display: block;
21
21
  }
22
22
  @font-face {
23
23
  font-family: 'StagSans';
24
- src: url('./v0_11_0-StagSans-600-x_j5xryjajMYM44WG7nNl.otf');
24
+ src: url('./v0_13_0-StagSans-600-XIlSKnuhas0prIKOizpCK.otf');
25
25
  font-weight: 600;
26
26
  font-style: normal;
27
27
  font-display: block;
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'StagSans';
31
- src: url('./v0_11_0-StagSans-700-EepHPrvfohppUE83m-pq8.otf');
31
+ src: url('./v0_13_0-StagSans-700-1RPNjSofUuSW3BDalpc2T.otf');
32
32
  font-weight: 700;
33
33
  font-style: normal;
34
34
  font-display: block;
@@ -1,25 +1,25 @@
1
1
  @font-face {
2
2
  font-family: 'StagSans300normal';
3
- src: url('./v0_11_0-StagSans-300-c0crUDro2XLYEdhWAJcXA.otf');
3
+ src: url('./v0_13_0-StagSans-300-lYgxfdIqxJsd7DVI2MZMQ.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'StagSans400normal';
8
- src: url('./v0_11_0-StagSans-400-XFiG6hqK0pn-p6S_Sst6d.otf');
8
+ src: url('./v0_13_0-StagSans-400-iSsZx9II1POeXDMuyvlR0.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'StagSans500normal';
13
- src: url('./v0_11_0-StagSans-500-wmtZXOPsFXnB_ZEO7Cjpw.otf');
13
+ src: url('./v0_13_0-StagSans-500-7GX1cE_hGhdMYO4nb32Ge.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'StagSans600normal';
18
- src: url('./v0_11_0-StagSans-600-x_j5xryjajMYM44WG7nNl.otf');
18
+ src: url('./v0_13_0-StagSans-600-XIlSKnuhas0prIKOizpCK.otf');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'StagSans700normal';
23
- src: url('./v0_11_0-StagSans-700-EepHPrvfohppUE83m-pq8.otf');
23
+ src: url('./v0_13_0-StagSans-700-1RPNjSofUuSW3BDalpc2T.otf');
24
24
  font-display: block;
25
25
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 19 Apr 2023 11:29:03 GMT
3
+ * Generated on Mon, 24 Apr 2023 21:39:08 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -57,11 +57,11 @@ module.exports = {
57
57
  },
58
58
  font: {
59
59
  StagSans: {
60
- 300: 'https://cdn.telus.digital/uds/v0_11_0-StagSans-300-c0crUDro2XLYEdhWAJcXA.otf',
61
- 400: 'https://cdn.telus.digital/uds/v0_11_0-StagSans-400-XFiG6hqK0pn-p6S_Sst6d.otf',
62
- 500: 'https://cdn.telus.digital/uds/v0_11_0-StagSans-500-wmtZXOPsFXnB_ZEO7Cjpw.otf',
63
- 600: 'https://cdn.telus.digital/uds/v0_11_0-StagSans-600-x_j5xryjajMYM44WG7nNl.otf',
64
- 700: 'https://cdn.telus.digital/uds/v0_11_0-StagSans-700-EepHPrvfohppUE83m-pq8.otf'
60
+ 300: 'https://cdn.telus.digital/uds/v0_13_0-StagSans-300-lYgxfdIqxJsd7DVI2MZMQ.otf',
61
+ 400: 'https://cdn.telus.digital/uds/v0_13_0-StagSans-400-iSsZx9II1POeXDMuyvlR0.otf',
62
+ 500: 'https://cdn.telus.digital/uds/v0_13_0-StagSans-500-7GX1cE_hGhdMYO4nb32Ge.otf',
63
+ 600: 'https://cdn.telus.digital/uds/v0_13_0-StagSans-600-XIlSKnuhas0prIKOizpCK.otf',
64
+ 700: 'https://cdn.telus.digital/uds/v0_13_0-StagSans-700-1RPNjSofUuSW3BDalpc2T.otf'
65
65
  }
66
66
  },
67
67
  fontSize: {
@@ -163,18 +163,18 @@ module.exports = {
163
163
  multiply150: 1.5,
164
164
  multiply160: 1.6,
165
165
  ratio10to7: 1.42857142857,
166
+ ratio11to5: 2.15,
166
167
  ratio11to9: 1.22222222222,
167
- ratio14to9: 1.55555555,
168
+ ratio15to7: 2.15,
169
+ ratio17to8: 2.13,
168
170
  ratio1to1: 1,
169
171
  ratio3to2: 1.5,
170
172
  ratio4to3: 1.33333333333,
171
173
  ratio5to4: 1.25,
172
174
  ratio6to5: 1.2,
175
+ ratio7to3: 2.25,
173
176
  ratio7to5: 1.4,
174
- ratio8to5: 1.6,
175
- ratio8to7: 1.14285714286,
176
- ratio9to7: 1.28571428571,
177
- ratio9to8: 1.125
177
+ ratio8to7: 1.14285714286
178
178
  },
179
179
  opacity: {
180
180
  opacity3: 0.3,
@@ -187,11 +187,16 @@ module.exports = {
187
187
  radius12: '12px',
188
188
  radius4: '4px',
189
189
  radius48: '48px',
190
+ radius6: '6px',
190
191
  radius8: '8px'
191
192
  },
192
193
  shadow: {
193
194
  elevation1: '0px 4px 8px 0px rgba(0, 0, 0, 0.1)',
195
+ elevation2: '0px 12px 12px 0px rgba(0, 0, 0, 0.03)',
196
+ elevation3: '0px 32px 32px 0px rgba(0, 0, 0, 0.03)',
194
197
  none: '0px 0px 0px 0px rgba(0, 0, 0, 0)',
198
+ surfaceEmboss: '0px 1px 1px 0px inset rgba(255, 255, 255, 0.8)',
199
+ surfaceInset: '0px 2px 2px 0px inset rgba(0, 0, 0, 0.1)',
195
200
  surfaceRaised: '0px 2px 2px 0px rgba(0, 0, 0, 0.1)'
196
201
  },
197
202
  size: {
@@ -207,6 +212,7 @@ module.exports = {
207
212
  size15: '15px',
208
213
  size16: '16px',
209
214
  size168: '168px',
215
+ size18: '18px',
210
216
  size184: '184px',
211
217
  size2: '2px',
212
218
  size20: '20px',
@@ -215,6 +221,7 @@ module.exports = {
215
221
  size36: '36px',
216
222
  size4: '4px',
217
223
  size40: '40px',
224
+ size44: '44px',
218
225
  size48: '48px',
219
226
  size5: '5px',
220
227
  size64: '64px',
package/package.json CHANGED
@@ -25,5 +25,5 @@
25
25
  "prepublishOnly": "npm run build"
26
26
  },
27
27
  "sideEffects": false,
28
- "version": "0.11.0"
28
+ "version": "0.13.0"
29
29
  }
package/palette.json CHANGED
@@ -593,11 +593,17 @@
593
593
  "ratio10to7": {
594
594
  "value": 1.42857142857
595
595
  },
596
+ "ratio11to5": {
597
+ "value": 2.15
598
+ },
596
599
  "ratio11to9": {
597
600
  "value": 1.22222222222
598
601
  },
599
- "ratio14to9": {
600
- "value": 1.55555555
602
+ "ratio15to7": {
603
+ "value": 2.15
604
+ },
605
+ "ratio17to8": {
606
+ "value": 2.13
601
607
  },
602
608
  "ratio1to1": {
603
609
  "value": 1
@@ -614,20 +620,14 @@
614
620
  "ratio6to5": {
615
621
  "value": 1.2
616
622
  },
623
+ "ratio7to3": {
624
+ "value": 2.25
625
+ },
617
626
  "ratio7to5": {
618
627
  "value": 1.4
619
628
  },
620
- "ratio8to5": {
621
- "value": 1.6
622
- },
623
629
  "ratio8to7": {
624
630
  "value": 1.14285714286
625
- },
626
- "ratio9to7": {
627
- "value": 1.28571428571
628
- },
629
- "ratio9to8": {
630
- "value": 1.125
631
631
  }
632
632
  }
633
633
  },
@@ -662,6 +662,9 @@
662
662
  "radius48": {
663
663
  "value": 48
664
664
  },
665
+ "radius6": {
666
+ "value": 6
667
+ },
665
668
  "radius8": {
666
669
  "value": 8
667
670
  }
@@ -680,6 +683,28 @@
680
683
  "spread": 0
681
684
  }
682
685
  },
686
+ "elevation2": {
687
+ "description": "Raise the element 2 levels from the surface, such as overlays",
688
+ "value": {
689
+ "blur": 12,
690
+ "color": "rgba(0, 0, 0, 0.03)",
691
+ "inset": false,
692
+ "offsetX": 0,
693
+ "offsetY": 12,
694
+ "spread": 0
695
+ }
696
+ },
697
+ "elevation3": {
698
+ "description": "Raise the element to the highest level from the surface, such as mega-nav",
699
+ "value": {
700
+ "blur": 32,
701
+ "color": "rgba(0, 0, 0, 0.03)",
702
+ "inset": false,
703
+ "offsetX": 0,
704
+ "offsetY": 32,
705
+ "spread": 0
706
+ }
707
+ },
683
708
  "none": {
684
709
  "value": {
685
710
  "blur": 0,
@@ -690,6 +715,28 @@
690
715
  "spread": 0
691
716
  }
692
717
  },
718
+ "surfaceEmboss": {
719
+ "description": "Use emboss to add a subtle highlight on elements to shows that it’s lifted from the surface such as the Progress Bar",
720
+ "value": {
721
+ "blur": 1,
722
+ "color": "rgba(255, 255, 255, 0.8)",
723
+ "inset": true,
724
+ "offsetX": 0,
725
+ "offsetY": 1,
726
+ "spread": 0
727
+ }
728
+ },
729
+ "surfaceInset": {
730
+ "description": "Use inset shadow to drop the element below the surface for interactive elements such as UI meters, card call-outs, and ToggleSwitch",
731
+ "value": {
732
+ "blur": 2,
733
+ "color": "rgba(0, 0, 0, 0.1)",
734
+ "inset": true,
735
+ "offsetX": 0,
736
+ "offsetY": 2,
737
+ "spread": 0
738
+ }
739
+ },
693
740
  "surfaceRaised": {
694
741
  "description": "Use raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch",
695
742
  "value": {
@@ -748,6 +795,9 @@
748
795
  "description": "168 is the image size for xl screen size on the QuickLinksFeature component",
749
796
  "value": 168
750
797
  },
798
+ "size18": {
799
+ "value": 18
800
+ },
751
801
  "size184": {
752
802
  "description": "184 is the image size for xl screen size on the QuickLinksFeature component when hovered",
753
803
  "value": 184
@@ -773,6 +823,9 @@
773
823
  "size40": {
774
824
  "value": 40
775
825
  },
826
+ "size44": {
827
+ "value": 44
828
+ },
776
829
  "size48": {
777
830
  "value": 48
778
831
  },