bhd-components 0.9.28 → 0.9.29

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.
@@ -12860,3 +12860,311 @@ strong {
12860
12860
  background-color: #ff7d66 !important;
12861
12861
  color: #ffffff !important;
12862
12862
  }
12863
+
12864
+ .index_module_BhdModalCropper__36cc44f0 .bhd-modal-content .bhd-modal-header {
12865
+ border-bottom: 0;
12866
+ padding: 24px 32px;
12867
+ }
12868
+ .index_module_BhdModalCropper__36cc44f0 .bhd-modal-content .bhd-modal-body {
12869
+ padding: 0 32px;
12870
+ }
12871
+ .index_module_BhdModalCropper__36cc44f0 .bhd-modal-content .bhd-modal-close {
12872
+ right: 29px;
12873
+ top: 24px;
12874
+ }
12875
+ .index_module_BhdModalCropper__36cc44f0 .bhd-modal-content .bhd-modal-footer {
12876
+ border-top: 0;
12877
+ padding: 24px 32px;
12878
+ }
12879
+ .index_module_cropperBox__36cc44f0 {
12880
+ /*!
12881
+ * Cropper.js v1.6.2
12882
+ * https://fengyuanchen.github.io/cropperjs
12883
+ *
12884
+ * Copyright 2015-present Chen Fengyuan
12885
+ * Released under the MIT license
12886
+ *
12887
+ * Date: 2024-04-21T07:43:02.731Z
12888
+ */
12889
+ }
12890
+ .index_module_cropperBox__36cc44f0 .cropper-container {
12891
+ direction: ltr;
12892
+ font-size: 0;
12893
+ line-height: 0;
12894
+ position: relative;
12895
+ touch-action: none;
12896
+ -webkit-touch-callout: none;
12897
+ -webkit-user-select: none;
12898
+ -moz-user-select: none;
12899
+ user-select: none;
12900
+ }
12901
+ .index_module_cropperBox__36cc44f0 .cropper-container img {
12902
+ backface-visibility: hidden;
12903
+ display: block;
12904
+ height: 100%;
12905
+ image-orientation: 0deg;
12906
+ max-height: none !important;
12907
+ max-width: none !important;
12908
+ min-height: 0 !important;
12909
+ min-width: 0 !important;
12910
+ width: 100%;
12911
+ }
12912
+ .index_module_cropperBox__36cc44f0 .cropper-wrap-box,
12913
+ .index_module_cropperBox__36cc44f0 .cropper-canvas,
12914
+ .index_module_cropperBox__36cc44f0 .cropper-drag-box,
12915
+ .index_module_cropperBox__36cc44f0 .cropper-crop-box,
12916
+ .index_module_cropperBox__36cc44f0 .cropper-modal {
12917
+ bottom: 0;
12918
+ left: 0;
12919
+ position: absolute;
12920
+ right: 0;
12921
+ top: 0;
12922
+ }
12923
+ .index_module_cropperBox__36cc44f0 .cropper-wrap-box,
12924
+ .index_module_cropperBox__36cc44f0 .cropper-canvas {
12925
+ overflow: hidden;
12926
+ }
12927
+ .index_module_cropperBox__36cc44f0 .cropper-drag-box {
12928
+ background-color: #fff;
12929
+ opacity: 0;
12930
+ }
12931
+ .index_module_cropperBox__36cc44f0 .cropper-modal {
12932
+ background-color: #000;
12933
+ opacity: 0.5;
12934
+ }
12935
+ .index_module_cropperBox__36cc44f0 .cropper-view-box {
12936
+ display: block;
12937
+ height: 100%;
12938
+ outline: 1px solid #39f;
12939
+ outline-color: rgba(51, 153, 255, 0.75);
12940
+ overflow: hidden;
12941
+ width: 100%;
12942
+ }
12943
+ .index_module_cropperBox__36cc44f0 .cropper-dashed {
12944
+ border: 0 dashed #eee;
12945
+ display: block;
12946
+ opacity: 0.5;
12947
+ position: absolute;
12948
+ }
12949
+ .index_module_cropperBox__36cc44f0 .cropper-dashed.dashed-h {
12950
+ border-bottom-width: 1px;
12951
+ border-top-width: 1px;
12952
+ height: calc(100% / 3);
12953
+ left: 0;
12954
+ top: calc(100% / 3);
12955
+ width: 100%;
12956
+ }
12957
+ .index_module_cropperBox__36cc44f0 .cropper-dashed.dashed-v {
12958
+ border-left-width: 1px;
12959
+ border-right-width: 1px;
12960
+ height: 100%;
12961
+ left: calc(100% / 3);
12962
+ top: 0;
12963
+ width: calc(100% / 3);
12964
+ }
12965
+ .index_module_cropperBox__36cc44f0 .cropper-center {
12966
+ display: block;
12967
+ height: 0;
12968
+ left: 50%;
12969
+ opacity: 0.75;
12970
+ position: absolute;
12971
+ top: 50%;
12972
+ width: 0;
12973
+ }
12974
+ .index_module_cropperBox__36cc44f0 .cropper-center::before,
12975
+ .index_module_cropperBox__36cc44f0 .cropper-center::after {
12976
+ background-color: #eee;
12977
+ content: " ";
12978
+ display: block;
12979
+ position: absolute;
12980
+ }
12981
+ .index_module_cropperBox__36cc44f0 .cropper-center::before {
12982
+ height: 1px;
12983
+ left: -3px;
12984
+ top: 0;
12985
+ width: 7px;
12986
+ }
12987
+ .index_module_cropperBox__36cc44f0 .cropper-center::after {
12988
+ height: 7px;
12989
+ left: 0;
12990
+ top: -3px;
12991
+ width: 1px;
12992
+ }
12993
+ .index_module_cropperBox__36cc44f0 .cropper-face,
12994
+ .index_module_cropperBox__36cc44f0 .cropper-line,
12995
+ .index_module_cropperBox__36cc44f0 .cropper-point {
12996
+ display: block;
12997
+ height: 100%;
12998
+ opacity: 0.1;
12999
+ position: absolute;
13000
+ width: 100%;
13001
+ }
13002
+ .index_module_cropperBox__36cc44f0 .cropper-face {
13003
+ background-color: #fff;
13004
+ left: 0;
13005
+ top: 0;
13006
+ }
13007
+ .index_module_cropperBox__36cc44f0 .cropper-line {
13008
+ background-color: #39f;
13009
+ }
13010
+ .index_module_cropperBox__36cc44f0 .cropper-line.line-e {
13011
+ cursor: ew-resize;
13012
+ right: -3px;
13013
+ top: 0;
13014
+ width: 5px;
13015
+ }
13016
+ .index_module_cropperBox__36cc44f0 .cropper-line.line-n {
13017
+ cursor: ns-resize;
13018
+ height: 5px;
13019
+ left: 0;
13020
+ top: -3px;
13021
+ }
13022
+ .index_module_cropperBox__36cc44f0 .cropper-line.line-w {
13023
+ cursor: ew-resize;
13024
+ left: -3px;
13025
+ top: 0;
13026
+ width: 5px;
13027
+ }
13028
+ .index_module_cropperBox__36cc44f0 .cropper-line.line-s {
13029
+ bottom: -3px;
13030
+ cursor: ns-resize;
13031
+ height: 5px;
13032
+ left: 0;
13033
+ }
13034
+ .index_module_cropperBox__36cc44f0 .cropper-point {
13035
+ background-color: #39f;
13036
+ height: 5px;
13037
+ opacity: 0.75;
13038
+ width: 5px;
13039
+ }
13040
+ .index_module_cropperBox__36cc44f0 .cropper-point.point-e {
13041
+ cursor: ew-resize;
13042
+ margin-top: -3px;
13043
+ right: -3px;
13044
+ top: 50%;
13045
+ }
13046
+ .index_module_cropperBox__36cc44f0 .cropper-point.point-n {
13047
+ cursor: ns-resize;
13048
+ left: 50%;
13049
+ margin-left: -3px;
13050
+ top: -3px;
13051
+ }
13052
+ .index_module_cropperBox__36cc44f0 .cropper-point.point-w {
13053
+ cursor: ew-resize;
13054
+ left: -3px;
13055
+ margin-top: -3px;
13056
+ top: 50%;
13057
+ }
13058
+ .index_module_cropperBox__36cc44f0 .cropper-point.point-s {
13059
+ bottom: -3px;
13060
+ cursor: s-resize;
13061
+ left: 50%;
13062
+ margin-left: -3px;
13063
+ }
13064
+ .index_module_cropperBox__36cc44f0 .cropper-point.point-ne {
13065
+ cursor: nesw-resize;
13066
+ right: -3px;
13067
+ top: -3px;
13068
+ }
13069
+ .index_module_cropperBox__36cc44f0 .cropper-point.point-nw {
13070
+ cursor: nwse-resize;
13071
+ left: -3px;
13072
+ top: -3px;
13073
+ }
13074
+ .index_module_cropperBox__36cc44f0 .cropper-point.point-sw {
13075
+ bottom: -3px;
13076
+ cursor: nesw-resize;
13077
+ left: -3px;
13078
+ }
13079
+ .index_module_cropperBox__36cc44f0 .cropper-point.point-se {
13080
+ bottom: -3px;
13081
+ cursor: nwse-resize;
13082
+ height: 20px;
13083
+ opacity: 1;
13084
+ right: -3px;
13085
+ width: 20px;
13086
+ }
13087
+ @media (min-width: 768px) {
13088
+ .index_module_cropperBox__36cc44f0 .cropper-point.point-se {
13089
+ height: 15px;
13090
+ width: 15px;
13091
+ }
13092
+ }
13093
+ @media (min-width: 992px) {
13094
+ .index_module_cropperBox__36cc44f0 .cropper-point.point-se {
13095
+ height: 10px;
13096
+ width: 10px;
13097
+ }
13098
+ }
13099
+ @media (min-width: 1200px) {
13100
+ .index_module_cropperBox__36cc44f0 .cropper-point.point-se {
13101
+ height: 5px;
13102
+ opacity: 0.75;
13103
+ width: 5px;
13104
+ }
13105
+ }
13106
+ .index_module_cropperBox__36cc44f0 .cropper-point.point-se::before {
13107
+ background-color: #39f;
13108
+ bottom: -50%;
13109
+ content: " ";
13110
+ display: block;
13111
+ height: 200%;
13112
+ opacity: 0;
13113
+ position: absolute;
13114
+ right: -50%;
13115
+ width: 200%;
13116
+ }
13117
+ .index_module_cropperBox__36cc44f0 .cropper-invisible {
13118
+ opacity: 0;
13119
+ }
13120
+ .index_module_cropperBox__36cc44f0 .cropper-bg {
13121
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
13122
+ }
13123
+ .index_module_cropperBox__36cc44f0 .cropper-hide {
13124
+ display: block;
13125
+ height: 0;
13126
+ position: absolute;
13127
+ width: 0;
13128
+ }
13129
+ .index_module_cropperBox__36cc44f0 .cropper-hidden {
13130
+ display: none !important;
13131
+ }
13132
+ .index_module_cropperBox__36cc44f0 .cropper-move {
13133
+ cursor: move;
13134
+ }
13135
+ .index_module_cropperBox__36cc44f0 .cropper-crop {
13136
+ cursor: crosshair;
13137
+ }
13138
+ .index_module_cropperBox__36cc44f0 .cropper-disabled .cropper-drag-box,
13139
+ .index_module_cropperBox__36cc44f0 .cropper-disabled .cropper-face,
13140
+ .index_module_cropperBox__36cc44f0 .cropper-disabled .cropper-line,
13141
+ .index_module_cropperBox__36cc44f0 .cropper-disabled .cropper-point {
13142
+ cursor: not-allowed;
13143
+ }
13144
+ .index_module_cropperBtn__36cc44f0 {
13145
+ display: flex;
13146
+ align-items: center;
13147
+ justify-content: space-between;
13148
+ margin-top: 24px;
13149
+ }
13150
+ .index_module_cropperBtn__36cc44f0 .index_module_icons__36cc44f0 {
13151
+ display: flex;
13152
+ align-items: center;
13153
+ gap: 8px;
13154
+ }
13155
+ .index_module_cropperBtn__36cc44f0 .index_module_icons__36cc44f0 > span {
13156
+ display: flex;
13157
+ align-items: center;
13158
+ border: 1px solid rgba(0, 0, 0, 0.15);
13159
+ padding: 4px;
13160
+ cursor: pointer;
13161
+ color: rgba(0, 0, 0, 0.65);
13162
+ }
13163
+ .index_module_cropperBtn__36cc44f0 .index_module_icons__36cc44f0 > span:hover {
13164
+ border-color: #ff7d66;
13165
+ color: #ff7d66;
13166
+ }
13167
+ .index_module_cropperBtn__36cc44f0 .index_module_icons__36cc44f0 .anticon {
13168
+ font-size: 14px;
13169
+ cursor: pointer;
13170
+ }