@plastic-js/tsumiki 0.1.62 → 0.1.63

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.
@@ -82,6 +82,9 @@ var FilterGroup = (props = {}) => {
82
82
  get variant() {
83
83
  return allActive() ? "solid" : "outline";
84
84
  },
85
+ get intent() {
86
+ return allActive() ? "default" : "neutral";
87
+ },
85
88
  className: buttonClassNames,
86
89
  onClick: handleAllClick,
87
90
  children: () => local.allLabel
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plastic-js/tsumiki",
3
- "version": "0.1.62",
3
+ "version": "0.1.63",
4
4
  "description": "A UI component library for Plastic JS.",
5
5
  "license": "MIT",
6
6
  "author": "tigre",