@spark-web/button 2.0.0-rc.13 → 2.0.0-rc.14

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/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @spark-web/button
2
2
 
3
+ ## 2.0.0-rc.14
4
+
5
+ ### Major Changes
6
+
7
+ - test
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @spark-web/spinner@2.0.0-rc.14
13
+ - @spark-web/theme@4.0.0-rc.14
14
+ - @spark-web/utils@2.0.0-rc.14
15
+ - @spark-web/a11y@2.0.0-rc.14
16
+ - @spark-web/icon@2.0.0-rc.14
17
+ - @spark-web/link@2.0.0-rc.14
18
+ - @spark-web/text@2.0.0-rc.14
19
+ - @spark-web/box@2.0.0-rc.14
20
+
3
21
  ## 2.0.0-rc.13
4
22
 
5
23
  ### Major Changes
@@ -9,18 +9,18 @@ import type { ButtonProminence, ButtonSize, ButtonTone } from "./types.js";
9
9
  */
10
10
  export declare function useButtonStyles({ iconOnly, prominence, size, tone, }: UseButtonStylesProps): readonly [{
11
11
  readonly alignItems: "center";
12
- readonly background: "disabled" | "body" | "input" | "infoLight" | "criticalLight" | "positiveLight" | "cautionLight" | "muted" | "backdrop" | "surface" | "surfaceMuted" | "surfacePressed" | "fieldAccent" | "inputPressed" | "inputDisabled" | "accent" | "accentMuted" | "neutral" | "neutralLow" | "primary" | "primaryLow" | "primaryMuted" | "secondary" | "secondaryLow" | "secondaryMuted" | "caution" | "cautionLow" | "cautionMuted" | "critical" | "criticalLow" | "criticalMuted" | "info" | "infoLow" | "infoMuted" | "positive" | "positiveLow" | "positiveMuted" | undefined;
12
+ readonly background: "body" | "input" | "infoLight" | "criticalLight" | "positiveLight" | "cautionLight" | "muted" | "disabled" | "backdrop" | "surface" | "surfaceMuted" | "surfacePressed" | "fieldAccent" | "inputPressed" | "inputDisabled" | "accent" | "accentMuted" | "neutral" | "neutralLow" | "primary" | "primaryLow" | "primaryMuted" | "secondary" | "secondaryLow" | "secondaryMuted" | "caution" | "cautionLow" | "cautionMuted" | "critical" | "criticalLow" | "criticalMuted" | "info" | "infoLow" | "infoMuted" | "positive" | "positiveLow" | "positiveMuted" | undefined;
13
13
  readonly border: import("@spark-web/theme").ResponsiveProp<"standard" | "fieldAccent" | "accent" | "accentMuted" | "neutral" | "primary" | "secondary" | "caution" | "cautionMuted" | "critical" | "criticalMuted" | "info" | "infoMuted" | "positive" | "positiveMuted" | "primaryHover" | "primaryActive" | "secondaryHover" | "secondaryActive" | "standardInverted" | "field" | "fieldDisabled" | "fieldHover"> | undefined;
14
14
  readonly borderWidth: import("@spark-web/theme").ResponsiveProp<"standard" | "large"> | undefined;
15
15
  readonly borderRadius: "small" | "medium";
16
16
  readonly cursor: "pointer";
17
17
  readonly display: "inline-flex";
18
18
  readonly gap: "small";
19
- readonly height: "medium" | "large";
19
+ readonly height: "large" | "medium";
20
20
  readonly justifyContent: "center";
21
21
  readonly paddingX: "medium" | "xlarge" | undefined;
22
22
  readonly position: "relative";
23
- readonly width: "medium" | "large" | undefined;
23
+ readonly width: "large" | "medium" | undefined;
24
24
  }, {
25
25
  readonly '&:not([aria-disabled=true])': {
26
26
  readonly ':hover': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-web/button",
3
- "version": "2.0.0-rc.13",
3
+ "version": "2.0.0-rc.14",
4
4
  "homepage": "https://github.com/brighte-labs/spark-web#readme",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,14 +17,14 @@
17
17
  "dependencies": {
18
18
  "@babel/runtime": "^7.25.0",
19
19
  "@emotion/react": "^11.14.0",
20
- "@spark-web/a11y": "^2.0.0-rc.13",
21
- "@spark-web/box": "^2.0.0-rc.13",
22
- "@spark-web/icon": "^2.0.0-rc.13",
23
- "@spark-web/link": "^2.0.0-rc.13",
24
- "@spark-web/spinner": "^2.0.0-rc.13",
25
- "@spark-web/text": "^2.0.0-rc.13",
26
- "@spark-web/theme": "^4.0.0-rc.13",
27
- "@spark-web/utils": "^2.0.0-rc.13"
20
+ "@spark-web/a11y": "^2.0.0-rc.14",
21
+ "@spark-web/box": "^2.0.0-rc.14",
22
+ "@spark-web/icon": "^2.0.0-rc.14",
23
+ "@spark-web/link": "^2.0.0-rc.14",
24
+ "@spark-web/spinner": "^2.0.0-rc.14",
25
+ "@spark-web/text": "^2.0.0-rc.14",
26
+ "@spark-web/theme": "^4.0.0-rc.14",
27
+ "@spark-web/utils": "^2.0.0-rc.14"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/react": "^18.2.0",