@cds/core 6.3.1 → 6.4.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.
Files changed (57) hide show
  1. package/custom-elements.json +561 -1
  2. package/global.css +2 -2
  3. package/global.min.css +1 -1
  4. package/icon/collections/travel.d.ts +28 -0
  5. package/icon/collections/travel.js +1 -1
  6. package/icon/collections/travel.js.map +1 -1
  7. package/icon/shapes/canoe.d.ts +3 -0
  8. package/icon/shapes/canoe.js +2 -0
  9. package/icon/shapes/canoe.js.map +1 -0
  10. package/icon/shapes/castle.d.ts +3 -0
  11. package/icon/shapes/castle.js +2 -0
  12. package/icon/shapes/castle.js.map +1 -0
  13. package/icon/shapes/gym.d.ts +3 -0
  14. package/icon/shapes/gym.js +2 -0
  15. package/icon/shapes/gym.js.map +1 -0
  16. package/icon/shapes/hotel.d.ts +3 -0
  17. package/icon/shapes/hotel.js +2 -0
  18. package/icon/shapes/hotel.js.map +1 -0
  19. package/icon/shapes/no-smoking.d.ts +3 -0
  20. package/icon/shapes/no-smoking.js +2 -0
  21. package/icon/shapes/no-smoking.js.map +1 -0
  22. package/icon/shapes/palm-tree.d.ts +3 -0
  23. package/icon/shapes/palm-tree.js +2 -0
  24. package/icon/shapes/palm-tree.js.map +1 -0
  25. package/icon/shapes/passport.d.ts +3 -0
  26. package/icon/shapes/passport.js +2 -0
  27. package/icon/shapes/passport.js.map +1 -0
  28. package/icon/shapes/plane-ticket.d.ts +3 -0
  29. package/icon/shapes/plane-ticket.js +2 -0
  30. package/icon/shapes/plane-ticket.js.map +1 -0
  31. package/icon/shapes/pool.d.ts +3 -0
  32. package/icon/shapes/pool.js +2 -0
  33. package/icon/shapes/pool.js.map +1 -0
  34. package/icon/shapes/smoking.d.ts +3 -0
  35. package/icon/shapes/smoking.js +2 -0
  36. package/icon/shapes/smoking.js.map +1 -0
  37. package/icon/shapes/suitcase-2.d.ts +3 -0
  38. package/icon/shapes/suitcase-2.js +2 -0
  39. package/icon/shapes/suitcase-2.js.map +1 -0
  40. package/icon/shapes/suitcase.d.ts +3 -0
  41. package/icon/shapes/suitcase.js +2 -0
  42. package/icon/shapes/suitcase.js.map +1 -0
  43. package/icon/shapes/tent.d.ts +3 -0
  44. package/icon/shapes/tent.js +2 -0
  45. package/icon/shapes/tent.js.map +1 -0
  46. package/icon/shapes/train.d.ts +3 -0
  47. package/icon/shapes/train.js +2 -0
  48. package/icon/shapes/train.js.map +1 -0
  49. package/internal/controllers/touch.controller.js +1 -1
  50. package/internal/controllers/touch.controller.js.map +1 -1
  51. package/internal/utils/global.js +1 -1
  52. package/package.json +2 -2
  53. package/styles/module.tokens.css +2 -2
  54. package/styles/module.tokens.min.css +1 -1
  55. package/tokens/tokens.android.xml +2 -2
  56. package/tokens/tokens.ios.swift +2 -2
  57. package/tokens/tokens.json +2 -2
@@ -11433,7 +11433,7 @@
11433
11433
  "type": {
11434
11434
  "text": "IconShapeTuple[]"
11435
11435
  },
