@bspk/ui 1.1.33 → 1.1.34

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.
Files changed (79) hide show
  1. package/dist/base.css +5 -5
  2. package/dist/base.css.js +5 -5
  3. package/dist/colors.css +1 -1
  4. package/dist/colors.css.js +1 -1
  5. package/dist/components/BannerAlert/banner-alert.css +1 -1
  6. package/dist/components/BannerAlert/banner-alert.css.js +1 -1
  7. package/dist/components/Button/button.css +2 -2
  8. package/dist/components/Button/button.css.js +2 -2
  9. package/dist/components/Card/card.css +1 -1
  10. package/dist/components/Card/card.css.js +1 -1
  11. package/dist/components/Chip/chip.css +1 -1
  12. package/dist/components/Chip/chip.css.js +1 -1
  13. package/dist/components/ChipUtility/chip-utility.css +1 -1
  14. package/dist/components/ChipUtility/chip-utility.css.js +1 -1
  15. package/dist/components/Fab/fab.css +1 -1
  16. package/dist/components/Fab/fab.css.js +1 -1
  17. package/dist/components/NumberInput/number-input.css +1 -1
  18. package/dist/components/NumberInput/number-input.css.js +1 -1
  19. package/dist/components/ProgressBar/progress-bar.css +2 -2
  20. package/dist/components/ProgressBar/progress-bar.css.js +2 -2
  21. package/dist/components/ProgressionStepperBar/progression-stepper-bar.css +1 -1
  22. package/dist/components/ProgressionStepperBar/progression-stepper-bar.css.js +1 -1
  23. package/dist/components/SegmentedControl/segmented-control.css +5 -5
  24. package/dist/components/SegmentedControl/segmented-control.css.js +5 -5
  25. package/dist/components/Select/select.css +1 -1
  26. package/dist/components/Select/select.css.js +1 -1
  27. package/dist/components/Table/table.css +3 -3
  28. package/dist/components/Table/table.css.js +3 -3
  29. package/dist/components/Tag/tag.css +1 -1
  30. package/dist/components/Tag/tag.css.js +1 -1
  31. package/dist/components/TextInput/text-input.css +1 -1
  32. package/dist/components/TextInput/text-input.css.js +1 -1
  33. package/dist/components/Textarea/textarea.css +1 -1
  34. package/dist/components/Textarea/textarea.css.js +1 -1
  35. package/dist/components/Tooltip/tooltip.css +1 -1
  36. package/dist/components/Tooltip/tooltip.css.js +1 -1
  37. package/dist/styles/anywhere.css +318 -124
  38. package/dist/styles/anywhere.css.js +318 -124
  39. package/dist/styles/better-homes-gardens.css +320 -120
  40. package/dist/styles/better-homes-gardens.css.js +320 -120
  41. package/dist/styles/cartus.css +321 -121
  42. package/dist/styles/cartus.css.js +321 -121
  43. package/dist/styles/century-21.css +316 -118
  44. package/dist/styles/century-21.css.js +316 -118
  45. package/dist/styles/coldwell-banker.css +320 -120
  46. package/dist/styles/coldwell-banker.css.js +320 -120
  47. package/dist/styles/corcoran.css +314 -116
  48. package/dist/styles/corcoran.css.js +314 -116
  49. package/dist/styles/denali-boss.css +317 -119
  50. package/dist/styles/denali-boss.css.js +317 -119
  51. package/dist/styles/era.css +329 -125
  52. package/dist/styles/era.css.js +329 -125
  53. package/dist/styles/sothebys.css +322 -122
  54. package/dist/styles/sothebys.css.js +322 -122
  55. package/dist/utils/colorVariants.d.ts +1 -1
  56. package/dist/utils/colorVariants.js +1 -1
  57. package/dist/utils/txtVariants.d.ts +1 -1
  58. package/dist/utils/txtVariants.js +1 -1
  59. package/package.json +2 -2
  60. package/src/base.scss +4 -4
  61. package/src/colors.scss +1 -1
  62. package/src/components/BannerAlert/banner-alert.scss +1 -1
  63. package/src/components/Button/button.scss +2 -2
  64. package/src/components/Card/card.scss +1 -1
  65. package/src/components/Chip/chip.scss +1 -1
  66. package/src/components/ChipUtility/chip-utility.scss +1 -1
  67. package/src/components/Fab/fab.scss +1 -1
  68. package/src/components/NumberInput/number-input.scss +1 -1
  69. package/src/components/ProgressBar/progress-bar.scss +2 -2
  70. package/src/components/ProgressionStepperBar/progression-stepper-bar.scss +1 -1
  71. package/src/components/SegmentedControl/segmented-control.scss +5 -5
  72. package/src/components/Select/select.scss +1 -1
  73. package/src/components/Table/table.scss +3 -3
  74. package/src/components/Tag/tag.scss +1 -1
  75. package/src/components/TextInput/text-input.scss +1 -1
  76. package/src/components/Textarea/textarea.scss +1 -1
  77. package/src/components/Tooltip/tooltip.scss +1 -1
  78. package/src/utils/colorVariants.ts +1 -1
  79. package/src/utils/txtVariants.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file is generated by the build-css script. Do not edit this file directly. Instead, edit the script and run it
