Skip to content

Commit b4c37bc

Browse files
committed
changes
1 parent 2664432 commit b4c37bc

File tree

2 files changed

+24
-122
lines changed

2 files changed

+24
-122
lines changed

app/globals-out.css

+22-121
Original file line numberDiff line numberDiff line change
@@ -794,15 +794,6 @@ select {
794794
--ring: 212.7 26.8% 83.9%;
795795
}
796796

797-
.toggle-checkbox:checked {
798-
right: 0;
799-
border-color: #2196f3;
800-
}
801-
802-
.toggle-label {
803-
background-color: #2196f3;
804-
}
805-
806797
* {
807798
border-color: hsl(var(--border));
808799
}
@@ -930,10 +921,6 @@ body {
930921
display: block;
931922
}
932923

933-
.inline-block {
934-
display: inline-block;
935-
}
936-
937924
.flex {
938925
display: flex;
939926
}
@@ -974,10 +961,6 @@ body {
974961
height: 1.25rem;
975962
}
976963

977-
.h-6 {
978-
height: 1.5rem;
979-
}
980-
981964
.h-9 {
982965
height: 2.25rem;
983966
}
@@ -1030,10 +1013,6 @@ body {
10301013
width: 1.25rem;
10311014
}
10321015

1033-
.w-6 {
1034-
width: 1.5rem;
1035-
}
1036-
10371016
.w-64 {
10381017
width: 16rem;
10391018
}
@@ -1102,22 +1081,12 @@ body {
11021081
cursor: default;
11031082
}
11041083

1105-
.cursor-pointer {
1106-
cursor: pointer;
1107-
}
1108-
11091084
.select-none {
11101085
-webkit-user-select: none;
11111086
-moz-user-select: none;
11121087
user-select: none;
11131088
}
11141089

1115-
.appearance-none {
1116-
-webkit-appearance: none;
1117-
-moz-appearance: none;
1118-
appearance: none;
1119-
}
1120-
11211090
.flex-row {
11221091
flex-direction: row;
11231092
}
@@ -1224,18 +1193,10 @@ body {
12241193
border-radius: 0.125rem;
12251194
}
12261195

1227-
.rounded {
1228-
border-radius: 0.25rem;
1229-
}
1230-
12311196
.border {
12321197
border-width: 1px;
12331198
}
12341199

1235-
.border-4 {
1236-
border-width: 4px;
1237-
}
1238-
12391200
.border-b {
12401201
border-bottom-width: 1px;
12411202
}
@@ -1248,16 +1209,6 @@ body {
12481209
border-color: hsl(var(--primary));
12491210
}
12501211

1251-
.border-gray-400 {
1252-
--tw-border-opacity: 1;
1253-
border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
1254-
}
1255-
1256-
.border-gray-300 {
1257-
--tw-border-opacity: 1;
1258-
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1259-
}
1260-
12611212
.bg-background {
12621213
background-color: hsl(var(--background));
12631214
}
@@ -1279,11 +1230,6 @@ body {
12791230
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
12801231
}
12811232