11436
- "default": "[\n airplaneIcon,\n bicycleIcon,\n boatIcon,\n carIcon,\n campervanIcon,\n caravanIcon,\n compassIcon,\n ferryIcon,\n mapIcon,\n mapMarkerIcon,\n onHolidayIcon,\n trailerIcon,\n truckIcon,\n]"
11436
+ "default": "[\n airplaneIcon,\n bicycleIcon,\n boatIcon,\n carIcon,\n campervanIcon,\n canoeIcon,\n caravanIcon,\n castleIcon,\n compassIcon,\n ferryIcon,\n gymIcon,\n hotelIcon,\n mapIcon,\n mapMarkerIcon,\n noSmokingIcon,\n onHolidayIcon,\n palmTreeIcon,\n passportIcon,\n planeTicketIcon,\n poolIcon,\n smokingIcon,\n suitcaseIcon,\n suitcase2Icon,\n tentIcon,\n trailerIcon,\n trainIcon,\n truckIcon,\n]"
11437
11437
  },
11438
11438
  {
11439
11439
  "kind": "variable",
@@ -21217,6 +21217,46 @@
21217
21217
  }
21218
21218
  ]
21219
21219
  },
21220
+ {
21221
+ "kind": "javascript-module",
21222
+ "path": "icon/shapes/canoe.js",
21223
+ "declarations": [
21224
+ {
21225
+ "kind": "variable",
21226
+ "name": "canoeIconName",
21227
+ "type": {
21228
+ "text": "string"
21229
+ },
21230
+ "default": "'canoe'"
21231
+ },
21232
+ {
21233
+ "kind": "variable",
21234
+ "name": "canoeIcon",
21235
+ "type": {
21236
+ "text": "IconShapeTuple"
21237
+ },
21238
+ "default": "[canoeIconName, renderIcon(icon)]"
21239
+ }
21240
+ ],
21241
+ "exports": [
21242
+ {
21243
+ "kind": "js",
21244
+ "name": "canoeIconName",
21245
+ "declaration": {
21246
+ "name": "canoeIconName",
21247
+ "module": "icon/shapes/canoe.js"
21248
+ }
21249
+ },
21250
+ {
21251
+ "kind": "js",
21252
+ "name": "canoeIcon",
21253
+ "declaration": {
21254
+ "name": "canoeIcon",
21255
+ "module": "icon/shapes/canoe.js"
21256
+ }
21257
+ }
21258
+ ]
21259
+ },
21220
21260
  {
21221
21261
  "kind": "javascript-module",
21222
21262
  "path": "icon/shapes/capacitor.js",
@@ -21337,6 +21377,46 @@
21337
21377
  }
21338
21378
  ]
21339
21379
  },
21380
+ {
21381
+ "kind": "javascript-module",
21382
+ "path": "icon/shapes/castle.js",
21383
+ "declarations": [
21384
+ {
21385
+ "kind": "variable",
21386
+ "name": "castleIconName",
21387
+ "type": {
21388
+ "text": "string"
21389
+ },
21390
+ "default": "'castle'"
21391
+ },
21392
+ {
21393
+ "kind": "variable",
21394
+ "name": "castleIcon",
21395
+ "type": {
21396
+ "text": "IconShapeTuple"
21397
+ },
21398
+ "default": "[castleIconName, renderIcon(icon)]"
21399
+ }
21400
+ ],
21401
+ "exports": [
21402
+ {
21403
+ "kind": "js",
21404
+ "name": "castleIconName",
21405
+ "declaration": {
21406
+ "name": "castleIconName",
21407
+ "module": "icon/shapes/castle.js"
21408
+ }
21409
+ },
21410
+ {
21411
+ "kind": "js",
21412
+ "name": "castleIcon",
21413
+ "declaration": {
21414
+ "name": "castleIcon",
21415
+ "module": "icon/shapes/castle.js"
21416
+ }
21417
+ }
21418
+ ]
21419
+ },
21340
21420
  {
21341
21421
  "kind": "javascript-module",
21342
21422
  "path": "icon/shapes/cd-dvd.js",
@@ -25977,6 +26057,46 @@
25977
26057
  }
