Browse Source

Update to v0.24.0

Angel Ruiz (aka SirKeldon) 1 year ago
parent
commit
b31d5ba94b
5 changed files with 3 additions and 63 deletions
  1. 1 2
      esm2022/public-api.mjs
  2. 1 59
      fesm2022/circletone.mjs
  3. 0 0
      fesm2022/circletone.mjs.map
  4. 1 1
      package.json
  5. 0 1
      public-api.d.ts

+ 1 - 2
esm2022/public-api.mjs

@@ -3,5 +3,4 @@
  */
  */
 export * from './lib/components/atoms/button/button.component';
 export * from './lib/components/atoms/button/button.component';
 export * from './lib/components/atoms/icon/icon.component';
 export * from './lib/components/atoms/icon/icon.component';
-export * from './tailwind-preset';
-//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2NpcmNsZXRvbmUvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFDSCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMsNENBQTRDLENBQUM7QUFFM0QsY0FBYyxtQkFBbUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgY2lyY2xldG9uZVxuICovXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2F0b21zL2J1dHRvbi9idXR0b24uY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvYXRvbXMvaWNvbi9pY29uLmNvbXBvbmVudCc7XG5cbmV4cG9ydCAqIGZyb20gJy4vdGFpbHdpbmQtcHJlc2V0JztcbiJdfQ==
+//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2NpcmNsZXRvbmUvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFDSCxjQUFjLGdEQUFnRCxDQUFDO0FBQy9ELGNBQWMsNENBQTRDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIGNpcmNsZXRvbmVcbiAqL1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9hdG9tcy9idXR0b24vYnV0dG9uLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2F0b21zL2ljb24vaWNvbi5jb21wb25lbnQnO1xuIl19

+ 1 - 59
fesm2022/circletone.mjs

@@ -71,64 +71,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
                 type: Input
                 type: Input
             }] } });
             }] } });
 
 
-const tailwindPreset = {
-    theme: {
-        extend: {
-            darkMode: 'class',
-            fontFamily: {
-                primary: 'var(--font-primary)',
-                title: 'var(--font-title)',
-            },
-            colors: {
-                primary: {
-                    DEFAULT: 'rgb(var(--primary) / <alpha-value>)',
-                    dark: 'rgb(var(--primary-dark) / <alpha-value>)',
-                    variation: 'rgb(var(--primary-variation) / <alpha-value>)',
-                    'variation-dark': 'rgb(var(--primary-variation-dark) / <alpha-value>)',
-                },
-                secondary: {
-                    DEFAULT: 'rgb(var(--secondary) / <alpha-value>)',
-                    dark: 'rgb(var(--secondary-dark) / <alpha-value>)',
-                },
-                background: {
-                    DEFAULT: 'rgb(var(--background) / <alpha-value>)',
-                    dark: 'rgb(var(--background-dark) / <alpha-value>)',
-                },
-                surface: {
-                    DEFAULT: 'rgb(var(--surface) / <alpha-value>)',
-                    variation: 'rgb(var(--surface-variation) / <alpha-value>)',
-                    dark: 'rgb(var(--surface-dark) / <alpha-value>)',
-                    'variation-dark': 'rgb(var(--surface-variation-dark) / <alpha-value>)',
-                },
-                accent: {
-                    DEFAULT: 'rgb(var(--accent) / <alpha-value>)',
-                    dark: 'rgb(var(--accent-dark) / <alpha-value>)',
-                },
-                on: {
-                    primary: 'rgb(var(--on-primary) / <alpha-value>)',
-                    'primary-variation': 'rgb(var(--on-primary-variation) / <alpha-value>)',
-                    secondary: 'rgb(var(--on-secondary) / <alpha-value>)',
-                    'secondary-variation': 'rgb(var(--on-secondary-variation) / <alpha-value>)',
-                    accent: 'rgb(var(--on-accent) / <alpha-value>)',
-                    background: 'rgb(var(--on-background) / <alpha-value>)',
-                    'background-variation': 'rgb(var(--on-background-variation) / <alpha-value>)',
-                    surface: 'rgb(var(--on-surface) / <alpha-value>)',
-                    'surface-variation': 'rgb(var(--on-surface-variation) / <alpha-value>)',
-                    'primary-dark': 'rgb(var(--on-primary-dark) / <alpha-value>)',
-                    'primary-variation-dark': 'rgb(var(--on-primary-variation-dark) / <alpha-value>)',
-                    'secondary-dark': 'rgb(var(--on-secondary-dark) / <alpha-value>)',
-                    'secondary-variation-dark': 'rgb(var(--on-secondary-variation-dark) / <alpha-value>)',
-                    'accent-dark': 'rgb(var(--on-accent-dark) / <alpha-value>)',
-                    'background-dark': 'rgb(var(--on-background-dark) / <alpha-value>)',
-                    'background-variation-dark': 'rgb(var(--on-background-variation-dark) / <alpha-value>)',
-                    'surface-dark': 'rgb(var(--on-surface-dark) / <alpha-value>)',
-                    'surface-variation-dark': 'rgb(var(--on-surface-variation-dark) / <alpha-value>)',
-                },
-            },
-        },
-    },
-};
-
 /*
 /*
  * Public API Surface of circletone
  * Public API Surface of circletone
  */
  */
@@ -137,5 +79,5 @@ const tailwindPreset = {
  * Generated bundle index. Do not edit.
  * Generated bundle index. Do not edit.
  */
  */
 
 
-export { ButtonComponent, IconComponent, tailwindPreset };
+export { ButtonComponent, IconComponent };
 //# sourceMappingURL=circletone.mjs.map
 //# sourceMappingURL=circletone.mjs.map

File diff suppressed because it is too large
+ 0 - 0
fesm2022/circletone.mjs.map


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "circletone",
   "name": "circletone",
-  "version": "0.23.0",
+  "version": "0.24.0",
   "peerDependencies": {
   "peerDependencies": {
     "@angular/common": "^17.3.0",
     "@angular/common": "^17.3.0",
     "@angular/core": "^17.3.0"
     "@angular/core": "^17.3.0"

+ 0 - 1
public-api.d.ts

@@ -1,3 +1,2 @@
 export * from './lib/components/atoms/button/button.component';
 export * from './lib/components/atoms/button/button.component';
 export * from './lib/components/atoms/icon/icon.component';
 export * from './lib/components/atoms/icon/icon.component';
-export * from './tailwind-preset';

Some files were not shown because too many files changed in this diff