qstd 0.2.22 → 0.2.23

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.
@@ -826,6 +826,9 @@
826
826
  .bg_blue\.500 {
827
827
  background: var(--colors-blue-500);
828
828
  }
829
+ .bg_white {
830
+ background: var(--colors-white);
831
+ }
829
832
  .bg_none {
830
833
  background: none;
831
834
  }
@@ -835,9 +838,6 @@
835
838
  .bg_\#d1d5db\! {
836
839
  background: #d1d5db !important;
837
840
  }
838
- .bg_white {
839
- background: var(--colors-white);
840
- }
841
841
  .bg_rgba\(20\,20\,20\,0\.95\) {
842
842
  background: rgba(20, 20, 20, 0.95);
843
843
  }
@@ -1149,6 +1149,28 @@
1149
1149
  .bx-sh_0_0_0_6px_rgba\(0\,0\,0\,\.08\) {
1150
1150
  box-shadow: 0 0 0 6px rgba(0, 0, 0, .08);
1151
1151
  }
1152
+ .op_0\.5 {
1153
+ opacity: 0.5;
1154
+ }
1155
+ .op_1 {
1156
+ opacity: 1;
1157
+ }
1158
+ .ai_center {
1159
+ align-items: center;
1160
+ }
1161
+ .tch-a_none {
1162
+ touch-action: none;
1163
+ }
1164
+ .cursor_grab {
1165
+ cursor: grab;
1166
+ }
1167
+ .size_24 {
1168
+ width: 24px;
1169
+ height: 24px;
1170
+ }
1171
+ .bx-sh_0_2px_8px_rgba\(0\,0\,0\,0\.25\) {
1172
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
1173
+ }
1152
1174
  .type_spring {
1153
1175
  type: spring;
1154
1176
  }
@@ -1158,9 +1180,6 @@
1158
1180
  .damping_30 {
1159
1181
  damping: 30px;
1160
1182
  }
1161
- .ai_center {
1162
- align-items: center;
1163
- }
1164
1183
  .jc_center {
1165
1184
  justify-content: center;
1166
1185
  }