@liner-fe/prism 2.6.17 → 2.6.19

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/lib/illust.js CHANGED
@@ -119,7 +119,8 @@ var Illust = /* @__PURE__ */ __name((props) => {
119
119
  alt: currentSourceByColorTheme,
120
120
  src: source,
121
121
  width,
122
- height: aspectRatio ? width / aspectRatio : width
122
+ height: aspectRatio ? width / aspectRatio : width,
123
+ unoptimized: true
123
124
  }
124
125
  ) });
125
126
  }, "Illust");
package/lib/index.css CHANGED
@@ -958,7 +958,7 @@
958
958
  }
959
959
 
960
960
  /* esbuild-sass-plugin:css-chunk:src/components/IconButton/style.module.scss */
961
- ._iconButton_18003_1 {
961
+ ._iconButton_ndz79_1 {
962
962
  display: flex;
963
963
  justify-content: center;
964
964
  align-items: center;
@@ -967,193 +967,193 @@
967
967
  border-radius: var(--lp-sys-radius-m);
968
968
  cursor: pointer;
969
969
  }
970
- ._iconButton_18003_1:disabled {
970
+ ._iconButton_ndz79_1:disabled {
971
971
  cursor: not-allowed;
972
972
  }
973
- ._primary_18003_14 {
973
+ ._primary_ndz79_14 {
974
974
  background: var(--brand-container-mid);
975
975
  }
976
- ._primary_18003_14:not(:disabled):hover {
976
+ ._primary_ndz79_14:not(:disabled):hover {
977
977
  background: var(--brand-container-mid-hover);
978
978
  }
979
- ._primary_18003_14:disabled {
979
+ ._primary_ndz79_14:disabled {
980
980
  background: var(--neutral-fill-overlay-mid);
981
981
  }
982
- ._primary_18003_14:disabled svg path {
982
+ ._primary_ndz79_14:disabled svg path {
983
983
  fill: var(--neutral-label-tertiary) !important;
984
984
  }
985
- ._secondary_18003_27 {
985
+ ._secondary_ndz79_27 {
986
986
  background: var(--brand-container-mid);
987
987
  }
988
- ._secondary_18003_27:not(:disabled):hover {
988
+ ._secondary_ndz79_27:not(:disabled):hover {
989
989
  background: var(--brand-container-mid-hover);
990
990
  }
991
- ._secondary_18003_27:disabled {
991
+ ._secondary_ndz79_27:disabled {
992
992
  background: var(--neutral-fill-overlay-mid);
993
993
  }
994
- ._secondary_18003_27:disabled svg path {
994
+ ._secondary_ndz79_27:disabled svg path {
995
995
  fill: var(--neutral-label-tertiary) !important;
996
996
  }
997
- ._tertiary_18003_40 {
997
+ ._tertiary_ndz79_40 {
998
998
  background: var(--neutral-fill-overlay-mid);
999
999
  }
1000
- ._tertiary_18003_40:not(:disabled):hover {
1000
+ ._tertiary_ndz79_40:not(:disabled):hover {
1001
1001
  background: var(--neutral-fill-overlay-mid-hover);
1002
1002
  }
1003
- ._tertiary_18003_40:disabled {
1003
+ ._tertiary_ndz79_40:disabled {
1004
1004
  background: var(--neutral-fill-overlay-mid);
1005
1005
  }
1006
- ._tertiary_18003_40:disabled svg path {
1006
+ ._tertiary_ndz79_40:disabled svg path {
1007
1007
  fill: var(--neutral-label-tertiary) !important;
1008
1008
  }
1009
- ._quaternary_18003_53 {
1009
+ ._quaternary_ndz79_53 {
1010
1010
  background: var(--neutral-fill-overlay-lowest);
1011
1011
  border: 1px solid var(--neutral-border-overlay-normal);
1012
1012
  }
1013
- ._quaternary_18003_53:not(:disabled):hover {
1013
+ ._quaternary_ndz79_53:not(:disabled):hover {
1014
1014
  background: var(--neutral-fill-overlay-lowest-hover);
1015
1015
  }
1016
- ._quaternary_18003_53:disabled {
1016
+ ._quaternary_ndz79_53:disabled {
1017
1017
  background: var(--neutral-fill-overlay-mid);
1018
1018
  }
1019
- ._quaternary_18003_53:disabled svg path {
1019
+ ._quaternary_ndz79_53:disabled svg path {
1020
1020
  fill: var(--neutral-label-tertiary) !important;
1021
1021
  }
1022
- ._negative_18003_67 {
1022
+ ._negative_ndz79_67 {
1023
1023
  background: var(--function-fill-negative-mid);
1024
1024
  }
1025
- ._negative_18003_67:not(:disabled):hover {
1025
+ ._negative_ndz79_67:not(:disabled):hover {
1026
1026
  background: var(--function-fill-negative-mid-hover);
1027
1027
  }
1028
- ._negative_18003_67:disabled {
1028
+ ._negative_ndz79_67:disabled {
1029
1029
  background: var(--neutral-fill-overlay-mid);
1030
1030
  }
1031
- ._negative_18003_67:disabled svg path {
1031
+ ._negative_ndz79_67:disabled svg path {
1032
1032
  fill: var(--neutral-label-tertiary) !important;
1033
1033
  }
1034
- ._static_18003_80 {
1034
+ ._static_ndz79_80 {
1035
1035
  background: var(--neutral-container-static-lowest);
1036
1036
  }
1037
- ._static_18003_80:not(:disabled):hover {
1037
+ ._static_ndz79_80:not(:disabled):hover {
1038
1038
  background: var(--neutral-container-static-lowest-hover);
1039
1039
  }
1040
- ._static_18003_80:disabled {
1040
+ ._static_ndz79_80:disabled {
1041
1041
  background: var(--neutral-fill-overlay-mid);
1042
1042
  }
1043
- ._static_18003_80:disabled svg path {
1043
+ ._static_ndz79_80:disabled svg path {
1044
1044
  fill: var(--neutral-label-tertiary) !important;
1045
1045
  }
1046
- ._inverse_18003_93 {
1046
+ ._inverse_ndz79_93 {
1047
1047
  background: var(--brand-container-mid);
1048
1048
  }
1049
- ._inverse_18003_93:not(:disabled):hover {
1049
+ ._inverse_ndz79_93:not(:disabled):hover {
1050
1050
  background: var(--brand-container-mid-hover);
1051
1051
  }
1052
- ._inverse_18003_93:disabled {
1052
+ ._inverse_ndz79_93:disabled {
1053
1053
  background: var(--neutral-fill-overlay-mid);
1054
1054
  }
1055
- ._inverse_18003_93:disabled svg path {
1055
+ ._inverse_ndz79_93:disabled svg path {
1056
1056
  fill: var(--neutral-label-tertiary) !important;
1057
1057
  }
1058
- ._inverse-static_18003_106 {
1058
+ ._inverse-static_ndz79_106 {
1059
1059
  background: var(--inverse-container-static-high);
1060
1060
  }
1061
- ._inverse-static_18003_106:not(:disabled):hover {
1061
+ ._inverse-static_ndz79_106:not(:disabled):hover {
1062
1062
  background: var(--inverse-container-static-high-hover);
1063
1063
  }
1064
- ._inverse-static_18003_106:disabled {
1064
+ ._inverse-static_ndz79_106:disabled {
1065
1065
  background: var(--neutral-fill-overlay-mid);
1066
1066
  }
1067
- ._inverse-static_18003_106:disabled svg path {
1067
+ ._inverse-static_ndz79_106:disabled svg path {
1068
1068
  fill: var(--neutral-label-tertiary) !important;
1069
1069
  }
1070
- ._ghost_18003_119._primary_18003_14 {
1070
+ ._ghost_ndz79_119._primary_ndz79_14 {
1071
1071
  background: none;
1072
1072
  }
1073
- ._ghost_18003_119._primary_18003_14:not(:disabled):hover {
1073
+ ._ghost_ndz79_119._primary_ndz79_14:not(:disabled):hover {
1074
1074
  background: var(--neutral-fill-overlay-lowest-hover);
1075
1075
  }
1076
- ._ghost_18003_119._primary_18003_14:disabled svg path {
1076
+ ._ghost_ndz79_119._primary_ndz79_14:disabled svg path {
1077
1077
  fill: var(--neutral-label-quaternary) !important;
1078
1078
  }
1079
- ._ghost_18003_119._secondary_18003_27 {
1079
+ ._ghost_ndz79_119._secondary_ndz79_27 {
1080
1080
  background: none;
1081
1081
  }
1082
- ._ghost_18003_119._secondary_18003_27:not(:disabled):hover {
1082
+ ._ghost_ndz79_119._secondary_ndz79_27:not(:disabled):hover {
1083
1083
  background: var(--neutral-fill-overlay-lowest-hover);
1084
1084
  }
1085
- ._ghost_18003_119._secondary_18003_27:disabled svg path {
1085
+ ._ghost_ndz79_119._secondary_ndz79_27:disabled svg path {
1086
1086
  fill: var(--neutral-label-quaternary) !important;
1087
1087
  }
1088
- ._ghost_18003_119._tertiary_18003_40 {
1088
+ ._ghost_ndz79_119._tertiary_ndz79_40 {
1089
1089
  background: none;
1090
1090
  }
1091
- ._ghost_18003_119._tertiary_18003_40:not(:disabled):hover {
1091
+ ._ghost_ndz79_119._tertiary_ndz79_40:not(:disabled):hover {
1092
1092
  background: var(--neutral-fill-overlay-lowest-hover);
1093
1093
  }
1094
- ._ghost_18003_119._tertiary_18003_40:disabled svg path {
1094
+ ._ghost_ndz79_119._tertiary_ndz79_40:disabled svg path {
1095
1095
  fill: var(--neutral-label-quaternary) !important;
1096
1096
  }
1097
- ._ghost_18003_119._negative_18003_67 {
1097
+ ._ghost_ndz79_119._negative_ndz79_67 {
1098
1098
  background: none;
1099
1099
  }
1100
- ._ghost_18003_119._negative_18003_67:not(:disabled):hover {
1100
+ ._ghost_ndz79_119._negative_ndz79_67:not(:disabled):hover {
1101
1101
  background: var(--neutral-fill-overlay-lowest-hover);
1102
1102
  }
1103
- ._ghost_18003_119._negative_18003_67:disabled svg path {
1103
+ ._ghost_ndz79_119._negative_ndz79_67:disabled svg path {
1104
1104
  fill: var(--neutral-label-quaternary) !important;
1105
1105
  }
1106
- ._ghost_18003_119._static_18003_80 {
1106
+ ._ghost_ndz79_119._static_ndz79_80 {
1107
1107
  background: none;
1108
1108
  }
1109
- ._ghost_18003_119._static_18003_80:not(:disabled):hover {
1109
+ ._ghost_ndz79_119._static_ndz79_80:not(:disabled):hover {
1110
1110
  background: var(--neutral-fill-overlay-lowest-hover);
1111
1111
  }
1112
- ._ghost_18003_119._static_18003_80:disabled svg path {
1112
+ ._ghost_ndz79_119._static_ndz79_80:disabled svg path {
1113
1113
  fill: var(--neutral-label-quaternary) !important;
1114
1114
  }
1115
- ._ghost_18003_119._inverse_18003_93 {
1115
+ ._ghost_ndz79_119._inverse_ndz79_93 {
1116
1116
  background: none;
1117
1117
  }
1118
- ._ghost_18003_119._inverse_18003_93:not(:disabled):hover {
1118
+ ._ghost_ndz79_119._inverse_ndz79_93:not(:disabled):hover {
1119
1119
  background: var(--neutral-fill-overlay-lowest-hover);
1120
1120
  }
1121
- ._ghost_18003_119._inverse_18003_93:disabled svg path {
1121
+ ._ghost_ndz79_119._inverse_ndz79_93:disabled svg path {
1122
1122
  fill: var(--neutral-label-quaternary) !important;
1123
1123
  }
1124
- ._ghost_18003_119._inverse-static_18003_106 {
1124
+ ._ghost_ndz79_119._inverse-static_ndz79_106 {
1125
1125
  background: none;
1126
1126
  }
1127
- ._ghost_18003_119._inverse-static_18003_106:not(:disabled):hover {
1127
+ ._ghost_ndz79_119._inverse-static_ndz79_106:not(:disabled):hover {
1128
1128
  background: var(--inverse-container-lowest-hover);
1129
1129
  }
1130
- ._ghost_18003_119._inverse-static_18003_106:disabled svg path {
1130
+ ._ghost_ndz79_119._inverse-static_ndz79_106:disabled svg path {
1131
1131
  fill: var(--inverse-label-tertiary) !important;
1132
1132
  }
1133
- ._l_18003_183 {
1133
+ ._l_ndz79_183 {
1134
1134
  width: 44px;
1135
1135
  height: 44px;
1136
1136
  border-radius: var(--lp-sys-radius-m);
1137
1137
  }
1138
- ._m_18003_189 {
1138
+ ._m_ndz79_189 {
1139
1139
  width: 36px;
1140
1140
  height: 36px;
1141
1141
  border-radius: var(--lp-sys-radius-m);
1142
1142
  }
1143
- ._s_18003_27 {
1143
+ ._s_ndz79_27 {
1144
1144
  width: 28px;
1145
1145
  height: 28px;
1146
- border-radius: var(--lp-sys-radius-m);
1146
+ border-radius: var(--lp-sys-radius-s);
1147
1147
  }
1148
- ._xs_18003_201 {
1148
+ ._xs_ndz79_201 {
1149
1149
  width: 24px;
1150
1150
  height: 24px;
1151
1151
  border-radius: var(--lp-sys-radius-s);
1152
1152
  }
1153
- ._xs_18003_201._ghost_18003_119:not(:disabled):hover {
1153
+ ._xs_ndz79_201._ghost_ndz79_119:not(:disabled):hover {
1154
1154
  background: inherit !important;
1155
1155
  }
1156
- ._xs_18003_201._ghost_18003_119:not(:disabled):hover * > path {
1156
+ ._xs_ndz79_201._ghost_ndz79_119:not(:disabled):hover * > path {
1157
1157
  opacity: 0.64 !important;
1158
1158
  }
1159
1159
 
package/lib/index.js CHANGED
@@ -16842,20 +16842,20 @@ var import_clsx11 = __toESM(require("clsx"));
16842
16842
 
16843
16843
  // src/components/IconButton/style.module.scss
16844
16844
  var style_module_default9 = {
16845
- "iconButton": "_iconButton_18003_1",
16846
- "primary": "_primary_18003_14",
16847
- "secondary": "_secondary_18003_27",
16848
- "tertiary": "_tertiary_18003_40",
16849
- "quaternary": "_quaternary_18003_53",
16850
- "negative": "_negative_18003_67",
16851
- "static": "_static_18003_80",
16852
- "inverse": "_inverse_18003_93",
16853
- "inverse-static": "_inverse-static_18003_106",
16854
- "ghost": "_ghost_18003_119",
16855
- "l": "_l_18003_183",
16856
- "m": "_m_18003_189",
16857
- "s": "_s_18003_27",
16858
- "xs": "_xs_18003_201"
16845
+ "iconButton": "_iconButton_ndz79_1",
16846
+ "primary": "_primary_ndz79_14",
16847
+ "secondary": "_secondary_ndz79_27",
16848
+ "tertiary": "_tertiary_ndz79_40",
16849
+ "quaternary": "_quaternary_ndz79_53",
16850
+ "negative": "_negative_ndz79_67",
16851
+ "static": "_static_ndz79_80",
16852
+ "inverse": "_inverse_ndz79_93",
16853
+ "inverse-static": "_inverse-static_ndz79_106",
16854
+ "ghost": "_ghost_ndz79_119",
16855
+ "l": "_l_ndz79_183",
16856
+ "m": "_m_ndz79_189",
16857
+ "s": "_s_ndz79_27",
16858
+ "xs": "_xs_ndz79_201"
16859
16859
  };
16860
16860
 
16861
16861
  // src/components/IconButton/index.tsx
@@ -22164,7 +22164,8 @@ var Illust = /* @__PURE__ */ __name((props) => {
22164
22164
  alt: currentSourceByColorTheme,
22165
22165
  src: source,
22166
22166
  width,
22167
- height: aspectRatio ? width / aspectRatio : width
22167
+ height: aspectRatio ? width / aspectRatio : width,
22168
+ unoptimized: true
22168
22169
  }
22169
22170
  ) });
22170
22171
  }, "Illust");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "2.6.17",
3
+ "version": "2.6.19",
4
4
  "scripts": {
5
5
  "dev": "next dev",
6
6
  "start": "next start",