diff --git a/playground/footer.txt b/playground/footer.txt deleted file mode 100644 index f1c9c3c52..000000000 --- a/playground/footer.txt +++ /dev/null @@ -1,7 +0,0 @@ - \ No newline at end of file diff --git a/playground/jsIndex.css b/playground/jsIndex.css deleted file mode 100644 index 147549fd3..000000000 --- a/playground/jsIndex.css +++ /dev/null @@ -1,34 +0,0 @@ -/* stylelint-disable */ -:export { - primaryColor: #7fe7c4; - primaryHoverColor: #63e2b7; - primaryActiveColor: #5acea7; - infoColor: #8acbec; - infoHoverColor: #70C0E8; - infoActiveColor: #66afd3; - successColor: #7ee7c4; - successHoverColor: #64e3b8; - successActiveColor: #5acea7; - errorColor: #e98b8b; - errorHoverColor: #e88080; - errorActiveColor: #e57272; - warningColor: #f5d599; - warningHoverColor: #f2c97d; - warningActiveColor: #e6c260; - primaryTextColor: rgba(255, 255, 255, 0.9); - secondaryTextColor: rgba(255, 255, 255, 0.75); - tertiaryTextColor: rgba(255, 255, 255, 0.45); - disabledTextColor: rgba(255, 255, 255, 0.3); - popoverBackgroundColor: #595d77; - dialogBackgroundColor: #464b63; - cardBackgroundColor: #1e2437; - bodyBackgroundColor: #12182a; - closeColor: rgba(255, 255, 255, 0.45); - dividerColor: #33384e; - dividerOverlayColor: rgba(255, 255, 255, 0.14); - borderColor: #2e3449; - borderOverlayColor: rgba(255, 255, 255, 0.12); - easeInOutCubicBezier: cubic-bezier(0.4, 0, 0.2, 1); -} - -/*# sourceMappingURL=jsIndex.css.map */ diff --git a/playground/jsIndex.css.map b/playground/jsIndex.css.map deleted file mode 100644 index f1e04b0ab..000000000 --- a/playground/jsIndex.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sourceRoot":"","sources":["../styles/themes/dark/jsIndex.scss","../styles/themes/dark/darkColors.scss"],"names":[],"mappings":"AAIA;AACA;EACE,cC2Bc;ED1Bd,mBC2Bc;ED1Bd,oBC2Bc;ED1Bd,WC4CW;ED3CX,gBC4CW;ED3CX,iBC4CW;ED3CX,cC+Bc;ED9Bd,mBC+Bc;ED9Bd,oBC+Bc;ED9Bd,YC0DY;EDzDZ,iBC0DY;EDzDZ,kBC0DY;EDzDZ,cC6Cc;ED5Cd,mBC6Cc;ED5Cd,oBC6Cc;ED5Cd,kBCpBW;EDqBX,oBCpBW;EDqBX,mBCpBW;EDqBX;EACA,wBCXc;EDYd,uBCVc;EDWd,qBCLc;EDMd,qBCLe;EDMf,YC1BW;ED2BX,cCXc;EDYd,qBCtBc;EDuBd,aCZc;EDad,oBCvBc;EDwBd","file":"jsIndex.css"} \ No newline at end of file diff --git a/playground/pg.html b/playground/pg.html deleted file mode 100644 index 962e9166c..000000000 --- a/playground/pg.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - -
- -
- - - - - - \ No newline at end of file diff --git a/playground/pg2.html b/playground/pg2.html deleted file mode 100644 index 717de66fa..000000000 --- a/playground/pg2.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - -
123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890-12345678901234567890123456789012345678901234567890 -
-
- - \ No newline at end of file diff --git a/playground/test-scheme.js b/playground/test-scheme.js deleted file mode 100644 index d6b12b05f..000000000 --- a/playground/test-scheme.js +++ /dev/null @@ -1,3 +0,0 @@ -import theme from '../src/styles/light/base.js' - -console.log(theme.derived) diff --git a/playground/test.js b/playground/test.js deleted file mode 100644 index e6c1691cf..000000000 --- a/playground/test.js +++ /dev/null @@ -1,4 +0,0 @@ -import o from '../styles/themes/light/jsIndex.scss' - -const y = o -document.bbb(y)