@liner-fe/prism 2.12.11 → 2.12.12

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -178,7 +178,7 @@ var buttonFillLevelIconTypeMap = {
178
178
  secondary: "brand-label-primary",
179
179
  tertiary: "neutral-label-primary",
180
180
  quaternary: "neutral-label-primary",
181
- quinary: "neutral-label-quaternary",
181
+ quinary: "neutral-label-secondary",
182
182
  negative: "inverse-label-static-primary",
183
183
  static: "neutral-label-static-primary",
184
184
  "inverse-static": "inverse-label-static-primary"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "2.12.11",
3
+ "version": "2.12.12",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "dependencies": {
@@ -16,8 +16,8 @@
16
16
  "react": "18.2.0",
17
17
  "react-dom": "18.2.0",
18
18
  "jotai": "^2.11.0",
19
- "@liner-fe/design-token-primitive": "^0.2.46",
20
19
  "@liner-fe/design-token": "^2.5.50",
20
+ "@liner-fe/design-token-primitive": "^0.2.46",
21
21
  "@liner-fe/icon": "^0.2.75",
22
22
  "@liner-fe/illust": "^0.2.12"
23
23
  },