@public-ui/sample-react 2.1.0 → 2.1.1
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.
- package/dist/{9975.js → 1011.js} +2 -2
- package/dist/1174.js +2 -0
- package/dist/{1797.js → 1353.js} +2 -2
- package/dist/142.js +2 -0
- package/dist/{8251.js → 1423.js} +2 -2
- package/dist/1499.js +2 -0
- package/dist/{9980.js → 1600.js} +2 -2
- package/dist/1602.js +2 -0
- package/dist/{8855.js → 1847.js} +2 -2
- package/dist/1990.js +2 -0
- package/dist/21.js +2 -0
- package/dist/2268.js +2 -0
- package/dist/{3965.js → 2385.js} +2 -2
- package/dist/2602.js +2 -0
- package/dist/{3460.js → 2680.js} +2 -2
- package/dist/{5020.js → 2872.js} +2 -2
- package/dist/310.js +2 -0
- package/dist/{5781.js → 3129.js} +2 -2
- package/dist/356.js +2 -0
- package/dist/372.js +2 -0
- package/dist/3793.js +2 -0
- package/dist/3830.js +2 -0
- package/dist/{8471.js → 4091.js} +2 -2
- package/dist/{7582.js → 4178.js} +2 -2
- package/dist/4185.js +2 -0
- package/dist/{8210.js → 4222.js} +2 -2
- package/dist/{9558.js → 4258.js} +2 -2
- package/dist/{4294.js → 4322.js} +2 -2
- package/dist/{8100.js → 4504.js} +2 -2
- package/dist/4774.js +2 -0
- package/dist/4913.js +2 -0
- package/dist/{5813.js → 5185.js} +2 -2
- package/dist/{8286.js → 5226.js} +2 -2
- package/dist/5445.js +2 -0
- package/dist/{6971.js → 5527.js} +2 -2
- package/dist/{8116.js → 5672.js} +2 -2
- package/dist/{7163.js → 5687.js} +2 -2
- package/dist/5797.js +2 -0
- package/dist/5817.js +2 -0
- package/dist/5893.js +2 -0
- package/dist/5896.js +2 -0
- package/dist/61.js +2 -0
- package/dist/{5076.js → 6200.js} +2 -2
- package/dist/{6649.js → 6629.js} +2 -2
- package/dist/{3882.js → 6670.js} +2 -2
- package/dist/{4181.js → 6681.js} +2 -2
- package/dist/6717.js +1 -1
- package/dist/682.js +2 -0
- package/dist/6856.js +2 -0
- package/dist/6916.js +2 -0
- package/dist/{1430.js → 7090.js} +2 -2
- package/dist/742.js +2 -0
- package/dist/{8799.js → 7483.js} +2 -2
- package/dist/{3845.js → 7785.js} +2 -2
- package/dist/7890.js +2 -0
- package/dist/7944.js +2 -0
- package/dist/7977.js +2 -0
- package/dist/8157.js +2 -0
- package/dist/{7461.js → 8185.js} +2 -2
- package/dist/{92.js → 8320.js} +2 -2
- package/dist/{7391.js → 8691.js} +2 -2
- package/dist/8730.js +2 -0
- package/dist/8780.js +2 -0
- package/dist/8881.js +2 -0
- package/dist/{6731.js → 8911.js} +2 -2
- package/dist/{4604.js → 9091.js} +2 -2
- package/dist/{3503.js → 9171.js} +2 -2
- package/dist/{2728.js → 9244.js} +2 -2
- package/dist/9268.js +2 -0
- package/dist/9283.js +2 -0
- package/dist/{1396.js → 9560.js} +2 -2
- package/dist/968.js +2 -0
- package/dist/{4972.js → 9800.js} +2 -2
- package/dist/{6809.js → 9836.js} +2 -2
- package/dist/9913.js +2 -0
- package/dist/9913.js.LICENSE.txt +3 -0
- package/dist/{5399.js → 9947.js} +2 -2
- package/dist/9947.js.LICENSE.txt +3 -0
- package/dist/main.css +1 -1
- package/dist/main.js +1 -1
- package/package.json +5 -5
- package/src/components/combobox/basic.tsx +13 -0
- package/src/components/combobox/partials/cases.tsx +38 -0
- package/src/components/combobox/partials/variants.tsx +19 -0
- package/src/components/combobox/routes.ts +8 -0
- package/src/components/input-checkbox/partials/cases.tsx +7 -0
- package/src/components/input-number/partials/cases.tsx +4 -0
- package/src/components/input-password/show-password.tsx +19 -0
- package/src/components/input-text/partials/cases.tsx +3 -1
- package/src/components/select/partials/cases.tsx +1 -14
- package/src/components/table/routes.ts +2 -0
- package/src/components/table/stateless-with-selection.tsx +60 -0
- package/src/components/textarea/partials/cases.tsx +3 -0
- package/src/components/toolbar/basic.tsx +48 -0
- package/src/components/toolbar/disabled.tsx +50 -0
- package/src/components/toolbar/routes.ts +10 -0
- package/src/react.main.tsx +2 -2
- package/src/scenarios/appointment-form/AppointmentForm.tsx +1 -2
- package/src/scenarios/appointment-form/AvailableAppointmentsForm.tsx +55 -49
- package/src/scenarios/appointment-form/DistrictForm.tsx +15 -9
- package/src/scenarios/appointment-form/PersonalInformationForm.tsx +18 -6
- package/src/scenarios/appointment-form/formUtils.ts +2 -4
- package/src/scenarios/inputs-get-value.tsx +109 -83
- package/src/shares/country.ts +18 -0
- package/src/shares/routes.ts +4 -0
- package/src/shares/theme.ts +2 -6
- package/dist/1266.js +0 -2
- package/dist/1601.js +0 -2
- package/dist/1786.js +0 -2
- package/dist/1832.js +0 -2
- package/dist/2441.js +0 -2
- package/dist/2462.js +0 -2
- package/dist/2605.js +0 -2
- package/dist/2960.js +0 -2
- package/dist/3492.js +0 -2
- package/dist/3801.js +0 -2
- package/dist/4737.js +0 -2
- package/dist/5204.js +0 -2
- package/dist/5398.js +0 -2
- package/dist/5514.js +0 -2
- package/dist/5522.js +0 -2
- package/dist/5677.js +0 -2
- package/dist/5829.js +0 -2
- package/dist/6320.js +0 -2
- package/dist/6324.js +0 -2
- package/dist/6473.js +0 -2
- package/dist/6567.js +0 -2
- package/dist/6974.js +0 -2
- package/dist/7157.js +0 -2
- package/dist/7162.js +0 -2
- package/dist/7183.js +0 -2
- package/dist/7310.js +0 -2
- package/dist/7560.js +0 -2
- package/dist/8126.js +0 -2
- package/dist/85.js +0 -2
- package/dist/8902.js +0 -2
- package/dist/8956.js +0 -2
- package/dist/9768.js +0 -2
- package/dist/9818.js +0 -2
- package/dist/9849.js +0 -2
- package/dist/989.js +0 -2
- /package/dist/{1266.js.LICENSE.txt → 1011.js.LICENSE.txt} +0 -0
- /package/dist/{1396.js.LICENSE.txt → 1174.js.LICENSE.txt} +0 -0
- /package/dist/{1430.js.LICENSE.txt → 1353.js.LICENSE.txt} +0 -0
- /package/dist/{1601.js.LICENSE.txt → 142.js.LICENSE.txt} +0 -0
- /package/dist/{1786.js.LICENSE.txt → 1423.js.LICENSE.txt} +0 -0
- /package/dist/{1797.js.LICENSE.txt → 1499.js.LICENSE.txt} +0 -0
- /package/dist/{1832.js.LICENSE.txt → 1600.js.LICENSE.txt} +0 -0
- /package/dist/{2441.js.LICENSE.txt → 1602.js.LICENSE.txt} +0 -0
- /package/dist/{2462.js.LICENSE.txt → 1847.js.LICENSE.txt} +0 -0
- /package/dist/{2605.js.LICENSE.txt → 1990.js.LICENSE.txt} +0 -0
- /package/dist/{2728.js.LICENSE.txt → 21.js.LICENSE.txt} +0 -0
- /package/dist/{2960.js.LICENSE.txt → 2268.js.LICENSE.txt} +0 -0
- /package/dist/{3460.js.LICENSE.txt → 2385.js.LICENSE.txt} +0 -0
- /package/dist/{3492.js.LICENSE.txt → 2602.js.LICENSE.txt} +0 -0
- /package/dist/{3503.js.LICENSE.txt → 2680.js.LICENSE.txt} +0 -0
- /package/dist/{3801.js.LICENSE.txt → 2872.js.LICENSE.txt} +0 -0
- /package/dist/{3845.js.LICENSE.txt → 310.js.LICENSE.txt} +0 -0
- /package/dist/{3882.js.LICENSE.txt → 3129.js.LICENSE.txt} +0 -0
- /package/dist/{3965.js.LICENSE.txt → 356.js.LICENSE.txt} +0 -0
- /package/dist/{4181.js.LICENSE.txt → 372.js.LICENSE.txt} +0 -0
- /package/dist/{4294.js.LICENSE.txt → 3793.js.LICENSE.txt} +0 -0
- /package/dist/{4604.js.LICENSE.txt → 3830.js.LICENSE.txt} +0 -0
- /package/dist/{4737.js.LICENSE.txt → 4091.js.LICENSE.txt} +0 -0
- /package/dist/{4972.js.LICENSE.txt → 4178.js.LICENSE.txt} +0 -0
- /package/dist/{5020.js.LICENSE.txt → 4185.js.LICENSE.txt} +0 -0
- /package/dist/{5076.js.LICENSE.txt → 4222.js.LICENSE.txt} +0 -0
- /package/dist/{5204.js.LICENSE.txt → 4258.js.LICENSE.txt} +0 -0
- /package/dist/{5398.js.LICENSE.txt → 4322.js.LICENSE.txt} +0 -0
- /package/dist/{5399.js.LICENSE.txt → 4504.js.LICENSE.txt} +0 -0
- /package/dist/{5514.js.LICENSE.txt → 4774.js.LICENSE.txt} +0 -0
- /package/dist/{5522.js.LICENSE.txt → 4913.js.LICENSE.txt} +0 -0
- /package/dist/{5677.js.LICENSE.txt → 5185.js.LICENSE.txt} +0 -0
- /package/dist/{5781.js.LICENSE.txt → 5226.js.LICENSE.txt} +0 -0
- /package/dist/{5813.js.LICENSE.txt → 5445.js.LICENSE.txt} +0 -0
- /package/dist/{5829.js.LICENSE.txt → 5527.js.LICENSE.txt} +0 -0
- /package/dist/{6320.js.LICENSE.txt → 5672.js.LICENSE.txt} +0 -0
- /package/dist/{6324.js.LICENSE.txt → 5687.js.LICENSE.txt} +0 -0
- /package/dist/{6473.js.LICENSE.txt → 5797.js.LICENSE.txt} +0 -0
- /package/dist/{6567.js.LICENSE.txt → 5817.js.LICENSE.txt} +0 -0
- /package/dist/{6649.js.LICENSE.txt → 5893.js.LICENSE.txt} +0 -0
- /package/dist/{6731.js.LICENSE.txt → 5896.js.LICENSE.txt} +0 -0
- /package/dist/{6809.js.LICENSE.txt → 61.js.LICENSE.txt} +0 -0
- /package/dist/{6971.js.LICENSE.txt → 6200.js.LICENSE.txt} +0 -0
- /package/dist/{6974.js.LICENSE.txt → 6629.js.LICENSE.txt} +0 -0
- /package/dist/{7157.js.LICENSE.txt → 6670.js.LICENSE.txt} +0 -0
- /package/dist/{7162.js.LICENSE.txt → 6681.js.LICENSE.txt} +0 -0
- /package/dist/{7163.js.LICENSE.txt → 682.js.LICENSE.txt} +0 -0
- /package/dist/{7183.js.LICENSE.txt → 6856.js.LICENSE.txt} +0 -0
- /package/dist/{7310.js.LICENSE.txt → 6916.js.LICENSE.txt} +0 -0
- /package/dist/{7391.js.LICENSE.txt → 7090.js.LICENSE.txt} +0 -0
- /package/dist/{7461.js.LICENSE.txt → 742.js.LICENSE.txt} +0 -0
- /package/dist/{7560.js.LICENSE.txt → 7483.js.LICENSE.txt} +0 -0
- /package/dist/{7582.js.LICENSE.txt → 7785.js.LICENSE.txt} +0 -0
- /package/dist/{8100.js.LICENSE.txt → 7890.js.LICENSE.txt} +0 -0
- /package/dist/{8116.js.LICENSE.txt → 7944.js.LICENSE.txt} +0 -0
- /package/dist/{8126.js.LICENSE.txt → 7977.js.LICENSE.txt} +0 -0
- /package/dist/{8210.js.LICENSE.txt → 8157.js.LICENSE.txt} +0 -0
- /package/dist/{8251.js.LICENSE.txt → 8185.js.LICENSE.txt} +0 -0
- /package/dist/{8286.js.LICENSE.txt → 8320.js.LICENSE.txt} +0 -0
- /package/dist/{8471.js.LICENSE.txt → 8691.js.LICENSE.txt} +0 -0
- /package/dist/{85.js.LICENSE.txt → 8730.js.LICENSE.txt} +0 -0
- /package/dist/{8799.js.LICENSE.txt → 8780.js.LICENSE.txt} +0 -0
- /package/dist/{8855.js.LICENSE.txt → 8881.js.LICENSE.txt} +0 -0
- /package/dist/{8902.js.LICENSE.txt → 8911.js.LICENSE.txt} +0 -0
- /package/dist/{8956.js.LICENSE.txt → 9091.js.LICENSE.txt} +0 -0
- /package/dist/{92.js.LICENSE.txt → 9171.js.LICENSE.txt} +0 -0
- /package/dist/{9558.js.LICENSE.txt → 9244.js.LICENSE.txt} +0 -0
- /package/dist/{9768.js.LICENSE.txt → 9268.js.LICENSE.txt} +0 -0
- /package/dist/{9818.js.LICENSE.txt → 9283.js.LICENSE.txt} +0 -0
- /package/dist/{9849.js.LICENSE.txt → 9560.js.LICENSE.txt} +0 -0
- /package/dist/{989.js.LICENSE.txt → 968.js.LICENSE.txt} +0 -0
- /package/dist/{9975.js.LICENSE.txt → 9800.js.LICENSE.txt} +0 -0
- /package/dist/{9980.js.LICENSE.txt → 9836.js.LICENSE.txt} +0 -0
package/dist/main.css
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
*,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}.container{width:100%;}@media (min-width: 640px){.container{max-width:640px;}}@media (min-width: 768px){.container{max-width:768px;}}@media (min-width: 1024px){.container{max-width:1024px;}}@media (min-width: 1280px){.container{max-width:1280px;}}@media (min-width: 1536px){.container{max-width:1536px;}}.static{position:static;}.grid{display:grid;}.col-span-2{grid-column:span 2/span 2;}.col-span-3{grid-column:span 3/span 3;}.col-span-6{grid-column:span 6/span 6;}.grid-cols-\[4fr_4fr_1fr\]{grid-template-columns:4fr 4fr 1fr;}.grid-cols-\[auto_1fr_1fr\]{grid-template-columns:auto 1fr 1fr;}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}.m0{margin:0;}.my-2{margin-top:0.5rem;margin-bottom:0.5rem;}.my-4{margin-top:1rem;margin-bottom:1rem;}.mb-3{margin-bottom:0.75rem;}.mb-4{margin-bottom:1rem;}.mb-sm{margin-bottom:0.875rem;}.me{margin-inline-end:1rem;}.ml{margin-left:1rem;}.mt,.mt-4{margin-top:1rem;}.mt-0{margin-top:0;}.mt-2{margin-top:0.5rem;}.mt-6{margin-top:1.5rem;}.inline{display:inline;}.block{display:block;}.inline-block{display:inline-block;}.hidden{display:none;}.min-w-75em{min-width:75em;}.w-12rem{width:12rem;}.w-50{width:12.5rem;}.w-50\%{width:50%;}.w-75px{width:75px;}.w-80\%{width:80%;}.w-8rem{width:8rem;}.w-fit{width:fit-content;}.w-sm{width:24rem;}.flex{display:flex;}.inline-flex{display:inline-flex;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.table{display:table;}.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.list-inside{list-style-position:inside;}.items-end{align-items:flex-end;}.flex-items-center,.items-center{align-items:center;}.flex-justify-between,.justify-between{justify-content:space-between;}.justify-items-center{justify-items:center;}.gap-14{gap:3.5rem;}.gap-2{gap:0.5rem;}.gap-4{gap:1rem;}.flex-justify-end{justify-content:flex-end;}.border{border-width:1px;}.bg-gray-200{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity));}.p-2{padding:0.5rem;}.p-4{padding:1rem;}.p0{padding:0;}.py-2{padding-top:0.5rem;padding-bottom:0.5rem;}.text-center{text-align:center;}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4;}.tab-0{-moz-tab-size:0;-o-tab-size:0;tab-size:0;}.tab-1{-moz-tab-size:1;-o-tab-size:1;tab-size:1;}.tab-2{-moz-tab-size:2;-o-tab-size:2;tab-size:2;}.tab-3{-moz-tab-size:3;-o-tab-size:3;tab-size:3;}@media (min-width: 640px){.sm\:col-span-6{grid-column:span 6/span 6;}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr));}.sm\:w-full{width:100%;}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2/span 2;}.md\:col-span-3{grid-column:span 3/span 3;}.md\:col-span-4{grid-column:span 4/span 4;}.md\:col-span-6{grid-column:span 6/span 6;}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr));}.md\:w-\[calc\(50\%-16px\)\]{width:calc(50% - 16px);}}@media (min-width: 1024px){.lg\:w-\[calc\(33\.33\%-16px\)\]{width:calc(33.33% - 16px);}}@media (min-width: 1280px){.xl\:col-span-2{grid-column:span 2/span 2;}.xl\:col-span-3{grid-column:span 3/span 3;}.xl\:col-span-5{grid-column:span 5/span 5;}.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr));}}
|
|
1
|
+
*,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}.container{width:100%;}@media (min-width: 640px){.container{max-width:640px;}}@media (min-width: 768px){.container{max-width:768px;}}@media (min-width: 1024px){.container{max-width:1024px;}}@media (min-width: 1280px){.container{max-width:1280px;}}@media (min-width: 1536px){.container{max-width:1536px;}}.static{position:static;}.grid{display:grid;}.col-span-2{grid-column:span 2/span 2;}.col-span-3{grid-column:span 3/span 3;}.col-span-6{grid-column:span 6/span 6;}.grid-cols-\[4fr_4fr_1fr\]{grid-template-columns:4fr 4fr 1fr;}.grid-cols-\[auto_1fr_1fr\]{grid-template-columns:auto 1fr 1fr;}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr));}.m0{margin:0;}.my-2{margin-top:0.5rem;margin-bottom:0.5rem;}.my-4{margin-top:1rem;margin-bottom:1rem;}.mb-3{margin-bottom:0.75rem;}.mb-4{margin-bottom:1rem;}.mb-8{margin-bottom:2rem;}.mb-sm{margin-bottom:0.875rem;}.me{margin-inline-end:1rem;}.ml{margin-left:1rem;}.mt,.mt-4{margin-top:1rem;}.mt-0{margin-top:0;}.mt-2{margin-top:0.5rem;}.mt-6{margin-top:1.5rem;}.inline{display:inline;}.block{display:block;}.inline-block{display:inline-block;}.hidden{display:none;}.ha{height:auto;}.min-w-75em{min-width:75em;}.w-12rem{width:12rem;}.w-50{width:12.5rem;}.w-50\%{width:50%;}.w-75px{width:75px;}.w-80\%{width:80%;}.w-8rem{width:8rem;}.w-fit{width:fit-content;}.w-sm{width:24rem;}.flex{display:flex;}.inline-flex{display:inline-flex;}.flex-row{flex-direction:row;}.flex-wrap{flex-wrap:wrap;}.table{display:table;}.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));}.list-inside{list-style-position:inside;}.items-end{align-items:flex-end;}.flex-items-center,.items-center{align-items:center;}.flex-justify-between,.justify-between{justify-content:space-between;}.justify-items-center{justify-items:center;}.gap-14{gap:3.5rem;}.gap-2{gap:0.5rem;}.gap-4{gap:1rem;}.flex-justify-end{justify-content:flex-end;}.border{border-width:1px;}.bg-gray-200{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity));}.p-2{padding:0.5rem;}.p-4{padding:1rem;}.p0{padding:0;}.py-2{padding-top:0.5rem;padding-bottom:0.5rem;}.text-center{text-align:center;}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4;}.tab-0{-moz-tab-size:0;-o-tab-size:0;tab-size:0;}.tab-1{-moz-tab-size:1;-o-tab-size:1;tab-size:1;}.tab-2{-moz-tab-size:2;-o-tab-size:2;tab-size:2;}.tab-3{-moz-tab-size:3;-o-tab-size:3;tab-size:3;}@media (min-width: 640px){.sm\:col-span-6{grid-column:span 6/span 6;}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr));}.sm\:w-full{width:100%;}}@media (min-width: 768px){.md\:col-span-2{grid-column:span 2/span 2;}.md\:col-span-3{grid-column:span 3/span 3;}.md\:col-span-4{grid-column:span 4/span 4;}.md\:col-span-6{grid-column:span 6/span 6;}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr));}.md\:w-\[calc\(50\%-16px\)\]{width:calc(50% - 16px);}}@media (min-width: 1024px){.lg\:w-\[calc\(33\.33\%-16px\)\]{width:calc(33.33% - 16px);}}@media (min-width: 1280px){.xl\:col-span-2{grid-column:span 2/span 2;}.xl\:col-span-3{grid-column:span 3/span 3;}.xl\:col-span-5{grid-column:span 5/span 5;}.xl\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr));}}
|
|
2
2
|
body{margin:0;font-family:Verdana}dl,hr{margin:0}.w-4rem{width:4rem}.w-8rem{width:8rem}.w-12rem{width:12rem}.grid-cols-2{grid-template-columns:auto auto}@media(min-width: 1024px){.app-container{display:grid;grid-template-columns:360px auto;height:100%}.app-sidebar{border-right:1px solid gray}}@media print{.no-print,.no-print *{display:none !important}}
|
|
3
3
|
.loader{width:48px;height:48px;border:5px solid #333;border-radius:50%;display:inline-block;box-sizing:border-box;position:relative;animation:pulse 1s linear infinite}.loader:after{content:"";position:absolute;width:48px;height:48px;border:5px solid red;border-radius:50%;display:inline-block;box-sizing:border-box;left:50%;top:50%;transform:translate(-50%, -50%);animation:scaleUp 1s linear infinite}@keyframes scaleUp{0%{transform:translate(-50%, -50%) scale(0)}60%,100%{transform:translate(-50%, -50%) scale(1)}}@keyframes pulse{0%,60%,100%{transform:scale(1)}80%{transform:scale(1.2)}}@media(prefers-reduced-motion){.loader,.loader:after{animation-duration:2s}}
|