Skip to content

Commit 1963f2e

Browse files
authored
fix(fuselage): StatusBullet styles (#841)
1 parent d9c47cf commit 1963f2e

File tree

4 files changed

+34
-44
lines changed

4 files changed

+34
-44
lines changed

packages/fuselage-tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"lint-all": "workspace:~",
5757
"lint-staged": "~12.3.3",
5858
"npm-run-all": "^4.1.5",
59-
"postcss-scss": "~4.0.3",
59+
"postcss-scss": "~4.0.4",
6060
"prettier": "~2.5.1",
6161
"rimraf": "^3.0.2",
6262
"style-dictionary": "~3.7.0",

packages/fuselage/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@
103103
"normalize.css": "^8.0.1",
104104
"npm-run-all": "^4.1.5",
105105
"path-browserify": "^1.0.1",
106-
"postcss": "~8.4.6",
107-
"postcss-custom-properties": "~12.1.4",
108-
"postcss-dir-pseudo-class": "~6.0.4",
106+
"postcss": "~8.4.16",
107+
"postcss-custom-properties": "~12.1.8",
108+
"postcss-dir-pseudo-class": "~6.0.5",
109109
"postcss-loader": "~6.2.1",
110110
"postcss-logical": "~5.0.4",
111-
"postcss-scss": "~4.0.3",
111+
"postcss-scss": "~4.0.4",
112112
"postcss-svg": "~3.0.0",
113113
"prettier": "~2.5.1",
114114
"react": "^17.0.2",

packages/fuselage/src/components/StatusBullet/StatusBullet.styles.scss

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1+
@use 'sass:list';
12
@use '../../styles/colors.scss';
23
@use '../../styles/lengths.scss';
34
@use '../../styles/functions.scss';
45
@use '../../styles/mixins/size.scss';
56

6-
$status-bullet-online-background-color: theme(
7+
$status-bullet-online-background-color: functions.theme(
78
'status-bullet-online-background-color',
89
colors.success(500)
910
);
10-
$status-bullet-away-background: theme(
11+
$status-bullet-away-background: functions.theme(
1112
'status-bullet-away-background',
1213
url('./icons/away.svg') top left / contain no-repeat
1314
);
14-
$status-bullet-busy-background: theme(
15+
$status-bullet-busy-background: functions.theme(
1516
'status-bullet-busy-background',
1617
url('./icons/busy.svg') top left / contain no-repeat
1718
);
18-
$status-bullet-offline-background: theme(
19+
$status-bullet-offline-background: functions.theme(
1920
'status-bullet-offline-background',
2021
url('./icons/offline.svg') top left / contain no-repeat
2122
);
22-
$status-bullet-loading-background: theme(
23+
$status-bullet-loading-background: functions.theme(
2324
'status-bullet-loading-background',
2425
url('./icons/loading.svg') top left / contain no-repeat
2526
);

yarn.lock

+23-34
Original file line numberDiff line numberDiff line change
@@ -7450,7 +7450,7 @@ __metadata:
74507450
lint-all: "workspace:~"
74517451
lint-staged: ~12.3.3
74527452
npm-run-all: ^4.1.5
7453-
postcss-scss: ~4.0.3
7453+
postcss-scss: ~4.0.4
74547454
prettier: ~2.5.1
74557455
rimraf: ^3.0.2
74567456
style-dictionary: ~3.7.0
@@ -7562,12 +7562,12 @@ __metadata:
75627562
normalize.css: ^8.0.1
75637563
npm-run-all: ^4.1.5
75647564
path-browserify: ^1.0.1
7565-
postcss: ~8.4.6
7566-
postcss-custom-properties: ~12.1.4
7567-
postcss-dir-pseudo-class: ~6.0.4
7565+
postcss: ~8.4.16
7566+
postcss-custom-properties: ~12.1.8
7567+
postcss-dir-pseudo-class: ~6.0.5
75687568
postcss-loader: ~6.2.1
75697569
postcss-logical: ~5.0.4
7570-
postcss-scss: ~4.0.3
7570+
postcss-scss: ~4.0.4
75717571
postcss-svg: ~3.0.0
75727572
prettier: ~2.5.1
75737573
react: ^17.0.2
@@ -26410,7 +26410,7 @@ fsevents@~2.1.2:
2641026410
languageName: node
2641126411
linkType: hard
2641226412

26413-
"postcss-custom-properties@npm:^12.1.8":
26413+
"postcss-custom-properties@npm:^12.1.8, postcss-custom-properties@npm:~12.1.8":
2641426414
version: 12.1.8
2641526415
resolution: "postcss-custom-properties@npm:12.1.8"
2641626416
dependencies:
@@ -26421,17 +26421,6 @@ fsevents@~2.1.2:
2642126421
languageName: node
2642226422
linkType: hard
2642326423

26424-
"postcss-custom-properties@npm:~12.1.4":
26425-
version: 12.1.4
26426-
resolution: "postcss-custom-properties@npm:12.1.4"
26427-
dependencies:
26428-
postcss-value-parser: ^4.2.0
26429-
peerDependencies:
26430-
postcss: ^8.4
26431-
checksum: c5ef5c5ff126a65adcae9f1842b6c82df8adc337481497a405de5dfb2121c799d381e75aed3dbfe855f4258e9d90927e77801012166fb667ea5c8f7d79562ada
26432-
languageName: node
26433-
linkType: hard
26434-
2643526424
"postcss-custom-selectors@npm:^6.0.3":
2643626425
version: 6.0.3
2643726426
resolution: "postcss-custom-selectors@npm:6.0.3"
@@ -26443,7 +26432,7 @@ fsevents@~2.1.2:
2644326432
languageName: node
2644426433
linkType: hard
2644526434

26446-
"postcss-dir-pseudo-class@npm:^6.0.4":
26435+
"postcss-dir-pseudo-class@npm:^6.0.4, postcss-dir-pseudo-class@npm:~6.0.5":
2644726436
version: 6.0.5
2644826437
resolution: "postcss-dir-pseudo-class@npm:6.0.5"
2644926438
dependencies:
@@ -26454,17 +26443,6 @@ fsevents@~2.1.2:
2645426443
languageName: node
2645526444
linkType: hard
2645626445

26457-
"postcss-dir-pseudo-class@npm:~6.0.4":
26458-
version: 6.0.4
26459-
resolution: "postcss-dir-pseudo-class@npm:6.0.4"
26460-
dependencies:
26461-
postcss-selector-parser: ^6.0.9
26462-
peerDependencies:
26463-
postcss: ^8.4
26464-
checksum: e493e6ed54c50b8b1bda1a0cde55fc2dec04d22983e5af178090ff592854a29866c1c255637cb047b2b40c18e6ef15c1aa45aa354735f79a7709e9add5ea2e3e
26465-
languageName: node
26466-
linkType: hard
26467-
2646826446
"postcss-discard-comments@npm:^5.0.3":
2646926447
version: 5.0.3
2647026448
resolution: "postcss-discard-comments@npm:5.0.3"
@@ -27416,12 +27394,12 @@ fsevents@~2.1.2:
2741627394
languageName: node
2741727395
linkType: hard
2741827396

27419-
"postcss-scss@npm:~4.0.3":
27420-
version: 4.0.3
27421-
resolution: "postcss-scss@npm:4.0.3"
27397+
"postcss-scss@npm:~4.0.4":
27398+
version: 4.0.4
27399+
resolution: "postcss-scss@npm:4.0.4"
2742227400
peerDependencies:
2742327401
postcss: ^8.3.3
27424-
checksum: d11110376ce2dcf624426d9edfb49d794d4f628aa4253849e841047761563ac2fe6e79a98aa46f8ed7f687cedd8c475a0956fa5e9e6802f8448ccd6538955b48
27402+
checksum: b4f240dd5eeb0c21738b673d9caf9a06b9a6db665a5b1c815ee4ca10c4c74a67c54f11cd5a4970dea98475cbb9e6d846e05dd3e48924189c2ecbf1f50cd44aa4
2742527403
languageName: node
2742627404
linkType: hard
2742727405

@@ -27602,7 +27580,7 @@ fsevents@~2.1.2:
2760227580
languageName: node
2760327581
linkType: hard
2760427582

27605-
"postcss@npm:^8.3.11, postcss@npm:^8.4.5, postcss@npm:^8.4.6, postcss@npm:~8.4.6":
27583+
"postcss@npm:^8.3.11, postcss@npm:^8.4.5, postcss@npm:^8.4.6":
2760627584
version: 8.4.6
2760727585
resolution: "postcss@npm:8.4.6"
2760827586
dependencies:
@@ -27613,6 +27591,17 @@ fsevents@~2.1.2:
2761327591
languageName: node
2761427592
linkType: hard
2761527593

27594+
"postcss@npm:~8.4.16":
27595+
version: 8.4.16
27596+
resolution: "postcss@npm:8.4.16"
27597+
dependencies:
27598+
nanoid: ^3.3.4
27599+
picocolors: ^1.0.0
27600+
source-map-js: ^1.0.2
27601+
checksum: 10eee25efd77868036403858577da0cefaf2e0905feeaba5770d5438ccdddba3d01cba8063e96b8aac4c6daa0ed413dd5ae0554a433a3c4db38df1d134cffc1f
27602+
languageName: node
27603+
linkType: hard
27604+
2761627605
"prebuild-install@npm:^7.1.1":
2761727606
version: 7.1.1
2761827607
resolution: "prebuild-install@npm:7.1.1"

0 commit comments

Comments
 (0)