@capillarytech/creatives-library 8.0.131 → 8.0.132

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "8.0.131",
4
+ "version": "8.0.132",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -653,7 +653,7 @@
653
653
  margin-top: 0.5rem; // 8px
654
654
 
655
655
  a {
656
- color: $CAP_SECONDARY_base; // #2466ea
656
+ color: $FONT_COLOR_05; // #2466ea
657
657
  font-size: $FONT_SIZE_S; // 12px
658
658
  text-decoration: underline;
659
659
  }
@@ -1096,7 +1096,7 @@
1096
1096
  padding: $CAP_SPACE_12;
1097
1097
  .app-header {
1098
1098
  color: $CAP_G04; // #5D5D5D is closest to CAP_G04
1099
- font-weight: $FONT_WEIGHT_SEMIBOLD; // 600 maps to SEMIBOLD
1099
+ font-weight: 600;
1100
1100
  padding: 0.285rem 0.571rem 0.285rem 0.571rem;
1101
1101
  display: flex;
1102
1102
  align-items: center;
@@ -1171,7 +1171,7 @@
1171
1171
  gap: $CAP_SPACE_08;
1172
1172
  .action {
1173
1173
  font-size: $FONT_SIZE_S;
1174
- font-weight: $FONT_WEIGHT_SEMIBOLD; // 600 maps to SEMIBOLD
1174
+ font-weight: 600;
1175
1175
  color: $CAP_COLOR_03; // #1970DA maps to CAP_COLOR_03 (primary brand color)
1176
1176
  height: 1.25rem;
1177
1177
  }