sparta-ui 1.9.5 → 2.0.0-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.
Files changed (86) hide show
  1. package/CHANGELOG.md +0 -0
  2. package/lib/index.js +1 -1
  3. package/lib/select/index.js +1 -1
  4. package/lib/{aside → theme/epay/aside}/index.css +0 -0
  5. package/lib/{button → theme/epay/button}/index.css +0 -0
  6. package/lib/{checkbox → theme/epay/checkbox}/index.css +0 -0
  7. package/lib/{checkbox-group → theme/epay/checkbox-group}/index.css +0 -0
  8. package/lib/{col → theme/epay/col}/index.css +0 -0
  9. package/lib/{confirm → theme/epay/confirm}/index.css +0 -0
  10. package/lib/{date-picker → theme/epay/date-picker}/index.css +0 -0
  11. package/lib/{dropdown → theme/epay/dropdown}/index.css +0 -0
  12. package/lib/{dropdown-item → theme/epay/dropdown-item}/index.css +0 -0
  13. package/lib/{form → theme/epay/form}/index.css +0 -0
  14. package/lib/{form-item → theme/epay/form-item}/index.css +0 -0
  15. package/lib/{form-submit-btns → theme/epay/form-submit-btns}/index.css +0 -0
  16. package/lib/{img-preview → theme/epay/img-preview}/index.css +0 -0
  17. package/lib/{index.css → theme/epay/index.css} +0 -0
  18. package/lib/{input → theme/epay/input}/index.css +0 -0
  19. package/lib/{layout → theme/epay/layout}/index.css +0 -0
  20. package/lib/{main → theme/epay/main}/index.css +0 -0
  21. package/lib/{menu → theme/epay/menu}/index.css +0 -0
  22. package/lib/{modal → theme/epay/modal}/index.css +0 -0
  23. package/lib/{option → theme/epay/option}/index.css +0 -0
  24. package/lib/{option-group → theme/epay/option-group}/index.css +0 -0
  25. package/lib/{pagination → theme/epay/pagination}/index.css +0 -0
  26. package/lib/{password-input → theme/epay/password-input}/index.css +0 -0
  27. package/lib/{popup-tip → theme/epay/popup-tip}/index.css +0 -0
  28. package/lib/{progress → theme/epay/progress}/index.css +0 -0
  29. package/lib/{radio → theme/epay/radio}/index.css +0 -0
  30. package/lib/{radio-button → theme/epay/radio-button}/index.css +0 -0
  31. package/lib/{radio-group → theme/epay/radio-group}/index.css +0 -0
  32. package/lib/{row → theme/epay/row}/index.css +0 -0
  33. package/lib/{select → theme/epay/select}/index.css +0 -0
  34. package/lib/{step → theme/epay/step}/index.css +0 -0
  35. package/lib/{step-item → theme/epay/step-item}/index.css +0 -0
  36. package/lib/{style → theme/epay/style}/index.css +0 -0
  37. package/lib/{table → theme/epay/table}/index.css +0 -0
  38. package/lib/{tabs → theme/epay/tabs}/index.css +0 -0
  39. package/lib/{tag → theme/epay/tag}/index.css +0 -0
  40. package/lib/{time-picker → theme/epay/time-picker}/index.css +0 -0
  41. package/lib/{time-select → theme/epay/time-select}/index.css +0 -0
  42. package/lib/{toast → theme/epay/toast}/index.css +0 -0
  43. package/lib/{upload → theme/epay/upload}/index.css +0 -0
  44. package/lib/{window → theme/epay/window}/index.css +0 -0
  45. package/lib/theme/globalpay/aside/index.css +1 -0
  46. package/lib/theme/globalpay/button/index.css +1 -0
  47. package/lib/theme/globalpay/checkbox/index.css +1 -0
  48. package/lib/theme/globalpay/checkbox-group/index.css +1 -0
  49. package/lib/theme/globalpay/col/index.css +1 -0
  50. package/lib/theme/globalpay/confirm/index.css +1 -0
  51. package/lib/theme/globalpay/date-picker/index.css +1 -0
  52. package/lib/theme/globalpay/dropdown/index.css +1 -0
  53. package/lib/theme/globalpay/dropdown-item/index.css +1 -0
  54. package/lib/theme/globalpay/form/index.css +1 -0
  55. package/lib/theme/globalpay/form-item/index.css +1 -0
  56. package/lib/theme/globalpay/form-submit-btns/index.css +1 -0
  57. package/lib/theme/globalpay/img-preview/index.css +1 -0
  58. package/lib/theme/globalpay/index.css +1 -0
  59. package/lib/theme/globalpay/input/index.css +1 -0
  60. package/lib/theme/globalpay/layout/index.css +1 -0
  61. package/lib/theme/globalpay/main/index.css +1 -0
  62. package/lib/theme/globalpay/menu/index.css +1 -0
  63. package/lib/theme/globalpay/modal/index.css +1 -0
  64. package/lib/theme/globalpay/option/index.css +1 -0
  65. package/lib/theme/globalpay/option-group/index.css +1 -0
  66. package/lib/theme/globalpay/pagination/index.css +1 -0
  67. package/lib/theme/globalpay/password-input/index.css +1 -0
  68. package/lib/theme/globalpay/popup-tip/index.css +1 -0
  69. package/lib/theme/globalpay/progress/index.css +1 -0
  70. package/lib/theme/globalpay/radio/index.css +1 -0
  71. package/lib/theme/globalpay/radio-button/index.css +1 -0
  72. package/lib/theme/globalpay/radio-group/index.css +1 -0
  73. package/lib/theme/globalpay/row/index.css +1 -0
  74. package/lib/theme/globalpay/select/index.css +1 -0
  75. package/lib/theme/globalpay/step/index.css +1 -0
  76. package/lib/theme/globalpay/step-item/index.css +1 -0
  77. package/lib/theme/globalpay/style/index.css +1 -0
  78. package/lib/theme/globalpay/table/index.css +1 -0
  79. package/lib/theme/globalpay/tabs/index.css +1 -0
  80. package/lib/theme/globalpay/tag/index.css +1 -0
  81. package/lib/theme/globalpay/time-picker/index.css +1 -0
  82. package/lib/theme/globalpay/time-select/index.css +1 -0
  83. package/lib/theme/globalpay/toast/index.css +1 -0
  84. package/lib/theme/globalpay/upload/index.css +1 -0
  85. package/lib/theme/globalpay/window/index.css +1 -0
  86. package/package.json +13 -6
package/CHANGELOG.md ADDED
File without changes