@repobit/dex-system-design 0.19.0 → 0.19.1

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
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.19.1](https://github.com/bitdefender/dex-core/compare/@repobit/dex-system-design@0.19.0...@repobit/dex-system-design@0.19.1) (2025-10-02)
7
+
8
+ **Note:** Version bump only for package @repobit/dex-system-design
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.19.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-system-design@0.18.1...@repobit/dex-system-design@0.19.0) (2025-10-01)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@repobit/dex-system-design",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "Design system based on Web Components.",
5
5
  "author": "Iordache Matei Cezar <miordache@bitdefender.com>",
6
6
  "homepage": "https://github.com/bitdefender/dex-core#readme",
@@ -79,5 +79,5 @@
79
79
  "volta": {
80
80
  "node": "22.14.0"
81
81
  },
82
- "gitHead": "8769f0cc5d87f5c07c143a76afe9a61c057b9621"
82
+ "gitHead": "dbf063ce6cbe70f63fee6dd325d5659886e5fe13"
83
83
  }
@@ -887,63 +887,63 @@ export const tokens = css`
887
887
  font-family: "IBM Plex Mono";
888
888
  font-style: normal;
889
889
  font-weight: 700;
890
- src: url("/assets/fonts/IBMPlexMono-Bold.woff2") format("woff2");
890
+ src: url("../assets/fonts/IBMPlexMono-Bold.woff2") format("woff2");
891
891
  }
892
892
  @font-face {
893
893
  font-family: "IBM Plex Mono";
894
894
  font-style: normal;
895
895
  font-weight: 700;
896
- src: url("/assets/fonts/IBMPlexMono-BoldItalic.woff2") format("woff2");
896
+ src: url("../assets/fonts/IBMPlexMono-BoldItalic.woff2") format("woff2");
897
897
  }
898
898
 
899
899
  @font-face {
900
900
  font-family: "IBM Plex Mono";
901
901
  font-style: italic;
902
902
  font-weight: 300;
903
- src: url("/assets/fonts/IBMPlexMono-Italic.woff2") format("woff2");
903
+ src: url("../assets/fonts/IBMPlexMono-Italic.woff2") format("woff2");
904
904
  }
905
905
  @font-face {
906
906
  font-family: "IBM Plex Mono";
907
907
  font-style: normal;
908
908
  font-weight: 300;
909
- src: url("/assets/fonts/IBMPlexMono-Light.woff2") format("woff2");
909
+ src: url("../assets/fonts/IBMPlexMono-Light.woff2") format("woff2");
910
910
  }
911
911
  @font-face {
912
912
  font-family: "IBM Plex Mono";
913
913
  font-style: italic;
914
914
  font-weight: 300;
915
- src: url("/assets/fonts/IBMPlexMono-LightItalic.woff2") format("woff2");
915
+ src: url("../assets/fonts/IBMPlexMono-LightItalic.woff2") format("woff2");
916
916
  }
917
917
 
918
918
  @font-face {
919
919
  font-family: "IBM Plex Mono";
920
920
  font-style: italic;
921
921
  font-weight: 500;
922
- src: url("/assets/fonts/IBMPlexMono-Medium.woff2") format("woff2");
922
+ src: url("../assets/fonts/IBMPlexMono-Medium.woff2") format("woff2");
923
923
  }
924
924
  @font-face {
925
925
  font-family: "IBM Plex Mono";
926
926
  font-style: italic;
927
927
  font-weight: 500;
928
- src: url("/assets/fonts/IBMPlexMono-MediumItalic.woff2") format("woff2");
928
+ src: url("../assets/fonts/IBMPlexMono-MediumItalic.woff2") format("woff2");
929
929
  }
930
930
  @font-face {
931
931
  font-family: "IBM Plex Mono";
932
932
  font-style: italic;
933
933
  font-weight: 400;
934
- src: url("/assets/fonts/IBMPlexMono-Regular.woff2") format("woff2");
934
+ src: url("../assets/fonts/IBMPlexMono-Regular.woff2") format("woff2");
935
935
  }
936
936
  @font-face {
937
937
  font-family: "IBM Plex Mono";
938
938
  font-style: italic;
939
939
  font-weight: 600;
940
- src: url("/assets/fonts/IBMPlexMono-SemiBold.woff2") format("woff2");
940
+ src: url("../assets/fonts/IBMPlexMono-SemiBold.woff2") format("woff2");
941
941
  }
942
942
  @font-face {
943
943
  font-family: "IBM Plex Mono";
944
944
  font-style: italic;
945
945
  font-weight: 600;
946
- src: url("/assets/fonts/IBMPlexMono-SemiBoldItalic.woff2") format("woff2");
946
+ src: url("../assets/fonts/IBMPlexMono-SemiBoldItalic.woff2") format("woff2");
947
947
  }
948
948
 
949
949
  /*
@@ -954,63 +954,63 @@ export const tokens = css`
954
954
  font-family: "IBMPlexSans";
