@fastkit/vui 0.19.35 → 0.19.36

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/vui.css CHANGED
@@ -805,12 +805,23 @@
805
805
  }
806
806
  .v-avatar{
807
807
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
808
+ }
809
+ .v-avatar::-moz-focus-inner{
810
+ border:0;
811
+ }
812
+ .v-avatar{
808
813
  appearance:none;
814
+ border-width:0;
809
815
  cursor:pointer;
810
816
  outline:0;
811
817
  padding:0;
812
818
  touch-action:manipulation;
813
819
  user-select:none;
820
+ }
821
+ .v-avatar,.v-avatar:focus,.v-avatar:hover{
822
+ text-decoration:none;
823
+ }
824
+ .v-avatar{
814
825
  --avatar-radius:50%;
815
826
  --avatar-font-weight:var(--typo-medium-weight);
816
827
  --avatar-base-font-size:var(--typo-base-size);
@@ -835,12 +846,6 @@
835
846
  --shadow-color:transparent !important;
836
847
  --focusShadow-color:transparent !important;
837
848
  }
838
- .v-avatar::-moz-focus-inner{
839
- border:0;
840
- }
841
- .v-avatar,.v-avatar:focus,.v-avatar:hover{
842
- text-decoration:none;
843
- }
844
849
  .v-avatar--clickable{
845
850
  cursor:pointer;
846
851
  }
@@ -870,12 +875,23 @@
870
875
  }
871
876
  .v-chip{
872
877
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
878
+ }
879
+ .v-chip::-moz-focus-inner{
880
+ border:0;
881
+ }
882
+ .v-chip{
873
883
  appearance:none;
884
+ border-width:0;
874
885
  cursor:pointer;
875
886
  outline:0;
876
887
  padding:0;
877
888
  touch-action:manipulation;
878
889
  user-select:none;
890
+ }
891
+ .v-chip,.v-chip:focus,.v-chip:hover{
892
+ text-decoration:none;
893
+ }
894
+ .v-chip{
879
895
  --chip-radius:calc(var(--chip-height)/2);
880
896
  align-items:center;
881
897
  border-radius:var(--chip-radius);
@@ -896,12 +912,6 @@
896
912
  --shadow-color:transparent !important;
897
913
  --focusShadow-color:transparent !important;
898
914
  }
899
- .v-chip::-moz-focus-inner{
900
- border:0;
901
- }
902
- .v-chip,.v-chip:focus,.v-chip:hover{
903
- text-decoration:none;
904
- }
905
915
  .v-chip--clickable{
906
916
  cursor:pointer;
907
917
  }
@@ -941,6 +951,11 @@
941
951
  }
942
952
  .v-card{
943
953
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
954
+ }
955
+ .v-card::-moz-focus-inner{
956
+ border:0;
957
+ }
958
+ .v-card{
944
959
  appearance:none;
945
960
  border:0;
946
961
  outline:0;
@@ -951,9 +966,6 @@
951
966
  user-select:none;
952
967
  width:100%;
953
968
  }
954
- .v-card::-moz-focus-inner{
955
- border:0;
956
- }
957
969
  .v-card,.v-card:focus,.v-card:hover{
958
970
  text-decoration:none;
959
971
  }
@@ -1136,30 +1148,34 @@
1136
1148
  }
1137
1149
  .v-pagination a.v-pagination__item,.v-pagination__item{
1138
1150
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
1139
- align-items:center;
1151
+ }
1152
+ .v-pagination a.v-pagination__item::-moz-focus-inner,.v-pagination__item::-moz-focus-inner{
1153
+ border:0;
1154
+ }
1155
+ .v-pagination a.v-pagination__item,.v-pagination__item{
1140
1156
  appearance:none;
1141
- border-radius:var(--pagination-radius);
1142
1157
  border-width:0;
1143
- color:inherit;
1144
1158
  cursor:pointer;
1145
- display:flex;
1146
- font-size:var(--pagination-font-size);
1147
- height:var(--pagination-size);
1148
- justify-content:center;
1149
- margin:calc(var(--pagination-margin)*.5);
1150
- min-width:var(--pagination-size);
1151
1159
  outline:0;
1152
1160
  padding:0;
1153
1161
  touch-action:manipulation;
1154
- transition:.1s;
1155
1162
  user-select:none;
1156
1163
  }
1157
- .v-pagination a.v-pagination__item::-moz-focus-inner,.v-pagination__item::-moz-focus-inner{
1158
- border:0;
1159
- }
1160
1164
  .v-pagination a.v-pagination__item,.v-pagination a.v-pagination__item:focus,.v-pagination a.v-pagination__item:hover,.v-pagination__item,.v-pagination__item:focus,.v-pagination__item:hover{
1161
1165
  text-decoration:none;
1162
1166
  }
1167
+ .v-pagination a.v-pagination__item,.v-pagination__item{
1168
+ align-items:center;
1169
+ border-radius:var(--pagination-radius);
1170
+ color:inherit;
1171
+ display:flex;
1172
+ font-size:var(--pagination-font-size);
1173
+ height:var(--pagination-size);
1174
+ justify-content:center;
1175
+ margin:calc(var(--pagination-margin)*.5);
1176
+ min-width:var(--pagination-size);
1177
+ transition:.1s;
1178
+ }
1163
1179
  .v-pagination a.v-pagination__item:focus,.v-pagination a.v-pagination__item:hover,.v-pagination__item:focus,.v-pagination__item:hover{
1164
1180
  background:rgba(0,0,0,.1);
1165
1181
  }
@@ -1656,23 +1672,28 @@
1656
1672
  }
