mod-base 1.0.60-beta.2 → 1.0.61-beta.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/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.61
4
+
5
+ - Adding dark-mode support for the new SVGs that were added to the components (instead of our modicons)
6
+
3
7
  ## 1.0.60
8
+
4
9
  - Adding new `text-*` utility classes
5
10
 
6
11
  ## 1.0.59
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.60-beta.2",
3
+ "version": "1.0.61-beta.1",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -134,6 +134,12 @@ $contact-us-blue-light: #8498E7;
134
134
  &__logo img {
135
135
  filter: $partners-logo-filter;
136
136
  }
137
+
138
+ &__more-brands {
139
+ svg {
140
+ fill: $text-color;
141
+ }
142
+ }
137
143
  }
138
144
 
139
145
  .featured-block__image img,
@@ -158,6 +164,10 @@ $contact-us-blue-light: #8498E7;
158
164
  .step__secure-text,
159
165
  .modal-subtitle {
160
166
  color: $color-grey-500;
167
+
168
+ svg {
169
+ fill: $color-grey-500;
170
+ }
161
171
  }
162
172
 
163
173
  .tcpa{
@@ -280,6 +290,10 @@ $contact-us-blue-light: #8498E7;
280
290
 
281
291
  ~ .form-input-group__icon {
282
292
  color: $form-focus-border-color;
293
+
294
+ svg {
295
+ fill: $form-focus-border-color;
296
+ }
283
297
  }
284
298
  }
285
299
  }
@@ -312,6 +326,10 @@ $contact-us-blue-light: #8498E7;
312
326
  .form-input-group__icon,
313
327
  .form-group__label-input {
314
328
  color: $color-salmon-500;
329
+
330
+ svg {
331
+ fill: $color-salmon-500;
332
+ }
315
333
  }
316
334
 
317
335
  .form-input-group {
@@ -320,6 +338,10 @@ $contact-us-blue-light: #8498E7;
320
338
  .form-input:not(:placeholder-shown) {
321
339
  ~ .form-input-group__icon {
322
340
  color: $color-salmon-500;
341
+
342
+ svg {
343
+ fill: $color-salmon-500;
344
+ }
323
345
  }
324
346
 
325
347
  + label {
@@ -606,6 +628,10 @@ $contact-us-blue-light: #8498E7;
606
628
  .zip-control__location,
607
629
  .zip-control__icon {
608
630
  color: $interactive-text-color;
631
+
632
+ svg {
633
+ fill: $interactive-text-color;
634
+ }
609
635
  }
610
636
 
611
637
  .back-btn,
@@ -616,9 +642,14 @@ $contact-us-blue-light: #8498E7;
616
642
  color: $color-white;
617
643
  outline-color: $color-grey-500;
618
644
 
645
+ svg {
646
+ fill: $color-white;
647
+ }
648
+
619
649
  .zip-control__location,
620
650
  .zip-control__icon {
621
651
  color: $interactive-text-color-hover;
652
+ fill: $interactive-text-color-hover;
622
653
  }
623
654
  }
624
655
  }
@@ -1,12 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$">
5
- <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6
- <excludeFolder url="file://$MODULE_DIR$/temp" />
7
- <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
- </content>
9
- <orderEntry type="inheritedJdk" />
10
- <orderEntry type="sourceFolder" forTests="false" />
11
- </component>
12
- </module>
package/.idea/modules.xml DELETED
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/mod-base.iml" filepath="$PROJECT_DIR$/.idea/mod-base.iml" />
6
- </modules>
7
- </component>
8
- </project>
package/.idea/vcs.xml DELETED
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="" vcs="Git" />
5
- </component>
6
- </project>