955
955
  font-style: normal;
956
956
  font-weight: 700;
957
- src: url("/assets/fonts/IBMPlexSans-Bold.woff2") format("woff2");
957
+ src: url("../assets/fonts/IBMPlexSans-Bold.woff2") format("woff2");
958
958
  }
959
959
  @font-face {
960
960
  font-family: "IBMPlexSans";
961
961
  font-style: normal;
962
962
  font-weight: 700;
963
- src: url("/assets/fonts/IBMPlexSans-BoldItalic.woff2") format("woff2");
963
+ src: url("../assets/fonts/IBMPlexSans-BoldItalic.woff2") format("woff2");
964
964
  }
965
965
 
966
966
  @font-face {
967
967
  font-family: "IBMPlexSans";
968
968
  font-style: italic;
969
969
  font-weight: 300;
970
- src: url("/assets/fonts/IBMPlexSans-Italic.woff2") format("woff2");
970
+ src: url("../assets/fonts/IBMPlexSans-Italic.woff2") format("woff2");
971
971
  }
972
972
  @font-face {
973
973
  font-family: "IBMPlexSans";
974
974
  font-style: normal;
975
975
  font-weight: 300;
976
- src: url("/assets/fonts/IBMPlexSans-Light.woff2") format("woff2");
976
+ src: url("../assets/fonts/IBMPlexSans-Light.woff2") format("woff2");
977
977
  }
978
978
  @font-face {
979
979
  font-family: "IBMPlexSans";
980
980
  font-style: italic;
981
981
  font-weight: 300;
982
- src: url("/assets/fonts/IBMPlexSans-LightItalic.woff2") format("woff2");
982
+ src: url("../assets/fonts/IBMPlexSans-LightItalic.woff2") format("woff2");
983
983
  }
984
984
 
985
985
  @font-face {
986
986
  font-family: "IBMPlexSans";
987
987
  font-style: italic;
988
988
  font-weight: 500;
989
- src: url("/assets/fonts/IBMPlexSans-Medium.woff2") format("woff2");
989
+ src: url("../assets/fonts/IBMPlexSans-Medium.woff2") format("woff2");
990
990
  }
991
991
  @font-face {
992
992
  font-family: "IBMPlexSans";
993
993
  font-style: italic;
994
994
  font-weight: 500;
995
- src: url("/assets/fonts/IBMPlexSans-MediumItalic.woff2") format("woff2");
995
+ src: url("../assets/fonts/IBMPlexSans-MediumItalic.woff2") format("woff2");
996
996
  }
997
997
  @font-face {
998
998
  font-family: "IBMPlexSans";
999
999
  font-style: italic;
1000
1000
  font-weight: 400;
1001
- src: url("/assets/fonts/IBMPlexSans-Regular.woff2") format("woff2");
1001
+ src: url("../assets/fonts/IBMPlexSans-Regular.woff2") format("woff2");
1002
1002
  }
1003
1003
  @font-face {
1004
1004
  font-family: "IBMPlexSans";
1005
1005
  font-style: italic;
1006
1006
  font-weight: 600;
1007
- src: url("/assets/fonts/IBMPlexSans-SemiBold.woff2") format("woff2");
1007
+ src: url("../assets/fonts/IBMPlexSans-SemiBold.woff2") format("woff2");
1008
1008
  }
1009
1009
  @font-face {
1010
1010
  font-family: "IBMPlexSans";
1011
1011
  font-style: italic;
1012
1012
  font-weight: 600;
1013
- src: url("/assets/fonts/IBMPlexSans-SemiBoldItalic.woff2") format("woff2");
1013
+ src: url("../assets/fonts/IBMPlexSans-SemiBoldItalic.woff2") format("woff2");
1014
1014
  }
1015
1015
 
1016
1016
  /* =====================