@iress-oss/ids-components 6.0.0-alpha.39 → 6.0.0-alpha.40

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.
@@ -181,7 +181,7 @@ export interface UtilityValues {
181
181
  stroke: Tokens["colors"];
182
182
  srOnly: boolean;
183
183
  debug: boolean;
184
- focusable: "true" | "within" | "has-button" | "has-input" | "has-switch" | "label-after" | "expander-activator" | "select-activator" | "slider" | "group" | "inset" | "colour.primary.onFill";
184
+ focusable: "true" | "within" | "has-button" | "has-input" | "has-switch" | "label-after" | "expander-activator" | "select-activator" | "slider" | "group" | "inset" | "within:inset" | "colour.primary.onFill";
185
185
  gutter: "spacing.0" | "spacing.1" | "spacing.2" | "spacing.3" | "spacing.4" | "spacing.5" | "spacing.6" | "spacing.7" | "spacing.8" | "spacing.10";
186
186
  flexHorizontalAlign: "left" | "center" | "right" | "around" | "between" | "evenly" | "stretch";
187
187
  flexVerticalAlign: "top" | "middle" | "bottom" | "between" | "around" | "evenly" | "stretch";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iress-oss/ids-components",
3
- "version": "6.0.0-alpha.39",
3
+ "version": "6.0.0-alpha.40",
4
4
  "description": "Iress React Component Library",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",