slu-design-system 6.1.13 → 6.1.14

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.
@@ -11096,53 +11096,53 @@ svg .presence-none {
11096
11096
  }
11097
11097
 
11098
11098
  .presence-region-extinct {
11099
- background-color: black;
11100
- color: black;
11099
+ background-color: #4c4c4c;
11100
+ color: #4c4c4c;
11101
11101
  }
11102
11102
 
11103
11103
  .legend.presence-region-extinct {
11104
- border-color: black;
11104
+ border-color: rgb(60.8, 60.8, 60.8);
11105
11105
  }
11106
11106
 
11107
11107
  svg .presence-region-extinct {
11108
11108
  stroke: black;
11109
11109
  stroke-opacity: 1;
11110
11110
  stroke-width: 1;
11111
- fill: black;
11111
+ fill: #4c4c4c;
11112
11112
  fill-opacity: 0.8;
11113
11113
  }
11114
11114
 
11115
11115
  .presence-unsure {
11116
- background-color: #b83d39;
11117
- color: #b83d39;
11116
+ background-color: #c38bc3;
11117
+ color: #c38bc3;
11118
11118
  }
11119
11119
 
11120
11120
  .legend.presence-unsure {
11121
- border-color: rgb(147.2, 48.8, 45.6);
11121
+ border-color: rgb(172.2272727273, 94.9727272727, 172.2272727273);
11122
11122
  }
11123
11123
 
11124
11124
  svg .presence-unsure {
11125
11125
  stroke: black;
11126
11126
  stroke-opacity: 1;
11127
11127
  stroke-width: 1;
11128
- fill: #b83d39;
11128
+ fill: #c38bc3;
11129
11129
  fill-opacity: 0.8;
11130
11130
  }
11131
11131
 
11132
11132
  .presence-noted {
11133
- background-color: #52a852;
11134
- color: #52a852;
11133
+ background-color: #97cb97;
11134
+ color: #97cb97;
11135
11135
  }
11136
11136
 
11137
11137
  .legend.presence-noted {
11138
- border-color: rgb(65.6, 134.4, 65.6);
11138
+ border-color: rgb(103.8, 179.4, 103.8);
11139
11139
  }
11140
11140
 
11141
11141
  svg .presence-noted {
11142
11142
  stroke: black;
11143
11143
  stroke-opacity: 1;
11144
11144
  stroke-width: 1;
11145
- fill: #52a852;
11145
+ fill: #97cb97;
11146
11146
  fill-opacity: 0.8;
11147
11147
  }
11148
11148
 
@@ -11215,19 +11215,19 @@ svg .presence-not-noted {
11215
11215
  }
11216
11216
 
11217
11217
  .presence-naturalized {
11218
- background-color: #60adf0;
11219
- color: #60adf0;
11218
+ background-color: #66d0f6;
11219
+ color: #66d0f6;
11220
11220
  }
11221
11221
 
11222
11222
  .legend.presence-naturalized {
11223
- border-color: rgb(34.5931034483, 141.3310344828, 234.2068965517);
11223
+ border-color: rgb(36.2666666667, 187.8074074074, 242.1333333333);
11224
11224
  }
11225
11225
 
11226
11226
  svg .presence-naturalized {
11227
11227
  stroke: black;
11228
11228
  stroke-opacity: 1;
11229
11229
  stroke-width: 1;
11230
- fill: #60adf0;
11230
+ fill: #66d0f6;
11231
11231
  fill-opacity: 0.8;
11232
11232
  }
11233
11233