@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.
- package/dist/base.css +5 -5
- package/dist/base.css.js +5 -5
- package/dist/colors.css +1 -1
- package/dist/colors.css.js +1 -1
- package/dist/components/BannerAlert/banner-alert.css +1 -1
- package/dist/components/BannerAlert/banner-alert.css.js +1 -1
- package/dist/components/Button/button.css +2 -2
- package/dist/components/Button/button.css.js +2 -2
- package/dist/components/Card/card.css +1 -1
- package/dist/components/Card/card.css.js +1 -1
- package/dist/components/Chip/chip.css +1 -1
- package/dist/components/Chip/chip.css.js +1 -1
- package/dist/components/ChipUtility/chip-utility.css +1 -1
- package/dist/components/ChipUtility/chip-utility.css.js +1 -1
- package/dist/components/Fab/fab.css +1 -1
- package/dist/components/Fab/fab.css.js +1 -1
- package/dist/components/NumberInput/number-input.css +1 -1
- package/dist/components/NumberInput/number-input.css.js +1 -1
- package/dist/components/ProgressBar/progress-bar.css +2 -2
- package/dist/components/ProgressBar/progress-bar.css.js +2 -2
- package/dist/components/ProgressionStepperBar/progression-stepper-bar.css +1 -1
- package/dist/components/ProgressionStepperBar/progression-stepper-bar.css.js +1 -1
- package/dist/components/SegmentedControl/segmented-control.css +5 -5
- package/dist/components/SegmentedControl/segmented-control.css.js +5 -5
- package/dist/components/Select/select.css +1 -1
- package/dist/components/Select/select.css.js +1 -1
- package/dist/components/Table/table.css +3 -3
- package/dist/components/Table/table.css.js +3 -3
- package/dist/components/Tag/tag.css +1 -1
- package/dist/components/Tag/tag.css.js +1 -1
- package/dist/components/TextInput/text-input.css +1 -1
- package/dist/components/TextInput/text-input.css.js +1 -1
- package/dist/components/Textarea/textarea.css +1 -1
- package/dist/components/Textarea/textarea.css.js +1 -1
- package/dist/components/Tooltip/tooltip.css +1 -1
- package/dist/components/Tooltip/tooltip.css.js +1 -1
- package/dist/styles/anywhere.css +318 -124
- package/dist/styles/anywhere.css.js +318 -124
- package/dist/styles/better-homes-gardens.css +320 -120
- package/dist/styles/better-homes-gardens.css.js +320 -120
- package/dist/styles/cartus.css +321 -121
- package/dist/styles/cartus.css.js +321 -121
- package/dist/styles/century-21.css +316 -118
- package/dist/styles/century-21.css.js +316 -118
- package/dist/styles/coldwell-banker.css +320 -120
- package/dist/styles/coldwell-banker.css.js +320 -120
- package/dist/styles/corcoran.css +314 -116
- package/dist/styles/corcoran.css.js +314 -116
- package/dist/styles/denali-boss.css +317 -119
- package/dist/styles/denali-boss.css.js +317 -119
- package/dist/styles/era.css +329 -125
- package/dist/styles/era.css.js +329 -125
- package/dist/styles/sothebys.css +322 -122
- package/dist/styles/sothebys.css.js +322 -122
- package/dist/utils/colorVariants.d.ts +1 -1
- package/dist/utils/colorVariants.js +1 -1
- package/dist/utils/txtVariants.d.ts +1 -1
- package/dist/utils/txtVariants.js +1 -1
- package/package.json +2 -2
- package/src/base.scss +4 -4
- package/src/colors.scss +1 -1
- package/src/components/BannerAlert/banner-alert.scss +1 -1
- package/src/components/Button/button.scss +2 -2
- package/src/components/Card/card.scss +1 -1
- package/src/components/Chip/chip.scss +1 -1
- package/src/components/ChipUtility/chip-utility.scss +1 -1
- package/src/components/Fab/fab.scss +1 -1
- package/src/components/NumberInput/number-input.scss +1 -1
- package/src/components/ProgressBar/progress-bar.scss +2 -2
- package/src/components/ProgressionStepperBar/progression-stepper-bar.scss +1 -1
- package/src/components/SegmentedControl/segmented-control.scss +5 -5
- package/src/components/Select/select.scss +1 -1
- package/src/components/Table/table.scss +3 -3
- package/src/components/Tag/tag.scss +1 -1
- package/src/components/TextInput/text-input.scss +1 -1
- package/src/components/Textarea/textarea.scss +1 -1
- package/src/components/Tooltip/tooltip.scss +1 -1
- package/src/utils/colorVariants.ts +1 -1
- package/src/utils/txtVariants.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is generated by the
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
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.
|
|
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-
|
|
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-
|
|
250
|
+
border-radius: var(--radius-sm);
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
&[data-variant='photo'] {
|
|
254
|
-
border-radius: var(--radius-
|
|
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-
|
|
272
|
+
border-radius: var(--radius-sm);
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
275
|
|
package/src/colors.scss
CHANGED
|
@@ -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-
|
|
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-
|
|
151
|
+
border-radius: var(--radius-sm);
|
|
152
152
|
color: var(--foreground-neutral-on-surface-variant-01);
|
|
153
153
|
|
|
154
154
|
&[disabled] {
|
|
@@ -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-
|
|
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-
|
|
10
|
+
border-radius: var(--radius-sm);
|
|
11
11
|
padding: 0 var(--spacing-sizing-03);
|
|
12
12
|
|
|
13
13
|
[data-touch-target] {
|
|
@@ -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-
|
|
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-
|
|
25
|
+
border-radius: var(--radius-sm);
|
|
26
26
|
width: var(--width);
|
|
27
27
|
transition: width 0.3s;
|
|
28
28
|
}
|
|
@@ -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-
|
|
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-
|
|
75
|
-
border-bottom-left-radius: var(--radius-
|
|
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-
|
|
83
|
-
border-bottom-right-radius: var(--radius-
|
|
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
|
}
|
|
@@ -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-
|
|
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-
|
|
39
|
+
border-top-left-radius: var(--radius-md);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
&[data-head='last'] {
|
|
43
|
-
border-top-right-radius: var(--radius-
|
|
43
|
+
border-top-right-radius: var(--radius-md);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
}
|
|
@@ -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-
|
|
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%;
|
|
@@ -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-
|
|
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
|
|
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 = [
|
package/src/utils/txtVariants.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file is generated by the
|
|
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 = [
|