@liner-fe/prism 2.9.50 → 2.9.51

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/index.css CHANGED
@@ -931,7 +931,7 @@
931
931
  }
932
932
 
933
933
  /* esbuild-sass-plugin:css-chunk:src/components/CheckBox/style.module.scss */
934
- ._checkbox_1dr57_1 {
934
+ ._checkbox_1jjvt_1 {
935
935
  display: flex;
936
936
  width: var(--lp-sys-icon-size-xs);
937
937
  height: var(--lp-sys-icon-size-xs);
@@ -940,49 +940,50 @@
940
940
  flex-shrink: 0;
941
941
  outline: none;
942
942
  transform: translateY(10%);
943
+ background: var(--neutral-fill-overlay-lowest);
943
944
  border-radius: 4px;
944
945
  border: 1px solid var(--neutral-border-overlay-strong);
945
946
  cursor: pointer;
946
947
  }
947
- ._checkbox_1dr57_1:hover:not(:disabled) {
948
- background: var(--inverse-container-highest);
948
+ ._checkbox_1jjvt_1:hover:not(:disabled) {
949
+ background: var(--neutral-fill-overlay-lowest-hover);
949
950
  }
950
- ._checkbox_1dr57_1:disabled {
951
+ ._checkbox_1jjvt_1:disabled {
951
952
  background: var(--neutral-container-highest);
952
953
  cursor: not-allowed;
953
954
  border: 1px solid var(--neutral-border-overlay-strong);
954
955
  }
955
- ._checkbox_1dr57_1:disabled > span {
956
+ ._checkbox_1jjvt_1:disabled > span {
956
957
  background: none;
957
958
  }
958
- ._checkbox_1dr57_1:disabled > span > svg > path {
959
+ ._checkbox_1jjvt_1:disabled > span > svg > path {
959
960
  fill: var(--neutral-label-tertiary);
960
961
  }
961
- ._checkbox_1dr57_1[aria-checked=true]:not(:disabled) {
962
+ ._checkbox_1jjvt_1[aria-checked=true]:not(:disabled) {
962
963
  border: none;
963
964
  }
964
- ._checkbox_1dr57_1[aria-checked=true]:hover:not(:disabled) > span {
965
- background: var(--inverse-container-static-high-hover);
965
+ ._checkbox_1jjvt_1[aria-checked=true]:hover:not(:disabled) > span {
966
+ background: var(--inverse-container-highest);
966
967
  }
967
- ._checkbox_1dr57_1 [aria-checked=true]:disabled > span {
968
+ ._checkbox_1jjvt_1 [aria-checked=true]:disabled > span {
968
969
  background: none;
969
970
  }
970
- ._checkbox-indicator_1dr57_38 {
971
+ ._checkbox-indicator_1jjvt_39 {
971
972
  display: flex;
972
973
  align-items: center;
973
974
  justify-content: center;
974
975
  border-radius: 4px;
975
976
  background: var(--inverse-container-lowest);
976
977
  }
977
- ._label-wrapper_1dr57_46 {
978
+ ._label-wrapper_1jjvt_47 {
978
979
  display: flex;
979
980
  flex-direction: column;
980
981
  gap: var(--lp-sys-gap-positive-200);
981
982
  }
982
- ._description_1dr57_52 {
983
+ ._description_1jjvt_53 {
983
984
  color: var(--neutral-label-secondary);
984
985
  }
985
- ._description_1dr57_52:has([disabled]) {
986
+ ._description_1jjvt_53:has([disabled]) {
986
987
  color: var(--neutral-label-tertiary);
987
988
  }
988
989
 
package/lib/index.js CHANGED
@@ -1645,10 +1645,10 @@ import { Checkbox as CheckboxPrimitive } from "radix-ui";
1645
1645
 
1646
1646
  // src/components/CheckBox/style.module.scss
1647
1647
  var style_module_default9 = {
1648
- "checkbox": "_checkbox_1dr57_1",
1649
- "checkbox-indicator": "_checkbox-indicator_1dr57_38",
1650
- "label-wrapper": "_label-wrapper_1dr57_46",
1651
- "description": "_description_1dr57_52"
1648
+ "checkbox": "_checkbox_1jjvt_1",
1649
+ "checkbox-indicator": "_checkbox-indicator_1jjvt_39",
1650
+ "label-wrapper": "_label-wrapper_1jjvt_47",
1651
+ "description": "_description_1jjvt_53"
1652
1652
  };
1653
1653
 
1654
1654
  // src/components/CheckBox/index.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "2.9.50",
3
+ "version": "2.9.51",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "dependencies": {
@@ -17,10 +17,10 @@
17
17
  "react": "^18.2.0",
18
18
  "react-dom": "^18.2.0",
19
19
  "recoil": "^0.5.2",
20
- "@liner-fe/design-token": "^2.5.35",
21
20
  "@liner-fe/design-token-primitive": "^0.2.34",
22
21
  "@liner-fe/icon": "^0.2.42",
23
- "@liner-fe/illust": "^0.2.10"
22
+ "@liner-fe/illust": "^0.2.10",
23
+ "@liner-fe/design-token": "^2.5.35"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@chromatic-com/storybook": "^1.5.0",