mod-base 1.0.60 → 1.0.61-beta.2

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",
3
+ "version": "1.0.61-beta.2",
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,11 @@ $contact-us-blue-light: #8498E7;
606
628
  .zip-control__location,
607
629
  .zip-control__icon {
608
630
  color: $interactive-text-color;
631
+ fill: $interactive-text-color;
632
+
633
+ svg {
634
+ fill: $interactive-text-color;
635
+ }
609
636
  }
610
637
 
611
638
  .back-btn,
@@ -616,9 +643,14 @@ $contact-us-blue-light: #8498E7;
616
643
  color: $color-white;
617
644
  outline-color: $color-grey-500;
618
645
 
646
+ svg {
647
+ fill: $color-white;
648
+ }
649
+
619
650
  .zip-control__location,
620
651
  .zip-control__icon {
621
652
  color: $interactive-text-color-hover;
653
+ fill: $interactive-text-color-hover;
622
654
  }
623
655
  }
624
656
  }
@@ -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>