sakana-element 2.4.0 → 2.4.1
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/es/{Alert-DfLsJvQD.js → Alert-DRIDwear.js} +2 -2
- package/dist/es/{Avatar-Ci4OKsv7.js → Avatar-Dkvvhw_D.js} +1 -1
- package/dist/es/{Badge-B4wEToK6.js → Badge-CLNacHVq.js} +2 -2
- package/dist/es/{Breadcrumb-BFzww8jd.js → Breadcrumb-CfJA9NZz.js} +2 -2
- package/dist/es/{Button-DbFviVWb.js → Button-Dj1DIvXh.js} +2 -2
- package/dist/es/{Card-ClRqKkc_.js → Card-meh7F1e2.js} +1 -1
- package/dist/es/{ChatBubble-DFEV_lVI.js → ChatBubble-Ccr3wzoK.js} +1 -1
- package/dist/es/{Checkbox-l86YI3Fr.js → Checkbox-vOcwl1OX.js} +3 -3
- package/dist/es/{Collapse-B67v6RSE.js → Collapse-BG58s0uJ.js} +2 -2
- package/dist/es/{ConfigProvider-BCoGbcS5.js → ConfigProvider-Cr8Hpzf2.js} +1 -1
- package/dist/es/{Diff-BLiniLom.js → Diff-KQ44cDcY.js} +1 -1
- package/dist/es/{Divider-DDSOHv8G.js → Divider-CYYeUqYc.js} +1 -1
- package/dist/es/{Drawer-apeXw6EO.js → Drawer-CDXFDfrf.js} +2 -2
- package/dist/es/{Dropdown-By9qIErf.js → Dropdown-CPZtzHPx.js} +5 -5
- package/dist/es/{FileInput-CZ5jTfB_.js → FileInput-Ram4-wy2.js} +3 -3
- package/dist/es/{Filter-B_1zU4Dq.js → Filter-CLLkrn-W.js} +3 -3
- package/dist/es/{Form-B_XDnSjK.js → Form-po3aIrSN.js} +3 -3
- package/dist/es/{Icon-D6qRB3pq.js → Icon-XJfGGAMY.js} +1 -1
- package/dist/es/{Indicator-C6Ip4dpP.js → Indicator-vsSp5r5K.js} +1 -1
- package/dist/es/{Input-bThwBbNZ.js → Input-KrNqNZMe.js} +4 -4
- package/dist/es/{Kbd-DXNjs7at.js → Kbd-CtCGx7_s.js} +2 -2
- package/dist/es/{Link-08Ee61Fv.js → Link-Bbwdgs74.js} +1 -1
- package/dist/es/{Loading-ByI9mjss.js → Loading-DiyIiKxO.js} +2 -2
- package/dist/es/{Message-CGG-lV5I.js → Message-BoNCtMo7.js} +6 -6
- package/dist/es/{Notification-B4clKY5h.js → Notification-CFY-yvRf.js} +3 -3
- package/dist/es/{Overlay-6iPenJB1.js → Overlay-DoFA2lgP.js} +1 -1
- package/dist/es/{Pixelate-A8J7jxDW.js → Pixelate-dqwHc6nX.js} +1 -1
- package/dist/es/{Popconfirm-gcHGcOTz.js → Popconfirm-DPOujyiA.js} +5 -5
- package/dist/es/{Progress-DFUBJQ4X.js → Progress-B0oYE8Z3.js} +1 -1
- package/dist/es/{Radio-CLBa1XIM.js → Radio-C-Ot7pLA.js} +3 -3
- package/dist/es/{Resizable-BWrFr2oj.js → Resizable-G5KVHayx.js} +1 -1
- package/dist/es/{Select-BtLqds1d.js → Select-DqxPeAKK.js} +5 -5
- package/dist/es/{Skeleton-CGUQv3nQ.js → Skeleton-4SeKRKn9.js} +1 -1
- package/dist/es/{Switch-CZJ-S77_.js → Switch-C_tBxZtT.js} +3 -3
- package/dist/es/{Table-lHbxiyGq.js → Table-Cr6HFL4_.js} +1 -1
- package/dist/es/{Tooltip-CdPqNYdn.js → Tooltip-rak4BryQ.js} +2 -2
- package/dist/es/{Validator-7ZT_nXDZ.js → Validator-DKVfknvI.js} +2 -2
- package/dist/es/{hooks-pU4JmsO3.js → hooks-pTjI-j9o.js} +50 -52
- package/dist/es/index.js +119 -107
- package/dist/es/utils-DzOow9K9.js +155 -0
- package/dist/index.css +1 -1
- package/dist/theme/Button.css +20 -0
- package/dist/types/components/Icon/index.d.ts +1 -0
- package/dist/types/core/index.d.ts +1 -1
- package/dist/types/hooks/index.d.ts +2 -0
- package/dist/types/hooks/useFocusController.d.ts +1 -1
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.css.gz +0 -0
- package/dist/umd/index.umd.cjs +3 -3
- package/dist/umd/index.umd.cjs.gz +0 -0
- package/package.json +1 -1
- package/dist/es/utils-BXICIEsD.js +0 -139
package/dist/theme/Button.css
CHANGED
|
@@ -248,6 +248,16 @@
|
|
|
248
248
|
display: flex;
|
|
249
249
|
width: 100%;
|
|
250
250
|
margin-left: 0;
|
|
251
|
+
}
|
|
252
|
+
.px-button.is-block[data-v-0d682c9b]:focus-visible {
|
|
253
|
+
outline-offset: -4px;
|
|
254
|
+
}
|
|
255
|
+
.px-button.is-block[data-v-0d682c9b]:hover:not(.is-disabled):not(.is-loading) {
|
|
256
|
+
transform: none;
|
|
257
|
+
filter: drop-shadow(var(--px-shadow-offset-x) var(--px-shadow-offset-y) 0px var(--px-button-shadow-color));
|
|
258
|
+
}
|
|
259
|
+
.px-button.is-block[data-v-0d682c9b]:active:not(.is-disabled):not(.is-loading) {
|
|
260
|
+
transform: none;
|
|
251
261
|
}
|
|
252
262
|
/* Responsive variant - Viewport-adaptive sizing */
|
|
253
263
|
.px-button.is-responsive[data-v-0d682c9b] {
|
|
@@ -1023,6 +1033,16 @@ html.dark .px-button[data-v-0d682c9b],
|
|
|
1023
1033
|
display: flex;
|
|
1024
1034
|
width: 100%;
|
|
1025
1035
|
margin-left: 0;
|
|
1036
|
+
}
|
|
1037
|
+
.px-button.is-block[data-v-87af5dc3]:focus-visible {
|
|
1038
|
+
outline-offset: -4px;
|
|
1039
|
+
}
|
|
1040
|
+
.px-button.is-block[data-v-87af5dc3]:hover:not(.is-disabled):not(.is-loading) {
|
|
1041
|
+
transform: none;
|
|
1042
|
+
filter: drop-shadow(var(--px-shadow-offset-x) var(--px-shadow-offset-y) 0px var(--px-button-shadow-color));
|
|
1043
|
+
}
|
|
1044
|
+
.px-button.is-block[data-v-87af5dc3]:active:not(.is-disabled):not(.is-loading) {
|
|
1045
|
+
transform: none;
|
|
1026
1046
|
}
|
|
1027
1047
|
/* Responsive variant - Viewport-adaptive sizing */
|
|
1028
1048
|
.px-button.is-responsive[data-v-87af5dc3] {
|
|
@@ -24,3 +24,4 @@ export * from './types';
|
|
|
24
24
|
*/
|
|
25
25
|
export declare function registerDefaultPixelIcons(): void;
|
|
26
26
|
export { defaultPixelIcons } from './icons';
|
|
27
|
+
export { registerPixelIcon, registerPixelIcons, hasPixelIcon, getRegisteredIconNames, getPixelIcon, resolveIconName, getIconNameMap, } from '@sakana-element/utils';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const installer: import('vue').Plugin;
|
|
2
2
|
export * from '../components';
|
|
3
|
-
export { type Theme, useSystemTheme, useTheme } from '../hooks';
|
|
3
|
+
export { type Theme, type UseDraggableOptions, type UseFocusControllerOptions, useSystemTheme, useTheme, useClickOutside, useDraggable, useFocusTrap, useLocale, } from '../hooks';
|
|
4
4
|
export * from '../locale';
|
|
5
5
|
export default installer;
|
|
@@ -8,6 +8,8 @@ import { default as useId } from './useId';
|
|
|
8
8
|
import { default as useLocale } from './useLocale';
|
|
9
9
|
import { default as useOffset } from './useOffset';
|
|
10
10
|
import { default as useZIndex } from './useZIndex';
|
|
11
|
+
export { type UseDraggableOptions } from './useDraggable';
|
|
12
|
+
export { type UseFocusControllerOptions } from './useFocusController';
|
|
11
13
|
export { useSystemTheme } from './useSystemTheme';
|
|
12
14
|
export { type Theme, useTheme } from './useTheme';
|
|
13
15
|
export { useClickOutside, useDraggable, useEventListener, useDisabledStyle, useFocusController, useFocusTrap, useLocale, useOffset, useZIndex, useId, };
|