@rabbitio/ui-kit 1.0.0-beta.5 → 1.0.0-beta.6

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": "@rabbitio/ui-kit",
3
- "version": "1.0.0-beta.5",
3
+ "version": "1.0.0-beta.6",
4
4
  "description": "Rabbit.io react.js components kit",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -187,6 +187,7 @@ Button.propTypes = {
187
187
  mode: PropTypes.oneOf([
188
188
  "transparent",
189
189
  "white",
190
+ "white-flat",
190
191
  "primary",
191
192
  "primary-bordered",
192
193
  "primary-transparent",
@@ -122,6 +122,11 @@
122
122
  box-shadow: 0 20px 20px rgba(15, 24, 75, 0.2);
123
123
  }
124
124
 
125
+ &.white-flat {
126
+ background: $white;
127
+ color: SolidColor("dark");
128
+ }
129
+
125
130
  &-primary-dots-wrapper {
126
131
  position: absolute;
127
132
  top: 50%;