1657
1673
  .v-option{
1658
1674
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
1675
+ }
1676
+ .v-option::-moz-focus-inner{
1677
+ border:0;
1678
+ }
1679
+ .v-option{
1659
1680
  appearance:none;
1660
1681
  border-width:0;
1661
1682
  cursor:pointer;
1662
- display:flex;
1663
1683
  outline:0;
1664
- padding:.75em 1em;
1665
- position:relative;
1684
+ padding:0;
1666
1685
  touch-action:manipulation;
1667
1686
  user-select:none;
1668
- width:100%;
1669
- }
1670
- .v-option::-moz-focus-inner{
1671
- border:0;
1672
1687
  }
1673
1688
  .v-option,.v-option:focus,.v-option:hover{
1674
1689
  text-decoration:none;
1675
1690
  }
1691
+ .v-option{
1692
+ display:flex;
1693
+ padding:.75em 1em;
1694
+ position:relative;
1695
+ width:100%;
1696
+ }
1676
1697
  .v-option input{
1677
1698
  height:1px;
1678
1699
  overflow:hidden;
@@ -1870,11 +1891,22 @@
1870
1891
  }
1871
1892
  .v-tab{
1872
1893
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
1894
+ }
1895
+ .v-tab::-moz-focus-inner{
1896
+ border:0;
1897
+ }
1898
+ .v-tab{
1873
1899
  appearance:none;
1874
1900
  border-width:0;
1875
1901
  cursor:pointer;
1876
1902
  outline:0;
1903
+ padding:0;
1877
1904
  touch-action:manipulation;
1905
+ }
1906
+ .v-tab,.v-tab:focus,.v-tab:hover{
1907
+ text-decoration:none;
1908
+ }
1909
+ .v-tab{
1878
1910
  --tab-content-color:var(--palette-caption);
1879
1911
  --tab-content-focus-color:var(--main-color);
1880
1912
  --tab-content-opacity:0.7;
@@ -1891,12 +1923,6 @@
1891
1923
  white-space:nowrap;
1892
1924
  z-index:3;
1893
1925
  }
1894
- .v-tab::-moz-focus-inner{
1895
- border:0;
1896
- }
1897
- .v-tab,.v-tab:focus,.v-tab:hover{
1898
- text-decoration:none;
1899
- }
1900
1926
  .v-tab:before{
1901
1927
  background-color:var(--tab-content-focus-color);
1902
1928
  border-radius:inherit;
package/dist/vui.mjs CHANGED
@@ -54,7 +54,7 @@ var __copyProps = (to, from, except, desc) => {
54
54
  }
55
55
  return to;
56
56
  };
57
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget );
57
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget);
58
58
 
59
59
  // src/index.ts
60
60
  var src_exports = {};
@@ -4778,5 +4778,5 @@ function installVuiPlugin(app, opts) {
4778
4778
  }
4779
4779
 
4780
4780
  export { ARROW_KEY_TYPES, AVATAR_SIZES, BUTTON_ALIGNS, CHIP_SIZES, CHOICE_KEY_TYPES, CONTROL_FIELD_VARIANTS, CONTROL_LOADING_SPINNER_SIZES, CONTROL_SIZES, KEYBOARD_EVENT_TYPES, PAGINATION_ALIGNS, VApp, VAvatar, VBreadcrumbs, VBusyImage, VButton, VButtonGroup, VCard, VCardActions, VCardContent, VCheckbox, VCheckboxGroup, VChip, VContentSwitcher, VControlField, VDataTable, VDialog, VDrawerLayout, VForm, VFormControl, VFormGroup, VGridContainer, VGridItem, VHero, VIcon, VListTile, VMenu, VNavigation, VNavigationItem, VNumberField, VOption, VOptionGroup, VPagination, VPaper, VRadio, VRadioGroup, VSelect, VSheetModal, VSkeltonLoaderBone, VSnackbar, VSwitch, VSwitchGroup, VTabs, VTextCounter, VTextField, VTextarea, VToolbar, VToolbarEdge, VToolbarMenu, VToolbarTitle, VTooltip, VUI_CHECKBOX_GROUP_SYMBOL, VUI_CHECKBOX_SYMBOL, VUI_FORM_GROUP_SYMBOL, VUI_FORM_SYMBOL, VUI_OPTION_SYMBOL, VUI_RADIO_GROUP_SYMBOL, VUI_RADIO_SYMBOL, VUI_SELECT_SYMBOL, VUI_SWITCH_GROUP_SYMBOL, VUI_SWITCH_SYMBOL, VUI_TEXTAREA_SYMBOL, VUI_TEXT_FIELD_SYMBOL, VuiColorProviderInjectionKey, VuiControlFieldInjectionKey, VuiControlInjectionKey, VuiInjectionKey, VuiPlugin, VuiService, configureDataTableDefaults, createAvatarProps, createCardProps, createChipProps, createControlFieldProps, createControlFieldProviderProps, createControlProps, createElevationProps, createListTileProps, createNavigationItemProps, createNavigationProps, createPaperBaseProps, createPaperProps, createRequiredChipRenderer, createVFormGroupProps, createVFormProps, defineFormSelectorComponent, formGroupSlots, formSlots, iconProps, installVuiPlugin, listTileEmits, mergeVuiPluginOptions, mergeVuiServiceIconSettings, mergeVuiServiceOptions, mergeVuiServiceUISettings, paginationProps, paperBaseSlots, rawIconProp, renderNavigationItemInput, resolveNavigationItemInput, resolveRawIconProp, sheetModalProps, splitAttrs, useControl, useControlField, useElevation, useVui, useVuiColorProvider, vueButtonProps };
4781
- //# sourceMappingURL=out.js.map
4781
+ //# sourceMappingURL=vui.mjs.map
4782
4782
  //# sourceMappingURL=vui.mjs.map