1282-
.bg-gray-300 {
1283-
--tw-bg-opacity: 1;
1284-
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
1285-
}
1286-
12871233
.bg-gray-50 {
12881234
--tw-bg-opacity: 1;
12891235
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
@@ -1315,15 +1261,15 @@ body {
13151261
background-color: hsl(var(--secondary));
13161262
}
13171263

1264+
.bg-transparent {
1265+
background-color: transparent;
1266+
}
1267+
13181268
.bg-white {
13191269
--tw-bg-opacity: 1;
13201270
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
13211271
}
13221272

1323-
.bg-transparent {
1324-
background-color: transparent;
1325-
}
1326-
13271273
.fill-current {
13281274
fill: currentColor;
13291275
}
@@ -1345,6 +1291,11 @@ body {
13451291
padding-right: 0.5rem;
13461292
}
13471293

1294+
.px-2\.5 {
1295+
padding-left: 0.625rem;
1296+
padding-right: 0.625rem;
1297+
}
1298+
13481299
.px-3 {
13491300
padding-left: 0.75rem;
13501301
padding-right: 0.75rem;
@@ -1355,6 +1306,11 @@ body {
13551306
padding-right: 1rem;
13561307
}
13571308

1309+
.px-5 {
1310+
padding-left: 1.25rem;
1311+
padding-right: 1.25rem;
1312+
}
1313+
13581314
.px-8 {
13591315
padding-left: 2rem;
13601316
padding-right: 2rem;
@@ -1380,16 +1336,6 @@ body {
13801336
padding-bottom: 1rem;
13811337
}
13821338

1383-
.px-2\.5 {
1384-
padding-left: 0.625rem;
1385-
padding-right: 0.625rem;
1386-
}
1387-
1388-
.px-5 {
1389-
padding-left: 1.25rem;
1390-
padding-right: 1.25rem;
1391-
}
1392-
13931339
.pb-2 {
13941340
padding-bottom: 0.5rem;
13951341
}
@@ -1406,10 +1352,6 @@ body {
14061352
padding-top: 0px;
14071353
}
14081354

1409-
.align-middle {
1410-
vertical-align: middle;
1411-
}
1412-
14131355
.text-2xl {
14141356
font-size: 1.5rem;
14151357
line-height: 2rem;
@@ -1501,10 +1443,6 @@ body {
15011443
text-underline-offset: 4px;
15021444
}
15031445

1504-
.accent-blue-500 {
1505-
accent-color: #3b82f6;
1506-
}
1507-
15081446
.opacity-50 {
15091447
opacity: 0.5;
15101448
}
@@ -1544,14 +1482,6 @@ body {
15441482
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
15451483
}
15461484

1547-
.transition {
1548-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1549-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1550-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
1551-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1552-
transition-duration: 150ms;
1553-
}
1554-
15551485
.transition-all {
15561486
transition-property: all;
15571487
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
@@ -1564,14 +1494,6 @@ body {
15641494
transition-duration: 150ms;
15651495
}
15661496

1567-
.duration-200 {
1568-
transition-duration: 200ms;
1569-
}
1570-
1571-
.ease-in {
1572-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1573-
}
1574-
15751497
@keyframes enter {
15761498
from {
15771499
opacity: var(--tw-enter-opacity, 1);
@@ -1600,14 +1522,6 @@ body {
16001522
--tw-enter-opacity: 0.8;
16011523
}
16021524

1603-
.duration-200 {
1604-
animation-duration: 200ms;
1605-
}
1606-
1607-
.ease-in {
1608-
animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
1609-
}
1610-
16111525
/* Responsive Spacing */
16121526

16131527
.file\:border-0::file-selector-button {
@@ -1635,15 +1549,6 @@ body {
16351549
color: hsl(var(--muted-foreground));
16361550
}
16371551

1638-
.checked\:bg-primary:checked {
1639-
background-color: hsl(var(--primary));
1640-
}
1641-
1642-
.checked\:text-white:checked {
1643-
--tw-text-opacity: 1;
1644-
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
1645-
}
1646-
16471552
.hover\:bg-accent:hover {
16481553
background-color: hsl(var(--accent));
16491554
}
@@ -1652,6 +1557,10 @@ body {
16521557
background-color: hsl(var(--destructive) / 0.9);
16531558
}
16541559

1560+
.hover\:bg-muted:hover {
1561+
background-color: hsl(var(--muted));
1562+
}
1563+
16551564
.hover\:bg-primary\/90:hover {
16561565
background-color: hsl(var(--primary) / 0.9);
16571566
}
@@ -1660,10 +1569,6 @@ body {
16601569
background-color: hsl(var(--secondary) / 0.8);
16611570
}
16621571

1663-
.hover\:bg-muted:hover {
1664-
background-color: hsl(var(--muted));
1665-
}
1666-
16671572
.hover\:text-accent-foreground:hover {
16681573
color: hsl(var(--accent-foreground));
16691574
}
@@ -1704,10 +1609,6 @@ body {
17041609
--tw-ring-color: hsl(var(--ring));
17051610
}
17061611

1707-
.focus\:ring-primary:focus {
1708-
--tw-ring-color: hsl(var(--primary));
1709-
}
1710-
17111612
.focus\:ring-offset-2:focus {
17121613
--tw-ring-offset-width: 2px;
17131614
}
@@ -1783,11 +1684,11 @@ body {
17831684
background-color: hsl(var(--primary));
17841685
}
17851686

1786-
.data-\[state\=open\]\:bg-accent[data-state="open"] {
1687+
.data-\[state\=on\]\:bg-accent[data-state="on"] {
17871688
background-color: hsl(var(--accent));
17881689
}
17891690

1790-
.data-\[state\=on\]\:bg-accent[data-state="on"] {
1691+
.data-\[state\=open\]\:bg-accent[data-state="open"] {
17911692
background-color: hsl(var(--accent));
17921693
}
17931694

@@ -1799,11 +1700,11 @@ body {
17991700
color: hsl(var(--primary-foreground));
18001701
}
18011702

1802-
.data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
1703+
.data-\[state\=on\]\:text-accent-foreground[data-state="on"] {
18031704
color: hsl(var(--accent-foreground));
18041705
}
18051706

1806-
.data-\[state\=on\]\:text-accent-foreground[data-state="on"] {
1707+
.data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
18071708
color: hsl(var(--accent-foreground));
18081709
}
18091710

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
"main": "index.js",
66
"scripts": {
77
"dev": "next dev",
8-
"build": "next build",
8+
"build": "next build && echo '' > out/.nojekyll && echo 'json-schema-playground.jonymusky.com' > out/CNAME",
99
"start": "next start",
1010
"lint": "next lint",
11+
"export": "next build && next export",
1112
"tailwind-dev": "npx tailwindcss -i ./app/globals.css -o ./app/globals-out.css --watch",
1213
"deploy": "npm run export && gh-pages -d out && echo '' > out/.nojekyll && echo 'json-schema-playground.jonymusky.com' > out/CNAME && gh-pages -d out"
1314

0 commit comments

Comments
 (0)