25978
26058
  ]
25979
26059
  },
26060
+ {
26061
+ "kind": "javascript-module",
26062
+ "path": "icon/shapes/gym.js",
26063
+ "declarations": [
26064
+ {
26065
+ "kind": "variable",
26066
+ "name": "gymIconName",
26067
+ "type": {
26068
+ "text": "string"
26069
+ },
26070
+ "default": "'gym'"
26071
+ },
26072
+ {
26073
+ "kind": "variable",
26074
+ "name": "gymIcon",
26075
+ "type": {
26076
+ "text": "IconShapeTuple"
26077
+ },
26078
+ "default": "[gymIconName, renderIcon(icon)]"
26079
+ }
26080
+ ],
26081
+ "exports": [
26082
+ {
26083
+ "kind": "js",
26084
+ "name": "gymIconName",
26085
+ "declaration": {
26086
+ "name": "gymIconName",
26087
+ "module": "icon/shapes/gym.js"
26088
+ }
26089
+ },
26090
+ {
26091
+ "kind": "js",
26092
+ "name": "gymIcon",
26093
+ "declaration": {
26094
+ "name": "gymIcon",
26095
+ "module": "icon/shapes/gym.js"
26096
+ }
26097
+ }
26098
+ ]
26099
+ },
25980
26100
  {
25981
26101
  "kind": "javascript-module",
25982
26102
  "path": "icon/shapes/half-star.js",
@@ -26697,6 +26817,46 @@
26697
26817
  }
26698
26818
  ]
26699
26819
  },
26820
+ {
26821
+ "kind": "javascript-module",
26822
+ "path": "icon/shapes/hotel.js",
26823
+ "declarations": [
26824
+ {
26825
+ "kind": "variable",
26826
+ "name": "hotelIconName",
26827
+ "type": {
26828
+ "text": "string"
26829
+ },
26830
+ "default": "'hotel'"
26831
+ },
26832
+ {
26833
+ "kind": "variable",
26834
+ "name": "hotelIcon",
26835
+ "type": {
26836
+ "text": "IconShapeTuple"
26837
+ },
26838
+ "default": "[hotelIconName, renderIcon(icon)]"
26839
+ }
26840
+ ],
26841
+ "exports": [
26842
+ {
26843
+ "kind": "js",
26844
+ "name": "hotelIconName",
26845
+ "declaration": {
26846
+ "name": "hotelIconName",
26847
+ "module": "icon/shapes/hotel.js"
26848
+ }
26849
+ },
26850
+ {
26851
+ "kind": "js",
26852
+ "name": "hotelIcon",
26853
+ "declaration": {
26854
+ "name": "hotelIcon",
26855
+ "module": "icon/shapes/hotel.js"
26856
+ }
26857
+ }
26858
+ ]
26859
+ },
26700
26860
  {
26701
26861
  "kind": "javascript-module",
26702
26862
  "path": "icon/shapes/hourglass.js",
@@ -28657,6 +28817,46 @@
28657
28817
  }
28658
28818
  ]
28659
28819
  },
28820
+ {
28821
+ "kind": "javascript-module",
28822
+ "path": "icon/shapes/no-smoking.js",
28823
+ "declarations": [
28824
+ {
28825
+ "kind": "variable",
28826
+ "name": "noSmokingIconName",
28827
+ "type": {
28828
+ "text": "string"
28829
+ },
28830
+ "default": "'noSmoking'"
28831
+ },
28832
+ {
28833
+ "kind": "variable",
28834
+ "name": "noSmokingIcon",
28835
+ "type": {
28836
+ "text": "IconShapeTuple"
28837
+ },
28838
+ "default": "[noSmokingIconName, renderIcon(icon)]"
28839
+ }
28840
+ ],
28841
+ "exports": [
28842
+ {
28843
+ "kind": "js",
28844
+ "name": "noSmokingIconName",
28845
+ "declaration": {
28846
+ "name": "noSmokingIconName",
28847
+ "module": "icon/shapes/no-smoking.js"
28848
+ }
28849
+ },
28850
+ {
28851
+ "kind": "js",
28852
+ "name": "noSmokingIcon",
28853
+ "declaration": {
28854
+ "name": "noSmokingIcon",
28855
+ "module": "icon/shapes/no-smoking.js"
28856
+ }
28857
+ }
28858
+ ]
28859
+ },
28660
28860
  {
28661
28861
  "kind": "javascript-module",
28662
28862
  "path": "icon/shapes/no-wifi.js",
@@ -29137,6 +29337,46 @@
29137
29337
  }
