@nimbus-ds/styles 4.19.1 → 5.0.0-rc.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/CHANGELOG.md +18 -1
- package/dist/index.css +772 -774
- package/dist/index.d.ts +34 -34
- package/dist/index.js +1 -2
- package/dist/packages/{badge → atomic/badge}/badge.style.css.d.ts +0 -0
- package/dist/packages/{badge → atomic/badge}/index.css +11 -13
- package/dist/packages/{badge → atomic/badge}/index.d.ts +0 -0
- package/dist/packages/atomic/badge/index.js +1 -0
- package/dist/packages/{box → atomic/box}/box.sprinkle.css.d.ts +4 -4
- package/dist/packages/{box → atomic/box}/box.sprinkle.types.d.ts +0 -0
- package/dist/packages/{box → atomic/box}/box.style.css.d.ts +0 -0
- package/dist/packages/{box → atomic/box}/index.css +123 -125
- package/dist/packages/{box → atomic/box}/index.d.ts +8 -8
- package/dist/packages/atomic/box/index.js +1 -0
- package/dist/packages/{button → atomic/button}/button.style.css.d.ts +0 -0
- package/dist/packages/{button → atomic/button}/index.css +17 -19
- package/dist/packages/{button → atomic/button}/index.d.ts +0 -0
- package/dist/packages/atomic/button/index.js +1 -0
- package/dist/packages/{checkbox → atomic/checkbox}/checkbox.sprinkle.css.d.ts +1 -1
- package/dist/packages/{checkbox → atomic/checkbox}/checkbox.style.css.d.ts +0 -0
- package/dist/packages/{checkbox → atomic/checkbox}/index.css +14 -16
- package/dist/packages/{checkbox → atomic/checkbox}/index.d.ts +1 -1
- package/dist/packages/{checkbox → atomic/checkbox}/index.js +1 -2
- package/dist/packages/{chip → atomic/chip}/chip.style.css.d.ts +0 -0
- package/dist/packages/{chip → atomic/chip}/index.css +4 -6
- package/dist/packages/{chip → atomic/chip}/index.d.ts +0 -0
- package/dist/packages/{chip → atomic/chip}/index.js +1 -2
- package/dist/packages/{fileUploader → atomic/fileUploader}/fileUploader.sprinkle.css.d.ts +2 -2
- package/dist/packages/{fileUploader → atomic/fileUploader}/fileUploader.style.css.d.ts +0 -0
- package/dist/packages/{fileUploader → atomic/fileUploader}/index.css +27 -29
- package/dist/packages/{fileUploader → atomic/fileUploader}/index.d.ts +2 -2
- package/dist/packages/atomic/fileUploader/index.js +1 -0
- package/dist/packages/{icon → atomic/icon}/icon.sprinkle.css.d.ts +1 -1
- package/dist/packages/{icon → atomic/icon}/icon.style.css.d.ts +0 -0
- package/dist/packages/{icon → atomic/icon}/index.css +20 -22
- package/dist/packages/{icon → atomic/icon}/index.d.ts +1 -1
- package/dist/packages/atomic/icon/index.js +1 -0
- package/dist/packages/{iconButton → atomic/iconButton}/iconButton.sprinkle.css.d.ts +0 -0
- package/dist/packages/{iconButton → atomic/iconButton}/iconButton.sprinkle.types.d.ts +0 -0
- package/dist/packages/{iconButton → atomic/iconButton}/iconButton.style.css.d.ts +0 -0
- package/dist/packages/{iconButton → atomic/iconButton}/index.css +50 -52
- package/dist/packages/{iconButton → atomic/iconButton}/index.d.ts +0 -0
- package/dist/packages/atomic/iconButton/index.js +1 -0
- package/dist/packages/{input → atomic/input}/index.css +18 -20
- package/dist/packages/{input → atomic/input}/index.d.ts +0 -0
- package/dist/packages/atomic/input/index.js +1 -0
- package/dist/packages/{input → atomic/input}/input.style.css.d.ts +0 -0
- package/dist/packages/{label → atomic/label}/index.css +2 -4
- package/dist/packages/{label → atomic/label}/index.d.ts +0 -0
- package/dist/packages/{label → atomic/label}/index.js +1 -2
- package/dist/packages/{label → atomic/label}/label.style.css.d.ts +0 -0
- package/dist/packages/{link → atomic/link}/index.css +17 -19
- package/dist/packages/{link → atomic/link}/index.d.ts +0 -0
- package/dist/packages/{link → atomic/link}/index.js +1 -2
- package/dist/packages/{link → atomic/link}/link.style.css.d.ts +0 -0
- package/dist/packages/{list → atomic/list}/index.css +4 -6
- package/dist/packages/{list → atomic/list}/index.d.ts +0 -0
- package/dist/packages/{button → atomic/list}/index.js +1 -2
- package/dist/packages/{list → atomic/list}/list.style.css.d.ts +0 -0
- package/dist/packages/{popover → atomic/popover}/index.css +24 -26
- package/dist/packages/{popover → atomic/popover}/index.d.ts +0 -0
- package/dist/packages/atomic/popover/index.js +1 -0
- package/dist/packages/{popover → atomic/popover}/popover.sprinkle.css.d.ts +0 -0
- package/dist/packages/{popover → atomic/popover}/popover.style.css.d.ts +0 -0
- package/dist/packages/{radio → atomic/radio}/index.css +19 -21
- package/dist/packages/{radio → atomic/radio}/index.d.ts +1 -1
- package/dist/packages/atomic/radio/index.js +1 -0
- package/dist/packages/{radio → atomic/radio}/radio.sprinkle.css.d.ts +1 -1
- package/dist/packages/{radio → atomic/radio}/radio.style.css.d.ts +0 -0
- package/dist/packages/{select → atomic/select}/index.css +16 -18
- package/dist/packages/{select → atomic/select}/index.d.ts +0 -0
- package/dist/packages/atomic/select/index.js +1 -0
- package/dist/packages/{select → atomic/select}/select.style.css.d.ts +0 -0
- package/dist/packages/{skeleton → atomic/skeleton}/index.css +4 -6
- package/dist/packages/{skeleton → atomic/skeleton}/index.d.ts +0 -0
- package/dist/packages/{skeleton → atomic/skeleton}/index.js +1 -2
- package/dist/packages/{skeleton → atomic/skeleton}/skeleton.style.css.d.ts +0 -0
- package/dist/packages/{spinner → atomic/spinner}/index.css +15 -17
- package/dist/packages/{spinner → atomic/spinner}/index.d.ts +0 -0
- package/dist/packages/atomic/spinner/index.js +1 -0
- package/dist/packages/{spinner → atomic/spinner}/spinner.sprinkle.css.d.ts +0 -0
- package/dist/packages/{spinner → atomic/spinner}/spinner.style.css.d.ts +0 -0
- package/dist/packages/{stack → atomic/stack}/index.css +117 -119
- package/dist/packages/{stack → atomic/stack}/index.d.ts +5 -5
- package/dist/packages/atomic/stack/index.js +1 -0
- package/dist/packages/{stack → atomic/stack}/stack.sprinkle.css.d.ts +3 -3
- package/dist/packages/{stack → atomic/stack}/stack.sprinkle.types.d.ts +0 -0
- package/dist/packages/{tag → atomic/tag}/index.css +6 -8
- package/dist/packages/{tag → atomic/tag}/index.d.ts +0 -0
- package/dist/packages/atomic/tag/index.js +1 -0
- package/dist/packages/{tag → atomic/tag}/tag.style.css.d.ts +0 -0
- package/dist/packages/{text → atomic/text}/index.css +31 -33
- package/dist/packages/{text → atomic/text}/index.d.ts +0 -0
- package/dist/packages/atomic/text/index.js +1 -0
- package/dist/packages/{text → atomic/text}/text.sprinkle.css.d.ts +1 -1
- package/dist/packages/{text → atomic/text}/text.style.css.d.ts +0 -0
- package/dist/packages/{textarea → atomic/textarea}/index.css +17 -19
- package/dist/packages/{textarea → atomic/textarea}/index.d.ts +0 -0
- package/dist/packages/atomic/textarea/index.js +1 -0
- package/dist/packages/{textarea → atomic/textarea}/textarea.style.css.d.ts +0 -0
- package/dist/packages/{thumbnail → atomic/thumbnail}/index.css +11 -13
- package/dist/packages/{thumbnail → atomic/thumbnail}/index.d.ts +0 -0
- package/dist/packages/{thumbnail → atomic/thumbnail}/index.js +1 -2
- package/dist/packages/{thumbnail → atomic/thumbnail}/thumbnail.sprinkle.css.d.ts +0 -0
- package/dist/packages/{thumbnail → atomic/thumbnail}/thumbnail.style.css.d.ts +0 -0
- package/dist/packages/{title → atomic/title}/index.css +21 -23
- package/dist/packages/{title → atomic/title}/index.d.ts +0 -0
- package/dist/packages/atomic/title/index.js +1 -0
- package/dist/packages/{title → atomic/title}/title.sprinkle.css.d.ts +1 -1
- package/dist/packages/{title → atomic/title}/title.style.css.d.ts +0 -0
- package/dist/packages/{toast → atomic/toast}/index.css +6 -8
- package/dist/packages/{toast → atomic/toast}/index.d.ts +0 -0
- package/dist/packages/{toast → atomic/toast}/index.js +1 -2
- package/dist/packages/{toast → atomic/toast}/toast.style.css.d.ts +0 -0
- package/dist/packages/{toggle → atomic/toggle}/index.css +6 -8
- package/dist/packages/{toggle → atomic/toggle}/index.d.ts +0 -0
- package/dist/packages/atomic/toggle/index.js +1 -0
- package/dist/packages/{toggle → atomic/toggle}/toggle.style.css.d.ts +0 -0
- package/dist/packages/{tooltip → atomic/tooltip}/index.css +7 -9
- package/dist/packages/{tooltip → atomic/tooltip}/index.d.ts +0 -0
- package/dist/packages/atomic/tooltip/index.js +1 -0
- package/dist/packages/{tooltip → atomic/tooltip}/tooltip.style.css.d.ts +0 -0
- package/dist/packages/{alert → composite/alert}/alert.style.css.d.ts +0 -0
- package/dist/packages/{alert → composite/alert}/index.css +20 -22
- package/dist/packages/{alert → composite/alert}/index.d.ts +0 -0
- package/dist/packages/composite/alert/index.js +1 -0
- package/dist/packages/{card → composite/card}/card.sprinkle.css.d.ts +0 -0
- package/dist/packages/{card → composite/card}/card.style.css.d.ts +0 -0
- package/dist/packages/{card → composite/card}/index.css +17 -19
- package/dist/packages/{card → composite/card}/index.d.ts +0 -0
- package/dist/packages/composite/card/index.js +1 -0
- package/dist/packages/{sidebar → composite/sidebar}/index.css +28 -30
- package/dist/packages/{sidebar → composite/sidebar}/index.d.ts +0 -0
- package/dist/packages/composite/sidebar/index.js +1 -0
- package/dist/packages/{sidebar → composite/sidebar}/sidebar.sprinkle.css.d.ts +0 -0
- package/dist/packages/{sidebar → composite/sidebar}/sidebar.sprinkle.types.d.ts +0 -0
- package/dist/packages/{sidebar → composite/sidebar}/sidebar.style.css.d.ts +0 -0
- package/dist/packages/{tabs → composite/tabs}/index.css +9 -11
- package/dist/packages/{tabs → composite/tabs}/index.d.ts +0 -0
- package/dist/packages/{list → composite/tabs}/index.js +1 -2
- package/dist/packages/{tabs → composite/tabs}/tabs.style.css.d.ts +0 -0
- package/dist/themes/base.css +0 -2
- package/dist/themes/base.js +1 -2
- package/dist/themes/dark.css +0 -2
- package/dist/themes/dark.js +1 -2
- package/package.json +8 -10
- package/dist/index.css.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/packages/alert/index.css.map +0 -1
- package/dist/packages/alert/index.js +0 -2
- package/dist/packages/alert/index.js.map +0 -1
- package/dist/packages/badge/index.css.map +0 -1
- package/dist/packages/badge/index.js +0 -2
- package/dist/packages/badge/index.js.map +0 -1
- package/dist/packages/box/index.css.map +0 -1
- package/dist/packages/box/index.js +0 -2
- package/dist/packages/box/index.js.map +0 -1
- package/dist/packages/button/index.css.map +0 -1
- package/dist/packages/button/index.js.map +0 -1
- package/dist/packages/card/index.css.map +0 -1
- package/dist/packages/card/index.js +0 -2
- package/dist/packages/card/index.js.map +0 -1
- package/dist/packages/checkbox/index.css.map +0 -1
- package/dist/packages/checkbox/index.js.map +0 -1
- package/dist/packages/chip/index.css.map +0 -1
- package/dist/packages/chip/index.js.map +0 -1
- package/dist/packages/fileUploader/index.css.map +0 -1
- package/dist/packages/fileUploader/index.js +0 -2
- package/dist/packages/fileUploader/index.js.map +0 -1
- package/dist/packages/icon/index.css.map +0 -1
- package/dist/packages/icon/index.js +0 -2
- package/dist/packages/icon/index.js.map +0 -1
- package/dist/packages/iconButton/index.css.map +0 -1
- package/dist/packages/iconButton/index.js +0 -2
- package/dist/packages/iconButton/index.js.map +0 -1
- package/dist/packages/input/index.css.map +0 -1
- package/dist/packages/input/index.js +0 -2
- package/dist/packages/input/index.js.map +0 -1
- package/dist/packages/label/index.css.map +0 -1
- package/dist/packages/label/index.js.map +0 -1
- package/dist/packages/link/index.css.map +0 -1
- package/dist/packages/link/index.js.map +0 -1
- package/dist/packages/list/index.css.map +0 -1
- package/dist/packages/list/index.js.map +0 -1
- package/dist/packages/popover/index.css.map +0 -1
- package/dist/packages/popover/index.js +0 -2
- package/dist/packages/popover/index.js.map +0 -1
- package/dist/packages/radio/index.css.map +0 -1
- package/dist/packages/radio/index.js +0 -2
- package/dist/packages/radio/index.js.map +0 -1
- package/dist/packages/select/index.css.map +0 -1
- package/dist/packages/select/index.js +0 -2
- package/dist/packages/select/index.js.map +0 -1
- package/dist/packages/sidebar/index.css.map +0 -1
- package/dist/packages/sidebar/index.js +0 -2
- package/dist/packages/sidebar/index.js.map +0 -1
- package/dist/packages/skeleton/index.css.map +0 -1
- package/dist/packages/skeleton/index.js.map +0 -1
- package/dist/packages/spinner/index.css.map +0 -1
- package/dist/packages/spinner/index.js +0 -2
- package/dist/packages/spinner/index.js.map +0 -1
- package/dist/packages/stack/index.css.map +0 -1
- package/dist/packages/stack/index.js +0 -2
- package/dist/packages/stack/index.js.map +0 -1
- package/dist/packages/tabs/index.css.map +0 -1
- package/dist/packages/tabs/index.js +0 -2
- package/dist/packages/tabs/index.js.map +0 -1
- package/dist/packages/tag/index.css.map +0 -1
- package/dist/packages/tag/index.js +0 -2
- package/dist/packages/tag/index.js.map +0 -1
- package/dist/packages/text/index.css.map +0 -1
- package/dist/packages/text/index.js +0 -2
- package/dist/packages/text/index.js.map +0 -1
- package/dist/packages/textarea/index.css.map +0 -1
- package/dist/packages/textarea/index.js +0 -2
- package/dist/packages/textarea/index.js.map +0 -1
- package/dist/packages/thumbnail/index.css.map +0 -1
- package/dist/packages/thumbnail/index.js.map +0 -1
- package/dist/packages/title/index.css.map +0 -1
- package/dist/packages/title/index.js +0 -2
- package/dist/packages/title/index.js.map +0 -1
- package/dist/packages/toast/index.css.map +0 -1
- package/dist/packages/toast/index.js.map +0 -1
- package/dist/packages/toggle/index.css.map +0 -1
- package/dist/packages/toggle/index.js +0 -2
- package/dist/packages/toggle/index.js.map +0 -1
- package/dist/packages/tooltip/index.css.map +0 -1
- package/dist/packages/tooltip/index.js +0 -2
- package/dist/packages/tooltip/index.js.map +0 -1
- package/dist/themes/base.css.map +0 -1
- package/dist/themes/base.js.map +0 -1
- package/dist/themes/dark.css.map +0 -1
- package/dist/themes/dark.js.map +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@keyframes
|
|
1
|
+
@keyframes _1lcn4li0 {
|
|
2
2
|
100% {
|
|
3
3
|
transform: rotate(360deg);
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
|
-
@keyframes
|
|
6
|
+
@keyframes _1lcn4li1 {
|
|
7
7
|
0% {
|
|
8
8
|
stroke-dasharray: 1, 150;
|
|
9
9
|
stroke-dashoffset: 0;
|
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
stroke-dashoffset: -124;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
.
|
|
21
|
-
animation:
|
|
20
|
+
._1lcn4li2 {
|
|
21
|
+
animation: _1lcn4li0 2s linear infinite;
|
|
22
22
|
width: var(--_3tkju40);
|
|
23
23
|
height: var(--_3tkju41);
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
._1lcn4li2 circle {
|
|
26
26
|
stroke: currentcolor;
|
|
27
|
-
animation:
|
|
27
|
+
animation: _1lcn4li1 1.5s ease-in-out infinite;
|
|
28
28
|
}
|
|
29
29
|
:root {
|
|
30
30
|
--g6qx2k0: #deeffe;
|
|
@@ -359,32 +359,30 @@
|
|
|
359
359
|
._16j423123 {
|
|
360
360
|
background-color: var(--g6qx2k11);
|
|
361
361
|
}
|
|
362
|
-
.
|
|
362
|
+
.bkbl2e0 {
|
|
363
363
|
color: var(--g6qx2k2);
|
|
364
364
|
}
|
|
365
|
-
.
|
|
365
|
+
.bkbl2e1 {
|
|
366
366
|
color: var(--g6qx2k5);
|
|
367
367
|
}
|
|
368
|
-
.
|
|
368
|
+
.bkbl2e2 {
|
|
369
369
|
color: var(--g6qx2k9);
|
|
370
370
|
}
|
|
371
|
-
.
|
|
371
|
+
.bkbl2e3 {
|
|
372
372
|
color: var(--g6qx2kc);
|
|
373
373
|
}
|
|
374
|
-
.
|
|
374
|
+
.bkbl2e4 {
|
|
375
375
|
color: var(--g6qx2kn);
|
|
376
376
|
}
|
|
377
|
-
.
|
|
377
|
+
.bkbl2e5 {
|
|
378
378
|
color: var(--g6qx2kq);
|
|
379
379
|
}
|
|
380
|
-
.
|
|
380
|
+
.bkbl2e6 {
|
|
381
381
|
color: var(--g6qx2ks);
|
|
382
382
|
}
|
|
383
|
-
.
|
|
383
|
+
.bkbl2e7 {
|
|
384
384
|
color: var(--g6qx2kw);
|
|
385
385
|
}
|
|
386
|
-
.
|
|
386
|
+
.bkbl2e8 {
|
|
387
387
|
color: var(--g6qx2k10);
|
|
388
388
|
}
|
|
389
|
-
|
|
390
|
-
/*# sourceMappingURL=index.css.map*/
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define([],r):"object"==typeof exports?exports["@nimbus-ds/styles"]=r():e["@nimbus-ds/styles"]=r()}(self,(()=>(()=>{"use strict";var e={763:(e,r,t)=>{function n(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function a(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function o(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?a(Object(t),!0).forEach((function(r){n(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):a(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}t.d(r,{$:()=>l});var s=e=>function(){for(var r=arguments.length,t=new Array(r),n=0;n<r;n++)t[n]=arguments[n];var a=Object.assign({},...t.map((e=>e.styles))),s=Object.keys(a),i=s.filter((e=>"mappings"in a[e])),l=r=>{var t=[],n={},s=o({},r),l=!1;for(var u of i){var c=r[u];if(null!=c){var f=a[u];for(var p of(l=!0,f.mappings))n[p]=c,null==s[p]&&delete s[p]}}var b=l?o(o({},n),s):r;for(var v in b){var d=b[v],y=a[v];try{if(y.mappings)continue;if("string"==typeof d||"number"==typeof d)t.push(y.values[d].defaultClass);else if(Array.isArray(d))for(var g=0;g<d.length;g++){var O=d[g];if(null!=O){var x=y.responsiveArray[g];0,t.push(y.values[O].conditions[x])}}else for(var j in d){var k=d[j];null!=k&&t.push(y.values[k].conditions[j])}}catch(e){throw e}}return e(t.join(" "))};return Object.assign(l,{properties:new Set(s)})},i=e=>e,l=function(){return s(i)(...arguments)}},13:()=>{},741:()=>{}},r={};function t(n){var a=r[n];if(void 0!==a)return a.exports;var o=r[n]={exports:{}};return e[n](o,o.exports,t),o.exports}t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{t.r(n),t.d(n,{spinner:()=>e});t(741),t(13);const e={style:"_1lcn4li2",sprinkle:(0,t(763).$)({conditions:void 0,styles:{color:{values:{"primary.interactive":{defaultClass:"bkbl2e0"},"primary.textLow":{defaultClass:"bkbl2e1"},"success.interactive":{defaultClass:"bkbl2e2"},"success.textLow":{defaultClass:"bkbl2e3"},"danger.interactive":{defaultClass:"bkbl2e4"},"danger.textLow":{defaultClass:"bkbl2e5"},"neutral.background":{defaultClass:"bkbl2e6"},"neutral.interactive":{defaultClass:"bkbl2e7"},"neutral.textLow":{defaultClass:"bkbl2e8"}}}}}),properties:{"primary.interactive":"var(--g6qx2k2)","primary.textLow":"var(--g6qx2k5)","success.interactive":"var(--g6qx2k9)","success.textLow":"var(--g6qx2kc)","danger.interactive":"var(--g6qx2kn)","danger.textLow":"var(--g6qx2kq)","neutral.background":"var(--g6qx2ks)","neutral.interactive":"var(--g6qx2kw)","neutral.textLow":"var(--g6qx2k10)"}}})(),n})()));
|
|
File without changes
|
|
File without changes
|
|
@@ -104,289 +104,287 @@
|
|
|
104
104
|
--g6qx2k2u: 1024px;
|
|
105
105
|
}
|
|
106
106
|
@media screen and (min-width: 0px) {
|
|
107
|
-
.
|
|
108
|
-
width: var(--
|
|
107
|
+
._1yn989f3 {
|
|
108
|
+
width: var(--_1yn989f0);
|
|
109
109
|
}
|
|
110
|
-
.
|
|
111
|
-
height: var(--
|
|
110
|
+
._1yn989f9 {
|
|
111
|
+
height: var(--_1yn989f6);
|
|
112
112
|
}
|
|
113
|
-
.
|
|
114
|
-
flex: var(--
|
|
113
|
+
._1yn989ff {
|
|
114
|
+
flex: var(--_1yn989fc);
|
|
115
115
|
}
|
|
116
|
-
.
|
|
117
|
-
grid-template-areas: var(--
|
|
116
|
+
._1yn989fl {
|
|
117
|
+
grid-template-areas: var(--_1yn989fi);
|
|
118
118
|
}
|
|
119
|
-
.
|
|
120
|
-
grid-template-columns: var(--
|
|
119
|
+
._1yn989fr {
|
|
120
|
+
grid-template-columns: var(--_1yn989fo);
|
|
121
121
|
}
|
|
122
|
-
.
|
|
123
|
-
grid-template-rows: var(--
|
|
122
|
+
._1yn989fx {
|
|
123
|
+
grid-template-rows: var(--_1yn989fu);
|
|
124
124
|
}
|
|
125
|
-
.
|
|
126
|
-
gap: var(--
|
|
125
|
+
._1yn989f13 {
|
|
126
|
+
gap: var(--_1yn989f10);
|
|
127
127
|
}
|
|
128
|
-
.
|
|
129
|
-
grid-gap: var(--
|
|
128
|
+
._1yn989f19 {
|
|
129
|
+
grid-gap: var(--_1yn989f16);
|
|
130
130
|
}
|
|
131
|
-
.
|
|
131
|
+
._1yn989f1c {
|
|
132
132
|
display: block;
|
|
133
133
|
}
|
|
134
|
-
.
|
|
134
|
+
._1yn989f1f {
|
|
135
135
|
display: flex;
|
|
136
136
|
}
|
|
137
|
-
.
|
|
137
|
+
._1yn989f1i {
|
|
138
138
|
display: inline-flex;
|
|
139
139
|
}
|
|
140
|
-
.
|
|
140
|
+
._1yn989f1l {
|
|
141
141
|
display: grid;
|
|
142
142
|
}
|
|
143
|
-
.
|
|
143
|
+
._1yn989f1o {
|
|
144
144
|
display: inline-grid;
|
|
145
145
|
}
|
|
146
|
-
.
|
|
146
|
+
._1yn989f1r {
|
|
147
147
|
flex-direction: row;
|
|
148
148
|
}
|
|
149
|
-
.
|
|
149
|
+
._1yn989f1u {
|
|
150
150
|
flex-direction: row-reverse;
|
|
151
151
|
}
|
|
152
|
-
.
|
|
152
|
+
._1yn989f1x {
|
|
153
153
|
flex-direction: column;
|
|
154
154
|
}
|
|
155
|
-
.
|
|
155
|
+
._1yn989f20 {
|
|
156
156
|
flex-direction: column-reverse;
|
|
157
157
|
}
|
|
158
|
-
.
|
|
158
|
+
._1yn989f23 {
|
|
159
159
|
flex-wrap: nowrap;
|
|
160
160
|
}
|
|
161
|
-
.
|
|
161
|
+
._1yn989f26 {
|
|
162
162
|
flex-wrap: wrap;
|
|
163
163
|
}
|
|
164
|
-
.
|
|
164
|
+
._1yn989f29 {
|
|
165
165
|
flex-wrap: wrap-reverse;
|
|
166
166
|
}
|
|
167
|
-
.
|
|
167
|
+
._1yn989f2c {
|
|
168
168
|
justify-content: flex-start;
|
|
169
169
|
}
|
|
170
|
-
.
|
|
170
|
+
._1yn989f2f {
|
|
171
171
|
justify-content: flex-end;
|
|
172
172
|
}
|
|
173
|
-
.
|
|
173
|
+
._1yn989f2i {
|
|
174
174
|
justify-content: center;
|
|
175
175
|
}
|
|
176
|
-
.
|
|
176
|
+
._1yn989f2l {
|
|
177
177
|
justify-content: space-between;
|
|
178
178
|
}
|
|
179
|
-
.
|
|
179
|
+
._1yn989f2o {
|
|
180
180
|
justify-content: space-around;
|
|
181
181
|
}
|
|
182
|
-
.
|
|
182
|
+
._1yn989f2r {
|
|
183
183
|
justify-content: space-evenly;
|
|
184
184
|
}
|
|
185
|
-
.
|
|
185
|
+
._1yn989f2u {
|
|
186
186
|
align-items: stretch;
|
|
187
187
|
}
|
|
188
|
-
.
|
|
188
|
+
._1yn989f2x {
|
|
189
189
|
align-items: flex-start;
|
|
190
190
|
}
|
|
191
|
-
.
|
|
191
|
+
._1yn989f30 {
|
|
192
192
|
align-items: flex-end;
|
|
193
193
|
}
|
|
194
|
-
.
|
|
194
|
+
._1yn989f33 {
|
|
195
195
|
align-items: center;
|
|
196
196
|
}
|
|
197
|
-
.
|
|
197
|
+
._1yn989f36 {
|
|
198
198
|
align-items: baseline;
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
201
|
@media screen and (min-width: 672px) {
|
|
202
|
-
.
|
|
203
|
-
width: var(--
|
|
202
|
+
._1yn989f4 {
|
|
203
|
+
width: var(--_1yn989f1);
|
|
204
204
|
}
|
|
205
|
-
.
|
|
206
|
-
height: var(--
|
|
205
|
+
._1yn989fa {
|
|
206
|
+
height: var(--_1yn989f7);
|
|
207
207
|
}
|
|
208
|
-
.
|
|
209
|
-
flex: var(--
|
|
208
|
+
._1yn989fg {
|
|
209
|
+
flex: var(--_1yn989fd);
|
|
210
210
|
}
|
|
211
|
-
.
|
|
212
|
-
grid-template-areas: var(--
|
|
211
|
+
._1yn989fm {
|
|
212
|
+
grid-template-areas: var(--_1yn989fj);
|
|
213
213
|
}
|
|
214
|
-
.
|
|
215
|
-
grid-template-columns: var(--
|
|
214
|
+
._1yn989fs {
|
|
215
|
+
grid-template-columns: var(--_1yn989fp);
|
|
216
216
|
}
|
|
217
|
-
.
|
|
218
|
-
grid-template-rows: var(--
|
|
217
|
+
._1yn989fy {
|
|
218
|
+
grid-template-rows: var(--_1yn989fv);
|
|
219
219
|
}
|
|
220
|
-
.
|
|
221
|
-
gap: var(--
|
|
220
|
+
._1yn989f14 {
|
|
221
|
+
gap: var(--_1yn989f11);
|
|
222
222
|
}
|
|
223
|
-
.
|
|
224
|
-
grid-gap: var(--
|
|
223
|
+
._1yn989f1a {
|
|
224
|
+
grid-gap: var(--_1yn989f17);
|
|
225
225
|
}
|
|
226
|
-
.
|
|
226
|
+
._1yn989f1d {
|
|
227
227
|
display: block;
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
._1yn989f1g {
|
|
230
230
|
display: flex;
|
|
231
231
|
}
|
|
232
|
-
.
|
|
232
|
+
._1yn989f1j {
|
|
233
233
|
display: inline-flex;
|
|
234
234
|
}
|
|
235
|
-
.
|
|
235
|
+
._1yn989f1m {
|
|
236
236
|
display: grid;
|
|
237
237
|
}
|
|
238
|
-
.
|
|
238
|
+
._1yn989f1p {
|
|
239
239
|
display: inline-grid;
|
|
240
240
|
}
|
|
241
|
-
.
|
|
241
|
+
._1yn989f1s {
|
|
242
242
|
flex-direction: row;
|
|
243
243
|
}
|
|
244
|
-
.
|
|
244
|
+
._1yn989f1v {
|
|
245
245
|
flex-direction: row-reverse;
|
|
246
246
|
}
|
|
247
|
-
.
|
|
247
|
+
._1yn989f1y {
|
|
248
248
|
flex-direction: column;
|
|
249
249
|
}
|
|
250
|
-
.
|
|
250
|
+
._1yn989f21 {
|
|
251
251
|
flex-direction: column-reverse;
|
|
252
252
|
}
|
|
253
|
-
.
|
|
253
|
+
._1yn989f24 {
|
|
254
254
|
flex-wrap: nowrap;
|
|
255
255
|
}
|
|
256
|
-
.
|
|
256
|
+
._1yn989f27 {
|
|
257
257
|
flex-wrap: wrap;
|
|
258
258
|
}
|
|
259
|
-
.
|
|
259
|
+
._1yn989f2a {
|
|
260
260
|
flex-wrap: wrap-reverse;
|
|
261
261
|
}
|
|
262
|
-
.
|
|
262
|
+
._1yn989f2d {
|
|
263
263
|
justify-content: flex-start;
|
|
264
264
|
}
|
|
265
|
-
.
|
|
265
|
+
._1yn989f2g {
|
|
266
266
|
justify-content: flex-end;
|
|
267
267
|
}
|
|
268
|
-
.
|
|
268
|
+
._1yn989f2j {
|
|
269
269
|
justify-content: center;
|
|
270
270
|
}
|
|
271
|
-
.
|
|
271
|
+
._1yn989f2m {
|
|
272
272
|
justify-content: space-between;
|
|
273
273
|
}
|
|
274
|
-
.
|
|
274
|
+
._1yn989f2p {
|
|
275
275
|
justify-content: space-around;
|
|
276
276
|
}
|
|
277
|
-
.
|
|
277
|
+
._1yn989f2s {
|
|
278
278
|
justify-content: space-evenly;
|
|
279
279
|
}
|
|
280
|
-
.
|
|
280
|
+
._1yn989f2v {
|
|
281
281
|
align-items: stretch;
|
|
282
282
|
}
|
|
283
|
-
.
|
|
283
|
+
._1yn989f2y {
|
|
284
284
|
align-items: flex-start;
|
|
285
285
|
}
|
|
286
|
-
.
|
|
286
|
+
._1yn989f31 {
|
|
287
287
|
align-items: flex-end;
|
|
288
288
|
}
|
|
289
|
-
.
|
|
289
|
+
._1yn989f34 {
|
|
290
290
|
align-items: center;
|
|
291
291
|
}
|
|
292
|
-
.
|
|
292
|
+
._1yn989f37 {
|
|
293
293
|
align-items: baseline;
|
|
294
294
|
}
|
|
295
295
|
}
|
|
296
296
|
@media screen and (min-width: 1024px) {
|
|
297
|
-
.
|
|
298
|
-
width: var(--
|
|
297
|
+
._1yn989f5 {
|
|
298
|
+
width: var(--_1yn989f2);
|
|
299
299
|
}
|
|
300
|
-
.
|
|
301
|
-
height: var(--
|
|
300
|
+
._1yn989fb {
|
|
301
|
+
height: var(--_1yn989f8);
|
|
302
302
|
}
|
|
303
|
-
.
|
|
304
|
-
flex: var(--
|
|
303
|
+
._1yn989fh {
|
|
304
|
+
flex: var(--_1yn989fe);
|
|
305
305
|
}
|
|
306
|
-
.
|
|
307
|
-
grid-template-areas: var(--
|
|
306
|
+
._1yn989fn {
|
|
307
|
+
grid-template-areas: var(--_1yn989fk);
|
|
308
308
|
}
|
|
309
|
-
.
|
|
310
|
-
grid-template-columns: var(--
|
|
309
|
+
._1yn989ft {
|
|
310
|
+
grid-template-columns: var(--_1yn989fq);
|
|
311
311
|
}
|
|
312
|
-
.
|
|
313
|
-
grid-template-rows: var(--
|
|
312
|
+
._1yn989fz {
|
|
313
|
+
grid-template-rows: var(--_1yn989fw);
|
|
314
314
|
}
|
|
315
|
-
.
|
|
316
|
-
gap: var(--
|
|
315
|
+
._1yn989f15 {
|
|
316
|
+
gap: var(--_1yn989f12);
|
|
317
317
|
}
|
|
318
|
-
.
|
|
319
|
-
grid-gap: var(--
|
|
318
|
+
._1yn989f1b {
|
|
319
|
+
grid-gap: var(--_1yn989f18);
|
|
320
320
|
}
|
|
321
|
-
.
|
|
321
|
+
._1yn989f1e {
|
|
322
322
|
display: block;
|
|
323
323
|
}
|
|
324
|
-
.
|
|
324
|
+
._1yn989f1h {
|
|
325
325
|
display: flex;
|
|
326
326
|
}
|
|
327
|
-
.
|
|
327
|
+
._1yn989f1k {
|
|
328
328
|
display: inline-flex;
|
|
329
329
|
}
|
|
330
|
-
.
|
|
330
|
+
._1yn989f1n {
|
|
331
331
|
display: grid;
|
|
332
332
|
}
|
|
333
|
-
.
|
|
333
|
+
._1yn989f1q {
|
|
334
334
|
display: inline-grid;
|
|
335
335
|
}
|
|
336
|
-
.
|
|
336
|
+
._1yn989f1t {
|
|
337
337
|
flex-direction: row;
|
|
338
338
|
}
|
|
339
|
-
.
|
|
339
|
+
._1yn989f1w {
|
|
340
340
|
flex-direction: row-reverse;
|
|
341
341
|
}
|
|
342
|
-
.
|
|
342
|
+
._1yn989f1z {
|
|
343
343
|
flex-direction: column;
|
|
344
344
|
}
|
|
345
|
-
.
|
|
345
|
+
._1yn989f22 {
|
|
346
346
|
flex-direction: column-reverse;
|
|
347
347
|
}
|
|
348
|
-
.
|
|
348
|
+
._1yn989f25 {
|
|
349
349
|
flex-wrap: nowrap;
|
|
350
350
|
}
|
|
351
|
-
.
|
|
351
|
+
._1yn989f28 {
|
|
352
352
|
flex-wrap: wrap;
|
|
353
353
|
}
|
|
354
|
-
.
|
|
354
|
+
._1yn989f2b {
|
|
355
355
|
flex-wrap: wrap-reverse;
|
|
356
356
|
}
|
|
357
|
-
.
|
|
357
|
+
._1yn989f2e {
|
|
358
358
|
justify-content: flex-start;
|
|
359
359
|
}
|
|
360
|
-
.
|
|
360
|
+
._1yn989f2h {
|
|
361
361
|
justify-content: flex-end;
|
|
362
362
|
}
|
|
363
|
-
.
|
|
363
|
+
._1yn989f2k {
|
|
364
364
|
justify-content: center;
|
|
365
365
|
}
|
|
366
|
-
.
|
|
366
|
+
._1yn989f2n {
|
|
367
367
|
justify-content: space-between;
|
|
368
368
|
}
|
|
369
|
-
.
|
|
369
|
+
._1yn989f2q {
|
|
370
370
|
justify-content: space-around;
|
|
371
371
|
}
|
|
372
|
-
.
|
|
372
|
+
._1yn989f2t {
|
|
373
373
|
justify-content: space-evenly;
|
|
374
374
|
}
|
|
375
|
-
.
|
|
375
|
+
._1yn989f2w {
|
|
376
376
|
align-items: stretch;
|
|
377
377
|
}
|
|
378
|
-
.
|
|
378
|
+
._1yn989f2z {
|
|
379
379
|
align-items: flex-start;
|
|
380
380
|
}
|
|
381
|
-
.
|
|
381
|
+
._1yn989f32 {
|
|
382
382
|
align-items: flex-end;
|
|
383
383
|
}
|
|
384
|
-
.
|
|
384
|
+
._1yn989f35 {
|
|
385
385
|
align-items: center;
|
|
386
386
|
}
|
|
387
|
-
.
|
|
387
|
+
._1yn989f38 {
|
|
388
388
|
align-items: baseline;
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
|
-
|
|
392
|
-
/*# sourceMappingURL=index.css.map*/
|
|
@@ -29,15 +29,15 @@ export declare const stack: {
|
|
|
29
29
|
};
|
|
30
30
|
flexDirection: {
|
|
31
31
|
values: {
|
|
32
|
-
|
|
32
|
+
row: {
|
|
33
33
|
default: string;
|
|
34
34
|
conditions: Record<"xs" | "md" | "lg", string>;
|
|
35
35
|
};
|
|
36
|
-
|
|
36
|
+
column: {
|
|
37
37
|
default: string;
|
|
38
38
|
conditions: Record<"xs" | "md" | "lg", string>;
|
|
39
39
|
};
|
|
40
|
-
|
|
40
|
+
"column-reverse": {
|
|
41
41
|
default: string;
|
|
42
42
|
conditions: Record<"xs" | "md" | "lg", string>;
|
|
43
43
|
};
|
|
@@ -46,7 +46,7 @@ export declare const stack: {
|
|
|
46
46
|
conditions: Record<"xs" | "md" | "lg", string>;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
|
-
staticScale: ("
|
|
49
|
+
staticScale: ("row" | "column" | "column-reverse" | "row-reverse")[];
|
|
50
50
|
name: "flexDirection";
|
|
51
51
|
};
|
|
52
52
|
flexWrap: {
|
|
@@ -260,7 +260,7 @@ export declare const stack: {
|
|
|
260
260
|
}]>;
|
|
261
261
|
properties: {
|
|
262
262
|
display: ("flex" | "grid" | "block" | "inline-flex" | "inline-grid")[];
|
|
263
|
-
flexDirection: ("
|
|
263
|
+
flexDirection: ("row" | "column" | "column-reverse" | "row-reverse")[];
|
|
264
264
|
flexWrap: ("nowrap" | "wrap" | "wrap-reverse")[];
|
|
265
265
|
justifyContent: ("center" | "space-around" | "space-between" | "space-evenly" | "flex-end" | "flex-start")[];
|
|
266
266
|
alignItems: ("stretch" | "center" | "flex-end" | "flex-start" | "baseline")[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(n,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports["@nimbus-ds/styles"]=e():n["@nimbus-ds/styles"]=e()}(self,(()=>(()=>{"use strict";var n={33:(n,e,r)=>{function t(n){var e=n.match(/^var\((.*)\)$/);return e?e[1]:n}function a(n,e){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],t=n.constructor();for(var o in n){var i=n[o],f=[...r,o];"string"==typeof i||"number"==typeof i||null==i?t[o]=e(i,f):"object"!=typeof i||Array.isArray(i)?console.warn('Skipping invalid key "'.concat(f.join("."),'". Should be a string, number, null or object. Received: "').concat(Array.isArray(i)?"Array":typeof i,'"')):t[o]=a(i,e,f)}return t}function o(n,e){var r={};if("object"==typeof e){var o=n;a(e,((n,e)=>{var a=function(n,e){var r=n;for(var t of e){if(!(t in r))throw new Error("Path ".concat(e.join(" -> ")," does not exist in object"));r=r[t]}return r}(o,e);r[t(a)]=String(n)}))}else{var i=n;for(var f in i)r[t(f)]=i[f]}return Object.defineProperty(r,"toString",{value:function(){return Object.keys(this).map((n=>"".concat(n,":").concat(this[n]))).join(";")},writable:!1}),r}function i(n,e){(null==e||e>n.length)&&(e=n.length);for(var r=0,t=new Array(e);r<e;r++)t[r]=n[r];return t}function f(n,e){if(n){if("string"==typeof n)return i(n,e);var r=Object.prototype.toString.call(n).slice(8,-1);return"Object"===r&&n.constructor&&(r=n.constructor.name),"Map"===r||"Set"===r?Array.from(n):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?i(n,e):void 0}}function l(n,e){return function(n){if(Array.isArray(n))return n}(n)||function(n,e){var r=null==n?null:"undefined"!=typeof Symbol&&n[Symbol.iterator]||n["@@iterator"];if(null!=r){var t,a,o=[],i=!0,f=!1;try{for(r=r.call(n);!(i=(t=r.next()).done)&&(o.push(t.value),!e||o.length!==e);i=!0);}catch(n){f=!0,a=n}finally{try{i||null==r.return||r.return()}finally{if(f)throw a}}return o}}(n,e)||f(n,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(n,e,r){return e in n?Object.defineProperty(n,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):n[e]=r,n}r.d(e,{c:()=>p});var y=/(-)?\$(\w*)/;function s(n){if("string"==typeof n){var e,r=n.match(y);if(r)return(null!==(e=r[1])&&void 0!==e?e:"").concat(r[2])}return n}function d(n){return function(n){if(Array.isArray(n))return i(n)}(n)||function(n){if("undefined"!=typeof Symbol&&null!=n[Symbol.iterator]||null!=n["@@iterator"])return Array.from(n)}(n)||f(n)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function u(n,e){var r="undefined"!=typeof Symbol&&n[Symbol.iterator]||n["@@iterator"];if(!r){if(Array.isArray(n)||(r=f(n))||e&&n&&"number"==typeof n.length){r&&(n=r);var t=0,a=function(){};return{s:a,n:function(){return t>=n.length?{done:!0}:{done:!1,value:n[t++]}},e:function(n){throw n},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i=!0,l=!1;return{s:function(){r=r.call(n)},n:function(){var n=r.next();return i=n.done,n},e:function(n){l=!0,o=n},f:function(){try{i||null==r.return||r.return()}finally{if(l)throw o}}}}function v(n,e){var r=Object.keys(n);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(n);e&&(t=t.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.push.apply(r,t)}return r}function _(n){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?v(Object(r),!0).forEach((function(e){c(n,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):v(Object(r)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(r,e))}))}return n}function m(n,e){if(!e)return"";var r=n.dynamic,t=n.values,a=n.name;if("string"==typeof e||"number"==typeof e){var o=s(e);return null!=t&&t[o]?t[o].default:r?r.default:(console.error("Rainbow Sprinkles: invalid value provided to prop '".concat(a,"'. Expected one of ").concat(Object.keys(t).map((function(n){return'"'.concat(n,'"')})).join(", "),". Received: ").concat(JSON.stringify(e),".")),"")}var i=Object.keys(e);return i.length<1?"":i.map((function(n){var o=s(e[n]);return null!=t&&t[o]?t[o].conditions[n]:r?r.conditions[n]:(console.error("Rainbow Sprinkles: invalid value provided to prop '".concat(a,"'. Expected one of ").concat(Object.keys(t).map((function(n){return'"'.concat(n,'"')})).join(", "),". Received: ").concat(JSON.stringify(o),".")),null)})).filter(Boolean).join(" ").trim()}function g(n,e){var r=n.vars,t=n.dynamicScale,a=n.values,i=n.dynamic;if("string"==typeof e||"number"==typeof e){var f,y,d=s(e);return null!=a&&a[d]||null!=a&&null!==(f=a.conditions)&&void 0!==f&&f[d]||!i?{}:o(c({},r.default,null!==(y=null==t?void 0:t[d])&&void 0!==y?y:"".concat(e)))}if(e&&Object.keys(e).length<1||null==e)return{};var u=!1,v=Object.entries(e).reduce((function(n,e){var o=l(e,2),f=o[0],c=o[1];if(c){var y,d=s(c);if(null!=a&&a[d]||!i)return n;u=!0,n[r.conditions[f]]=null!==(y=null==t?void 0:t[d])&&void 0!==y?y:"".concat(c)}return n}),{});return u?o(v):{}}var p=function(){for(var n=arguments.length,e=new Array(n),r=0;r<n;r++)e[r]=arguments[r];var t=Object.assign.apply(Object,[{}].concat(d(e.map((function(n){return n.config}))))),a=Object.keys(t),o=new Set(a),i=a.filter((function(n){return"mappings"in t[n]})),f=function(n){var e,r={},a=[],f={},l={},c=_({},n),y=!1,s=u(i);try{for(s.s();!(e=s.n()).done;){var d=e.value,v=n[d];if(null!=v){var p=t[d];y=!0;var x,b=u(p.mappings);try{for(b.s();!(x=b.n()).done;){var w=x.value;l[w]=v,null==c[w]&&delete c[w]}}catch(n){b.e(n)}finally{b.f()}}}}catch(n){s.e(n)}finally{s.f()}var h=y?_(_({},l),c):n;for(var j in h)if(o.has(j)){var k=t[j],S=h[j];"mappings"in k||k&&(a.push(m(k,S)),Object.assign(r,g(k,S)))}else f[j]=n[j];return{className:a.join(" ").trim(),style:r,otherProps:f}};return Object.assign(f,{properties:o})}},741:()=>{}},e={};function r(t){var a=e[t];if(void 0!==a)return a.exports;var o=e[t]={exports:{}};return n[t](o,o.exports,r),o.exports}r.d=(n,e)=>{for(var t in e)r.o(e,t)&&!r.o(n,t)&&Object.defineProperty(n,t,{enumerable:!0,get:e[t]})},r.o=(n,e)=>Object.prototype.hasOwnProperty.call(n,e),r.r=n=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})};var t={};return(()=>{r.r(t),r.d(t,{stack:()=>a});r(741);var n,e={1:"var(--g6qx2k1r)",2:"var(--g6qx2k1s)",4:"var(--g6qx2k1t)",6:"var(--g6qx2k1u)",8:"var(--g6qx2k1v)",10:"var(--g6qx2k1w)",12:"var(--g6qx2k1x)",14:"var(--g6qx2k1y)",16:"var(--g6qx2k1z)",18:"var(--g6qx2k20)",20:"var(--g6qx2k21)",none:"0","0,5":"var(--g6qx2k22)","1,5":"var(--g6qx2k2k)","2,5":"var(--g6qx2k2l)"};const a={sprinkle:(0,r(33).c)(((n={config:{width:{dynamic:{default:"_1yn989f3",conditions:{xs:"_1yn989f3",md:"_1yn989f4",lg:"_1yn989f5"}},name:"width",vars:{conditions:{xs:"var(--_1yn989f0)",md:"var(--_1yn989f1)",lg:"var(--_1yn989f2)"},default:"var(--_1yn989f0)"},dynamicScale:!0},height:{dynamic:{default:"_1yn989f9",conditions:{xs:"_1yn989f9",md:"_1yn989fa",lg:"_1yn989fb"}},name:"height",vars:{conditions:{xs:"var(--_1yn989f6)",md:"var(--_1yn989f7)",lg:"var(--_1yn989f8)"},default:"var(--_1yn989f6)"},dynamicScale:!0},flex:{dynamic:{default:"_1yn989ff",conditions:{xs:"_1yn989ff",md:"_1yn989fg",lg:"_1yn989fh"}},name:"flex",vars:{conditions:{xs:"var(--_1yn989fc)",md:"var(--_1yn989fd)",lg:"var(--_1yn989fe)"},default:"var(--_1yn989fc)"},dynamicScale:!0},gridTemplateAreas:{dynamic:{default:"_1yn989fl",conditions:{xs:"_1yn989fl",md:"_1yn989fm",lg:"_1yn989fn"}},name:"gridTemplateAreas",vars:{conditions:{xs:"var(--_1yn989fi)",md:"var(--_1yn989fj)",lg:"var(--_1yn989fk)"},default:"var(--_1yn989fi)"},dynamicScale:!0},gridTemplateColumns:{dynamic:{default:"_1yn989fr",conditions:{xs:"_1yn989fr",md:"_1yn989fs",lg:"_1yn989ft"}},name:"gridTemplateColumns",vars:{conditions:{xs:"var(--_1yn989fo)",md:"var(--_1yn989fp)",lg:"var(--_1yn989fq)"},default:"var(--_1yn989fo)"},dynamicScale:!0},gridTemplateRows:{dynamic:{default:"_1yn989fx",conditions:{xs:"_1yn989fx",md:"_1yn989fy",lg:"_1yn989fz"}},name:"gridTemplateRows",vars:{conditions:{xs:"var(--_1yn989fu)",md:"var(--_1yn989fv)",lg:"var(--_1yn989fw)"},default:"var(--_1yn989fu)"},dynamicScale:!0},gap:{dynamic:{default:"_1yn989f13",conditions:{xs:"_1yn989f13",md:"_1yn989f14",lg:"_1yn989f15"}},name:"gap",vars:{conditions:{xs:"var(--_1yn989f10)",md:"var(--_1yn989f11)",lg:"var(--_1yn989f12)"},default:"var(--_1yn989f10)"},dynamicScale:{1:"var(--g6qx2k1r)",2:"var(--g6qx2k1s)",4:"var(--g6qx2k1t)",6:"var(--g6qx2k1u)",8:"var(--g6qx2k1v)",10:"var(--g6qx2k1w)",12:"var(--g6qx2k1x)",14:"var(--g6qx2k1y)",16:"var(--g6qx2k1z)",18:"var(--g6qx2k20)",20:"var(--g6qx2k21)",none:"0","0,5":"var(--g6qx2k22)","1,5":"var(--g6qx2k2k)","2,5":"var(--g6qx2k2l)"}},gridGap:{dynamic:{default:"_1yn989f19",conditions:{xs:"_1yn989f19",md:"_1yn989f1a",lg:"_1yn989f1b"}},name:"gridGap",vars:{conditions:{xs:"var(--_1yn989f16)",md:"var(--_1yn989f17)",lg:"var(--_1yn989f18)"},default:"var(--_1yn989f16)"},dynamicScale:void 0},display:{values:{block:{conditions:{xs:"_1yn989f1c",md:"_1yn989f1d",lg:"_1yn989f1e"},default:"_1yn989f1c"},flex:{conditions:{xs:"_1yn989f1f",md:"_1yn989f1g",lg:"_1yn989f1h"},default:"_1yn989f1f"},"inline-flex":{conditions:{xs:"_1yn989f1i",md:"_1yn989f1j",lg:"_1yn989f1k"},default:"_1yn989f1i"},grid:{conditions:{xs:"_1yn989f1l",md:"_1yn989f1m",lg:"_1yn989f1n"},default:"_1yn989f1l"},"inline-grid":{conditions:{xs:"_1yn989f1o",md:"_1yn989f1p",lg:"_1yn989f1q"},default:"_1yn989f1o"}},name:"display",staticScale:{block:"block",flex:"flex","inline-flex":"inline-flex",grid:"grid","inline-grid":"inline-grid"}},flexDirection:{values:{row:{conditions:{xs:"_1yn989f1r",md:"_1yn989f1s",lg:"_1yn989f1t"},default:"_1yn989f1r"},"row-reverse":{conditions:{xs:"_1yn989f1u",md:"_1yn989f1v",lg:"_1yn989f1w"},default:"_1yn989f1u"},column:{conditions:{xs:"_1yn989f1x",md:"_1yn989f1y",lg:"_1yn989f1z"},default:"_1yn989f1x"},"column-reverse":{conditions:{xs:"_1yn989f20",md:"_1yn989f21",lg:"_1yn989f22"},default:"_1yn989f20"}},name:"flexDirection",staticScale:{row:"row","row-reverse":"row-reverse",column:"column","column-reverse":"column-reverse"}},flexWrap:{values:{nowrap:{conditions:{xs:"_1yn989f23",md:"_1yn989f24",lg:"_1yn989f25"},default:"_1yn989f23"},wrap:{conditions:{xs:"_1yn989f26",md:"_1yn989f27",lg:"_1yn989f28"},default:"_1yn989f26"},"wrap-reverse":{conditions:{xs:"_1yn989f29",md:"_1yn989f2a",lg:"_1yn989f2b"},default:"_1yn989f29"}},name:"flexWrap",staticScale:{nowrap:"nowrap",wrap:"wrap","wrap-reverse":"wrap-reverse"}},justifyContent:{values:{"flex-start":{conditions:{xs:"_1yn989f2c",md:"_1yn989f2d",lg:"_1yn989f2e"},default:"_1yn989f2c"},"flex-end":{conditions:{xs:"_1yn989f2f",md:"_1yn989f2g",lg:"_1yn989f2h"},default:"_1yn989f2f"},center:{conditions:{xs:"_1yn989f2i",md:"_1yn989f2j",lg:"_1yn989f2k"},default:"_1yn989f2i"},"space-between":{conditions:{xs:"_1yn989f2l",md:"_1yn989f2m",lg:"_1yn989f2n"},default:"_1yn989f2l"},"space-around":{conditions:{xs:"_1yn989f2o",md:"_1yn989f2p",lg:"_1yn989f2q"},default:"_1yn989f2o"},"space-evenly":{conditions:{xs:"_1yn989f2r",md:"_1yn989f2s",lg:"_1yn989f2t"},default:"_1yn989f2r"}},name:"justifyContent",staticScale:{"flex-start":"flex-start","flex-end":"flex-end",center:"center","space-between":"space-between","space-around":"space-around","space-evenly":"space-evenly"}},alignItems:{values:{stretch:{conditions:{xs:"_1yn989f2u",md:"_1yn989f2v",lg:"_1yn989f2w"},default:"_1yn989f2u"},"flex-start":{conditions:{xs:"_1yn989f2x",md:"_1yn989f2y",lg:"_1yn989f2z"},default:"_1yn989f2x"},"flex-end":{conditions:{xs:"_1yn989f30",md:"_1yn989f31",lg:"_1yn989f32"},default:"_1yn989f30"},center:{conditions:{xs:"_1yn989f33",md:"_1yn989f34",lg:"_1yn989f35"},default:"_1yn989f33"},baseline:{conditions:{xs:"_1yn989f36",md:"_1yn989f37",lg:"_1yn989f38"},default:"_1yn989f36"}},name:"alignItems",staticScale:{stretch:"stretch","flex-start":"flex-start","flex-end":"flex-end",center:"center",baseline:"baseline"}}}}).config.gridGap.dynamicScale=n.config.gap.dynamicScale,n)),properties:{display:["block","flex","inline-flex","grid","inline-grid"],flexDirection:["row","row-reverse","column","column-reverse"],flexWrap:["nowrap","wrap","wrap-reverse"],justifyContent:["flex-start","flex-end","center","space-between","space-around","space-evenly"],alignItems:["stretch","flex-start","flex-end","center","baseline"],gap:e,gridGap:e}}})(),t})()));
|
|
@@ -55,15 +55,15 @@ export declare const sprinkle: import("rainbow-sprinkles/dist/declarations/src/c
|
|
|
55
55
|
};
|
|
56
56
|
flexDirection: {
|
|
57
57
|
values: {
|
|
58
|
-
|
|
58
|
+
row: {
|
|
59
59
|
default: string;
|
|
60
60
|
conditions: Record<"xs" | "md" | "lg", string>;
|
|
61
61
|
};
|
|
62
|
-
|
|
62
|
+
column: {
|
|
63
63
|
default: string;
|
|
64
64
|
conditions: Record<"xs" | "md" | "lg", string>;
|
|
65
65
|
};
|
|
66
|
-
|
|
66
|
+
"column-reverse": {
|
|
67
67
|
default: string;
|
|
68
68
|
conditions: Record<"xs" | "md" | "lg", string>;
|
|
69
69
|
};
|
|
File without changes
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
--g6qx2k2t: 672px;
|
|
104
104
|
--g6qx2k2u: 1024px;
|
|
105
105
|
}
|
|
106
|
-
.
|
|
106
|
+
._1isq6qo0 {
|
|
107
107
|
margin: 0;
|
|
108
108
|
display: flex;
|
|
109
109
|
justify-content: center;
|
|
@@ -120,30 +120,28 @@
|
|
|
120
120
|
font-size: var(--g6qx2k13);
|
|
121
121
|
font-family: var(--g6qx2k12);
|
|
122
122
|
}
|
|
123
|
-
.
|
|
123
|
+
._1isq6qo1 {
|
|
124
124
|
color: var(--g6qx2k10);
|
|
125
125
|
background-color: var(--g6qx2kt);
|
|
126
126
|
border-color: var(--g6qx2kv);
|
|
127
127
|
}
|
|
128
|
-
.
|
|
128
|
+
._1isq6qo2 {
|
|
129
129
|
color: var(--g6qx2k5);
|
|
130
130
|
background-color: var(--g6qx2k0);
|
|
131
131
|
border-color: var(--g6qx2k1);
|
|
132
132
|
}
|
|
133
|
-
.
|
|
133
|
+
._1isq6qo3 {
|
|
134
134
|
color: var(--g6qx2kc);
|
|
135
135
|
background-color: var(--g6qx2k7);
|
|
136
136
|
border-color: var(--g6qx2k8);
|
|
137
137
|
}
|
|
138
|
-
.
|
|
138
|
+
._1isq6qo4 {
|
|
139
139
|
color: var(--g6qx2kj);
|
|
140
140
|
background-color: var(--g6qx2ke);
|
|
141
141
|
border-color: var(--g6qx2kf);
|
|
142
142
|
}
|
|
143
|
-
.
|
|
143
|
+
._1isq6qo5 {
|
|
144
144
|
color: var(--g6qx2kq);
|
|
145
145
|
background-color: var(--g6qx2kl);
|
|
146
146
|
border-color: var(--g6qx2km);
|
|
147
147
|
}
|
|
148
|
-
|
|
149
|
-
/*# sourceMappingURL=index.css.map*/
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r():"function"==typeof define&&define.amd?define([],r):"object"==typeof exports?exports["@nimbus-ds/styles"]=r():e["@nimbus-ds/styles"]=r()}(self,(()=>(()=>{"use strict";var e={704:(e,r,t)=>{function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function n(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,o)}return t}function a(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?n(Object(t),!0).forEach((function(r){o(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):n(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}t.d(r,{u:()=>i});var s=(e,r,t)=>{for(var o of Object.keys(e)){var n;if(e[o]!==(null!==(n=r[o])&&void 0!==n?n:t[o]))return!1}return!0},i=e=>r=>{var t=e.defaultClassName,o=a(a({},e.defaultVariants),r);for(var n in o){var i,u=null!==(i=o[n])&&void 0!==i?i:e.defaultVariants[n];if(null!=u){var f=u;"boolean"==typeof f&&(f=!0===f?"true":"false");var l=e.variantClassNames[n][f];l&&(t+=" "+l)}}for(var[c,p]of e.compoundVariants)s(c,o,e.defaultVariants)&&(t+=" "+p);return t}},741:()=>{}},r={};function t(o){var n=r[o];if(void 0!==n)return n.exports;var a=r[o]={exports:{}};return e[o](a,a.exports,t),a.exports}t.d=(e,r)=>{for(var o in r)t.o(r,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:r[o]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{t.r(o),t.d(o,{tag:()=>e});t(741);const e={style:(0,t(704).u)({defaultClassName:"_1isq6qo0",variantClassNames:{appearance:{neutral:"_1isq6qo1",primary:"_1isq6qo2",success:"_1isq6qo3",warning:"_1isq6qo4",danger:"_1isq6qo5"},defaultVariants:{appearance:"neutral"}},defaultVariants:{},compoundVariants:[]})}})(),o})()));
|
|
File without changes
|