@ulu/frontend 0.1.0-beta.92 → 0.1.0-beta.94

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,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.1.0-beta.94
4
+
5
+ - **scss/component/rail** - Add "rail--rule" modifier (adds rule below rail)
6
+
7
+ ## 0.1.0-beta.93
8
+
9
+ - **scss/component/card** - Change default $config "color" from null to "type" as it should always have a color set so that when used as a link this color is used vs link color
10
+
3
11
  ## 0.1.0-beta.92
4
12
 
5
13
  - **scss/component/badge** - Add button/a in selector list for clickable styles (still includes badge--clickable modifier but if using button/a these styles will be used also)