@knapsack/sandbox-components 4.69.6--canary.78a94b5.0 → 4.69.6--canary.241ee9c.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -413,7 +413,7 @@ textarea:not([rows]) {
413
413
  scroll-margin-block: 5ex;
414
414
  }
415
415
 
416
- /* ! tailwindcss v3.1.7 | MIT License | https://tailwindcss.com */
416
+ /* ! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com */
417
417
 
418
418
  /*
419
419
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
@@ -439,15 +439,22 @@ textarea:not([rows]) {
439
439
  2. Prevent adjustments of font size after orientation changes in iOS.
440
440
  3. Use a more readable tab size.
441
441
  4. Use the user's configured `sans` font-family by default.
442
+ 5. Use the user's configured `sans` font-feature-settings by default.
443
+ 6. Use the user's configured `sans` font-variation-settings by default.
444
+ 7. Disable tap highlights on iOS
442
445
  */
443
446
 
444
- html {
447
+ html,
448
+ :host {
445
449
  line-height: 1.5; /* 1 */
446
450
  -webkit-text-size-adjust: 100%; /* 2 */
447
451
  -moz-tab-size: 4; /* 3 */
448
452
  -o-tab-size: 4;
449
453
  tab-size: 4; /* 3 */
450
- font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
454
+ font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
455
+ font-feature-settings: normal; /* 5 */
456
+ font-variation-settings: normal; /* 6 */
457
+ -webkit-tap-highlight-color: transparent; /* 7 */
451
458
  }
452
459
 
453
460
  /*
@@ -515,8 +522,10 @@ strong {
515
522
  }
516
523
 
517
524
  /*
518
- 1. Use the user's configured `mono` font family by default.
519
- 2. Correct the odd `em` font sizing in all browsers.
525
+ 1. Use the user's configured `mono` font-family by default.
526
+ 2. Use the user's configured `mono` font-feature-settings by default.
527
+ 3. Use the user's configured `mono` font-variation-settings by default.
528
+ 4. Correct the odd `em` font sizing in all browsers.
520
529
  */
521
530
 
522
531
  code,
@@ -524,7 +533,9 @@ kbd,
524
533
  samp,
525
534
  pre {
526
535
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
527
- font-size: 1em; /* 2 */
536
+ font-feature-settings: normal; /* 2 */
537
+ font-variation-settings: normal; /* 3 */
538
+ font-size: 1em; /* 4 */
528
539
  }
529
540
 
530
541
  /*
@@ -579,9 +590,12 @@ optgroup,
579
590
  select,
580
591
  textarea {
581
592
  font-family: inherit; /* 1 */
593
+ font-feature-settings: inherit; /* 1 */
594
+ font-variation-settings: inherit; /* 1 */
582
595
  font-size: 100%; /* 1 */
583
596
  font-weight: inherit; /* 1 */
584
597
  line-height: inherit; /* 1 */
598
+ letter-spacing: inherit; /* 1 */
585
599
  color: inherit; /* 1 */
586
600
  margin: 0; /* 2 */
587
601
  padding: 0; /* 3 */
@@ -602,9 +616,9 @@ select {
602
616
  */
603
617
 
604
618
  button,
605
- [type='button'],
606
- [type='reset'],
607
- [type='submit'] {
619
+ input:where([type='button']),
620
+ input:where([type='reset']),
621
+ input:where([type='submit']) {
608
622
  -webkit-appearance: button; /* 1 */
609
623
  background-color: transparent; /* 2 */
610
624
  background-image: none; /* 2 */
@@ -716,6 +730,14 @@ menu {
716
730
  padding: 0;
717
731
  }
718
732
 
733
+ /*
734
+ Reset default styling for dialogs.
735
+ */
736
+
737
+ dialog {
738
+ padding: 0;
739
+ }
740
+
719
741
  /*
720
742
  Prevent resizing textareas horizontally by default.
721
743
  */
@@ -785,6 +807,12 @@ video {
785
807
  height: auto;
786
808
  }
787
809
 
810
+ /* Make elements with the HTML hidden attribute stay hidden by default */
811
+
812
+ [hidden] {
813
+ display: none;
814
+ }
815
+
788
816
  *, ::before, ::after {
789
817
  --tw-border-spacing-x: 0;
790
818
  --tw-border-spacing-y: 0;
@@ -799,6 +827,9 @@ video {
799
827
  --tw-pan-y: ;
800
828
  --tw-pinch-zoom: ;
801
829
  --tw-scroll-snap-strictness: proximity;
830
+ --tw-gradient-from-position: ;
831
+ --tw-gradient-via-position: ;
832
+ --tw-gradient-to-position: ;
802
833
  --tw-ordinal: ;
803
834
  --tw-slashed-zero: ;
804
835
  --tw-numeric-figure: ;
@@ -830,6 +861,10 @@ video {
830
861
  --tw-backdrop-opacity: ;
831
862
  --tw-backdrop-saturate: ;
832
863
  --tw-backdrop-sepia: ;
864
+ --tw-contain-size: ;
865
+ --tw-contain-layout: ;
866
+ --tw-contain-paint: ;
867
+ --tw-contain-style: ;
833
868
  }
834
869
 
835
870
  ::backdrop {
@@ -846,6 +881,9 @@ video {
846
881
  --tw-pan-y: ;
847
882
  --tw-pinch-zoom: ;
848
883
  --tw-scroll-snap-strictness: proximity;
884
+ --tw-gradient-from-position: ;
885
+ --tw-gradient-via-position: ;
886
+ --tw-gradient-to-position: ;
849
887
  --tw-ordinal: ;
850
888
  --tw-slashed-zero: ;
851
889
  --tw-numeric-figure: ;
@@ -877,20 +915,16 @@ video {
877
915
  --tw-backdrop-opacity: ;
878
916
  --tw-backdrop-saturate: ;
879
917
  --tw-backdrop-sepia: ;
918
+ --tw-contain-size: ;
919
+ --tw-contain-layout: ;
920
+ --tw-contain-paint: ;
921
+ --tw-contain-style: ;
880
922
  }
881
923
 
882
924
  .relative {
883
925
  position: relative;
884
926
  }
885
927
 
886
- .top-0 {
887
- top: 0px;
888
- }
889
-
890
- .right-0 {
891
- right: 0px;
892
- }
893
-
894
928
  .bottom-0 {
895
929
  bottom: 0px;
896
930
  }
@@ -899,8 +933,12 @@ video {
899
933
  left: 0px;
900
934
  }
901
935
 
902
- .mt-2 {
903
- margin-top: 0.5rem;
936
+ .right-0 {
937
+ right: 0px;
938
+ }
939
+
940
+ .top-0 {
941
+ top: 0px;
904
942
  }
905
943
 
906
944
  .mb-16 {
@@ -911,6 +949,10 @@ video {
911
949
  margin-bottom: 1rem;
912
950
  }
913
951
 
952
+ .mt-2 {
953
+ margin-top: 0.5rem;
954
+ }
955
+
914
956
  .inline {
915
957
  display: inline;
916
958
  }
@@ -923,26 +965,26 @@ video {
923
965
  display: grid;
924
966
  }
925
967
 
926
- .h-auto {
927
- height: auto;
928
- }
929
-
930
968
  .h-0 {
931
969
  height: 0px;
932
970
  }
933
971
 
934
- .h-full {
935
- height: 100%;
972
+ .h-auto {
973
+ height: auto;
936
974
  }
937
975
 
938
- .w-screen {
939
- width: 100vw;
976
+ .h-full {
977
+ height: 100%;
940
978
  }
941
979
 
942
980
  .w-full {
943
981
  width: 100%;
944
982
  }
945
983
 
984
+ .w-screen {
985
+ width: 100vw;
986
+ }
987
+
946
988
  .items-center {
947
989
  align-items: center;
948
990
  }
@@ -975,34 +1017,26 @@ video {
975
1017
  border-style: solid;
976
1018
  }
977
1019
 
978
- .border-slate-900 {
979
- --tw-border-opacity: 1;
980
- border-color: rgba(15, 23, 42, 1);
981
- border-color: rgba(15, 23, 42, var(--tw-border-opacity));
982
- }
983
-
984
1020
  .border-neutral-50 {
985
1021
  --tw-border-opacity: 1;
986
1022
  border-color: rgba(250, 250, 250, 1);
987
1023
  border-color: rgba(250, 250, 250, var(--tw-border-opacity));
988
1024
  }
989
1025
 
990
- .bg-white {
991
- --tw-bg-opacity: 1;
992
- background-color: rgba(255, 255, 255, 1);
993
- background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
1026
+ .border-slate-900 {
1027
+ --tw-border-opacity: 1;
1028
+ border-color: rgba(15, 23, 42, 1);
1029
+ border-color: rgba(15, 23, 42, var(--tw-border-opacity));
994
1030
  }
995
1031
 
996
- .bg-slate-100 {
997
- --tw-bg-opacity: 1;
998
- background-color: rgba(241, 245, 249, 1);
999
- background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
1032
+ .bg-\[hsla\(0\2c 0\%\2c 0\%\2c 0\.75\)\] {
1033
+ background-color: hsla(0,0%,0%,0.75);
1000
1034
  }
1001
1035
 
1002
- .bg-slate-400 {
1036
+ .bg-blue-900 {
1003
1037
  --tw-bg-opacity: 1;
1004
- background-color: rgba(148, 163, 184, 1);
1005
- background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
1038
+ background-color: rgba(30, 58, 138, 1);
1039
+ background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
1006
1040
  }
1007
1041
 
1008
1042
  .bg-green-900 {
@@ -1011,20 +1045,28 @@ video {
1011
1045
  background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
1012
1046
  }
1013
1047
 
1014
- .bg-blue-900 {
1015
- --tw-bg-opacity: 1;
1016
- background-color: rgba(30, 58, 138, 1);
1017
- background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
1018
- }
1019
-
1020
1048
  .bg-red-900 {
1021
1049
  --tw-bg-opacity: 1;
1022
1050
  background-color: rgba(127, 29, 29, 1);
1023
1051
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
1024
1052
  }
1025
1053
 
1026
- .bg-\[hsla\(0\2c 0\%\2c 0\%\2c 0\.75\)\] {
1027
- background-color: hsla(0,0%,0%,0.75);
1054
+ .bg-slate-100 {
1055
+ --tw-bg-opacity: 1;
1056
+ background-color: rgba(241, 245, 249, 1);
1057
+ background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
1058
+ }
1059
+
1060
+ .bg-slate-400 {
1061
+ --tw-bg-opacity: 1;
1062
+ background-color: rgba(148, 163, 184, 1);
1063
+ background-color: rgba(148, 163, 184, var(--tw-bg-opacity));
1064
+ }
1065
+
1066
+ .bg-white {
1067
+ --tw-bg-opacity: 1;
1068
+ background-color: rgba(255, 255, 255, 1);
1069
+ background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
1028
1070
  }
1029
1071
 
1030
1072
  .bg-cover {
@@ -1039,14 +1081,14 @@ video {
1039
1081
  background-repeat: no-repeat;
1040
1082
  }
1041
1083
 
1042
- .p-2 {
1043
- padding: 0.5rem;
1044
- }
1045
-
1046
1084
  .p-1 {
1047
1085
  padding: 0.25rem;
1048
1086
  }
1049
1087
 
1088
+ .p-2 {
1089
+ padding: 0.5rem;
1090
+ }
1091
+
1050
1092
  .px-6 {
1051
1093
  padding-left: 1.5rem;
1052
1094
  padding-right: 1.5rem;
@@ -1057,21 +1099,16 @@ video {
1057
1099
  padding-right: 46px;
1058
1100
  }
1059
1101
 
1060
- .pt-\[14px\] {
1061
- padding-top: 14px;
1062
- }
1063
-
1064
1102
  .pb-\[12px\] {
1065
1103
  padding-bottom: 12px;
1066
1104
  }
1067
1105
 
1068
- .text-center {
1069
- text-align: center;
1106
+ .pt-\[14px\] {
1107
+ padding-top: 14px;
1070
1108
  }
1071
1109
 
1072
- .text-lg {
1073
- font-size: 1.125rem;
1074
- line-height: 1.75rem;
1110
+ .text-center {
1111
+ text-align: center;
1075
1112
  }
1076
1113
 
1077
1114
  .text-5xl {
@@ -1079,6 +1116,11 @@ video {
1079
1116
  line-height: 1;
1080
1117
  }
1081
1118
 
1119
+ .text-lg {
1120
+ font-size: 1.125rem;
1121
+ line-height: 1.75rem;
1122
+ }
1123
+
1082
1124
  .text-sm {
1083
1125
  font-size: 0.875rem;
1084
1126
  line-height: 1.25rem;
@@ -1104,26 +1146,20 @@ video {
1104
1146
  letter-spacing: -0.025em;
1105
1147
  }
1106
1148
 
1107
- .text-white {
1108
- --tw-text-opacity: 1;
1109
- color: rgba(255, 255, 255, 1);
1110
- color: rgba(255, 255, 255, var(--tw-text-opacity));
1111
- }
1112
-
1113
1149
  .text-neutral-50 {
1114
1150
  --tw-text-opacity: 1;
1115
1151
  color: rgba(250, 250, 250, 1);
1116
1152
  color: rgba(250, 250, 250, var(--tw-text-opacity));
1117
1153
  }
1118
1154
 
1119
- .underline {
1120
- text-decoration-line: underline;
1155
+ .text-white {
1156
+ --tw-text-opacity: 1;
1157
+ color: rgba(255, 255, 255, 1);
1158
+ color: rgba(255, 255, 255, var(--tw-text-opacity));
1121
1159
  }
1122
1160
 
1123
- .transition-all {
1124
- transition-property: all;
1125
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1126
- transition-duration: 150ms;
1161
+ .underline {
1162
+ text-decoration-line: underline;
1127
1163
  }
1128
1164
 
1129
1165
  .transition {
@@ -1134,14 +1170,20 @@ video {
1134
1170
  transition-duration: 150ms;
1135
1171
  }
1136
1172
 
1137
- .duration-300 {
1138
- transition-duration: 300ms;
1173
+ .transition-all {
1174
+ transition-property: all;
1175
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1176
+ transition-duration: 150ms;
1139
1177
  }
1140
1178
 
1141
1179
  .duration-150 {
1142
1180
  transition-duration: 150ms;
1143
1181
  }
1144
1182
 
1183
+ .duration-300 {
1184
+ transition-duration: 300ms;
1185
+ }
1186
+
1145
1187
  .ease-in-out {
1146
1188
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1147
1189
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.69.6--canary.78a94b5.0",
4
+ "version": "4.69.6--canary.241ee9c.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -44,18 +44,18 @@
44
44
  "vue": "^3.4.27"
45
45
  },
46
46
  "devDependencies": {
47
- "@knapsack/eslint-config-starter": "4.69.6--canary.78a94b5.0",
48
- "@knapsack/postcss-config-starter": "4.69.6--canary.78a94b5.0",
49
- "@knapsack/prettier-config": "4.69.6--canary.78a94b5.0",
50
- "@knapsack/sandbox-tokens": "4.69.6--canary.78a94b5.0",
51
- "@knapsack/typescript-config-starter": "4.69.6--canary.78a94b5.0",
47
+ "@knapsack/eslint-config-starter": "4.69.6--canary.241ee9c.0",
48
+ "@knapsack/postcss-config-starter": "4.69.6--canary.241ee9c.0",
49
+ "@knapsack/prettier-config": "4.69.6--canary.241ee9c.0",
50
+ "@knapsack/sandbox-tokens": "4.69.6--canary.241ee9c.0",
51
+ "@knapsack/typescript-config-starter": "4.69.6--canary.241ee9c.0",
52
52
  "@types/node": "^20.16.5",
53
53
  "@types/react": "^18.3.5",
54
54
  "esbuild": "^0.20.2",
55
55
  "eslint": "^8.57.0",
56
56
  "npm-run-all2": "^5.0.2",
57
57
  "postcss-cli": "^9.1.0",
58
- "tailwindcss": "^3.1.7",
58
+ "tailwindcss": "^3.4.10",
59
59
  "typescript": "^5.5.4",
60
60
  "web-component-analyzer": "^2.0.0"
61
61
  },
@@ -68,5 +68,5 @@
68
68
  "directory": "apps/ui/libs/sandbox-components",
69
69
  "type": "git"
70
70
  },
71
- "gitHead": "78a94b590523e851f0dc08d02f9cb2d4f6896b2e"
71
+ "gitHead": "241ee9c14420347d958bbc009318757a49875074"
72
72
  }