@kanda-libs/ks-component-ts 0.3.103 → 0.3.105

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.
@@ -803,6 +803,12 @@ input[type="number"]::-webkit-inner-spin-button,
803
803
  line-height: 20px;
804
804
  }
805
805
 
806
+ .text-16-18-em {
807
+ font-weight: 600;
808
+ font-size: 16px;
809
+ line-height: 18px;
810
+ }
811
+
806
812
  .text-16-18 {
807
813
  font-weight: 400;
808
814
  font-size: 16px;
@@ -3056,6 +3062,12 @@ input[type="number"]::-webkit-inner-spin-button,
3056
3062
  opacity: 0.95;
3057
3063
  }
3058
3064
 
3065
+ .shadow-lg {
3066
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
3067
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
3068
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3069
+ }
3070
+
3059
3071
  .shadow-card {
3060
3072
  --tw-shadow: 0px 4px 8px 0px #0C1B3A0D;
3061
3073
  --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);