2
+ * This file is generated by the update-css script. Do not edit this file directly. Instead, edit the script and run it
3
3
  * again.
4
4
  */
5
5
  export declare const COLOR_VARIANTS: readonly ["grey", "white", "primary", "secondary", "blue", "green", "lime", "magenta", "orange", "pink", "purple", "red", "teal", "yellow"];
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file is generated by the build-css script. Do not edit this file directly. Instead, edit the script and run it
2
+ * This file is generated by the update-css script. Do not edit this file directly. Instead, edit the script and run it
3
3
  * again.
4
4
  */
5
5
  export const COLOR_VARIANTS = [
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file is generated by the build-css script. Do not edit this file directly. Instead, edit the script and run it
2
+ * This file is generated by the update-css script. Do not edit this file directly. Instead, edit the script and run it
3
3
  * again.
4
4
  */
5
5
  export declare const TXT_VARIANTS: readonly ["body-base", "body-large", "body-small", "body-x-small", "labels-base", "labels-large", "labels-small", "labels-x-small", "display-regular-large", "display-regular-medium", "display-regular-small", "display-semibold-large", "display-semibold-medium", "display-semibold-small", "heading-h1", "heading-h2", "heading-h3", "heading-h4", "heading-h5", "heading-h6", "subheader-large", "subheader-medium", "subheader-x-large", "subheader-xx-large", "subheader-xxx-large"];
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file is generated by the build-css script. Do not edit this file directly. Instead, edit the script and run it
2
+ * This file is generated by the update-css script. Do not edit this file directly. Instead, edit the script and run it
3
3
  * again.
4
4
  */
5
5
  export const TXT_VARIANTS = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bspk/ui",
3
- "version": "1.1.33",
3
+ "version": "1.1.34",
4
4
  "license": "CC-BY-4.0",
5
5
  "type": "module",
6
6
  "files": [
@@ -198,7 +198,7 @@
198
198
  "node": ">=20"
199
199
  },
200
200
  "dependencies": {
201
- "@bspk/styles": "^1.0.0",
201
+ "@bspk/styles": "^1.0.1",
202
202
  "@floating-ui/dom": "^1.6.13",
203
203
  "focus-trap-react": "^11.0.1",
204
204
  "libphonenumber-js": "^1.12.9"
package/src/base.scss CHANGED
@@ -220,7 +220,7 @@ body[data-bspk] {
220
220
  [data-line] {
221
221
  width: 100%;
222
222
  background: var(--foreground-neutral-skeleton-element);
223
- border-radius: var(--radius-small);
223
+ border-radius: var(--radius-sm);
224
224
  height: var(--text-height);
225
225
  }
226
226
 
@@ -247,11 +247,11 @@ body[data-bspk] {
247
247
  min-height: var(--spacing-sizing-08);
248
248
  height: var(--height, var(--width));
249
249
  width: var(--width, var(--height));
250
- border-radius: var(--radius-small);
250
+ border-radius: var(--radius-sm);
251
251
  }
252
252
 
253
253
  &[data-variant='photo'] {
254
- border-radius: var(--radius-medium);
254
+ border-radius: var(--radius-md);
255
255
  }
256
256
 
257
257
  &[data-variant='circular'] {
@@ -269,7 +269,7 @@ body[data-bspk] {
269
269
  &[data-variant='thumbnail'] {
270
270
  width: var(--spacing-sizing-12);
271
271
  height: var(--spacing-sizing-12);
272
- border-radius: var(--radius-small);
272
+ border-radius: var(--radius-sm);
273
273
  }
274
274
  }
275
275
 
package/src/colors.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file is generated by the build-css script.
2
+ * This file is generated by the update-css script.
3
3
  * Do not edit this file directly.
4
4
  * Instead, edit the script and run it again. */
5
5
 
@@ -5,7 +5,7 @@
5
5
  display: flex;
6
6
  flex-direction: row;
7
7
  border: 2px solid var(--color);
8
- border-radius: var(--radius-medium);
8
+ border-radius: var(--radius-md);
9
9
  background-color: var(--surface-neutral-t1-base);
10
10
  width: 100%;
11
11
 
@@ -111,7 +111,7 @@
111
111
 
112
112
  background: linear-gradient(var(--primary-background), var(--primary-background));
113
113
  color: var(--foreground-brand-on-primary);
114
- border-radius: var(--radius-small);
114
+ border-radius: var(--radius-sm);
115
115
 
116
116
  &[disabled] {
117
117
  color: var(--foreground-neutral-disabled-on-surface);
@@ -148,7 +148,7 @@
148
148
 
149
149
  &[data-variant='secondary'] {
150
150
  border: solid 1px var(--stroke-neutral-base);
151
- border-radius: var(--radius-small);
151
+ border-radius: var(--radius-sm);
152
152
  color: var(--foreground-neutral-on-surface-variant-01);
153
153
 
154
154
  &[disabled] {
@@ -2,7 +2,7 @@
2
2
  display: block;
3
3
  background: var(--surface-neutral-t1-base);
4
4
  padding: var(--spacing-sizing-03);
5
- border-radius: var(--radius-medium);
5
+ border-radius: var(--radius-md);
6
6
  overflow: hidden;
7
7
 
8
8
  &[data-hide-padding] {
@@ -9,7 +9,7 @@
9
9
  color: var(--foreground-neutral-on-surface-variant-01);
10
10
  background-color: var(--surface-neutral-t1-base);
11
11
  border: 1px solid var(--stroke-neutral-low);
12
- border-radius: var(--radius-small);
12
+ border-radius: var(--radius-sm);
13
13
 
14
14
  &:not([data-flat]) {
15
15
  box-shadow: var(--drop-shadow-raise);
@@ -7,7 +7,7 @@
7
7
  color: var(--foreground-neutral-on-surface-variant-01);
8
8
  background-color: var(--surface-neutral-t1-base);
9
9
  border: 1px solid var(--stroke-neutral-low);
10
- border-radius: var(--radius-small);
10
+ border-radius: var(--radius-sm);
11
11
  padding: 0 var(--spacing-sizing-03);
12
12
 
13
13
  [data-touch-target] {
@@ -11,7 +11,7 @@
11
11
  text-decoration: none;
12
12
  z-index: var(--z-index-fab);
13
13
  box-shadow: var(--drop-shadow-float);
14
- border-radius: var(--radius-small);
14
+ border-radius: var(--radius-sm);
15
15
 
16
16
  &[data-container='page'] {
17
17
  position: fixed;
@@ -11,7 +11,7 @@
11
11
  font: var(--font);
12
12
  height: var(--height);
13
13
  border: 1px solid var(--stroke-neutral-base);
14
- border-radius: var(--radius-small);
14
+ border-radius: var(--radius-sm);
15
15
  background: var(--surface-neutral-t1-base);
16
16
  max-width: 280px;
17
17
 
@@ -15,14 +15,14 @@
15
15
  width: 100%;
16
16
  height: var(--spacing-sizing-02);
17
17
  background-color: var(--surface-neutral-t3-low);
18
- border-radius: var(--radius-small);
18
+ border-radius: var(--radius-sm);
19
19
 
20
20
  &::after {
21
21
  content: '';
22
22
  display: block;
23
23
  height: 100%;
24
24
  background-color: var(--foreground-brand-primary);
25
- border-radius: var(--radius-small);
25
+ border-radius: var(--radius-sm);
26
26
  width: var(--width);
27
27
  transition: width 0.3s;
28
28
  }
@@ -22,7 +22,7 @@
22
22
  width: 100%;
23
23
  height: var(--height);
24
24
  min-width: var(--spacing-sizing-02);
25
- border-radius: var(--radius-small);
25
+ border-radius: var(--radius-sm);
26
26
  background: var(--surface-neutral-t3-low);
27
27
 
28
28
  &[data-complete] {
@@ -65,22 +65,22 @@
65
65
  border-bottom: 1px solid transparent;
66
66
  justify-content: center;
67
67
  gap: var(--spacing-sizing-01);
68
- border-radius: var(--radius-small);
68
+ border-radius: var(--radius-sm);
69
69
  padding: var(--spacing-sizing-02) var(--spacing-sizing-03);
70
70
  }
71
71
 
72
72
  &:first-of-type {
73
73
  [data-outer] {
74
- border-top-left-radius: var(--radius-medium);
75
- border-bottom-left-radius: var(--radius-medium);
74
+ border-top-left-radius: var(--radius-md);
75
+ border-bottom-left-radius: var(--radius-md);
76
76
  padding-left: var(--spacing-sizing-01);
77
77
  }
78
78
  }
79
79
 
80
80
  &:last-of-type {
81
81
  [data-outer] {
82
- border-top-right-radius: var(--radius-medium);
83
- border-bottom-right-radius: var(--radius-medium);
82
+ border-top-right-radius: var(--radius-md);
83
+ border-bottom-right-radius: var(--radius-md);
84
84
  padding-right: var(--spacing-sizing-01);
85
85
  }
86
86
  }
@@ -24,7 +24,7 @@
24
24
  text-align: left;
25
25
  font: var(--select-font);
26
26
  border: 1px solid var(--select-border-color);
27
- border-radius: var(--radius-small);
27
+ border-radius: var(--radius-sm);
28
28
  background: var(--select-background);
29
29
  padding: 0 var(--select-padding);
30
30
 
@@ -6,7 +6,7 @@
6
6
  display: grid;
7
7
  color: var(--foreground-neutral-on-surface);
8
8
  font: var(--labels-base);
9
- border-radius: var(--radius-medium);
9
+ border-radius: var(--radius-md);
10
10
  border: 1px solid var(--stroke-neutral-low);
11
11
 
12
12
  [data-cell] {
@@ -36,11 +36,11 @@
36
36
  font: var(--labels-base);
37
37
 
38
38
  &[data-head='first'] {
39
- border-top-left-radius: var(--radius-medium);
39
+ border-top-left-radius: var(--radius-md);
40
40
  }
41
41
 
42
42
  &[data-head='last'] {
43
- border-top-right-radius: var(--radius-medium);
43
+ border-top-right-radius: var(--radius-md);
44
44
  }
45
45
  }
46
46
  }
@@ -5,7 +5,7 @@
5
5
  width: fit-content;
6
6
  position: relative;
7
7
  padding: 0 var(--spacing-sizing-03);
8
- border-radius: var(--radius-small);
8
+ border-radius: var(--radius-sm);
9
9
  color: var(--foreground) !important;
10
10
  background: var(--background);
11
11
  font: unset;
@@ -6,7 +6,7 @@
6
6
  background-color: var(--surface-neutral-t1-base);
7
7
  border: solid 1px var(--border-color);
8
8
  height: var(--field-height);
9
- border-radius: var(--radius-small);
9
+ border-radius: var(--radius-sm);
10
10
  padding: 0 0 0 var(--field-padding);
11
11
  gap: var(--spacing-sizing-01);
12
12
  width: 100%;
@@ -7,7 +7,7 @@
7
7
  display: grid;
8
8
  width: 100%;
9
9
  border: 1px solid var(--border-color);
10
- border-radius: var(--radius-small);
10
+ border-radius: var(--radius-sm);
11
11
  overflow: hidden;
12
12
 
13
13
  --border-color: var(--stroke-neutral-base);
@@ -9,7 +9,7 @@
9
9
  z-index: 2;
10
10
  position: relative;
11
11
  background-color: var(--surface-neutral-inverse);
12
- border-radius: var(--radius-small);
12
+ border-radius: var(--radius-sm);
13
13
  color: var(--foreground-neutral-on-inverse-surface);
14
14
  box-shadow: var(--drop-shadow-float);
15
15
  font: var(--labels-small);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file is generated by the build-css script. Do not edit this file directly. Instead, edit the script and run it
2
+ * This file is generated by the update-css script. Do not edit this file directly. Instead, edit the script and run it
3
3
  * again.
4
4
  */
5
5
  export const COLOR_VARIANTS = [
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file is generated by the build-css script. Do not edit this file directly. Instead, edit the script and run it
2
+ * This file is generated by the update-css script. Do not edit this file directly. Instead, edit the script and run it
3
3
  * again.
4
4
  */
5
5
  export const TXT_VARIANTS = [