amotify 0.0.33 → 0.0.34

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,6 +1,6 @@
1
1
  {
2
2
  "name": "amotify",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "description": "UI Component for React",
5
5
  "main": "dist/launch.js",
6
6
  "types": "dist/@types.d.ts",
@@ -140,6 +140,9 @@
140
140
  &monoSecond#{ $DS } {
141
141
  color: $color-monoSecond;
142
142
  }
143
+ &trans#{ $DS } {
144
+ color: transparent;
145
+ }
143
146
  @each $key in themeColor.$ThemeColorKeys {
144
147
  &#{ $key }#{ $DS } {
145
148
  color:hsl(var(--color_#{ $key }-hsl));