29138
29338
  ]
29139
29339
  },
29340
+ {
29341
+ "kind": "javascript-module",
29342
+ "path": "icon/shapes/palm-tree.js",
29343
+ "declarations": [
29344
+ {
29345
+ "kind": "variable",
29346
+ "name": "palmTreeIconName",
29347
+ "type": {
29348
+ "text": "string"
29349
+ },
29350
+ "default": "'palmTree'"
29351
+ },
29352
+ {
29353
+ "kind": "variable",
29354
+ "name": "palmTreeIcon",
29355
+ "type": {
29356
+ "text": "IconShapeTuple"
29357
+ },
29358
+ "default": "[palmTreeIconName, renderIcon(icon)]"
29359
+ }
29360
+ ],
29361
+ "exports": [
29362
+ {
29363
+ "kind": "js",
29364
+ "name": "palmTreeIconName",
29365
+ "declaration": {
29366
+ "name": "palmTreeIconName",
29367
+ "module": "icon/shapes/palm-tree.js"
29368
+ }
29369
+ },
29370
+ {
29371
+ "kind": "js",
29372
+ "name": "palmTreeIcon",
29373
+ "declaration": {
29374
+ "name": "palmTreeIcon",
29375
+ "module": "icon/shapes/palm-tree.js"
29376
+ }
29377
+ }
29378
+ ]
29379
+ },
29140
29380
  {
29141
29381
  "kind": "javascript-module",
29142
29382
  "path": "icon/shapes/paperclip.js",
@@ -29177,6 +29417,46 @@
29177
29417
  }
29178
29418
  ]
29179
29419
  },
29420
+ {
29421
+ "kind": "javascript-module",
29422
+ "path": "icon/shapes/passport.js",
29423
+ "declarations": [
29424
+ {
29425
+ "kind": "variable",
29426
+ "name": "passportIconName",
29427
+ "type": {
29428
+ "text": "string"
29429
+ },
29430
+ "default": "'passport'"
29431
+ },
29432
+ {
29433
+ "kind": "variable",
29434
+ "name": "passportIcon",
29435
+ "type": {
29436
+ "text": "IconShapeTuple"
29437
+ },
29438
+ "default": "[passportIconName, renderIcon(icon)]"
29439
+ }
29440
+ ],
29441
+ "exports": [
29442
+ {
29443
+ "kind": "js",
29444
+ "name": "passportIconName",
29445
+ "declaration": {
29446
+ "name": "passportIconName",
29447
+ "module": "icon/shapes/passport.js"
29448
+ }
29449
+ },
29450
+ {
29451
+ "kind": "js",
29452
+ "name": "passportIcon",
29453
+ "declaration": {
29454
+ "name": "passportIcon",
29455
+ "module": "icon/shapes/passport.js"
29456
+ }
29457
+ }
29458
+ ]
29459
+ },
29180
29460
  {
29181
29461
  "kind": "javascript-module",
29182
29462
  "path": "icon/shapes/paste.js",
@@ -29617,6 +29897,46 @@
29617
29897
  }
29618
29898
  ]
29619
29899
  },
