@tipp/ui 2.6.0 → 2.7.0
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/dist/charts/chart-default-props.cjs +1 -1
- package/dist/charts/chart-default-props.cjs.map +1 -1
- package/dist/charts/chart-default-props.d.cts +1 -1
- package/dist/charts/chart-default-props.d.ts +1 -1
- package/dist/charts/chart-default-props.js +1 -1
- package/dist/charts/index.cjs +1 -1
- package/dist/charts/index.cjs.map +1 -1
- package/dist/charts/index.js +1 -1
- package/dist/{chunk-2QFSCWES.js → chunk-WSWSAPSS.js} +2 -2
- package/dist/{chunk-2QFSCWES.js.map → chunk-WSWSAPSS.js.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +3 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/charts/chart-default-props.tsx +1 -1
package/dist/index.css
CHANGED
|
@@ -3313,7 +3313,7 @@
|
|
|
3313
3313
|
--white-a10: rgba(255, 255, 255, 0.8);
|
|
3314
3314
|
--white-a11: rgba(255, 255, 255, 0.9);
|
|
3315
3315
|
--white-a12: rgba(255, 255, 255, 0.95);
|
|
3316
|
-
--default-font-family: '
|
|
3316
|
+
--default-font-family: 'Pretendard Variable', 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
3317
3317
|
--error-1: var(--tomato-1);
|
|
3318
3318
|
--error-2: var(--tomato-2);
|
|
3319
3319
|
--error-3: var(--tomato-3);
|
|
@@ -4672,7 +4672,7 @@
|
|
|
4672
4672
|
--spinner-animation-duration: 800ms;
|
|
4673
4673
|
--spinner-opacity: 0.65;
|
|
4674
4674
|
color: var(--gray-12);
|
|
4675
|
-
--default-font-family: '
|
|
4675
|
+
--default-font-family: 'Pretendard Variable', 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
4676
4676
|
--cursor-button: pointer;
|
|
4677
4677
|
--cursor-checkbox: pointer;
|
|
4678
4678
|
--cursor-disabled: not-allowed;
|
|
@@ -30547,7 +30547,7 @@ p.kg-collection-card-post-excerpt{
|
|
|
30547
30547
|
}
|
|
30548
30548
|
[data-sonner-toaster]{
|
|
30549
30549
|
--width: 320px;
|
|
30550
|
-
font-family: var(--default-font-family, '
|
|
30550
|
+
font-family: var(--default-font-family, 'Pretendard Variable', 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji') !important;
|
|
30551
30551
|
}
|
|
30552
30552
|
[data-sonner-toast]{
|
|
30553
30553
|
font-size: calc(14px * var(--scaling, 1));
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@ export const EchartDefaultProps = {
|
|
|
4
4
|
opts: { renderer: 'svg' as const },
|
|
5
5
|
theme: chartTheme,
|
|
6
6
|
option: {
|
|
7
|
-
textStyle: { fontFamily: '
|
|
7
|
+
textStyle: { fontFamily: 'Pretendard Variable' },
|
|
8
8
|
tooltip: { textStyle: { fontSize: 16 } },
|
|
9
9
|
},
|
|
10
10
|
} as const;
|