@public-ui/sample-react 2.0.9 → 2.0.10
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/1051.js +2 -0
- package/dist/1278.js +2 -0
- package/dist/1499.js +2 -0
- package/dist/{5027.js → 1502.js} +2 -2
- package/dist/1517.js +1 -1
- package/dist/{9727.js → 1699.js} +2 -2
- package/dist/1731.js +2 -0
- package/dist/1848.js +2 -0
- package/dist/1940.js +2 -0
- package/dist/2015.js +2 -0
- package/dist/2156.js +2 -0
- package/dist/2182.js +2 -0
- package/dist/{3034.js → 2186.js} +2 -2
- package/dist/2439.js +2 -0
- package/dist/2563.js +2 -0
- package/dist/2619.js +2 -0
- package/dist/2624.js +2 -0
- package/dist/2671.js +2 -0
- package/dist/2926.js +2 -0
- package/dist/3028.js +2 -0
- package/dist/{3845.js → 3073.js} +2 -2
- package/dist/351.js +2 -0
- package/dist/3625.js +2 -0
- package/dist/4619.js +2 -0
- package/dist/{9681.js → 4627.js} +2 -2
- package/dist/4937.js +2 -0
- package/dist/5172.js +2 -0
- package/dist/528.js +2 -0
- package/dist/5342.js +2 -0
- package/dist/5431.js +2 -0
- package/dist/{4279.js → 5784.js} +2 -2
- package/dist/5896.js +2 -0
- package/dist/6114.js +2 -0
- package/dist/6329.js +2 -0
- package/dist/6357.js +2 -0
- package/dist/6511.js +2 -0
- package/dist/{8734.js → 7086.js} +2 -2
- package/dist/710.js +2 -0
- package/dist/7160.js +2 -0
- package/dist/{5324.js → 7240.js} +2 -2
- package/dist/{1218.js → 7435.js} +2 -2
- package/dist/7628.js +2 -0
- package/dist/{3466.js → 7732.js} +2 -2
- package/dist/{6826.js → 7748.js} +2 -2
- package/dist/7950.js +2 -0
- package/dist/7986.js +2 -0
- package/dist/8240.js +2 -0
- package/dist/8247.js +2 -0
- package/dist/8256.js +2 -0
- package/dist/8494.js +2 -0
- package/dist/8507.js +2 -0
- package/dist/9014.js +2 -0
- package/dist/{1181.js → 9035.js} +2 -2
- package/dist/{1596.js → 9094.js} +2 -2
- package/dist/{9865.js → 9179.js} +2 -2
- package/dist/9183.js +2 -0
- package/dist/{2079.js → 9190.js} +2 -2
- package/dist/{2643.js → 9237.js} +2 -2
- package/dist/9246.js +2 -0
- package/dist/9424.js +2 -0
- package/dist/9456.js +2 -0
- package/dist/9483.js +2 -0
- package/dist/{5373.js → 9485.js} +2 -2
- package/dist/{2163.js → 9528.js} +2 -2
- package/dist/9622.js +2 -0
- package/dist/97.js +2 -0
- package/dist/9758.js +2 -0
- package/dist/{4463.js → 9829.js} +2 -2
- package/dist/9829.js.LICENSE.txt +3 -0
- package/dist/9918.js +2 -0
- package/dist/9918.js.LICENSE.txt +3 -0
- package/dist/{3600.js → 9993.js} +2 -2
- package/dist/9993.js.LICENSE.txt +3 -0
- package/dist/main.css +1 -1
- package/dist/main.js +1 -1
- package/package.json +13 -13
- package/src/App.tsx +6 -5
- package/src/components/handout/basic.tsx +50 -19
- package/src/components/input-checkbox/partials/cases.tsx +1 -1
- package/src/components/input-color/partials/cases.tsx +8 -2
- package/src/components/input-date/partials/cases.tsx +9 -1
- package/src/components/input-email/partials/cases.tsx +2 -2
- package/src/components/input-file/partials/cases.tsx +2 -2
- package/src/components/input-number/partials/cases.tsx +1 -1
- package/src/components/input-password/partials/cases.tsx +2 -2
- package/src/components/input-radio/objectValue.tsx +37 -0
- package/src/components/input-radio/partials/cases.tsx +2 -2
- package/src/components/input-radio/routes.ts +2 -0
- package/src/components/input-radio/select.tsx +1 -1
- package/src/components/input-range/partials/cases.tsx +12 -2
- package/src/components/input-text/hide-errors.tsx +3 -3
- package/src/components/input-text/partials/cases.tsx +4 -4
- package/src/components/nav/links.ts +18 -2
- package/src/components/select/partials/cases.tsx +10 -2
- package/src/components/spin/custom.tsx +4 -1
- package/src/components/split-button/basic.tsx +1 -1
- package/src/components/textarea/counter.tsx +7 -1
- package/src/components/textarea/disabled.tsx +6 -1
- package/src/components/textarea/partials/cases.tsx +1 -1
- package/src/components/textarea/readonly.tsx +6 -1
- package/src/components/toast/basic.tsx +1 -1
- package/src/react.main.tsx +40 -22
- package/src/scenarios/appointment-form/AvailableAppointmentsForm.tsx +11 -4
- package/src/scenarios/appointment-form/DistrictForm.tsx +9 -2
- package/src/scenarios/appointment-form/PersonalInformationForm.tsx +8 -2
- package/src/scenarios/appointment-form/formUtils.ts +6 -0
- package/src/scenarios/routes.ts +0 -2
- package/src/shares/store.ts +5 -5
- package/src/shares/theme.ts +6 -5
- package/webpack.config.js +1 -0
- package/dist/1090.js +0 -2
- package/dist/1280.js +0 -2
- package/dist/1338.js +0 -2
- package/dist/2415.js +0 -2
- package/dist/2594.js +0 -2
- package/dist/2611.js +0 -2
- package/dist/3099.js +0 -2
- package/dist/3145.js +0 -2
- package/dist/3345.js +0 -2
- package/dist/3388.js +0 -2
- package/dist/3580.js +0 -2
- package/dist/3619.js +0 -2
- package/dist/3776.js +0 -2
- package/dist/4150.js +0 -2
- package/dist/42.js +0 -2
- package/dist/4669.js +0 -2
- package/dist/4686.js +0 -2
- package/dist/4689.js +0 -2
- package/dist/4756.js +0 -2
- package/dist/521.js +0 -2
- package/dist/5518.js +0 -2
- package/dist/5615.js +0 -2
- package/dist/5853.js +0 -2
- package/dist/6010.js +0 -2
- package/dist/6308.js +0 -2
- package/dist/7170.js +0 -2
- package/dist/755.js +0 -2
- package/dist/7654.js +0 -2
- package/dist/8037.js +0 -2
- package/dist/817.js +0 -2
- package/dist/8180.js +0 -2
- package/dist/8341.js +0 -2
- package/dist/8612.js +0 -2
- package/dist/881.js +0 -2
- package/dist/8869.js +0 -2
- package/dist/892.js +0 -2
- package/dist/8948.js +0 -2
- package/dist/8951.js +0 -2
- package/dist/9150.js +0 -2
- package/dist/9317.js +0 -2
- package/dist/9330.js +0 -2
- package/dist/9700.js +0 -2
- package/dist/9797.js +0 -2
- package/dist/9886.js +0 -2
- package/dist/9912.js +0 -2
- package/dist/9984.js +0 -2
- package/src/components/abbr/basic.html +0 -6
- package/src/scenarios/complex-form/common/form/component.tsx +0 -25
- package/src/scenarios/complex-form/common/form/types.ts +0 -13
- package/src/scenarios/complex-form/component.tsx +0 -164
- package/src/scenarios/complex-form/kopfdaten/component.tsx +0 -52
- package/src/scenarios/complex-form/location/component.tsx +0 -18
- package/src/scenarios/complex-form/location/location.form.ts +0 -22
- package/src/scenarios/complex-form/schedule/component.tsx +0 -18
- package/src/scenarios/complex-form/schedule/schedule.form.ts +0 -34
- /package/dist/{1090.js.LICENSE.txt → 1051.js.LICENSE.txt} +0 -0
- /package/dist/{1181.js.LICENSE.txt → 1278.js.LICENSE.txt} +0 -0
- /package/dist/{1218.js.LICENSE.txt → 1499.js.LICENSE.txt} +0 -0
- /package/dist/{1280.js.LICENSE.txt → 1502.js.LICENSE.txt} +0 -0
- /package/dist/{1338.js.LICENSE.txt → 1699.js.LICENSE.txt} +0 -0
- /package/dist/{1596.js.LICENSE.txt → 1731.js.LICENSE.txt} +0 -0
- /package/dist/{2079.js.LICENSE.txt → 1848.js.LICENSE.txt} +0 -0
- /package/dist/{2163.js.LICENSE.txt → 1940.js.LICENSE.txt} +0 -0
- /package/dist/{2415.js.LICENSE.txt → 2015.js.LICENSE.txt} +0 -0
- /package/dist/{2594.js.LICENSE.txt → 2156.js.LICENSE.txt} +0 -0
- /package/dist/{2611.js.LICENSE.txt → 2182.js.LICENSE.txt} +0 -0
- /package/dist/{2643.js.LICENSE.txt → 2186.js.LICENSE.txt} +0 -0
- /package/dist/{3034.js.LICENSE.txt → 2439.js.LICENSE.txt} +0 -0
- /package/dist/{3099.js.LICENSE.txt → 2563.js.LICENSE.txt} +0 -0
- /package/dist/{3145.js.LICENSE.txt → 2619.js.LICENSE.txt} +0 -0
- /package/dist/{3345.js.LICENSE.txt → 2624.js.LICENSE.txt} +0 -0
- /package/dist/{3388.js.LICENSE.txt → 2671.js.LICENSE.txt} +0 -0
- /package/dist/{3466.js.LICENSE.txt → 2926.js.LICENSE.txt} +0 -0
- /package/dist/{3580.js.LICENSE.txt → 3028.js.LICENSE.txt} +0 -0
- /package/dist/{3600.js.LICENSE.txt → 3073.js.LICENSE.txt} +0 -0
- /package/dist/{3619.js.LICENSE.txt → 351.js.LICENSE.txt} +0 -0
- /package/dist/{3776.js.LICENSE.txt → 3625.js.LICENSE.txt} +0 -0
- /package/dist/{3845.js.LICENSE.txt → 4619.js.LICENSE.txt} +0 -0
- /package/dist/{4150.js.LICENSE.txt → 4627.js.LICENSE.txt} +0 -0
- /package/dist/{42.js.LICENSE.txt → 4937.js.LICENSE.txt} +0 -0
- /package/dist/{4279.js.LICENSE.txt → 5172.js.LICENSE.txt} +0 -0
- /package/dist/{4463.js.LICENSE.txt → 528.js.LICENSE.txt} +0 -0
- /package/dist/{4669.js.LICENSE.txt → 5342.js.LICENSE.txt} +0 -0
- /package/dist/{4686.js.LICENSE.txt → 5431.js.LICENSE.txt} +0 -0
- /package/dist/{4689.js.LICENSE.txt → 5784.js.LICENSE.txt} +0 -0
- /package/dist/{4756.js.LICENSE.txt → 5896.js.LICENSE.txt} +0 -0
- /package/dist/{5027.js.LICENSE.txt → 6114.js.LICENSE.txt} +0 -0
- /package/dist/{521.js.LICENSE.txt → 6329.js.LICENSE.txt} +0 -0
- /package/dist/{5324.js.LICENSE.txt → 6357.js.LICENSE.txt} +0 -0
- /package/dist/{5373.js.LICENSE.txt → 6511.js.LICENSE.txt} +0 -0
- /package/dist/{5518.js.LICENSE.txt → 7086.js.LICENSE.txt} +0 -0
- /package/dist/{5615.js.LICENSE.txt → 710.js.LICENSE.txt} +0 -0
- /package/dist/{5853.js.LICENSE.txt → 7160.js.LICENSE.txt} +0 -0
- /package/dist/{6010.js.LICENSE.txt → 7240.js.LICENSE.txt} +0 -0
- /package/dist/{6308.js.LICENSE.txt → 7435.js.LICENSE.txt} +0 -0
- /package/dist/{6826.js.LICENSE.txt → 7628.js.LICENSE.txt} +0 -0
- /package/dist/{7170.js.LICENSE.txt → 7732.js.LICENSE.txt} +0 -0
- /package/dist/{755.js.LICENSE.txt → 7748.js.LICENSE.txt} +0 -0
- /package/dist/{7654.js.LICENSE.txt → 7950.js.LICENSE.txt} +0 -0
- /package/dist/{8037.js.LICENSE.txt → 7986.js.LICENSE.txt} +0 -0
- /package/dist/{817.js.LICENSE.txt → 8240.js.LICENSE.txt} +0 -0
- /package/dist/{8180.js.LICENSE.txt → 8247.js.LICENSE.txt} +0 -0
- /package/dist/{8341.js.LICENSE.txt → 8256.js.LICENSE.txt} +0 -0
- /package/dist/{8612.js.LICENSE.txt → 8494.js.LICENSE.txt} +0 -0
- /package/dist/{8734.js.LICENSE.txt → 8507.js.LICENSE.txt} +0 -0
- /package/dist/{881.js.LICENSE.txt → 9014.js.LICENSE.txt} +0 -0
- /package/dist/{8869.js.LICENSE.txt → 9035.js.LICENSE.txt} +0 -0
- /package/dist/{892.js.LICENSE.txt → 9094.js.LICENSE.txt} +0 -0
- /package/dist/{8948.js.LICENSE.txt → 9179.js.LICENSE.txt} +0 -0
- /package/dist/{8951.js.LICENSE.txt → 9183.js.LICENSE.txt} +0 -0
- /package/dist/{9150.js.LICENSE.txt → 9190.js.LICENSE.txt} +0 -0
- /package/dist/{9317.js.LICENSE.txt → 9237.js.LICENSE.txt} +0 -0
- /package/dist/{9330.js.LICENSE.txt → 9246.js.LICENSE.txt} +0 -0
- /package/dist/{9681.js.LICENSE.txt → 9424.js.LICENSE.txt} +0 -0
- /package/dist/{9700.js.LICENSE.txt → 9456.js.LICENSE.txt} +0 -0
- /package/dist/{9727.js.LICENSE.txt → 9483.js.LICENSE.txt} +0 -0
- /package/dist/{9797.js.LICENSE.txt → 9485.js.LICENSE.txt} +0 -0
- /package/dist/{9865.js.LICENSE.txt → 9528.js.LICENSE.txt} +0 -0
- /package/dist/{9886.js.LICENSE.txt → 9622.js.LICENSE.txt} +0 -0
- /package/dist/{9912.js.LICENSE.txt → 97.js.LICENSE.txt} +0 -0
- /package/dist/{9984.js.LICENSE.txt → 9758.js.LICENSE.txt} +0 -0
package/dist/{3600.js → 9993.js}
RENAMED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! For license information please see
|
|
2
|
-
"use strict";(self.webpackChunk_public_ui_sample_react=self.webpackChunk_public_ui_sample_react||[]).push([[
|
|
1
|
+
/*! For license information please see 9993.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.webpackChunk_public_ui_sample_react=self.webpackChunk_public_ui_sample_react||[]).push([[9993],{9993:(e,t,r)=>{r.r(t),r.d(t,{default:()=>u});const s=document.querySelector("kol-input-text");s&&(console.log(s),setInterval((()=>{s.hasAttribute("_error")?s.removeAttribute("_error"):s.setAttribute("_error","This is an error")}),1e3));const u={}}}]);
|
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;}.
|
|
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;}.mla{margin-left:auto;}.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;}.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;}.flex-justify-between{justify-content:space-between;}.flex-self-center{align-self:center;}.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}}
|