29900
+ {
29901
+ "kind": "javascript-module",
29902
+ "path": "icon/shapes/plane-ticket.js",
29903
+ "declarations": [
29904
+ {
29905
+ "kind": "variable",
29906
+ "name": "planeTicketIconName",
29907
+ "type": {
29908
+ "text": "string"
29909
+ },
29910
+ "default": "'planeTicket'"
29911
+ },
29912
+ {
29913
+ "kind": "variable",
29914
+ "name": "planeTicketIcon",
29915
+ "type": {
29916
+ "text": "IconShapeTuple"
29917
+ },
29918
+ "default": "[planeTicketIconName, renderIcon(icon)]"
29919
+ }
29920
+ ],
29921
+ "exports": [
29922
+ {
29923
+ "kind": "js",
29924
+ "name": "planeTicketIconName",
29925
+ "declaration": {
29926
+ "name": "planeTicketIconName",
29927
+ "module": "icon/shapes/plane-ticket.js"
29928
+ }
29929
+ },
29930
+ {
29931
+ "kind": "js",
29932
+ "name": "planeTicketIcon",
29933
+ "declaration": {
29934
+ "name": "planeTicketIcon",
29935
+ "module": "icon/shapes/plane-ticket.js"
29936
+ }
29937
+ }
29938
+ ]
29939
+ },
29620
29940
  {
29621
29941
  "kind": "javascript-module",
29622
29942
  "path": "icon/shapes/play.js",
@@ -29817,6 +30137,46 @@
29817
30137
  }
29818
30138
  ]
29819
30139
  },
30140
+ {
30141
+ "kind": "javascript-module",
30142
+ "path": "icon/shapes/pool.js",
30143
+ "declarations": [
30144
+ {
30145
+ "kind": "variable",
30146
+ "name": "poolIconName",
30147
+ "type": {
30148
+ "text": "string"
30149
+ },
30150
+ "default": "'pool'"
30151
+ },
30152
+ {
30153
+ "kind": "variable",
30154
+ "name": "poolIcon",
30155
+ "type": {
30156
+ "text": "IconShapeTuple"
30157
+ },
30158
+ "default": "[poolIconName, renderIcon(icon)]"
30159
+ }
30160
+ ],
30161
+ "exports": [
30162
+ {
30163
+ "kind": "js",
30164
+ "name": "poolIconName",
30165
+ "declaration": {
30166
+ "name": "poolIconName",
30167
+ "module": "icon/shapes/pool.js"
30168
+ }
30169
+ },
30170
+ {
30171
+ "kind": "js",
30172
+ "name": "poolIcon",
30173
+ "declaration": {
30174
+ "name": "poolIcon",
30175
+ "module": "icon/shapes/pool.js"
30176
+ }
30177
+ }
30178
+ ]
30179
+ },
29820
30180
  {
29821
30181
  "kind": "javascript-module",
29822
30182
  "path": "icon/shapes/pop-out.js",
@@ -31377,6 +31737,46 @@
31377
31737
  }
31378
31738
  ]
31379
31739
  },
31740
+ {
31741
+ "kind": "javascript-module",
31742
+ "path": "icon/shapes/smoking.js",
31743
+ "declarations": [
31744
+ {
31745
+ "kind": "variable",
31746
+ "name": "smokingIconName",
31747
+ "type": {
31748
+ "text": "string"
31749
+ },
31750
+ "default": "'smoking'"
31751
+ },
31752
+ {
31753
+ "kind": "variable",
31754
+ "name": "smokingIcon",
31755
+ "type": {
31756
+ "text": "IconShapeTuple"
31757
+ },
31758
+ "default": "[smokingIconName, renderIcon(icon)]"
31759
+ }
31760
+ ],
31761
+ "exports": [
31762
+ {
31763
+ "kind": "js",
31764
+ "name": "smokingIconName",
31765
+ "declaration": {
31766
+ "name": "smokingIconName",
31767
+ "module": "icon/shapes/smoking.js"
31768
+ }
31769
+ },
31770
+ {
31771
+ "kind": "js",
31772
+ "name": "smokingIcon",
31773
+ "declaration": {
31774
+ "name": "smokingIcon",
31775
+ "module": "icon/shapes/smoking.js"
31776
+ }
31777
+ }
31778
+ ]
31779
+ },
31380
31780
  {
31381
31781
  "kind": "javascript-module",
31382
31782
  "path": "icon/shapes/snowflake.js",
@@ -31937,6 +32337,86 @@
31937
32337
  }
