@planningcenter/doxy-web
Advanced tools
Comparing version 2.4.0-rc.1 to 2.4.0-rc.2
@@ -333,3 +333,3 @@ import React, { useRef, useEffect, useState, forwardRef } from 'react'; | ||
}, /*#__PURE__*/React.createElement("button", { | ||
"aria-label": "decrement input value", | ||
"aria-label": "decrease quantity", | ||
className: "number-spinner__btn number-spinner__btn-decrement", | ||
@@ -342,2 +342,3 @@ disabled: disabled || value === min, | ||
}, /*#__PURE__*/React.createElement("span", null, "-")), /*#__PURE__*/React.createElement("input", { | ||
"aria-label": "quantity", | ||
className: "number-spinner__input", | ||
@@ -358,3 +359,3 @@ disabled: disabled, | ||
}), /*#__PURE__*/React.createElement("button", { | ||
"aria-label": "increment input value", | ||
"aria-label": "increase quantity", | ||
className: "number-spinner__btn number-spinner__btn-increment", | ||
@@ -430,3 +431,3 @@ disabled: disabled || value === max, | ||
let { | ||
color = "tint3", | ||
color = "tint2", | ||
level, | ||
@@ -433,0 +434,0 @@ text |
@@ -342,3 +342,3 @@ 'use strict'; | ||
}, /*#__PURE__*/React__default["default"].createElement("button", { | ||
"aria-label": "decrement input value", | ||
"aria-label": "decrease quantity", | ||
className: "number-spinner__btn number-spinner__btn-decrement", | ||
@@ -351,2 +351,3 @@ disabled: disabled || value === min, | ||
}, /*#__PURE__*/React__default["default"].createElement("span", null, "-")), /*#__PURE__*/React__default["default"].createElement("input", { | ||
"aria-label": "quantity", | ||
className: "number-spinner__input", | ||
@@ -367,3 +368,3 @@ disabled: disabled, | ||
}), /*#__PURE__*/React__default["default"].createElement("button", { | ||
"aria-label": "increment input value", | ||
"aria-label": "increase quantity", | ||
className: "number-spinner__btn number-spinner__btn-increment", | ||
@@ -439,3 +440,3 @@ disabled: disabled || value === max, | ||
let { | ||
color = "tint3", | ||
color = "tint2", | ||
level, | ||
@@ -442,0 +443,0 @@ text |
{ | ||
"name": "@planningcenter/doxy-web", | ||
"version": "2.4.0-rc.1", | ||
"version": "2.4.0-rc.2", | ||
"description": "Doxy for Church Center Web", | ||
@@ -116,2 +116,2 @@ "main": "dist/index.js", | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
606655
11861