benivo-ui-library 1.5.5 → 1.5.8
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/.vs/Benivo.UI.lib/DesignTimeBuild/.dtbcache +0 -0
- package/.vs/Benivo.UI.lib/DesignTimeBuild/.dtbcache.v2 +0 -0
- package/.vs/Benivo.UI.lib/config/applicationhost.config +971 -0
- package/.vs/Benivo.UI.lib/v16/.suo +0 -0
- package/.vs/Benivo.UI.lib/v16/Server/sqlite3/db.lock +0 -0
- package/.vs/Benivo.UI.lib/v16/Server/sqlite3/storage.ide +0 -0
- package/.vs/Benivo.UI.lib/v16/Server/sqlite3/storage.ide-shm +0 -0
- package/.vs/Benivo.UI.lib/v16/Server/sqlite3/storage.ide-wal +0 -0
- package/.vs/VSWorkspaceState.json +6 -0
- package/.vs/slnx.sqlite +0 -0
- package/Benivo.UI.lib.csproj +21 -0
- package/Benivo.UI.lib.csproj.user +6 -0
- package/Benivo.UI.lib.csproj.vspscc +10 -0
- package/Benivo.UI.lib.sln +33 -0
- package/LICENSE +21 -0
- package/Properties/launchSettings.json +27 -0
- package/lib/README.md +38 -0
- package/{benivo-ui-lib.less → lib/benivo-ui-lib.less} +0 -0
- package/{button.less → lib/button.less} +0 -0
- package/{checkbox.less → lib/checkbox.less} +0 -0
- package/lib/index.js +1 -0
- package/{input.less → lib/input.less} +0 -0
- package/{main.less → lib/main.less} +0 -0
- package/{mixins.less → lib/mixins.less} +0 -0
- package/{navigation.less → lib/navigation.less} +0 -0
- package/lib/package.json +58 -0
- package/{radiobutton.less → lib/radiobutton.less} +0 -0
- package/{select.less → lib/select.less} +0 -0
- package/{spinner.less → lib/spinner.less} +0 -0
- package/{swiper-a11y.less → lib/swiper-a11y.less} +0 -0
- package/{swiper-effect-cube.less → lib/swiper-effect-cube.less} +0 -0
- package/{swiper-effect-fade.less → lib/swiper-effect-fade.less} +0 -0
- package/{swiper-effect-flip.less → lib/swiper-effect-flip.less} +0 -0
- package/{swiper-lazy.less → lib/swiper-lazy.less} +0 -0
- package/{swiper-navigation.less → lib/swiper-navigation.less} +0 -0
- package/{swiper-pagination.less → lib/swiper-pagination.less} +0 -0
- package/{swiper-scrollbar.less → lib/swiper-scrollbar.less} +0 -0
- package/{swiper-thumb.less → lib/swiper-thumb.less} +0 -0
- package/{swiper-zoom.less → lib/swiper-zoom.less} +0 -0
- package/{swiper.less → lib/swiper.less} +0 -0
- package/{tooltip.less → lib/tooltip.less} +0 -0
- package/{variables.less → lib/variables.less} +0 -0
- package/obj/Benivo.UI.lib.csproj.nuget.cache +5 -0
- package/obj/Benivo.UI.lib.csproj.nuget.dgspec.json +65 -0
- package/obj/Benivo.UI.lib.csproj.nuget.g.props +18 -0
- package/obj/Benivo.UI.lib.csproj.nuget.g.targets +6 -0
- package/obj/Debug/netcoreapp3.1/Benivo.UI.lib.AssemblyInfo.cs +23 -0
- package/obj/Debug/netcoreapp3.1/Benivo.UI.lib.AssemblyInfoInputs.cache +1 -0
- package/obj/Debug/netcoreapp3.1/Benivo.UI.lib.MvcApplicationPartsAssemblyInfo.cache +0 -0
- package/obj/Debug/netcoreapp3.1/Benivo.UI.lib.assets.cache +0 -0
- package/obj/Debug/netcoreapp3.1/Benivo.UI.lib.csproj.CoreCompileInputs.cache +1 -0
- package/obj/Debug/netcoreapp3.1/Benivo.UI.lib.csproj.FileListAbsolute.txt +5 -0
- package/obj/Debug/netcoreapp3.1/Benivo.UI.lib.csprojAssemblyReference.cache +0 -0
- package/obj/Release/netcoreapp3.1/Benivo.UI.lib.AssemblyInfo.cs +23 -0
- package/obj/Release/netcoreapp3.1/Benivo.UI.lib.AssemblyInfoInputs.cache +1 -0
- package/obj/Release/netcoreapp3.1/Benivo.UI.lib.assets.cache +0 -0
- package/obj/project.assets.json +70 -0
- package/obj/project.nuget.cache +8 -0
- package/package.json +1 -1
- package/webpack.config.dev.js +69 -0
- package/index.js +0 -1
|
Binary file
|
|
Binary file
|