31938
32338
  ]
31939
32339
  },
32340
+ {
32341
+ "kind": "javascript-module",
32342
+ "path": "icon/shapes/suitcase-2.js",
32343
+ "declarations": [
32344
+ {
32345
+ "kind": "variable",
32346
+ "name": "suitcase2IconName",
32347
+ "type": {
32348
+ "text": "string"
32349
+ },
32350
+ "default": "'suitcase2'"
32351
+ },
32352
+ {
32353
+ "kind": "variable",
32354
+ "name": "suitcase2Icon",
32355
+ "type": {
32356
+ "text": "IconShapeTuple"
32357
+ },
32358
+ "default": "[suitcase2IconName, renderIcon(icon)]"
32359
+ }
32360
+ ],
32361
+ "exports": [
32362
+ {
32363
+ "kind": "js",
32364
+ "name": "suitcase2IconName",
32365
+ "declaration": {
32366
+ "name": "suitcase2IconName",
32367
+ "module": "icon/shapes/suitcase-2.js"
32368
+ }
32369
+ },
32370
+ {
32371
+ "kind": "js",
32372
+ "name": "suitcase2Icon",
32373
+ "declaration": {
32374
+ "name": "suitcase2Icon",
32375
+ "module": "icon/shapes/suitcase-2.js"
32376
+ }
32377
+ }
32378
+ ]
32379
+ },
32380
+ {
32381
+ "kind": "javascript-module",
32382
+ "path": "icon/shapes/suitcase.js",
32383
+ "declarations": [
32384
+ {
32385
+ "kind": "variable",
32386
+ "name": "suitcaseIconName",
32387
+ "type": {
32388
+ "text": "string"
32389
+ },
32390
+ "default": "'suitcase'"
32391
+ },
32392
+ {
32393
+ "kind": "variable",
32394
+ "name": "suitcaseIcon",
32395
+ "type": {
32396
+ "text": "IconShapeTuple"
32397
+ },
32398
+ "default": "[suitcaseIconName, renderIcon(icon)]"
32399
+ }
32400
+ ],
32401
+ "exports": [
32402
+ {
32403
+ "kind": "js",
32404
+ "name": "suitcaseIconName",
32405
+ "declaration": {
32406
+ "name": "suitcaseIconName",
32407
+ "module": "icon/shapes/suitcase.js"
32408
+ }
32409
+ },
32410
+ {
32411
+ "kind": "js",
32412
+ "name": "suitcaseIcon",
32413
+ "declaration": {
32414
+ "name": "suitcaseIcon",
32415
+ "module": "icon/shapes/suitcase.js"
32416
+ }
32417
+ }
32418
+ ]
32419
+ },
31940
32420
  {
31941
32421
  "kind": "javascript-module",
31942
32422
  "path": "icon/shapes/sun.js",
@@ -32417,6 +32897,46 @@
32417
32897
  }
32418
32898
  ]
32419
32899
  },
