@liner-fe/prism 2.9.44 → 2.9.45

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 +4 -4
package/lib/index.js CHANGED
@@ -161,7 +161,7 @@ var buttonLoadingSizeMap = {
161
161
  };
162
162
  var buttonLoadingLevelMap = {
163
163
  primary: "inverse-label-static-primary",
164
- secondary: "inverse-label-primary",
164
+ secondary: "inverse-label-static-primary",
165
165
  tertiary: "neutral-label-primary",
166
166
  quaternary: "neutral-label-primary",
167
167
  quinary: "neutral-label-static-primary",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "2.9.44",
3
+ "version": "2.9.45",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "dependencies": {
@@ -17,9 +17,9 @@
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.34",
21
- "@liner-fe/design-token-primitive": "^0.2.33",
22
- "@liner-fe/icon": "^0.2.40",
20
+ "@liner-fe/design-token": "^2.5.35",
21
+ "@liner-fe/design-token-primitive": "^0.2.34",
22
+ "@liner-fe/icon": "^0.2.41",
23
23
  "@liner-fe/illust": "^0.2.10"
24
24
  },
25
25
  "devDependencies": {