@poppy-ui/vue 0.1.0-beta-6 → 0.2.0-beta.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/css/core.css +1 -0
- package/css/core.css.map +1 -0
- package/css/global.bundle.css +1 -0
- package/css/global.bundle.css.map +1 -0
- package/css/normalize.css +1 -0
- package/css/normalize.css.map +1 -0
- package/css/poppy.bundle.css +1 -0
- package/css/poppy.bundle.css.map +1 -0
- package/css/structure.css +1 -0
- package/css/structure.css.map +1 -0
- package/css/themes/dark.always.css +1 -0
- package/css/themes/dark.always.css.map +1 -0
- package/css/themes/dark.class.css +1 -0
- package/css/themes/dark.class.css.map +1 -0
- package/css/themes/dark.system.css +1 -0
- package/css/themes/dark.system.css.map +1 -0
- package/css/themes/dark.theme.css +1 -0
- package/css/themes/dark.theme.css.map +1 -0
- package/css/themes/light.always.css +1 -0
- package/css/themes/light.always.css.map +1 -0
- package/css/themes/light.class.css +1 -0
- package/css/themes/light.class.css.map +1 -0
- package/css/themes/light.system.css +1 -0
- package/css/themes/light.system.css.map +1 -0
- package/css/themes/light.theme.css +1 -0
- package/css/themes/light.theme.css.map +1 -0
- package/dist/index.js +64 -56
- package/dist/index.js.map +1 -1
- package/dist/types/proxies.d.ts +3 -0
- package/dist/vetur/attributes.json +11 -6
- package/dist/vetur/tags.json +16 -2
- package/dist/web-types.json +79 -22
- package/package.json +8 -5
- package/readme.md +6 -2
package/css/core.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--base-100: oklch(var(--base-100-oklch, 100% 0 0));--base-200: oklch(var(--base-200-oklch, 96.1151% 0 0));--base-300: oklch(var(--base-300-oklch, 92.4169% 0.00108 197.137559));--base-content: oklch(var(--base-content-oklch, 27.8078% 0.029596 256.847952));--neutral: oklch(var(--neutral-oklch, 32.1785% 0.02476 255.701624));--neutral-content: oklch(var(--neutral-content-oklch, 89.4994% 0.011585 252.096176));--primary: oklch(var(--primary-oklch, 49.12% 0.3096 275.75));--primary-content: oklch(var(--primary-content-oklch, 89.824% 0.06192 275.75));--secondary: oklch(var(--secondary-oklch, 69.71% 0.329 342.55));--secondary-content: oklch(var(--secondary-content-oklch, 98.71% 0.0106 342.55));--accent: oklch(var(--accent-oklch, 76.76% 0.184 183.61));--accent-content: oklch(var(--accent-content-oklch, 15.352% 0.0368 183.61));--info: oklch(var(--info-oklch, 72.06% 0.191 231.6));--info-content: oklch(var(--info-content-oklch, 0% 0 0));--success: oklch(var(--success-oklch, 64.8% 0.15 160));--success-content: oklch(var(--success-content-oklch, 0% 0 0));--warning: oklch(var(--warning-oklch, 84.71% 0.199 83.87));--warning-content: oklch(var(--warning-content-oklch, 0% 0 0));--error: oklch(var(--error-oklch, 71.76% 0.221 22.18));--error-content: oklch(var(--error-content-oklch, 0% 0 0))}html{--font-family: system-ui}body{background:var(--base-100);color:var(--base-content);font-family:var(--font-family)}/*# sourceMappingURL=core.css.map */
|
package/css/core.css.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../src/css/core.scss"],"names":[],"mappings":"AAIA,MAWQ,+PAFA,oEAEA,qFAFA,6DAEA,+EAFA,gEAEA,iFAFA,0DAEA,4EAFA,qDAEA,yDAFA,uDAEA,+DAFA,2DAEA,+DAFA,uDAEA,2DAMR,KACE,yBAGF,KACE,2BACA,0BACA","file":"core.css","sourcesContent":["@use \"sass:map\";\n\n@import \"../themes/poppy.globals\";\n\n:root {\n /**\n * Loop through each color object from the\n * `poppy.theme.default.scss` file\n * and generate CSS Variables for each color.\n */\n @each $color-name, $value in $colors {\n @each $variant-name, $variant in $value {\n @if $variant-name == base {\n --#{$color-name}: oklch(var(--#{$color-name}-oklch, #{$variant}));\n } @else {\n --#{$color-name}-#{$variant-name}: oklch(var(--#{$color-name}-#{$variant-name}-oklch, #{$variant}));\n }\n }\n }\n}\n\nhtml {\n --font-family: system-ui;\n}\n\nbody {\n background: var(--base-100);\n color: var(--base-content);\n font-family: var(--font-family);\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
audio,canvas,progress,video{vertical-align:baseline}audio:not([controls]){display:none;height:0}b,strong{font-weight:bold}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{font-weight:bold}img{max-width:100%}hr{box-sizing:content-box;height:1px;border-width:0}pre{overflow:auto}code,kbd,pre,samp{font-size:1em;font-family:monospace,monospace}label,input,select,textarea{line-height:normal;font-family:inherit}textarea{height:auto;overflow:auto;color:inherit;font:inherit}textarea::placeholder{padding-left:2px}form,input,optgroup,select{margin:0;color:inherit;font:inherit}html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}a,a div,a span,a ion-icon,a ion-label,button,button div,button span,button pop-label,.ion-tappable,[tappable],[tappable] div,[tappable] span,[tappable] pop-label,input,textarea{touch-action:manipulation}a pop-label,button pop-label{pointer-events:none}button{-webkit-appearance:button;padding:0;border:0;border-radius:0;font-style:inherit;font-variant:inherit;line-height:1;font-family:inherit;text-transform:none;cursor:pointer}[tappable]{cursor:pointer}a[disabled],button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0;overflow:hidden;transform:translateZ(0);text-rendering:optimizeLegibility;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}/*# sourceMappingURL=global.bundle.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../src/css/normalize.scss","../src/css/structure.scss"],"names":[],"mappings":"AAMA,4BAIE,wBAKF,sBACE,aAEA,SAOF,SAEE,iBAIF,mDAaE,iBAOF,IACE,eAMF,GACE,uBACA,WAEA,eAIF,IACE,cAIF,kBAIE,cACA,gCAeF,4BAIE,mBACA,oBAGF,SACE,YACA,cACA,cAEA,aAGF,sBACE,iBAGF,2BAIE,SACA,cAEA,aAQF,6DAGE,0BACA,eAIF,iLAgBE,0BAGF,6BAEE,oBAGF,OACE,0BACA,UACA,SACA,gBACA,mBACA,qBACA,cACA,oBACA,oBACA,eAGF,WACE,eAIF,kDAGE,eAIF,iDAEE,UAEA,SAMF,4FAEE,YAMF,+FAEE,wBAOF,MACE,yBACA,iBAGF,MAEE,UCnNF,EACE,sBAEA,0CACA,0CACA,2BAGF,KACE,WACA,YACA,8BAEA,sBAGF,yBACE,aAGF,iBACE,cAGF,aACE,aAGF,KAGE,eAEA,WACA,eACA,YACA,gBACA,SACA,UAEA,gBAsBA,wBAEA,kCAEA,0BAEA,uBAEA,yBAEA,qBAEA,2BACA,8BAEA","file":"global.bundle.css","sourcesContent":["// ! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css\n\n// HTML5 display definitions\n// ==========================================================================\n\n// 1. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\naudio,\ncanvas,\nprogress,\nvideo {\n vertical-align: baseline; // 1\n}\n\n// Prevent modern browsers from displaying `audio` without controls.\n// Remove excess height in iOS 5 devices.\naudio:not([controls]) {\n display: none;\n\n height: 0;\n}\n\n// Text-level semantics\n// ==========================================================================\n\n// Address style set to `bolder` in Firefox 4+, Safari, and Chrome.\nb,\nstrong {\n font-weight: bold;\n}\n\n// Remove all margin from text.\nblockquote,\ndl,\ndd,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nhr,\nfigure,\np,\npre {\n font-weight: bold;\n}\n\n// Embedded content\n// ==========================================================================\n\n// Makes it so the img does not flow outside container\nimg {\n max-width: 100%;\n}\n\n// Grouping content\n// ==========================================================================\n\nhr {\n box-sizing: content-box;\n height: 1px;\n\n border-width: 0;\n}\n\n// Contain overflow in all browsers.\npre {\n overflow: auto;\n}\n\n// Address odd `em`-unit font size rendering in all browsers.\ncode,\nkbd,\npre,\nsamp {\n font-size: 1em;\n font-family: monospace, monospace;\n}\n\n// Forms\n// ==========================================================================\n\n// Known limitation: by default, Chrome and Safari on OS X allow very limited\n// styling of `select`, unless a `border` property is set.\n\n// 1. Correct color not being inherited.\n// Known issue: affects color of disabled elements.\n// 2. Correct font properties not being inherited.\n// 3. Address margins set differently in Firefox 4+, Safari, and Chrome.\n//\n\nlabel,\ninput,\nselect,\ntextarea {\n line-height: normal;\n font-family: inherit;\n}\n\ntextarea {\n height: auto;\n overflow: auto;\n color: inherit;\n\n font: inherit;\n}\n\ntextarea::placeholder {\n padding-left: 2px;\n}\n\nform,\ninput,\noptgroup,\nselect {\n margin: 0; // 3\n color: inherit; // 1\n\n font: inherit; // 2\n}\n\n// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n// and `video` controls.\n// 2. Correct inability to style clickable `input` types in iOS.\n// 3. Improve usability and consistency of cursor style between image-type\n// `input` and others.\nhtml input[type=\"button\"], // 1\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n -webkit-appearance: button; // 2\n cursor: pointer; // 3\n}\n\n// remove 300ms delay\na,\na div,\na span,\na ion-icon,\na ion-label,\nbutton,\nbutton div,\nbutton span,\nbutton pop-label,\n.ion-tappable,\n[tappable],\n[tappable] div,\n[tappable] span,\n[tappable] pop-label,\ninput,\ntextarea {\n touch-action: manipulation;\n}\n\na pop-label,\nbutton pop-label {\n pointer-events: none;\n}\n\nbutton {\n -webkit-appearance: button;\n padding: 0;\n border: 0;\n border-radius: 0;\n font-style: inherit;\n font-variant: inherit;\n line-height: 1;\n font-family: inherit;\n text-transform: none;\n cursor: pointer;\n}\n\n[tappable] {\n cursor: pointer;\n}\n\n// Re-set default cursor for disabled elements.\na[disabled],\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n// Remove inner padding and border in Firefox 4+.\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n padding: 0;\n\n border: 0;\n}\n\n// Fix the cursor style for Chrome's increment/decrement buttons. For certain\n// `font-size` values of the `input`, it causes the cursor style of the\n// decrement button to change from `default` to `text`.\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n// Remove inner padding and search cancel button in Safari and Chrome on OS X.\n// Safari (but not Chrome) clips the cancel button when the search input has\n// padding (and `textfield` appearance).\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n// Tables\n// ==========================================================================//\n\n// Remove most spacing between table cells.\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\ntd,\nth {\n padding: 0;\n}\n","@import \"../themes/poppy.globals\";\n\n// Structure\n// --------------------------------------------------\n// Adds structural css to the native html elements\n\n* {\n box-sizing: border-box;\n\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n -webkit-tap-highlight-color: transparent;\n -webkit-touch-callout: none;\n}\n\nhtml {\n width: 100%;\n height: 100%;\n -webkit-text-size-adjust: 100%;\n\n text-size-adjust: 100%;\n}\n\nhtml:not(.hydrated) body {\n display: none;\n}\n\nhtml.ion-ce body {\n display: block;\n}\n\nhtml.plt-pwa {\n height: 100vh;\n}\n\nbody {\n // @include font-smoothing();\n\n position: fixed;\n\n width: 100%;\n max-width: 100%;\n height: 100%;\n max-height: 100%;\n margin: 0;\n padding: 0;\n\n overflow: hidden;\n\n /**\n * Because body has position: fixed,\n * it should be promoted to its own\n * layer.\n *\n * WebKit does not always promote\n * the body to its own layer on page\n * load in Ionic apps. Once scrolling on\n * ion-content starts, WebKit will promote\n * body. Unfortunately, this causes a re-paint\n * which results in scrolling being halted\n * until the next user gesture.\n *\n * This impacts the Custom Elements build.\n * The lazy loaded build causes the browser to\n * re-paint during hydration which causes WebKit\n * to promote body to its own layer.\n * In the CE Build, this hydration does not\n * happen, so the additional re-paint does not occur.\n */\n transform: translateZ(0);\n\n text-rendering: optimizeLegibility;\n\n touch-action: manipulation;\n\n -webkit-user-drag: none;\n\n -ms-content-zooming: none;\n\n word-wrap: break-word;\n\n overscroll-behavior-y: none;\n -webkit-text-size-adjust: none;\n\n text-size-adjust: none;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
audio,canvas,progress,video{vertical-align:baseline}audio:not([controls]){display:none;height:0}b,strong{font-weight:bold}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{font-weight:bold}img{max-width:100%}hr{box-sizing:content-box;height:1px;border-width:0}pre{overflow:auto}code,kbd,pre,samp{font-size:1em;font-family:monospace,monospace}label,input,select,textarea{line-height:normal;font-family:inherit}textarea{height:auto;overflow:auto;color:inherit;font:inherit}textarea::placeholder{padding-left:2px}form,input,optgroup,select{margin:0;color:inherit;font:inherit}html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}a,a div,a span,a ion-icon,a ion-label,button,button div,button span,button pop-label,.ion-tappable,[tappable],[tappable] div,[tappable] span,[tappable] pop-label,input,textarea{touch-action:manipulation}a pop-label,button pop-label{pointer-events:none}button{-webkit-appearance:button;padding:0;border:0;border-radius:0;font-style:inherit;font-variant:inherit;line-height:1;font-family:inherit;text-transform:none;cursor:pointer}[tappable]{cursor:pointer}a[disabled],button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*# sourceMappingURL=normalize.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../src/css/normalize.scss"],"names":[],"mappings":"AAMA,4BAIE,wBAKF,sBACE,aAEA,SAOF,SAEE,iBAIF,mDAaE,iBAOF,IACE,eAMF,GACE,uBACA,WAEA,eAIF,IACE,cAIF,kBAIE,cACA,gCAeF,4BAIE,mBACA,oBAGF,SACE,YACA,cACA,cAEA,aAGF,sBACE,iBAGF,2BAIE,SACA,cAEA,aAQF,6DAGE,0BACA,eAIF,iLAgBE,0BAGF,6BAEE,oBAGF,OACE,0BACA,UACA,SACA,gBACA,mBACA,qBACA,cACA,oBACA,oBACA,eAGF,WACE,eAIF,kDAGE,eAIF,iDAEE,UAEA,SAMF,4FAEE,YAMF,+FAEE,wBAOF,MACE,yBACA,iBAGF,MAEE","file":"normalize.css","sourcesContent":["// ! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css\n\n// HTML5 display definitions\n// ==========================================================================\n\n// 1. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\naudio,\ncanvas,\nprogress,\nvideo {\n vertical-align: baseline; // 1\n}\n\n// Prevent modern browsers from displaying `audio` without controls.\n// Remove excess height in iOS 5 devices.\naudio:not([controls]) {\n display: none;\n\n height: 0;\n}\n\n// Text-level semantics\n// ==========================================================================\n\n// Address style set to `bolder` in Firefox 4+, Safari, and Chrome.\nb,\nstrong {\n font-weight: bold;\n}\n\n// Remove all margin from text.\nblockquote,\ndl,\ndd,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nhr,\nfigure,\np,\npre {\n font-weight: bold;\n}\n\n// Embedded content\n// ==========================================================================\n\n// Makes it so the img does not flow outside container\nimg {\n max-width: 100%;\n}\n\n// Grouping content\n// ==========================================================================\n\nhr {\n box-sizing: content-box;\n height: 1px;\n\n border-width: 0;\n}\n\n// Contain overflow in all browsers.\npre {\n overflow: auto;\n}\n\n// Address odd `em`-unit font size rendering in all browsers.\ncode,\nkbd,\npre,\nsamp {\n font-size: 1em;\n font-family: monospace, monospace;\n}\n\n// Forms\n// ==========================================================================\n\n// Known limitation: by default, Chrome and Safari on OS X allow very limited\n// styling of `select`, unless a `border` property is set.\n\n// 1. Correct color not being inherited.\n// Known issue: affects color of disabled elements.\n// 2. Correct font properties not being inherited.\n// 3. Address margins set differently in Firefox 4+, Safari, and Chrome.\n//\n\nlabel,\ninput,\nselect,\ntextarea {\n line-height: normal;\n font-family: inherit;\n}\n\ntextarea {\n height: auto;\n overflow: auto;\n color: inherit;\n\n font: inherit;\n}\n\ntextarea::placeholder {\n padding-left: 2px;\n}\n\nform,\ninput,\noptgroup,\nselect {\n margin: 0; // 3\n color: inherit; // 1\n\n font: inherit; // 2\n}\n\n// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n// and `video` controls.\n// 2. Correct inability to style clickable `input` types in iOS.\n// 3. Improve usability and consistency of cursor style between image-type\n// `input` and others.\nhtml input[type=\"button\"], // 1\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n -webkit-appearance: button; // 2\n cursor: pointer; // 3\n}\n\n// remove 300ms delay\na,\na div,\na span,\na ion-icon,\na ion-label,\nbutton,\nbutton div,\nbutton span,\nbutton pop-label,\n.ion-tappable,\n[tappable],\n[tappable] div,\n[tappable] span,\n[tappable] pop-label,\ninput,\ntextarea {\n touch-action: manipulation;\n}\n\na pop-label,\nbutton pop-label {\n pointer-events: none;\n}\n\nbutton {\n -webkit-appearance: button;\n padding: 0;\n border: 0;\n border-radius: 0;\n font-style: inherit;\n font-variant: inherit;\n line-height: 1;\n font-family: inherit;\n text-transform: none;\n cursor: pointer;\n}\n\n[tappable] {\n cursor: pointer;\n}\n\n// Re-set default cursor for disabled elements.\na[disabled],\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n// Remove inner padding and border in Firefox 4+.\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n padding: 0;\n\n border: 0;\n}\n\n// Fix the cursor style for Chrome's increment/decrement buttons. For certain\n// `font-size` values of the `input`, it causes the cursor style of the\n// decrement button to change from `default` to `text`.\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n// Remove inner padding and search cancel button in Safari and Chrome on OS X.\n// Safari (but not Chrome) clips the cancel button when the search input has\n// padding (and `textfield` appearance).\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n// Tables\n// ==========================================================================//\n\n// Remove most spacing between table cells.\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\ntd,\nth {\n padding: 0;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--base-100:oklch(var(--base-100-oklch, 100% 0 0));--base-200:oklch(var(--base-200-oklch, 96.1151% 0 0));--base-300:oklch(var(--base-300-oklch, 92.4169% 0.00108 197.137559));--base-content:oklch(var(--base-content-oklch, 27.8078% 0.029596 256.847952));--neutral:oklch(var(--neutral-oklch, 32.1785% 0.02476 255.701624));--neutral-content:oklch(var(--neutral-content-oklch, 89.4994% 0.011585 252.096176));--primary:oklch(var(--primary-oklch, 49.12% 0.3096 275.75));--primary-content:oklch(var(--primary-content-oklch, 89.824% 0.06192 275.75));--secondary:oklch(var(--secondary-oklch, 69.71% 0.329 342.55));--secondary-content:oklch(var(--secondary-content-oklch, 98.71% 0.0106 342.55));--accent:oklch(var(--accent-oklch, 76.76% 0.184 183.61));--accent-content:oklch(var(--accent-content-oklch, 15.352% 0.0368 183.61));--info:oklch(var(--info-oklch, 72.06% 0.191 231.6));--info-content:oklch(var(--info-content-oklch, 0% 0 0));--success:oklch(var(--success-oklch, 64.8% 0.15 160));--success-content:oklch(var(--success-content-oklch, 0% 0 0));--warning:oklch(var(--warning-oklch, 84.71% 0.199 83.87));--warning-content:oklch(var(--warning-content-oklch, 0% 0 0));--error:oklch(var(--error-oklch, 71.76% 0.221 22.18));--error-content:oklch(var(--error-content-oklch, 0% 0 0))}html{--font-family:system-ui;width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--base-100);color:var(--base-content);font-family:var(--font-family);position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0;overflow:hidden;transform:translateZ(0);text-rendering:optimizeLegibility;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}audio,canvas,progress,video{vertical-align:baseline}audio:not([controls]){display:none;height:0}b,blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre,strong{font-weight:700}img{max-width:100%}hr{box-sizing:content-box;height:1px;border-width:0}pre{overflow:auto}code,kbd,pre,samp{font-size:1em;font-family:monospace,monospace}input,label,select,textarea{line-height:normal;font-family:inherit}textarea{height:auto;overflow:auto;color:inherit;font:inherit}textarea::placeholder{padding-left:2px}form,input,optgroup,select{margin:0;color:inherit;font:inherit}html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}.ion-tappable,[tappable],[tappable] div,[tappable] pop-label,[tappable] span,a,a div,a ion-icon,a ion-label,a span,button,button div,button pop-label,button span,input,textarea{touch-action:manipulation}a pop-label,button pop-label{pointer-events:none}button{-webkit-appearance:button;padding:0;border:0;border-radius:0;font-style:inherit;font-variant:inherit;line-height:1;font-family:inherit;text-transform:none;cursor:pointer}[tappable]{cursor:pointer}a[disabled],button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html:not(.hydrated) body{display:none}html.ion-ce body{display:block}html.plt-pwa{height:100vh}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../src/css/core.scss","../src/css/normalize.scss","../src/css/structure.scss"],"names":[],"mappings":"AAIA,MAWQ,+PAFA,oEAEA,qFAFA,6DAEA,+EAFA,gEAEA,iFAFA,0DAEA,4EAFA,qDAEA,yDAFA,uDAEA,+DAFA,2DAEA,+DAFA,uDAEA,2DAMR,KACE,yBAGF,KACE,2BACA,0BACA,+BCtBF,4BAIE,wBAKF,sBACE,aAEA,SAOF,SAEE,iBAIF,mDAaE,iBAOF,IACE,eAMF,GACE,uBACA,WAEA,eAIF,IACE,cAIF,kBAIE,cACA,gCAeF,4BAIE,mBACA,oBAGF,SACE,YACA,cACA,cAEA,aAGF,sBACE,iBAGF,2BAIE,SACA,cAEA,aAQF,6DAGE,0BACA,eAIF,iLAgBE,0BAGF,6BAEE,oBAGF,OACE,0BACA,UACA,SACA,gBACA,mBACA,qBACA,cACA,oBACA,oBACA,eAGF,WACE,eAIF,kDAGE,eAIF,iDAEE,UAEA,SAMF,4FAEE,YAMF,+FAEE,wBAOF,MACE,yBACA,iBAGF,MAEE,UCnNF,EACE,sBAEA,0CACA,0CACA,2BAGF,KACE,WACA,YACA,8BAEA,sBAGF,yBACE,aAGF,iBACE,cAGF,aACE,aAGF,KAGE,eAEA,WACA,eACA,YACA,gBACA,SACA,UAEA,gBAsBA,wBAEA,kCAEA,0BAEA,uBAEA,yBAEA,qBAEA,2BACA,8BAEA","file":"poppy.bundle.css","sourcesContent":["@use \"sass:map\";\n\n@import \"../themes/poppy.globals\";\n\n:root {\n /**\n * Loop through each color object from the\n * `poppy.theme.default.scss` file\n * and generate CSS Variables for each color.\n */\n @each $color-name, $value in $colors {\n @each $variant-name, $variant in $value {\n @if $variant-name == base {\n --#{$color-name}: oklch(var(--#{$color-name}-oklch, #{$variant}));\n } @else {\n --#{$color-name}-#{$variant-name}: oklch(var(--#{$color-name}-#{$variant-name}-oklch, #{$variant}));\n }\n }\n }\n}\n\nhtml {\n --font-family: system-ui;\n}\n\nbody {\n background: var(--base-100);\n color: var(--base-content);\n font-family: var(--font-family);\n}\n","// ! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css\n\n// HTML5 display definitions\n// ==========================================================================\n\n// 1. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\naudio,\ncanvas,\nprogress,\nvideo {\n vertical-align: baseline; // 1\n}\n\n// Prevent modern browsers from displaying `audio` without controls.\n// Remove excess height in iOS 5 devices.\naudio:not([controls]) {\n display: none;\n\n height: 0;\n}\n\n// Text-level semantics\n// ==========================================================================\n\n// Address style set to `bolder` in Firefox 4+, Safari, and Chrome.\nb,\nstrong {\n font-weight: bold;\n}\n\n// Remove all margin from text.\nblockquote,\ndl,\ndd,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6,\nhr,\nfigure,\np,\npre {\n font-weight: bold;\n}\n\n// Embedded content\n// ==========================================================================\n\n// Makes it so the img does not flow outside container\nimg {\n max-width: 100%;\n}\n\n// Grouping content\n// ==========================================================================\n\nhr {\n box-sizing: content-box;\n height: 1px;\n\n border-width: 0;\n}\n\n// Contain overflow in all browsers.\npre {\n overflow: auto;\n}\n\n// Address odd `em`-unit font size rendering in all browsers.\ncode,\nkbd,\npre,\nsamp {\n font-size: 1em;\n font-family: monospace, monospace;\n}\n\n// Forms\n// ==========================================================================\n\n// Known limitation: by default, Chrome and Safari on OS X allow very limited\n// styling of `select`, unless a `border` property is set.\n\n// 1. Correct color not being inherited.\n// Known issue: affects color of disabled elements.\n// 2. Correct font properties not being inherited.\n// 3. Address margins set differently in Firefox 4+, Safari, and Chrome.\n//\n\nlabel,\ninput,\nselect,\ntextarea {\n line-height: normal;\n font-family: inherit;\n}\n\ntextarea {\n height: auto;\n overflow: auto;\n color: inherit;\n\n font: inherit;\n}\n\ntextarea::placeholder {\n padding-left: 2px;\n}\n\nform,\ninput,\noptgroup,\nselect {\n margin: 0; // 3\n color: inherit; // 1\n\n font: inherit; // 2\n}\n\n// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n// and `video` controls.\n// 2. Correct inability to style clickable `input` types in iOS.\n// 3. Improve usability and consistency of cursor style between image-type\n// `input` and others.\nhtml input[type=\"button\"], // 1\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n -webkit-appearance: button; // 2\n cursor: pointer; // 3\n}\n\n// remove 300ms delay\na,\na div,\na span,\na ion-icon,\na ion-label,\nbutton,\nbutton div,\nbutton span,\nbutton pop-label,\n.ion-tappable,\n[tappable],\n[tappable] div,\n[tappable] span,\n[tappable] pop-label,\ninput,\ntextarea {\n touch-action: manipulation;\n}\n\na pop-label,\nbutton pop-label {\n pointer-events: none;\n}\n\nbutton {\n -webkit-appearance: button;\n padding: 0;\n border: 0;\n border-radius: 0;\n font-style: inherit;\n font-variant: inherit;\n line-height: 1;\n font-family: inherit;\n text-transform: none;\n cursor: pointer;\n}\n\n[tappable] {\n cursor: pointer;\n}\n\n// Re-set default cursor for disabled elements.\na[disabled],\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n// Remove inner padding and border in Firefox 4+.\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n padding: 0;\n\n border: 0;\n}\n\n// Fix the cursor style for Chrome's increment/decrement buttons. For certain\n// `font-size` values of the `input`, it causes the cursor style of the\n// decrement button to change from `default` to `text`.\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n// Remove inner padding and search cancel button in Safari and Chrome on OS X.\n// Safari (but not Chrome) clips the cancel button when the search input has\n// padding (and `textfield` appearance).\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n// Tables\n// ==========================================================================//\n\n// Remove most spacing between table cells.\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\ntd,\nth {\n padding: 0;\n}\n","@import \"../themes/poppy.globals\";\n\n// Structure\n// --------------------------------------------------\n// Adds structural css to the native html elements\n\n* {\n box-sizing: border-box;\n\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n -webkit-tap-highlight-color: transparent;\n -webkit-touch-callout: none;\n}\n\nhtml {\n width: 100%;\n height: 100%;\n -webkit-text-size-adjust: 100%;\n\n text-size-adjust: 100%;\n}\n\nhtml:not(.hydrated) body {\n display: none;\n}\n\nhtml.ion-ce body {\n display: block;\n}\n\nhtml.plt-pwa {\n height: 100vh;\n}\n\nbody {\n // @include font-smoothing();\n\n position: fixed;\n\n width: 100%;\n max-width: 100%;\n height: 100%;\n max-height: 100%;\n margin: 0;\n padding: 0;\n\n overflow: hidden;\n\n /**\n * Because body has position: fixed,\n * it should be promoted to its own\n * layer.\n *\n * WebKit does not always promote\n * the body to its own layer on page\n * load in Ionic apps. Once scrolling on\n * ion-content starts, WebKit will promote\n * body. Unfortunately, this causes a re-paint\n * which results in scrolling being halted\n * until the next user gesture.\n *\n * This impacts the Custom Elements build.\n * The lazy loaded build causes the browser to\n * re-paint during hydration which causes WebKit\n * to promote body to its own layer.\n * In the CE Build, this hydration does not\n * happen, so the additional re-paint does not occur.\n */\n transform: translateZ(0);\n\n text-rendering: optimizeLegibility;\n\n touch-action: manipulation;\n\n -webkit-user-drag: none;\n\n -ms-content-zooming: none;\n\n word-wrap: break-word;\n\n overscroll-behavior-y: none;\n -webkit-text-size-adjust: none;\n\n text-size-adjust: none;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0;overflow:hidden;transform:translateZ(0);text-rendering:optimizeLegibility;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}/*# sourceMappingURL=structure.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../src/css/structure.scss"],"names":[],"mappings":"AAMA,EACE,sBAEA,0CACA,0CACA,2BAGF,KACE,WACA,YACA,8BAEA,sBAGF,yBACE,aAGF,iBACE,cAGF,aACE,aAGF,KAGE,eAEA,WACA,eACA,YACA,gBACA,SACA,UAEA,gBAsBA,wBAEA,kCAEA,0BAEA,uBAEA,yBAEA,qBAEA,2BACA,8BAEA","file":"structure.css","sourcesContent":["@import \"../themes/poppy.globals\";\n\n// Structure\n// --------------------------------------------------\n// Adds structural css to the native html elements\n\n* {\n box-sizing: border-box;\n\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n -webkit-tap-highlight-color: transparent;\n -webkit-touch-callout: none;\n}\n\nhtml {\n width: 100%;\n height: 100%;\n -webkit-text-size-adjust: 100%;\n\n text-size-adjust: 100%;\n}\n\nhtml:not(.hydrated) body {\n display: none;\n}\n\nhtml.ion-ce body {\n display: block;\n}\n\nhtml.plt-pwa {\n height: 100vh;\n}\n\nbody {\n // @include font-smoothing();\n\n position: fixed;\n\n width: 100%;\n max-width: 100%;\n height: 100%;\n max-height: 100%;\n margin: 0;\n padding: 0;\n\n overflow: hidden;\n\n /**\n * Because body has position: fixed,\n * it should be promoted to its own\n * layer.\n *\n * WebKit does not always promote\n * the body to its own layer on page\n * load in Ionic apps. Once scrolling on\n * ion-content starts, WebKit will promote\n * body. Unfortunately, this causes a re-paint\n * which results in scrolling being halted\n * until the next user gesture.\n *\n * This impacts the Custom Elements build.\n * The lazy loaded build causes the browser to\n * re-paint during hydration which causes WebKit\n * to promote body to its own layer.\n * In the CE Build, this hydration does not\n * happen, so the additional re-paint does not occur.\n */\n transform: translateZ(0);\n\n text-rendering: optimizeLegibility;\n\n touch-action: manipulation;\n\n -webkit-user-drag: none;\n\n -ms-content-zooming: none;\n\n word-wrap: break-word;\n\n overscroll-behavior-y: none;\n -webkit-text-size-adjust: none;\n\n text-size-adjust: none;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{color-scheme:dark;--base-100-oklch: 25.32% 0.015896 252.417568;--base-200-oklch: 23.26% 0.013807 253.100675;--base-300-oklch: 21.14% 0.01165 254.087939;--base-content-oklch: 74.64% 0.0216 264.435964;--neutral-oklch: 31.38% 0.021108 254.139175;--neutral-content-oklch: 74.64% 0.0216 264.435964;--primary-oklch: 65.69% 0.196 275.75;--primary-content-oklch: 13.13% 0.0392 275.75;--secondary-oklch: 74.8% 0.26 342.55;--secondary-content-oklch: 14.96% 0.052 342.55;--accent-oklch: 74.51% 0.167 183.61;--accent-content-oklch: 14.9% 0.0334 183.61;--info-oklch: 72.06% 0.191 231.6;--info-content-oklch: 0 0 0;--success-oklch: 64.8% 0.15 160;--success-content-oklch: 0 0 0;--warning-oklch: 84.71% 0.199 83.87;--warning-content-oklch: 0 0 0;--error-oklch: 71.76% 0.221 22.18;--error-content-oklch: 0 0 0;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-xxl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}/*# sourceMappingURL=dark.always.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/css/themes/_dark.scss"],"names":[],"mappings":"AAiFE,MACE,kBAQM,qLAFA,4CAEA,kDAFA,qCAEA,8CAFA,qCAEA,+CAFA,oCAEA,4CAFA,iCAEA,4BAFA,gCAEA,+BAFA,oCAEA,+BAFA,kCAEA,6BAOJ,gIAKA","file":"dark.always.css","sourcesContent":["@use \"sass:map\";\n\n$neutral: 31.38% 0.021108 254.139175;\n$primary: 65.69% 0.196 275.75;\n$secondary: 74.8% 0.26 342.55;\n$accent: 74.51% 0.167 183.61;\n$info: 72.06% 0.191 231.6;\n$success: 64.8% 0.15 160;\n$warning: 84.71% 0.199 83.87;\n$error: 71.76% 0.221 22.18;\n\n$colors: (\n base: (\n \"100\": 25.32% 0.015896 252.417568,\n \"200\": 23.26% 0.013807 253.100675,\n \"300\": 21.14% 0.01165 254.087939,\n content: 74.64% 0.0216 264.435964,\n ),\n neutral: (\n base: $neutral,\n content: 74.64% 0.0216 264.435964,\n ),\n primary: (\n base: $primary,\n content: 13.13% 0.0392 275.75,\n ),\n secondary: (\n base: $secondary,\n content: 14.96% 0.052 342.55,\n ),\n accent: (\n base: $accent,\n content: 14.9% 0.0334 183.61,\n ),\n info: (\n base: $info,\n content: 0 0 0,\n ),\n success: (\n base: $success,\n content: 0 0 0,\n ),\n warning: (\n base: $warning,\n content: 0 0 0,\n ),\n error: (\n base: $error,\n content: 0 0 0,\n ),\n);\n\n$radius: (\n xs: 2px,\n sm: 4px,\n md: 8px,\n lg: 12px,\n xl: 16px,\n xxl: 24px,\n full: 9999px,\n);\n\n$shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);\n$shadow-sm:\n 0 4px 6px -1px rgb(0 0 0 / 0.1),\n 0 2px 4px -2px rgb(0 0 0 / 0.1);\n$shadow-md:\n 0 10px 15px -3px rgb(0 0 0 / 0.1),\n 0 4px 6px -4px rgb(0 0 0 / 0.1);\n$shadow-lg:\n 0 20px 25px -5px rgb(0 0 0 / 0.1),\n 0 8px 10px -6px rgb(0 0 0 / 0.1);\n\n$shadows: (\n xs: $shadow-xs,\n sm: $shadow-sm,\n md: $shadow-md,\n lg: $shadow-lg,\n);\n\n@mixin dark-theme() {\n & {\n color-scheme: dark;\n\n // Define theme oklch colors\n @each $color-name, $value in $colors {\n @each $variant-name, $variant in $value {\n @if $variant-name == base {\n --#{$color-name}-oklch: #{$variant};\n } @else {\n --#{$color-name}-#{$variant-name}-oklch: #{$variant};\n }\n }\n }\n\n // Define theme radius\n @each $name, $value in $radius {\n --radius-#{$name}: #{$value};\n }\n\n // Define theme box-shadow\n @each $name, $value in $shadows {\n --shadow-#{$name}: #{$value};\n }\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.poppy-theme-dark{color-scheme:dark;--base-100-oklch: 25.32% 0.015896 252.417568;--base-200-oklch: 23.26% 0.013807 253.100675;--base-300-oklch: 21.14% 0.01165 254.087939;--base-content-oklch: 74.64% 0.0216 264.435964;--neutral-oklch: 31.38% 0.021108 254.139175;--neutral-content-oklch: 74.64% 0.0216 264.435964;--primary-oklch: 65.69% 0.196 275.75;--primary-content-oklch: 13.13% 0.0392 275.75;--secondary-oklch: 74.8% 0.26 342.55;--secondary-content-oklch: 14.96% 0.052 342.55;--accent-oklch: 74.51% 0.167 183.61;--accent-content-oklch: 14.9% 0.0334 183.61;--info-oklch: 72.06% 0.191 231.6;--info-content-oklch: 0 0 0;--success-oklch: 64.8% 0.15 160;--success-content-oklch: 0 0 0;--warning-oklch: 84.71% 0.199 83.87;--warning-content-oklch: 0 0 0;--error-oklch: 71.76% 0.221 22.18;--error-content-oklch: 0 0 0;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-xxl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}/*# sourceMappingURL=dark.class.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/css/themes/_dark.scss"],"names":[],"mappings":"AAiFE,kBACE,kBAQM,qLAFA,4CAEA,kDAFA,qCAEA,8CAFA,qCAEA,+CAFA,oCAEA,4CAFA,iCAEA,4BAFA,gCAEA,+BAFA,oCAEA,+BAFA,kCAEA,6BAOJ,gIAKA","file":"dark.class.css","sourcesContent":["@use \"sass:map\";\n\n$neutral: 31.38% 0.021108 254.139175;\n$primary: 65.69% 0.196 275.75;\n$secondary: 74.8% 0.26 342.55;\n$accent: 74.51% 0.167 183.61;\n$info: 72.06% 0.191 231.6;\n$success: 64.8% 0.15 160;\n$warning: 84.71% 0.199 83.87;\n$error: 71.76% 0.221 22.18;\n\n$colors: (\n base: (\n \"100\": 25.32% 0.015896 252.417568,\n \"200\": 23.26% 0.013807 253.100675,\n \"300\": 21.14% 0.01165 254.087939,\n content: 74.64% 0.0216 264.435964,\n ),\n neutral: (\n base: $neutral,\n content: 74.64% 0.0216 264.435964,\n ),\n primary: (\n base: $primary,\n content: 13.13% 0.0392 275.75,\n ),\n secondary: (\n base: $secondary,\n content: 14.96% 0.052 342.55,\n ),\n accent: (\n base: $accent,\n content: 14.9% 0.0334 183.61,\n ),\n info: (\n base: $info,\n content: 0 0 0,\n ),\n success: (\n base: $success,\n content: 0 0 0,\n ),\n warning: (\n base: $warning,\n content: 0 0 0,\n ),\n error: (\n base: $error,\n content: 0 0 0,\n ),\n);\n\n$radius: (\n xs: 2px,\n sm: 4px,\n md: 8px,\n lg: 12px,\n xl: 16px,\n xxl: 24px,\n full: 9999px,\n);\n\n$shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);\n$shadow-sm:\n 0 4px 6px -1px rgb(0 0 0 / 0.1),\n 0 2px 4px -2px rgb(0 0 0 / 0.1);\n$shadow-md:\n 0 10px 15px -3px rgb(0 0 0 / 0.1),\n 0 4px 6px -4px rgb(0 0 0 / 0.1);\n$shadow-lg:\n 0 20px 25px -5px rgb(0 0 0 / 0.1),\n 0 8px 10px -6px rgb(0 0 0 / 0.1);\n\n$shadows: (\n xs: $shadow-xs,\n sm: $shadow-sm,\n md: $shadow-md,\n lg: $shadow-lg,\n);\n\n@mixin dark-theme() {\n & {\n color-scheme: dark;\n\n // Define theme oklch colors\n @each $color-name, $value in $colors {\n @each $variant-name, $variant in $value {\n @if $variant-name == base {\n --#{$color-name}-oklch: #{$variant};\n } @else {\n --#{$color-name}-#{$variant-name}-oklch: #{$variant};\n }\n }\n }\n\n // Define theme radius\n @each $name, $value in $radius {\n --radius-#{$name}: #{$value};\n }\n\n // Define theme box-shadow\n @each $name, $value in $shadows {\n --shadow-#{$name}: #{$value};\n }\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@media(prefers-color-scheme: dark){:root{color-scheme:dark;--base-100-oklch: 25.32% 0.015896 252.417568;--base-200-oklch: 23.26% 0.013807 253.100675;--base-300-oklch: 21.14% 0.01165 254.087939;--base-content-oklch: 74.64% 0.0216 264.435964;--neutral-oklch: 31.38% 0.021108 254.139175;--neutral-content-oklch: 74.64% 0.0216 264.435964;--primary-oklch: 65.69% 0.196 275.75;--primary-content-oklch: 13.13% 0.0392 275.75;--secondary-oklch: 74.8% 0.26 342.55;--secondary-content-oklch: 14.96% 0.052 342.55;--accent-oklch: 74.51% 0.167 183.61;--accent-content-oklch: 14.9% 0.0334 183.61;--info-oklch: 72.06% 0.191 231.6;--info-content-oklch: 0 0 0;--success-oklch: 64.8% 0.15 160;--success-content-oklch: 0 0 0;--warning-oklch: 84.71% 0.199 83.87;--warning-content-oklch: 0 0 0;--error-oklch: 71.76% 0.221 22.18;--error-content-oklch: 0 0 0;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-xxl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}}/*# sourceMappingURL=dark.system.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/css/themes/dark.system.scss","../../src/css/themes/_dark.scss"],"names":[],"mappings":"AAEA,mCC+EE,MACE,kBAQM,qLAFA,4CAEA,kDAFA,qCAEA,8CAFA,qCAEA,+CAFA,oCAEA,4CAFA,iCAEA,4BAFA,gCAEA,+BAFA,oCAEA,+BAFA,kCAEA,6BAOJ,gIAKA","file":"dark.system.css","sourcesContent":["@import \"./dark\";\n\n@media (prefers-color-scheme: dark) {\n :root {\n @include dark-theme();\n }\n}\n","@use \"sass:map\";\n\n$neutral: 31.38% 0.021108 254.139175;\n$primary: 65.69% 0.196 275.75;\n$secondary: 74.8% 0.26 342.55;\n$accent: 74.51% 0.167 183.61;\n$info: 72.06% 0.191 231.6;\n$success: 64.8% 0.15 160;\n$warning: 84.71% 0.199 83.87;\n$error: 71.76% 0.221 22.18;\n\n$colors: (\n base: (\n \"100\": 25.32% 0.015896 252.417568,\n \"200\": 23.26% 0.013807 253.100675,\n \"300\": 21.14% 0.01165 254.087939,\n content: 74.64% 0.0216 264.435964,\n ),\n neutral: (\n base: $neutral,\n content: 74.64% 0.0216 264.435964,\n ),\n primary: (\n base: $primary,\n content: 13.13% 0.0392 275.75,\n ),\n secondary: (\n base: $secondary,\n content: 14.96% 0.052 342.55,\n ),\n accent: (\n base: $accent,\n content: 14.9% 0.0334 183.61,\n ),\n info: (\n base: $info,\n content: 0 0 0,\n ),\n success: (\n base: $success,\n content: 0 0 0,\n ),\n warning: (\n base: $warning,\n content: 0 0 0,\n ),\n error: (\n base: $error,\n content: 0 0 0,\n ),\n);\n\n$radius: (\n xs: 2px,\n sm: 4px,\n md: 8px,\n lg: 12px,\n xl: 16px,\n xxl: 24px,\n full: 9999px,\n);\n\n$shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);\n$shadow-sm:\n 0 4px 6px -1px rgb(0 0 0 / 0.1),\n 0 2px 4px -2px rgb(0 0 0 / 0.1);\n$shadow-md:\n 0 10px 15px -3px rgb(0 0 0 / 0.1),\n 0 4px 6px -4px rgb(0 0 0 / 0.1);\n$shadow-lg:\n 0 20px 25px -5px rgb(0 0 0 / 0.1),\n 0 8px 10px -6px rgb(0 0 0 / 0.1);\n\n$shadows: (\n xs: $shadow-xs,\n sm: $shadow-sm,\n md: $shadow-md,\n lg: $shadow-lg,\n);\n\n@mixin dark-theme() {\n & {\n color-scheme: dark;\n\n // Define theme oklch colors\n @each $color-name, $value in $colors {\n @each $variant-name, $variant in $value {\n @if $variant-name == base {\n --#{$color-name}-oklch: #{$variant};\n } @else {\n --#{$color-name}-#{$variant-name}-oklch: #{$variant};\n }\n }\n }\n\n // Define theme radius\n @each $name, $value in $radius {\n --radius-#{$name}: #{$value};\n }\n\n // Define theme box-shadow\n @each $name, $value in $shadows {\n --shadow-#{$name}: #{$value};\n }\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-theme=dark]{color-scheme:dark;--base-100-oklch: 25.32% 0.015896 252.417568;--base-200-oklch: 23.26% 0.013807 253.100675;--base-300-oklch: 21.14% 0.01165 254.087939;--base-content-oklch: 74.64% 0.0216 264.435964;--neutral-oklch: 31.38% 0.021108 254.139175;--neutral-content-oklch: 74.64% 0.0216 264.435964;--primary-oklch: 65.69% 0.196 275.75;--primary-content-oklch: 13.13% 0.0392 275.75;--secondary-oklch: 74.8% 0.26 342.55;--secondary-content-oklch: 14.96% 0.052 342.55;--accent-oklch: 74.51% 0.167 183.61;--accent-content-oklch: 14.9% 0.0334 183.61;--info-oklch: 72.06% 0.191 231.6;--info-content-oklch: 0 0 0;--success-oklch: 64.8% 0.15 160;--success-content-oklch: 0 0 0;--warning-oklch: 84.71% 0.199 83.87;--warning-content-oklch: 0 0 0;--error-oklch: 71.76% 0.221 22.18;--error-content-oklch: 0 0 0;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-xxl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}/*# sourceMappingURL=dark.theme.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/css/themes/_dark.scss"],"names":[],"mappings":"AAiFE,kBACE,kBAQM,qLAFA,4CAEA,kDAFA,qCAEA,8CAFA,qCAEA,+CAFA,oCAEA,4CAFA,iCAEA,4BAFA,gCAEA,+BAFA,oCAEA,+BAFA,kCAEA,6BAOJ,gIAKA","file":"dark.theme.css","sourcesContent":["@use \"sass:map\";\n\n$neutral: 31.38% 0.021108 254.139175;\n$primary: 65.69% 0.196 275.75;\n$secondary: 74.8% 0.26 342.55;\n$accent: 74.51% 0.167 183.61;\n$info: 72.06% 0.191 231.6;\n$success: 64.8% 0.15 160;\n$warning: 84.71% 0.199 83.87;\n$error: 71.76% 0.221 22.18;\n\n$colors: (\n base: (\n \"100\": 25.32% 0.015896 252.417568,\n \"200\": 23.26% 0.013807 253.100675,\n \"300\": 21.14% 0.01165 254.087939,\n content: 74.64% 0.0216 264.435964,\n ),\n neutral: (\n base: $neutral,\n content: 74.64% 0.0216 264.435964,\n ),\n primary: (\n base: $primary,\n content: 13.13% 0.0392 275.75,\n ),\n secondary: (\n base: $secondary,\n content: 14.96% 0.052 342.55,\n ),\n accent: (\n base: $accent,\n content: 14.9% 0.0334 183.61,\n ),\n info: (\n base: $info,\n content: 0 0 0,\n ),\n success: (\n base: $success,\n content: 0 0 0,\n ),\n warning: (\n base: $warning,\n content: 0 0 0,\n ),\n error: (\n base: $error,\n content: 0 0 0,\n ),\n);\n\n$radius: (\n xs: 2px,\n sm: 4px,\n md: 8px,\n lg: 12px,\n xl: 16px,\n xxl: 24px,\n full: 9999px,\n);\n\n$shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);\n$shadow-sm:\n 0 4px 6px -1px rgb(0 0 0 / 0.1),\n 0 2px 4px -2px rgb(0 0 0 / 0.1);\n$shadow-md:\n 0 10px 15px -3px rgb(0 0 0 / 0.1),\n 0 4px 6px -4px rgb(0 0 0 / 0.1);\n$shadow-lg:\n 0 20px 25px -5px rgb(0 0 0 / 0.1),\n 0 8px 10px -6px rgb(0 0 0 / 0.1);\n\n$shadows: (\n xs: $shadow-xs,\n sm: $shadow-sm,\n md: $shadow-md,\n lg: $shadow-lg,\n);\n\n@mixin dark-theme() {\n & {\n color-scheme: dark;\n\n // Define theme oklch colors\n @each $color-name, $value in $colors {\n @each $variant-name, $variant in $value {\n @if $variant-name == base {\n --#{$color-name}-oklch: #{$variant};\n } @else {\n --#{$color-name}-#{$variant-name}-oklch: #{$variant};\n }\n }\n }\n\n // Define theme radius\n @each $name, $value in $radius {\n --radius-#{$name}: #{$value};\n }\n\n // Define theme box-shadow\n @each $name, $value in $shadows {\n --shadow-#{$name}: #{$value};\n }\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{color-scheme:light;--base-100-oklch: 100% 0 0;--base-200-oklch: 96.1151% 0 0;--base-300-oklch: 92.4169% 0.00108 197.137559;--base-content-oklch: 27.8078% 0.029596 256.847952;--neutral-oklch: 32.1785% 0.02476 255.701624;--neutral-content-oklch: 89.4994% 0.011585 252.096176;--primary-oklch: 49.12% 0.3096 275.75;--primary-content-oklch: 89.824% 0.06192 275.75;--secondary-oklch: 69.71% 0.329 342.55;--secondary-content-oklch: 98.71% 0.0106 342.55;--accent-oklch: 76.76% 0.184 183.61;--accent-content-oklch: 15.352% 0.0368 183.61;--info-oklch: 72.06% 0.191 231.6;--info-content-oklch: 0% 0 0;--success-oklch: 64.8% 0.15 160;--success-content-oklch: 0% 0 0;--warning-oklch: 84.71% 0.199 83.87;--warning-content-oklch: 0% 0 0;--error-oklch: 71.76% 0.221 22.18;--error-content-oklch: 0% 0 0;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-xxl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}/*# sourceMappingURL=light.always.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/css/themes/_light.scss"],"names":[],"mappings":"AAiFE,MACE,mBAQM,2JAFA,6CAEA,sDAFA,sCAEA,gDAFA,uCAEA,gDAFA,oCAEA,8CAFA,iCAEA,6BAFA,gCAEA,gCAFA,oCAEA,gCAFA,kCAEA,8BAOJ,gIAKA","file":"light.always.css","sourcesContent":["@use \"sass:map\";\n\n$neutral: 32.1785% 0.02476 255.701624;\n$primary: 49.12% 0.3096 275.75;\n$secondary: 69.71% 0.329 342.55;\n$accent: 76.76% 0.184 183.61;\n$info: 72.06% 0.191 231.6;\n$success: 64.8% 0.15 160;\n$warning: 84.71% 0.199 83.87;\n$error: 71.76% 0.221 22.18;\n\n$colors: (\n base: (\n \"100\": 100% 0 0,\n \"200\": 96.1151% 0 0,\n \"300\": 92.4169% 0.00108 197.137559,\n content: 27.8078% 0.029596 256.847952,\n ),\n neutral: (\n base: $neutral,\n content: 89.4994% 0.011585 252.096176,\n ),\n primary: (\n base: $primary,\n content: 89.824% 0.06192 275.75,\n ),\n secondary: (\n base: $secondary,\n content: 98.71% 0.0106 342.55,\n ),\n accent: (\n base: $accent,\n content: 15.352% 0.0368 183.61,\n ),\n info: (\n base: $info,\n content: 0% 0 0,\n ),\n success: (\n base: $success,\n content: 0% 0 0,\n ),\n warning: (\n base: $warning,\n content: 0% 0 0,\n ),\n error: (\n base: $error,\n content: 0% 0 0,\n ),\n);\n\n$radius: (\n xs: 2px,\n sm: 4px,\n md: 8px,\n lg: 12px,\n xl: 16px,\n xxl: 24px,\n full: 9999px,\n);\n\n$shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);\n$shadow-sm:\n 0 4px 6px -1px rgb(0 0 0 / 0.1),\n 0 2px 4px -2px rgb(0 0 0 / 0.1);\n$shadow-md:\n 0 10px 15px -3px rgb(0 0 0 / 0.1),\n 0 4px 6px -4px rgb(0 0 0 / 0.1);\n$shadow-lg:\n 0 20px 25px -5px rgb(0 0 0 / 0.1),\n 0 8px 10px -6px rgb(0 0 0 / 0.1);\n\n$shadows: (\n xs: $shadow-xs,\n sm: $shadow-sm,\n md: $shadow-md,\n lg: $shadow-lg,\n);\n\n@mixin light-theme() {\n & {\n color-scheme: light;\n\n // Define theme oklch colors\n @each $color-name, $value in $colors {\n @each $variant-name, $variant in $value {\n @if $variant-name == base {\n --#{$color-name}-oklch: #{$variant};\n } @else {\n --#{$color-name}-#{$variant-name}-oklch: #{$variant};\n }\n }\n }\n\n // Define theme radius\n @each $name, $value in $radius {\n --radius-#{$name}: #{$value};\n }\n\n // Define theme box-shadow\n @each $name, $value in $shadows {\n --shadow-#{$name}: #{$value};\n }\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.poppy-theme-light{color-scheme:light;--base-100-oklch: 100% 0 0;--base-200-oklch: 96.1151% 0 0;--base-300-oklch: 92.4169% 0.00108 197.137559;--base-content-oklch: 27.8078% 0.029596 256.847952;--neutral-oklch: 32.1785% 0.02476 255.701624;--neutral-content-oklch: 89.4994% 0.011585 252.096176;--primary-oklch: 49.12% 0.3096 275.75;--primary-content-oklch: 89.824% 0.06192 275.75;--secondary-oklch: 69.71% 0.329 342.55;--secondary-content-oklch: 98.71% 0.0106 342.55;--accent-oklch: 76.76% 0.184 183.61;--accent-content-oklch: 15.352% 0.0368 183.61;--info-oklch: 72.06% 0.191 231.6;--info-content-oklch: 0% 0 0;--success-oklch: 64.8% 0.15 160;--success-content-oklch: 0% 0 0;--warning-oklch: 84.71% 0.199 83.87;--warning-content-oklch: 0% 0 0;--error-oklch: 71.76% 0.221 22.18;--error-content-oklch: 0% 0 0;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-xxl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}/*# sourceMappingURL=light.class.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/css/themes/_light.scss"],"names":[],"mappings":"AAiFE,mBACE,mBAQM,2JAFA,6CAEA,sDAFA,sCAEA,gDAFA,uCAEA,gDAFA,oCAEA,8CAFA,iCAEA,6BAFA,gCAEA,gCAFA,oCAEA,gCAFA,kCAEA,8BAOJ,gIAKA","file":"light.class.css","sourcesContent":["@use \"sass:map\";\n\n$neutral: 32.1785% 0.02476 255.701624;\n$primary: 49.12% 0.3096 275.75;\n$secondary: 69.71% 0.329 342.55;\n$accent: 76.76% 0.184 183.61;\n$info: 72.06% 0.191 231.6;\n$success: 64.8% 0.15 160;\n$warning: 84.71% 0.199 83.87;\n$error: 71.76% 0.221 22.18;\n\n$colors: (\n base: (\n \"100\": 100% 0 0,\n \"200\": 96.1151% 0 0,\n \"300\": 92.4169% 0.00108 197.137559,\n content: 27.8078% 0.029596 256.847952,\n ),\n neutral: (\n base: $neutral,\n content: 89.4994% 0.011585 252.096176,\n ),\n primary: (\n base: $primary,\n content: 89.824% 0.06192 275.75,\n ),\n secondary: (\n base: $secondary,\n content: 98.71% 0.0106 342.55,\n ),\n accent: (\n base: $accent,\n content: 15.352% 0.0368 183.61,\n ),\n info: (\n base: $info,\n content: 0% 0 0,\n ),\n success: (\n base: $success,\n content: 0% 0 0,\n ),\n warning: (\n base: $warning,\n content: 0% 0 0,\n ),\n error: (\n base: $error,\n content: 0% 0 0,\n ),\n);\n\n$radius: (\n xs: 2px,\n sm: 4px,\n md: 8px,\n lg: 12px,\n xl: 16px,\n xxl: 24px,\n full: 9999px,\n);\n\n$shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);\n$shadow-sm:\n 0 4px 6px -1px rgb(0 0 0 / 0.1),\n 0 2px 4px -2px rgb(0 0 0 / 0.1);\n$shadow-md:\n 0 10px 15px -3px rgb(0 0 0 / 0.1),\n 0 4px 6px -4px rgb(0 0 0 / 0.1);\n$shadow-lg:\n 0 20px 25px -5px rgb(0 0 0 / 0.1),\n 0 8px 10px -6px rgb(0 0 0 / 0.1);\n\n$shadows: (\n xs: $shadow-xs,\n sm: $shadow-sm,\n md: $shadow-md,\n lg: $shadow-lg,\n);\n\n@mixin light-theme() {\n & {\n color-scheme: light;\n\n // Define theme oklch colors\n @each $color-name, $value in $colors {\n @each $variant-name, $variant in $value {\n @if $variant-name == base {\n --#{$color-name}-oklch: #{$variant};\n } @else {\n --#{$color-name}-#{$variant-name}-oklch: #{$variant};\n }\n }\n }\n\n // Define theme radius\n @each $name, $value in $radius {\n --radius-#{$name}: #{$value};\n }\n\n // Define theme box-shadow\n @each $name, $value in $shadows {\n --shadow-#{$name}: #{$value};\n }\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@media(prefers-color-scheme: light){:root{color-scheme:light;--base-100-oklch: 100% 0 0;--base-200-oklch: 96.1151% 0 0;--base-300-oklch: 92.4169% 0.00108 197.137559;--base-content-oklch: 27.8078% 0.029596 256.847952;--neutral-oklch: 32.1785% 0.02476 255.701624;--neutral-content-oklch: 89.4994% 0.011585 252.096176;--primary-oklch: 49.12% 0.3096 275.75;--primary-content-oklch: 89.824% 0.06192 275.75;--secondary-oklch: 69.71% 0.329 342.55;--secondary-content-oklch: 98.71% 0.0106 342.55;--accent-oklch: 76.76% 0.184 183.61;--accent-content-oklch: 15.352% 0.0368 183.61;--info-oklch: 72.06% 0.191 231.6;--info-content-oklch: 0% 0 0;--success-oklch: 64.8% 0.15 160;--success-content-oklch: 0% 0 0;--warning-oklch: 84.71% 0.199 83.87;--warning-content-oklch: 0% 0 0;--error-oklch: 71.76% 0.221 22.18;--error-content-oklch: 0% 0 0;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-xxl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}}/*# sourceMappingURL=light.system.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/css/themes/light.system.scss","../../src/css/themes/_light.scss"],"names":[],"mappings":"AAEA,oCC+EE,MACE,mBAQM,2JAFA,6CAEA,sDAFA,sCAEA,gDAFA,uCAEA,gDAFA,oCAEA,8CAFA,iCAEA,6BAFA,gCAEA,gCAFA,oCAEA,gCAFA,kCAEA,8BAOJ,gIAKA","file":"light.system.css","sourcesContent":["@import \"./light\";\n\n@media (prefers-color-scheme: light) {\n :root {\n @include light-theme();\n }\n}\n","@use \"sass:map\";\n\n$neutral: 32.1785% 0.02476 255.701624;\n$primary: 49.12% 0.3096 275.75;\n$secondary: 69.71% 0.329 342.55;\n$accent: 76.76% 0.184 183.61;\n$info: 72.06% 0.191 231.6;\n$success: 64.8% 0.15 160;\n$warning: 84.71% 0.199 83.87;\n$error: 71.76% 0.221 22.18;\n\n$colors: (\n base: (\n \"100\": 100% 0 0,\n \"200\": 96.1151% 0 0,\n \"300\": 92.4169% 0.00108 197.137559,\n content: 27.8078% 0.029596 256.847952,\n ),\n neutral: (\n base: $neutral,\n content: 89.4994% 0.011585 252.096176,\n ),\n primary: (\n base: $primary,\n content: 89.824% 0.06192 275.75,\n ),\n secondary: (\n base: $secondary,\n content: 98.71% 0.0106 342.55,\n ),\n accent: (\n base: $accent,\n content: 15.352% 0.0368 183.61,\n ),\n info: (\n base: $info,\n content: 0% 0 0,\n ),\n success: (\n base: $success,\n content: 0% 0 0,\n ),\n warning: (\n base: $warning,\n content: 0% 0 0,\n ),\n error: (\n base: $error,\n content: 0% 0 0,\n ),\n);\n\n$radius: (\n xs: 2px,\n sm: 4px,\n md: 8px,\n lg: 12px,\n xl: 16px,\n xxl: 24px,\n full: 9999px,\n);\n\n$shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);\n$shadow-sm:\n 0 4px 6px -1px rgb(0 0 0 / 0.1),\n 0 2px 4px -2px rgb(0 0 0 / 0.1);\n$shadow-md:\n 0 10px 15px -3px rgb(0 0 0 / 0.1),\n 0 4px 6px -4px rgb(0 0 0 / 0.1);\n$shadow-lg:\n 0 20px 25px -5px rgb(0 0 0 / 0.1),\n 0 8px 10px -6px rgb(0 0 0 / 0.1);\n\n$shadows: (\n xs: $shadow-xs,\n sm: $shadow-sm,\n md: $shadow-md,\n lg: $shadow-lg,\n);\n\n@mixin light-theme() {\n & {\n color-scheme: light;\n\n // Define theme oklch colors\n @each $color-name, $value in $colors {\n @each $variant-name, $variant in $value {\n @if $variant-name == base {\n --#{$color-name}-oklch: #{$variant};\n } @else {\n --#{$color-name}-#{$variant-name}-oklch: #{$variant};\n }\n }\n }\n\n // Define theme radius\n @each $name, $value in $radius {\n --radius-#{$name}: #{$value};\n }\n\n // Define theme box-shadow\n @each $name, $value in $shadows {\n --shadow-#{$name}: #{$value};\n }\n }\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[data-theme=light]{color-scheme:light;--base-100-oklch: 100% 0 0;--base-200-oklch: 96.1151% 0 0;--base-300-oklch: 92.4169% 0.00108 197.137559;--base-content-oklch: 27.8078% 0.029596 256.847952;--neutral-oklch: 32.1785% 0.02476 255.701624;--neutral-content-oklch: 89.4994% 0.011585 252.096176;--primary-oklch: 49.12% 0.3096 275.75;--primary-content-oklch: 89.824% 0.06192 275.75;--secondary-oklch: 69.71% 0.329 342.55;--secondary-content-oklch: 98.71% 0.0106 342.55;--accent-oklch: 76.76% 0.184 183.61;--accent-content-oklch: 15.352% 0.0368 183.61;--info-oklch: 72.06% 0.191 231.6;--info-content-oklch: 0% 0 0;--success-oklch: 64.8% 0.15 160;--success-content-oklch: 0% 0 0;--warning-oklch: 84.71% 0.199 83.87;--warning-content-oklch: 0% 0 0;--error-oklch: 71.76% 0.221 22.18;--error-content-oklch: 0% 0 0;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-xxl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}/*# sourceMappingURL=light.theme.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../src/css/themes/_light.scss"],"names":[],"mappings":"AAiFE,mBACE,mBAQM,2JAFA,6CAEA,sDAFA,sCAEA,gDAFA,uCAEA,gDAFA,oCAEA,8CAFA,iCAEA,6BAFA,gCAEA,gCAFA,oCAEA,gCAFA,kCAEA,8BAOJ,gIAKA","file":"light.theme.css","sourcesContent":["@use \"sass:map\";\n\n$neutral: 32.1785% 0.02476 255.701624;\n$primary: 49.12% 0.3096 275.75;\n$secondary: 69.71% 0.329 342.55;\n$accent: 76.76% 0.184 183.61;\n$info: 72.06% 0.191 231.6;\n$success: 64.8% 0.15 160;\n$warning: 84.71% 0.199 83.87;\n$error: 71.76% 0.221 22.18;\n\n$colors: (\n base: (\n \"100\": 100% 0 0,\n \"200\": 96.1151% 0 0,\n \"300\": 92.4169% 0.00108 197.137559,\n content: 27.8078% 0.029596 256.847952,\n ),\n neutral: (\n base: $neutral,\n content: 89.4994% 0.011585 252.096176,\n ),\n primary: (\n base: $primary,\n content: 89.824% 0.06192 275.75,\n ),\n secondary: (\n base: $secondary,\n content: 98.71% 0.0106 342.55,\n ),\n accent: (\n base: $accent,\n content: 15.352% 0.0368 183.61,\n ),\n info: (\n base: $info,\n content: 0% 0 0,\n ),\n success: (\n base: $success,\n content: 0% 0 0,\n ),\n warning: (\n base: $warning,\n content: 0% 0 0,\n ),\n error: (\n base: $error,\n content: 0% 0 0,\n ),\n);\n\n$radius: (\n xs: 2px,\n sm: 4px,\n md: 8px,\n lg: 12px,\n xl: 16px,\n xxl: 24px,\n full: 9999px,\n);\n\n$shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);\n$shadow-sm:\n 0 4px 6px -1px rgb(0 0 0 / 0.1),\n 0 2px 4px -2px rgb(0 0 0 / 0.1);\n$shadow-md:\n 0 10px 15px -3px rgb(0 0 0 / 0.1),\n 0 4px 6px -4px rgb(0 0 0 / 0.1);\n$shadow-lg:\n 0 20px 25px -5px rgb(0 0 0 / 0.1),\n 0 8px 10px -6px rgb(0 0 0 / 0.1);\n\n$shadows: (\n xs: $shadow-xs,\n sm: $shadow-sm,\n md: $shadow-md,\n lg: $shadow-lg,\n);\n\n@mixin light-theme() {\n & {\n color-scheme: light;\n\n // Define theme oklch colors\n @each $color-name, $value in $colors {\n @each $variant-name, $variant in $value {\n @if $variant-name == base {\n --#{$color-name}-oklch: #{$variant};\n } @else {\n --#{$color-name}-#{$variant-name}-oklch: #{$variant};\n }\n }\n }\n\n // Define theme radius\n @each $name, $value in $radius {\n --radius-#{$name}: #{$value};\n }\n\n // Define theme box-shadow\n @each $name, $value in $shadows {\n --shadow-#{$name}: #{$value};\n }\n }\n}\n"]}
|
package/dist/index.js
CHANGED
|
@@ -5,33 +5,36 @@ import { defineCustomElement as defineCustomElement$2 } from '@poppy-ui/core/com
|
|
|
5
5
|
import { defineCustomElement as defineCustomElement$3 } from '@poppy-ui/core/components/pop-badge.js';
|
|
6
6
|
import { defineCustomElement as defineCustomElement$4 } from '@poppy-ui/core/components/pop-button.js';
|
|
7
7
|
import { defineCustomElement as defineCustomElement$5 } from '@poppy-ui/core/components/pop-card.js';
|
|
8
|
-
import { defineCustomElement as defineCustomElement$6 } from '@poppy-ui/core/components/pop-
|
|
9
|
-
import { defineCustomElement as defineCustomElement$7 } from '@poppy-ui/core/components/pop-
|
|
10
|
-
import { defineCustomElement as defineCustomElement$8 } from '@poppy-ui/core/components/pop-
|
|
11
|
-
import { defineCustomElement as defineCustomElement$9 } from '@poppy-ui/core/components/pop-
|
|
12
|
-
import { defineCustomElement as defineCustomElement$a } from '@poppy-ui/core/components/pop-
|
|
13
|
-
import { defineCustomElement as defineCustomElement$b } from '@poppy-ui/core/components/pop-
|
|
14
|
-
import { defineCustomElement as defineCustomElement$c } from '@poppy-ui/core/components/pop-
|
|
15
|
-
import { defineCustomElement as defineCustomElement$d } from '@poppy-ui/core/components/pop-
|
|
16
|
-
import { defineCustomElement as defineCustomElement$e } from '@poppy-ui/core/components/pop-
|
|
17
|
-
import { defineCustomElement as defineCustomElement$f } from '@poppy-ui/core/components/pop-
|
|
18
|
-
import { defineCustomElement as defineCustomElement$g } from '@poppy-ui/core/components/pop-
|
|
19
|
-
import { defineCustomElement as defineCustomElement$h } from '@poppy-ui/core/components/pop-
|
|
20
|
-
import { defineCustomElement as defineCustomElement$i } from '@poppy-ui/core/components/pop-
|
|
21
|
-
import { defineCustomElement as defineCustomElement$j } from '@poppy-ui/core/components/pop-
|
|
22
|
-
import { defineCustomElement as defineCustomElement$k } from '@poppy-ui/core/components/pop-
|
|
23
|
-
import { defineCustomElement as defineCustomElement$l } from '@poppy-ui/core/components/pop-
|
|
24
|
-
import { defineCustomElement as defineCustomElement$m } from '@poppy-ui/core/components/pop-
|
|
25
|
-
import { defineCustomElement as defineCustomElement$n } from '@poppy-ui/core/components/pop-
|
|
26
|
-
import { defineCustomElement as defineCustomElement$o } from '@poppy-ui/core/components/pop-
|
|
27
|
-
import { defineCustomElement as defineCustomElement$p } from '@poppy-ui/core/components/pop-
|
|
28
|
-
import { defineCustomElement as defineCustomElement$q } from '@poppy-ui/core/components/pop-
|
|
29
|
-
import { defineCustomElement as defineCustomElement$r } from '@poppy-ui/core/components/pop-
|
|
30
|
-
import { defineCustomElement as defineCustomElement$s } from '@poppy-ui/core/components/pop-
|
|
31
|
-
import { defineCustomElement as defineCustomElement$t } from '@poppy-ui/core/components/pop-
|
|
32
|
-
import { defineCustomElement as defineCustomElement$u } from '@poppy-ui/core/components/pop-
|
|
33
|
-
import { defineCustomElement as defineCustomElement$v } from '@poppy-ui/core/components/pop-
|
|
34
|
-
import { defineCustomElement as defineCustomElement$w } from '@poppy-ui/core/components/pop-
|
|
8
|
+
import { defineCustomElement as defineCustomElement$6 } from '@poppy-ui/core/components/pop-card-actions.js';
|
|
9
|
+
import { defineCustomElement as defineCustomElement$7 } from '@poppy-ui/core/components/pop-card-body.js';
|
|
10
|
+
import { defineCustomElement as defineCustomElement$8 } from '@poppy-ui/core/components/pop-card-title.js';
|
|
11
|
+
import { defineCustomElement as defineCustomElement$9 } from '@poppy-ui/core/components/pop-checkbox.js';
|
|
12
|
+
import { defineCustomElement as defineCustomElement$a } from '@poppy-ui/core/components/pop-divider.js';
|
|
13
|
+
import { defineCustomElement as defineCustomElement$b } from '@poppy-ui/core/components/pop-drawer.js';
|
|
14
|
+
import { defineCustomElement as defineCustomElement$c } from '@poppy-ui/core/components/pop-dropdown.js';
|
|
15
|
+
import { defineCustomElement as defineCustomElement$d } from '@poppy-ui/core/components/pop-img.js';
|
|
16
|
+
import { defineCustomElement as defineCustomElement$e } from '@poppy-ui/core/components/pop-indicator.js';
|
|
17
|
+
import { defineCustomElement as defineCustomElement$f } from '@poppy-ui/core/components/pop-input.js';
|
|
18
|
+
import { defineCustomElement as defineCustomElement$g } from '@poppy-ui/core/components/pop-input-file.js';
|
|
19
|
+
import { defineCustomElement as defineCustomElement$h } from '@poppy-ui/core/components/pop-item.js';
|
|
20
|
+
import { defineCustomElement as defineCustomElement$i } from '@poppy-ui/core/components/pop-join.js';
|
|
21
|
+
import { defineCustomElement as defineCustomElement$j } from '@poppy-ui/core/components/pop-kbd.js';
|
|
22
|
+
import { defineCustomElement as defineCustomElement$k } from '@poppy-ui/core/components/pop-list.js';
|
|
23
|
+
import { defineCustomElement as defineCustomElement$l } from '@poppy-ui/core/components/pop-loading.js';
|
|
24
|
+
import { defineCustomElement as defineCustomElement$m } from '@poppy-ui/core/components/pop-mask.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$n } from '@poppy-ui/core/components/pop-modal.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$o } from '@poppy-ui/core/components/pop-navbar.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$p } from '@poppy-ui/core/components/pop-popover.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$q } from '@poppy-ui/core/components/pop-progress.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$r } from '@poppy-ui/core/components/pop-radio.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$s } from '@poppy-ui/core/components/pop-radio-group.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$t } from '@poppy-ui/core/components/pop-range.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$u } from '@poppy-ui/core/components/pop-select.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$v } from '@poppy-ui/core/components/pop-select-option.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$w } from '@poppy-ui/core/components/pop-swap.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$x } from '@poppy-ui/core/components/pop-textarea.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$y } from '@poppy-ui/core/components/pop-toggle.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$z } from '@poppy-ui/core/components/pop-tooltip.js';
|
|
35
38
|
import { initialize } from '@poppy-ui/core/components';
|
|
36
39
|
|
|
37
40
|
// @ts-nocheck
|
|
@@ -244,8 +247,13 @@ const PopButton = /*@__PURE__*/ defineContainer('pop-button', defineCustomElemen
|
|
|
244
247
|
'popFocus',
|
|
245
248
|
'popBlur'
|
|
246
249
|
]);
|
|
247
|
-
const PopCard = /*@__PURE__*/ defineContainer('pop-card', defineCustomElement$5
|
|
248
|
-
|
|
250
|
+
const PopCard = /*@__PURE__*/ defineContainer('pop-card', defineCustomElement$5, [
|
|
251
|
+
'compact'
|
|
252
|
+
]);
|
|
253
|
+
const PopCardActions = /*@__PURE__*/ defineContainer('pop-card-actions', defineCustomElement$6);
|
|
254
|
+
const PopCardBody = /*@__PURE__*/ defineContainer('pop-card-body', defineCustomElement$7);
|
|
255
|
+
const PopCardTitle = /*@__PURE__*/ defineContainer('pop-card-title', defineCustomElement$8);
|
|
256
|
+
const PopCheckbox = /*@__PURE__*/ defineContainer('pop-checkbox', defineCustomElement$9, [
|
|
249
257
|
'name',
|
|
250
258
|
'value',
|
|
251
259
|
'required',
|
|
@@ -260,18 +268,18 @@ const PopCheckbox = /*@__PURE__*/ defineContainer('pop-checkbox', defineCustomEl
|
|
|
260
268
|
'popFocus',
|
|
261
269
|
'popBlur'
|
|
262
270
|
], 'checked', 'pop-change');
|
|
263
|
-
const PopDivider = /*@__PURE__*/ defineContainer('pop-divider', defineCustomElement$
|
|
271
|
+
const PopDivider = /*@__PURE__*/ defineContainer('pop-divider', defineCustomElement$a, [
|
|
264
272
|
'orientation',
|
|
265
273
|
'placement',
|
|
266
274
|
'color'
|
|
267
275
|
]);
|
|
268
|
-
const PopDrawer = /*@__PURE__*/ defineContainer('pop-drawer', defineCustomElement$
|
|
276
|
+
const PopDrawer = /*@__PURE__*/ defineContainer('pop-drawer', defineCustomElement$b, [
|
|
269
277
|
'trigger',
|
|
270
278
|
'triggerAction',
|
|
271
279
|
'side',
|
|
272
280
|
'open'
|
|
273
281
|
]);
|
|
274
|
-
const PopDropdown = /*@__PURE__*/ defineContainer('pop-dropdown', defineCustomElement$
|
|
282
|
+
const PopDropdown = /*@__PURE__*/ defineContainer('pop-dropdown', defineCustomElement$c, [
|
|
275
283
|
'side',
|
|
276
284
|
'align',
|
|
277
285
|
'open',
|
|
@@ -281,18 +289,18 @@ const PopDropdown = /*@__PURE__*/ defineContainer('pop-dropdown', defineCustomEl
|
|
|
281
289
|
'didPresent',
|
|
282
290
|
'didDismiss'
|
|
283
291
|
]);
|
|
284
|
-
const PopImg = /*@__PURE__*/ defineContainer('pop-img', defineCustomElement$
|
|
292
|
+
const PopImg = /*@__PURE__*/ defineContainer('pop-img', defineCustomElement$d, [
|
|
285
293
|
'src',
|
|
286
294
|
'alt',
|
|
287
295
|
'popWillLoad',
|
|
288
296
|
'popDidLoad',
|
|
289
297
|
'popError'
|
|
290
298
|
]);
|
|
291
|
-
const PopIndicator = /*@__PURE__*/ defineContainer('pop-indicator', defineCustomElement$
|
|
299
|
+
const PopIndicator = /*@__PURE__*/ defineContainer('pop-indicator', defineCustomElement$e, [
|
|
292
300
|
'side',
|
|
293
301
|
'position'
|
|
294
302
|
]);
|
|
295
|
-
const PopInput = /*@__PURE__*/ defineContainer('pop-input', defineCustomElement$
|
|
303
|
+
const PopInput = /*@__PURE__*/ defineContainer('pop-input', defineCustomElement$f, [
|
|
296
304
|
'name',
|
|
297
305
|
'type',
|
|
298
306
|
'placeholder',
|
|
@@ -326,7 +334,7 @@ const PopInput = /*@__PURE__*/ defineContainer('pop-input', defineCustomElement$
|
|
|
326
334
|
'popFocus',
|
|
327
335
|
'popBlur'
|
|
328
336
|
], 'value', 'pop-input');
|
|
329
|
-
const PopInputFile = /*@__PURE__*/ defineContainer('pop-input-file', defineCustomElement$
|
|
337
|
+
const PopInputFile = /*@__PURE__*/ defineContainer('pop-input-file', defineCustomElement$g, [
|
|
330
338
|
'name',
|
|
331
339
|
'value',
|
|
332
340
|
'multiple',
|
|
@@ -343,27 +351,27 @@ const PopInputFile = /*@__PURE__*/ defineContainer('pop-input-file', defineCusto
|
|
|
343
351
|
'popFocus',
|
|
344
352
|
'popBlur'
|
|
345
353
|
]);
|
|
346
|
-
const PopItem = /*@__PURE__*/ defineContainer('pop-item', defineCustomElement$
|
|
354
|
+
const PopItem = /*@__PURE__*/ defineContainer('pop-item', defineCustomElement$h, [
|
|
347
355
|
'disabled'
|
|
348
356
|
]);
|
|
349
|
-
const PopJoin = /*@__PURE__*/ defineContainer('pop-join', defineCustomElement$
|
|
357
|
+
const PopJoin = /*@__PURE__*/ defineContainer('pop-join', defineCustomElement$i, [
|
|
350
358
|
'orientation'
|
|
351
359
|
]);
|
|
352
|
-
const PopKbd = /*@__PURE__*/ defineContainer('pop-kbd', defineCustomElement$
|
|
360
|
+
const PopKbd = /*@__PURE__*/ defineContainer('pop-kbd', defineCustomElement$j, [
|
|
353
361
|
'size'
|
|
354
362
|
]);
|
|
355
|
-
const PopList = /*@__PURE__*/ defineContainer('pop-list', defineCustomElement$
|
|
363
|
+
const PopList = /*@__PURE__*/ defineContainer('pop-list', defineCustomElement$k, [
|
|
356
364
|
'size',
|
|
357
365
|
'orientation'
|
|
358
366
|
]);
|
|
359
|
-
const PopLoading = /*@__PURE__*/ defineContainer('pop-loading', defineCustomElement$
|
|
367
|
+
const PopLoading = /*@__PURE__*/ defineContainer('pop-loading', defineCustomElement$l, [
|
|
360
368
|
'type',
|
|
361
369
|
'size'
|
|
362
370
|
]);
|
|
363
|
-
const PopMask = /*@__PURE__*/ defineContainer('pop-mask', defineCustomElement$
|
|
371
|
+
const PopMask = /*@__PURE__*/ defineContainer('pop-mask', defineCustomElement$m, [
|
|
364
372
|
'type'
|
|
365
373
|
]);
|
|
366
|
-
const PopModal = /*@__PURE__*/ defineContainer('pop-modal', defineCustomElement$
|
|
374
|
+
const PopModal = /*@__PURE__*/ defineContainer('pop-modal', defineCustomElement$n, [
|
|
367
375
|
'trigger',
|
|
368
376
|
'component',
|
|
369
377
|
'componentProps',
|
|
@@ -373,8 +381,8 @@ const PopModal = /*@__PURE__*/ defineContainer('pop-modal', defineCustomElement$
|
|
|
373
381
|
'didPresent',
|
|
374
382
|
'didDismiss'
|
|
375
383
|
]);
|
|
376
|
-
const PopNavbar = /*@__PURE__*/ defineContainer('pop-navbar', defineCustomElement$
|
|
377
|
-
const PopPopover = /*@__PURE__*/ defineContainer('pop-popover', defineCustomElement$
|
|
384
|
+
const PopNavbar = /*@__PURE__*/ defineContainer('pop-navbar', defineCustomElement$o);
|
|
385
|
+
const PopPopover = /*@__PURE__*/ defineContainer('pop-popover', defineCustomElement$p, [
|
|
378
386
|
'open',
|
|
379
387
|
'animated',
|
|
380
388
|
'showBackdrop',
|
|
@@ -389,12 +397,12 @@ const PopPopover = /*@__PURE__*/ defineContainer('pop-popover', defineCustomElem
|
|
|
389
397
|
'willDismiss',
|
|
390
398
|
'didDismiss'
|
|
391
399
|
]);
|
|
392
|
-
const PopProgress = /*@__PURE__*/ defineContainer('pop-progress', defineCustomElement$
|
|
400
|
+
const PopProgress = /*@__PURE__*/ defineContainer('pop-progress', defineCustomElement$q, [
|
|
393
401
|
'value',
|
|
394
402
|
'max',
|
|
395
403
|
'color'
|
|
396
404
|
]);
|
|
397
|
-
const PopRadio = /*@__PURE__*/ defineContainer('pop-radio', defineCustomElement$
|
|
405
|
+
const PopRadio = /*@__PURE__*/ defineContainer('pop-radio', defineCustomElement$r, [
|
|
398
406
|
'name',
|
|
399
407
|
'value',
|
|
400
408
|
'checked',
|
|
@@ -406,7 +414,7 @@ const PopRadio = /*@__PURE__*/ defineContainer('pop-radio', defineCustomElement$
|
|
|
406
414
|
'popFocus',
|
|
407
415
|
'popBlur'
|
|
408
416
|
], 'value', 'pop-change');
|
|
409
|
-
const PopRadioGroup = /*@__PURE__*/ defineContainer('pop-radio-group', defineCustomElement$
|
|
417
|
+
const PopRadioGroup = /*@__PURE__*/ defineContainer('pop-radio-group', defineCustomElement$s, [
|
|
410
418
|
'name',
|
|
411
419
|
'value',
|
|
412
420
|
'required',
|
|
@@ -418,7 +426,7 @@ const PopRadioGroup = /*@__PURE__*/ defineContainer('pop-radio-group', defineCus
|
|
|
418
426
|
'popChange',
|
|
419
427
|
'popValueChange'
|
|
420
428
|
], 'value', 'pop-change');
|
|
421
|
-
const PopRange = /*@__PURE__*/ defineContainer('pop-range', defineCustomElement$
|
|
429
|
+
const PopRange = /*@__PURE__*/ defineContainer('pop-range', defineCustomElement$t, [
|
|
422
430
|
'name',
|
|
423
431
|
'value',
|
|
424
432
|
'min',
|
|
@@ -434,7 +442,7 @@ const PopRange = /*@__PURE__*/ defineContainer('pop-range', defineCustomElement$
|
|
|
434
442
|
'popFocus',
|
|
435
443
|
'popBlur'
|
|
436
444
|
], 'value', 'pop-change');
|
|
437
|
-
const PopSelect = /*@__PURE__*/ defineContainer('pop-select', defineCustomElement$
|
|
445
|
+
const PopSelect = /*@__PURE__*/ defineContainer('pop-select', defineCustomElement$u, [
|
|
438
446
|
'name',
|
|
439
447
|
'placeholder',
|
|
440
448
|
'value',
|
|
@@ -457,18 +465,18 @@ const PopSelect = /*@__PURE__*/ defineContainer('pop-select', defineCustomElemen
|
|
|
457
465
|
'popFocus',
|
|
458
466
|
'popBlur'
|
|
459
467
|
], 'value', 'pop-change');
|
|
460
|
-
const PopSelectOption = /*@__PURE__*/ defineContainer('pop-select-option', defineCustomElement$
|
|
468
|
+
const PopSelectOption = /*@__PURE__*/ defineContainer('pop-select-option', defineCustomElement$v, [
|
|
461
469
|
'value',
|
|
462
470
|
'disabled',
|
|
463
471
|
'color',
|
|
464
472
|
'size'
|
|
465
473
|
]);
|
|
466
|
-
const PopSwap = /*@__PURE__*/ defineContainer('pop-swap', defineCustomElement$
|
|
474
|
+
const PopSwap = /*@__PURE__*/ defineContainer('pop-swap', defineCustomElement$w, [
|
|
467
475
|
'type',
|
|
468
476
|
'active',
|
|
469
477
|
'popSwap'
|
|
470
478
|
], 'active', 'pop-change');
|
|
471
|
-
const PopTextarea = /*@__PURE__*/ defineContainer('pop-textarea', defineCustomElement$
|
|
479
|
+
const PopTextarea = /*@__PURE__*/ defineContainer('pop-textarea', defineCustomElement$x, [
|
|
472
480
|
'name',
|
|
473
481
|
'placeholder',
|
|
474
482
|
'value',
|
|
@@ -498,7 +506,7 @@ const PopTextarea = /*@__PURE__*/ defineContainer('pop-textarea', defineCustomEl
|
|
|
498
506
|
'popFocus',
|
|
499
507
|
'popBlur'
|
|
500
508
|
], 'value', 'pop-input');
|
|
501
|
-
const PopToggle = /*@__PURE__*/ defineContainer('pop-toggle', defineCustomElement$
|
|
509
|
+
const PopToggle = /*@__PURE__*/ defineContainer('pop-toggle', defineCustomElement$y, [
|
|
502
510
|
'name',
|
|
503
511
|
'value',
|
|
504
512
|
'required',
|
|
@@ -512,7 +520,7 @@ const PopToggle = /*@__PURE__*/ defineContainer('pop-toggle', defineCustomElemen
|
|
|
512
520
|
'popFocus',
|
|
513
521
|
'popBlur'
|
|
514
522
|
], 'checked', 'pop-change');
|
|
515
|
-
const PopTooltip = /*@__PURE__*/ defineContainer('pop-tooltip', defineCustomElement$
|
|
523
|
+
const PopTooltip = /*@__PURE__*/ defineContainer('pop-tooltip', defineCustomElement$z, [
|
|
516
524
|
'value',
|
|
517
525
|
'color',
|
|
518
526
|
'position',
|
|
@@ -544,5 +552,5 @@ const PoppyVue = {
|
|
|
544
552
|
},
|
|
545
553
|
};
|
|
546
554
|
|
|
547
|
-
export { PopAccordion, PopAccordionGroup, PopAvatar, PopBadge, PopButton, PopCard, PopCheckbox, PopDivider, PopDrawer, PopDropdown, PopImg, PopIndicator, PopInput, PopInputFile, PopItem, PopJoin, PopKbd, PopList, PopLoading, PopMask, PopModal, PopNavbar, PopPopover, PopProgress, PopRadio, PopRadioGroup, PopRange, PopSelect, PopSelectOption, PopSwap, PopTextarea, PopToggle, PopTooltip, PoppyVue };
|
|
555
|
+
export { PopAccordion, PopAccordionGroup, PopAvatar, PopBadge, PopButton, PopCard, PopCardActions, PopCardBody, PopCardTitle, PopCheckbox, PopDivider, PopDrawer, PopDropdown, PopImg, PopIndicator, PopInput, PopInputFile, PopItem, PopJoin, PopKbd, PopList, PopLoading, PopMask, PopModal, PopNavbar, PopPopover, PopProgress, PopRadio, PopRadioGroup, PopRange, PopSelect, PopSelectOption, PopSwap, PopTextarea, PopToggle, PopTooltip, PoppyVue };
|
|
548
556
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/vue-component-lib/utils.ts","../src/proxies.ts","../src/plugin.ts"],"sourcesContent":[null,null,null],"names":["definePopAccordion","definePopAccordionGroup","definePopAvatar","definePopBadge","definePopButton","definePopCard","definePopCheckbox","definePopDivider","definePopDrawer","definePopDropdown","definePopImg","definePopIndicator","definePopInput","definePopInputFile","definePopItem","definePopJoin","definePopKbd","definePopList","definePopLoading","definePopMask","definePopModal","definePopNavbar","definePopPopover","definePopProgress","definePopRadio","definePopRadioGroup","definePopRange","definePopSelect","definePopSelectOption","definePopSwap","definePopTextarea","definePopToggle","definePopTooltip"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/vue-component-lib/utils.ts","../src/proxies.ts","../src/plugin.ts"],"sourcesContent":[null,null,null],"names":["definePopAccordion","definePopAccordionGroup","definePopAvatar","definePopBadge","definePopButton","definePopCard","definePopCardActions","definePopCardBody","definePopCardTitle","definePopCheckbox","definePopDivider","definePopDrawer","definePopDropdown","definePopImg","definePopIndicator","definePopInput","definePopInputFile","definePopItem","definePopJoin","definePopKbd","definePopList","definePopLoading","definePopMask","definePopModal","definePopNavbar","definePopPopover","definePopProgress","definePopRadio","definePopRadioGroup","definePopRange","definePopSelect","definePopSelectOption","definePopSwap","definePopTextarea","definePopToggle","definePopTooltip"],"mappings":"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"}
|
package/dist/types/proxies.d.ts
CHANGED
|
@@ -5,6 +5,9 @@ export declare const PopAvatar: (props: JSX.PopAvatar & import("./vue-component-
|
|
|
5
5
|
export declare const PopBadge: (props: JSX.PopBadge & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
6
6
|
export declare const PopButton: (props: JSX.PopButton & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
7
7
|
export declare const PopCard: (props: JSX.PopCard & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
8
|
+
export declare const PopCardActions: (props: JSX.PopCardActions & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
9
|
+
export declare const PopCardBody: (props: JSX.PopCardBody & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
10
|
+
export declare const PopCardTitle: (props: JSX.PopCardTitle & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
8
11
|
export declare const PopCheckbox: (props: JSX.PopCheckbox & import("./vue-component-lib/utils").InputProps<boolean> & {}) => any;
|
|
9
12
|
export declare const PopDivider: (props: JSX.PopDivider & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
10
13
|
export declare const PopDrawer: (props: JSX.PopDrawer & import("./vue-component-lib/utils").InputProps<string | number | boolean> & {}) => any;
|
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
"description": "If `true`, the user cannot interact with the element.",
|
|
5
5
|
"options": []
|
|
6
6
|
},
|
|
7
|
-
"pop-accordion/is-open": {
|
|
8
|
-
"type": "boolean",
|
|
9
|
-
"description": "If `true`, the accordion is open.\n\nThe developer must not set this value to `true` if the accordion is used in `<accordion-group>` element and set the active property to the name of the accordion.",
|
|
10
|
-
"options": []
|
|
11
|
-
},
|
|
12
7
|
"pop-accordion/name": {
|
|
13
8
|
"type": "string",
|
|
14
9
|
"description": "name of the accordion",
|
|
15
10
|
"options": []
|
|
16
11
|
},
|
|
12
|
+
"pop-accordion/open": {
|
|
13
|
+
"type": "boolean",
|
|
14
|
+
"description": "If `true`, the accordion is open.\n\nThe developer must not set this value to `true` if the accordion is used in `<accordion-group>` element and set the active property to the name of the accordion.",
|
|
15
|
+
"options": []
|
|
16
|
+
},
|
|
17
17
|
"pop-accordion/readonly": {
|
|
18
18
|
"type": "boolean",
|
|
19
19
|
"description": "If `true`, the user cannot interact with the element.",
|
|
@@ -146,6 +146,11 @@
|
|
|
146
146
|
"submit"
|
|
147
147
|
]
|
|
148
148
|
},
|
|
149
|
+
"pop-card/compact": {
|
|
150
|
+
"type": "boolean",
|
|
151
|
+
"description": "Applies smaller padding",
|
|
152
|
+
"options": []
|
|
153
|
+
},
|
|
149
154
|
"pop-checkbox/checked": {
|
|
150
155
|
"type": "boolean",
|
|
151
156
|
"description": "If `true`, the toggle is selected.",
|
|
@@ -783,7 +788,7 @@
|
|
|
783
788
|
"options": []
|
|
784
789
|
},
|
|
785
790
|
"pop-popover/animated": {
|
|
786
|
-
"type": "
|
|
791
|
+
"type": "any",
|
|
787
792
|
"description": "If `true`, the popover will animate.",
|
|
788
793
|
"options": []
|
|
789
794
|
},
|
package/dist/vetur/tags.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"description": "Accordion is used for showing and hiding content.",
|
|
4
4
|
"attributes": [
|
|
5
5
|
"disabled",
|
|
6
|
-
"is-open",
|
|
7
6
|
"name",
|
|
7
|
+
"open",
|
|
8
8
|
"readonly"
|
|
9
9
|
]
|
|
10
10
|
},
|
|
@@ -46,7 +46,21 @@
|
|
|
46
46
|
]
|
|
47
47
|
},
|
|
48
48
|
"pop-card": {
|
|
49
|
-
"description": "",
|
|
49
|
+
"description": "Cards are used to group and display content in a way that is easily readable.",
|
|
50
|
+
"attributes": [
|
|
51
|
+
"compact"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"pop-card-actions": {
|
|
55
|
+
"description": "Cards are used to group and display content in a way that is easily readable.",
|
|
56
|
+
"attributes": []
|
|
57
|
+
},
|
|
58
|
+
"pop-card-body": {
|
|
59
|
+
"description": "Cards are used to group and display content in a way that is easily readable.",
|
|
60
|
+
"attributes": []
|
|
61
|
+
},
|
|
62
|
+
"pop-card-title": {
|
|
63
|
+
"description": "Cards are used to group and display content in a way that is easily readable.",
|
|
50
64
|
"attributes": []
|
|
51
65
|
},
|
|
52
66
|
"pop-checkbox": {
|
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@poppy-ui/vue",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.2.0-beta.1",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -28,22 +28,22 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
|
-
"name": "
|
|
32
|
-
"description": "
|
|
33
|
-
"required":
|
|
34
|
-
"default": "false",
|
|
31
|
+
"name": "name",
|
|
32
|
+
"description": "name of the accordion",
|
|
33
|
+
"required": true,
|
|
35
34
|
"value": {
|
|
36
35
|
"kind": "expression",
|
|
37
|
-
"type": "
|
|
36
|
+
"type": "string"
|
|
38
37
|
}
|
|
39
38
|
},
|
|
40
39
|
{
|
|
41
|
-
"name": "
|
|
42
|
-
"description": "name of the accordion",
|
|
43
|
-
"required":
|
|
40
|
+
"name": "open",
|
|
41
|
+
"description": "If `true`, the accordion is open.\n\nThe developer must not set this value to `true` if the accordion is used in `<accordion-group>` element and set the active property to the name of the accordion.",
|
|
42
|
+
"required": false,
|
|
43
|
+
"default": "false",
|
|
44
44
|
"value": {
|
|
45
45
|
"kind": "expression",
|
|
46
|
-
"type": "
|
|
46
|
+
"type": "boolean"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
{
|
|
@@ -187,7 +187,6 @@
|
|
|
187
187
|
"name": "outlined",
|
|
188
188
|
"description": "Transparent Badge with colored border",
|
|
189
189
|
"required": false,
|
|
190
|
-
"default": "false",
|
|
191
190
|
"value": {
|
|
192
191
|
"kind": "expression",
|
|
193
192
|
"type": "boolean"
|
|
@@ -334,13 +333,79 @@
|
|
|
334
333
|
{
|
|
335
334
|
"name": "PopCard",
|
|
336
335
|
"doc-url": "https://poppy-ui.com/docs/api/card",
|
|
337
|
-
"description": "",
|
|
336
|
+
"description": "Cards are used to group and display content in a way that is easily readable.",
|
|
338
337
|
"source": {
|
|
339
338
|
"module": "@poppy-ui/core/src/components/card/card.d.ts",
|
|
340
339
|
"symbol": "Card"
|
|
341
340
|
},
|
|
341
|
+
"attributes": [
|
|
342
|
+
{
|
|
343
|
+
"name": "compact",
|
|
344
|
+
"description": "Applies smaller padding",
|
|
345
|
+
"required": false,
|
|
346
|
+
"value": {
|
|
347
|
+
"kind": "expression",
|
|
348
|
+
"type": "boolean"
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
],
|
|
352
|
+
"slots": [
|
|
353
|
+
{
|
|
354
|
+
"name": "default",
|
|
355
|
+
"description": "Content for the `pop-card-body`"
|
|
356
|
+
}
|
|
357
|
+
],
|
|
358
|
+
"events": []
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "PopCardActions",
|
|
362
|
+
"doc-url": "https://poppy-ui.com/docs/api/card-actions",
|
|
363
|
+
"description": "Cards are used to group and display content in a way that is easily readable.",
|
|
364
|
+
"source": {
|
|
365
|
+
"module": "@poppy-ui/core/src/components/card-actions/card-actions.d.ts",
|
|
366
|
+
"symbol": "CardActions"
|
|
367
|
+
},
|
|
342
368
|
"attributes": [],
|
|
343
|
-
"slots": [
|
|
369
|
+
"slots": [
|
|
370
|
+
{
|
|
371
|
+
"name": "default",
|
|
372
|
+
"description": "Container for buttons"
|
|
373
|
+
}
|
|
374
|
+
],
|
|
375
|
+
"events": []
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"name": "PopCardBody",
|
|
379
|
+
"doc-url": "https://poppy-ui.com/docs/api/card-body",
|
|
380
|
+
"description": "Cards are used to group and display content in a way that is easily readable.",
|
|
381
|
+
"source": {
|
|
382
|
+
"module": "@poppy-ui/core/src/components/card-body/card-body.d.ts",
|
|
383
|
+
"symbol": "CardBody"
|
|
384
|
+
},
|
|
385
|
+
"attributes": [],
|
|
386
|
+
"slots": [
|
|
387
|
+
{
|
|
388
|
+
"name": "default",
|
|
389
|
+
"description": "Container for content"
|
|
390
|
+
}
|
|
391
|
+
],
|
|
392
|
+
"events": []
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "PopCardTitle",
|
|
396
|
+
"doc-url": "https://poppy-ui.com/docs/api/card-title",
|
|
397
|
+
"description": "Cards are used to group and display content in a way that is easily readable.",
|
|
398
|
+
"source": {
|
|
399
|
+
"module": "@poppy-ui/core/src/components/card-title/card-title.d.ts",
|
|
400
|
+
"symbol": "CardTitle"
|
|
401
|
+
},
|
|
402
|
+
"attributes": [],
|
|
403
|
+
"slots": [
|
|
404
|
+
{
|
|
405
|
+
"name": "default",
|
|
406
|
+
"description": "Title of card"
|
|
407
|
+
}
|
|
408
|
+
],
|
|
344
409
|
"events": []
|
|
345
410
|
},
|
|
346
411
|
{
|
|
@@ -860,7 +925,6 @@
|
|
|
860
925
|
"name": "debounce",
|
|
861
926
|
"description": "Set the amount of time, in milliseconds, to wait to trigger the ionInput event after each keystroke.",
|
|
862
927
|
"required": false,
|
|
863
|
-
"default": "0",
|
|
864
928
|
"value": {
|
|
865
929
|
"kind": "expression",
|
|
866
930
|
"type": "number"
|
|
@@ -1561,17 +1625,15 @@
|
|
|
1561
1625
|
"name": "animated",
|
|
1562
1626
|
"description": "If `true`, the popover will animate.",
|
|
1563
1627
|
"required": false,
|
|
1564
|
-
"default": "true",
|
|
1565
1628
|
"value": {
|
|
1566
1629
|
"kind": "expression",
|
|
1567
|
-
"type": "
|
|
1630
|
+
"type": "any"
|
|
1568
1631
|
}
|
|
1569
1632
|
},
|
|
1570
1633
|
{
|
|
1571
1634
|
"name": "backdrop-dismiss",
|
|
1572
1635
|
"description": "If `true`, the popover will be dismissed when the backdrop is clicked.",
|
|
1573
1636
|
"required": false,
|
|
1574
|
-
"default": "false",
|
|
1575
1637
|
"value": {
|
|
1576
1638
|
"kind": "expression",
|
|
1577
1639
|
"type": "boolean"
|
|
@@ -1617,7 +1679,6 @@
|
|
|
1617
1679
|
"name": "show-backdrop",
|
|
1618
1680
|
"description": "If `true`, a backdrop will be displayed behind the popover.\nThis property controls whether or not the backdrop\ndarkens the screen when the popover is presented.\nIt does not control whether or not the backdrop\nis active or present in the DOM.",
|
|
1619
1681
|
"required": false,
|
|
1620
|
-
"default": "false",
|
|
1621
1682
|
"value": {
|
|
1622
1683
|
"kind": "expression",
|
|
1623
1684
|
"type": "boolean"
|
|
@@ -1975,7 +2036,6 @@
|
|
|
1975
2036
|
"name": "debounce",
|
|
1976
2037
|
"description": "Set the amount of time, in milliseconds, to wait to trigger the ionInput event after each keystroke.",
|
|
1977
2038
|
"required": false,
|
|
1978
|
-
"default": "0",
|
|
1979
2039
|
"value": {
|
|
1980
2040
|
"kind": "expression",
|
|
1981
2041
|
"type": "number"
|
|
@@ -2175,7 +2235,6 @@
|
|
|
2175
2235
|
"name": "multiple",
|
|
2176
2236
|
"description": "If `true`, the user can enter more than one value.",
|
|
2177
2237
|
"required": false,
|
|
2178
|
-
"default": "false",
|
|
2179
2238
|
"value": {
|
|
2180
2239
|
"kind": "expression",
|
|
2181
2240
|
"type": "boolean"
|
|
@@ -2413,7 +2472,6 @@
|
|
|
2413
2472
|
"name": "bordered",
|
|
2414
2473
|
"description": "if `true`, adds border to textarea when `color` property is not set.",
|
|
2415
2474
|
"required": false,
|
|
2416
|
-
"default": "false",
|
|
2417
2475
|
"value": {
|
|
2418
2476
|
"kind": "expression",
|
|
2419
2477
|
"type": "boolean"
|
|
@@ -2814,7 +2872,6 @@
|
|
|
2814
2872
|
"name": "open",
|
|
2815
2873
|
"description": "Force open tooltip",
|
|
2816
2874
|
"required": false,
|
|
2817
|
-
"default": "false",
|
|
2818
2875
|
"value": {
|
|
2819
2876
|
"kind": "expression",
|
|
2820
2877
|
"type": "boolean"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@poppy-ui/vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.2.0-beta.1",
|
|
5
5
|
"description": "Vue specific wrapper for @poppy-ui/core",
|
|
6
6
|
"author": "Sukaato <sukaato.dev@proton.me>",
|
|
7
7
|
"homepage": "https://github.com/CheeseGrinder/poppy-ui#readme",
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"main": "./dist/index.js",
|
|
10
10
|
"types": "./dist/types/index.d.ts",
|
|
11
11
|
"files": [
|
|
12
|
-
"dist/"
|
|
12
|
+
"dist/",
|
|
13
|
+
"css/"
|
|
13
14
|
],
|
|
14
15
|
"repository": {
|
|
15
16
|
"type": "git",
|
|
@@ -36,19 +37,21 @@
|
|
|
36
37
|
"prettier": "prettier --write src/",
|
|
37
38
|
"prettier:check": "prettier --check src/",
|
|
38
39
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
39
|
-
"clean": "rimraf dist",
|
|
40
|
+
"clean": "rimraf ./css ./dist",
|
|
40
41
|
"prebuild": "npm run clean",
|
|
41
42
|
"build": "npm run build:bundle && npm run build:vetur && npm run build:web-types",
|
|
43
|
+
"postbuild": "npm run copy:css",
|
|
42
44
|
"build:bundle": "rollup --config rollup.config.mjs",
|
|
43
45
|
"build:vetur": "node --experimental-json-modules ./scripts/build-vetur.js",
|
|
44
46
|
"build:web-types": "node --experimental-json-modules ./scripts/build-web-types.js",
|
|
47
|
+
"copy:css": "node ./scripts/copy-css.js",
|
|
45
48
|
"release": "release-it"
|
|
46
49
|
},
|
|
47
50
|
"dependencies": {
|
|
48
|
-
"@poppy-ui/core": "0.
|
|
51
|
+
"@poppy-ui/core": "0.2.0-beta.1"
|
|
49
52
|
},
|
|
50
53
|
"devDependencies": {
|
|
51
|
-
"@poppy-ui/docs": "0.
|
|
54
|
+
"@poppy-ui/docs": "0.2.0-beta.1",
|
|
52
55
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
53
56
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
54
57
|
"@vue/eslint-config-typescript": "^13.0.0",
|
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @poppy-ui/vue
|
|
2
2
|
|
|
3
|
-
Poppy
|
|
3
|
+
Poppy UI integration for Vue 3 apps.
|
|
4
4
|
|
|
5
5
|
## Building
|
|
6
6
|
|
|
@@ -38,4 +38,8 @@ cd packages/vue-router && npm install
|
|
|
38
38
|
|
|
39
39
|
```shell
|
|
40
40
|
npm run build
|
|
41
|
-
````
|
|
41
|
+
````
|
|
42
|
+
|
|
43
|
+
## Contributing
|
|
44
|
+
|
|
45
|
+
See our [Contributing Guide](https://github.com/CheeseGrinder/poppy-ui/blob/main/docs/CONTRIBUTING.md).
|