@rogieking/figui3 1.0.62 → 1.0.63

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.
Files changed (3) hide show
  1. package/example.html +3 -0
  2. package/fig.css +3 -0
  3. package/package.json +1 -1
package/example.html CHANGED
@@ -18,6 +18,9 @@
18
18
  </fig-header>
19
19
  <fig-avatar src="https://avatars.githubusercontent.com/u/12345678?v=4"
20
20
  name="John Doe"></fig-avatar>
21
+ <fig-avatar size="large"
22
+ src="https://avatars.githubusercontent.com/u/12345678?v=4"
23
+ name="John Doe"></fig-avatar>
21
24
  <fig-avatar name="John Doe"></fig-avatar>
22
25
  <fig-content>
23
26
  <fig-tabs>
package/fig.css CHANGED
@@ -887,6 +887,9 @@ fig-avatar,
887
887
  &::after {
888
888
  content: attr(initials);
889
889
  }
890
+ &[size="large"] {
891
+ --size: 3rem;
892
+ }
890
893
  }
891
894
 
892
895
  /* Color input */
package/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.0.62"
3
+ "version": "1.0.63"
4
4
  }