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.
Files changed (61) hide show
  1. package/.vs/Benivo.UI.lib/DesignTimeBuild/.dtbcache +0 -0
  2. package/.vs/Benivo.UI.lib/DesignTimeBuild/.dtbcache.v2 +0 -0
  3. package/.vs/Benivo.UI.lib/config/applicationhost.config +971 -0
  4. package/.vs/Benivo.UI.lib/v16/.suo +0 -0
  5. package/.vs/Benivo.UI.lib/v16/Server/sqlite3/db.lock +0 -0
  6. package/.vs/Benivo.UI.lib/v16/Server/sqlite3/storage.ide +0 -0
  7. package/.vs/Benivo.UI.lib/v16/Server/sqlite3/storage.ide-shm +0 -0
  8. package/.vs/Benivo.UI.lib/v16/Server/sqlite3/storage.ide-wal +0 -0
  9. package/.vs/VSWorkspaceState.json +6 -0
  10. package/.vs/slnx.sqlite +0 -0
  11. package/Benivo.UI.lib.csproj +21 -0
  12. package/Benivo.UI.lib.csproj.user +6 -0
  13. package/Benivo.UI.lib.csproj.vspscc +10 -0
  14. package/Benivo.UI.lib.sln +33 -0
  15. package/LICENSE +21 -0
  16. package/Properties/launchSettings.json +27 -0
  17. package/lib/README.md +38 -0
  18. package/{benivo-ui-lib.less → lib/benivo-ui-lib.less} +0 -0
  19. package/{button.less → lib/button.less} +0 -0
  20. package/{checkbox.less → lib/checkbox.less} +0 -0
  21. package/lib/index.js +1 -0
  22. package/{input.less → lib/input.less} +0 -0
  23. package/{main.less → lib/main.less} +0 -0
  24. package/{mixins.less → lib/mixins.less} +0 -0
  25. package/{navigation.less → lib/navigation.less} +0 -0
  26. package/lib/package.json +58 -0
  27. package/{radiobutton.less → lib/radiobutton.less} +0 -0
  28. package/{select.less → lib/select.less} +0 -0
  29. package/{spinner.less → lib/spinner.less} +0 -0
  30. package/{swiper-a11y.less → lib/swiper-a11y.less} +0 -0
  31. package/{swiper-effect-cube.less → lib/swiper-effect-cube.less} +0 -0
  32. package/{swiper-effect-fade.less → lib/swiper-effect-fade.less} +0 -0
  33. package/{swiper-effect-flip.less → lib/swiper-effect-flip.less} +0 -0
  34. package/{swiper-lazy.less → lib/swiper-lazy.less} +0 -0
  35. package/{swiper-navigation.less → lib/swiper-navigation.less} +0 -0
  36. package/{swiper-pagination.less → lib/swiper-pagination.less} +0 -0
  37. package/{swiper-scrollbar.less → lib/swiper-scrollbar.less} +0 -0
  38. package/{swiper-thumb.less → lib/swiper-thumb.less} +0 -0
  39. package/{swiper-zoom.less → lib/swiper-zoom.less} +0 -0
  40. package/{swiper.less → lib/swiper.less} +0 -0
  41. package/{tooltip.less → lib/tooltip.less} +0 -0
  42. package/{variables.less → lib/variables.less} +0 -0
  43. package/obj/Benivo.UI.lib.csproj.nuget.cache +5 -0
  44. package/obj/Benivo.UI.lib.csproj.nuget.dgspec.json +65 -0
  45. package/obj/Benivo.UI.lib.csproj.nuget.g.props +18 -0
  46. package/obj/Benivo.UI.lib.csproj.nuget.g.targets +6 -0
  47. package/obj/Debug/netcoreapp3.1/Benivo.UI.lib.AssemblyInfo.cs +23 -0
  48. package/obj/Debug/netcoreapp3.1/Benivo.UI.lib.AssemblyInfoInputs.cache +1 -0
  49. package/obj/Debug/netcoreapp3.1/Benivo.UI.lib.MvcApplicationPartsAssemblyInfo.cache +0 -0
  50. package/obj/Debug/netcoreapp3.1/Benivo.UI.lib.assets.cache +0 -0
  51. package/obj/Debug/netcoreapp3.1/Benivo.UI.lib.csproj.CoreCompileInputs.cache +1 -0
  52. package/obj/Debug/netcoreapp3.1/Benivo.UI.lib.csproj.FileListAbsolute.txt +5 -0
  53. package/obj/Debug/netcoreapp3.1/Benivo.UI.lib.csprojAssemblyReference.cache +0 -0
  54. package/obj/Release/netcoreapp3.1/Benivo.UI.lib.AssemblyInfo.cs +23 -0
  55. package/obj/Release/netcoreapp3.1/Benivo.UI.lib.AssemblyInfoInputs.cache +1 -0
  56. package/obj/Release/netcoreapp3.1/Benivo.UI.lib.assets.cache +0 -0
  57. package/obj/project.assets.json +70 -0
  58. package/obj/project.nuget.cache +8 -0
  59. package/package.json +1 -1
  60. package/webpack.config.dev.js +69 -0
  61. package/index.js +0 -1