@popsure/dirty-swan 0.27.8-alpha → 0.27.10-alpha.1

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/dist/index.css CHANGED
@@ -1557,7 +1557,7 @@ input[type=number] {
1557
1557
  }
1558
1558
 
1559
1559
  .tc-grey-500 {
1560
- color: #848490 !important;
1560
+ color: #91919c !important;
1561
1561
  }
1562
1562
 
1563
1563
  .tc-grey-600 {
@@ -1793,7 +1793,7 @@ input[type=number] {
1793
1793
  }
1794
1794
 
1795
1795
  .bg-grey-500 {
1796
- background-color: #848490 !important;
1796
+ background-color: #91919c !important;
1797
1797
  }
1798
1798
 
1799
1799
  .bg-grey-600 {
@@ -1939,7 +1939,7 @@ input[type=number] {
1939
1939
  --ds-grey-200: #f5f5fa;
1940
1940
  --ds-grey-300: #ededf2;
1941
1941
  --ds-grey-400: #d2d2d8;
1942
- --ds-grey-500: #848490;
1942
+ --ds-grey-500: #91919c;
1943
1943
  --ds-grey-600: #696970;
1944
1944
  --ds-grey-700: #4c4c53;
1945
1945
  --ds-grey-900: #26262e;
@@ -2298,16 +2298,16 @@ body {
2298
2298
  border-color: #6160a2;
2299
2299
  }
2300
2300
  .p-btn--outline-grey {
2301
- color: #848490;
2301
+ color: #91919c;
2302
2302
  background-color: transparent;
2303
2303
  border: 1px dashed #d2d2d8;
2304
2304
  }
2305
2305
  .p-btn--outline-grey:hover {
2306
2306
  color: #696970;
2307
- border-color: #848490;
2307
+ border-color: #91919c;
2308
2308
  }
2309
2309
  .p-btn--outline-grey[disabled] {
2310
- color: #848490;
2310
+ color: #91919c;
2311
2311
  border-color: #d2d2d8;
2312
2312
  opacity: 0.5;
2313
2313
  }
@@ -2331,7 +2331,7 @@ body {
2331
2331
  transition: box-shadow 0.3s;
2332
2332
  }
2333
2333
  .p-input::placeholder, .p-input--error::placeholder {
2334
- color: #848490;
2334
+ color: #91919c;
2335
2335
  }
2336
2336
  .p-input:disabled, .p-input--error:disabled {
2337
2337
  background-color: #ededf2;
@@ -2476,7 +2476,7 @@ input:checked[type=checkbox] + .p-label--bordered {
2476
2476
  border-color: #8e8cee;
2477
2477
  }
2478
2478
  .p-select:invalid {
2479
- color: #848490;
2479
+ color: #91919c;
2480
2480
  }
2481
2481
  .p-select:focus {
2482
2482
  outline: none;