32900
+ {
32901
+ "kind": "javascript-module",
32902
+ "path": "icon/shapes/tent.js",
32903
+ "declarations": [
32904
+ {
32905
+ "kind": "variable",
32906
+ "name": "tentIconName",
32907
+ "type": {
32908
+ "text": "string"
32909
+ },
32910
+ "default": "'tent'"
32911
+ },
32912
+ {
32913
+ "kind": "variable",
32914
+ "name": "tentIcon",
32915
+ "type": {
32916
+ "text": "IconShapeTuple"
32917
+ },
32918
+ "default": "[tentIconName, renderIcon(icon)]"
32919
+ }
32920
+ ],
32921
+ "exports": [
32922
+ {
32923
+ "kind": "js",
32924
+ "name": "tentIconName",
32925
+ "declaration": {
32926
+ "name": "tentIconName",
32927
+ "module": "icon/shapes/tent.js"
32928
+ }
32929
+ },
32930
+ {
32931
+ "kind": "js",
32932
+ "name": "tentIcon",
32933
+ "declaration": {
32934
+ "name": "tentIcon",
32935
+ "module": "icon/shapes/tent.js"
32936
+ }
32937
+ }
32938
+ ]
32939
+ },
32420
32940
  {
32421
32941
  "kind": "javascript-module",
32422
32942
  "path": "icon/shapes/terminal.js",
@@ -33001,6 +33521,46 @@
33001
33521
  }
33002
33522
  ]
33003
33523
  },
33524
+ {
33525
+ "kind": "javascript-module",
33526
+ "path": "icon/shapes/train.js",
33527
+ "declarations": [
33528
+ {
33529
+ "kind": "variable",
33530
+ "name": "trainIconName",
33531
+ "type": {
33532
+ "text": "string"
33533
+ },
33534
+ "default": "'train'"
33535
+ },
33536
+ {
33537
+ "kind": "variable",
33538
+ "name": "trainIcon",
33539
+ "type": {
33540
+ "text": "IconShapeTuple"
33541
+ },
33542
+ "default": "[trainIconName, renderIcon(icon)]"
33543
+ }
33544
+ ],
33545
+ "exports": [
33546
+ {
33547
+ "kind": "js",
33548
+ "name": "trainIconName",
33549
+ "declaration": {
33550
+ "name": "trainIconName",
33551
+ "module": "icon/shapes/train.js"
33552
+ }
33553
+ },
33554
+ {
33555
+ "kind": "js",
33556
+ "name": "trainIcon",
33557
+ "declaration": {
33558
+ "name": "trainIcon",
33559
+ "module": "icon/shapes/train.js"
33560
+ }
33561
+ }
33562
+ ]
33563
+ },
33004
33564
  {
33005
33565
  "kind": "javascript-module",
33006
33566
  "path": "icon/shapes/trash.js",
package/global.css CHANGED
@@ -81,7 +81,7 @@
81
81
  --cds-global-color-red-300: hsl(9, 100%, 79%);
82
82
  --cds-global-color-red-400: hsl(9, 100%, 71%);
83
83
  --cds-global-color-red-500: hsl(9, 100%, 65%);
84
- --cds-global-color-red-600: hsl(9, 100%, 60%);
84
+ --cds-global-color-red-600: hsl(9, 100%, 59%);
85
85
  --cds-global-color-red-700: hsl(9, 100%, 44%);
86
86
  --cds-global-color-red-800: hsl(9, 100%, 38%);
87
87
  --cds-global-color-red-900: hsl(9, 100%, 28%);
@@ -148,7 +148,7 @@
148
148
  --cds-global-color-yellow-400: hsl(46, 100%, 52%);
149
149
  --cds-global-color-yellow-500: hsl(44, 100%, 47%);
150
150
  --cds-global-color-yellow-600: hsl(42, 100%, 42%);
151
- --cds-global-color-yellow-700: hsl(40, 100%, 35%);
151
+ --cds-global-color-yellow-700: hsl(40, 100%, 37%);
152
152
  --cds-global-color-yellow-800: hsl(40, 100%, 26%);
153
153
  --cds-global-color-yellow-900: hsl(40, 100%, 18%);
154
154
  --cds-global-color-yellow-1000: hsl(40, 100%, 13%);