@daffodil/design 0.45.1 → 0.47.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/package.json +2 -2
- package/scss/theming/README.md +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@daffodil/design",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.47.1",
|
4
4
|
"author": "Graycore LLC",
|
5
5
|
"license": "MIT",
|
6
6
|
"bugs": {
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"@angular/core": "^13.0.0",
|
19
19
|
"@angular/forms": "^13.0.0",
|
20
20
|
"@angular/cdk": "^13.0.0",
|
21
|
-
"@daffodil/core": "0.
|
21
|
+
"@daffodil/core": "0.47.1",
|
22
22
|
"@fortawesome/angular-fontawesome": "^0.10.0",
|
23
23
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
24
24
|
"@fortawesome/free-solid-svg-icons": "^5.10.0",
|
package/scss/theming/README.md
CHANGED
@@ -64,7 +64,7 @@ Use `@daffodil/design`'s theme module to the `styles.scss` file:
|
|
64
64
|
@use '@daffodil/design/scss/theme' as daff-theme;
|
65
65
|
```
|
66
66
|
|
67
|
-
Create classes in the `styles.scss` file to include the `theme` module for `$theme` and `$theme-dark` variables. This will allow you to set a click event on a button to switch between modes. [View this setup in Stackblitz](https://stackblitz.com/edit/daffodil-design
|
67
|
+
Create classes in the `styles.scss` file to include the `theme` module for `$theme` and `$theme-dark` variables. This will allow you to set a click event on a button to switch between modes. [View this setup in Stackblitz](https://stackblitz.com/edit/ng13-daffodil-design)
|
68
68
|
|
69
69
|
```scss
|
70
70
|
@use '@daffodil/design/scss/theme' as daff-theme;
|
@@ -88,7 +88,7 @@ Add `app-theme.scss` to the `styles.scss` file:
|
|
88
88
|
|
89
89
|
> These lines include theme variables and functions that will generate the theme CSS and style the components.
|
90
90
|
|
91
|
-
Create classes in the `styles.scss` file to include the `theme` module for `$theme` and `$theme-dark` variables. This will allow you to set a click event on a button to switch between modes. [View this setup in Stackblitz](https://stackblitz.com/edit/daffodil-design-
|
91
|
+
Create classes in the `styles.scss` file to include the `theme` module for `$theme` and `$theme-dark` variables. This will allow you to set a click event on a button to switch between modes. [View this setup in Stackblitz](https://stackblitz.com/edit/ng13-daffodil-design-custom-theme)
|
92
92
|
|
93
93
|
```scss
|
94
94
|
@use '@daffodil/design/scss/theme' as daff-theme;
|