@rogieking/figui3 1.4.0 → 1.4.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.
Files changed (3) hide show
  1. package/example.html +2 -1
  2. package/fig.css +1 -2
  3. package/package.json +1 -1
package/example.html CHANGED
@@ -20,7 +20,8 @@
20
20
 
21
21
  <body>
22
22
  <fig-header>
23
- <h2>UI3 Components</h2>
23
+
24
+ <h2><label>Effects/</label>UI3 Components</h2>
24
25
  </fig-header>
25
26
  <fig-content>
26
27
  <fig-field>
package/fig.css CHANGED
@@ -2054,14 +2054,13 @@ fig-input-color {
2054
2054
  fig-header {
2055
2055
  height: var(--spacer-6);
2056
2056
  margin: 0;
2057
- padding: var(--spacer-2);
2057
+ padding: var(--spacer-1) var(--spacer-3);
2058
2058
  display: flex;
2059
2059
  align-items: center;
2060
2060
  box-shadow: inset 0 -1px 0 0 var(--figma-color-border);
2061
2061
  gap: 0.25rem;
2062
2062
 
2063
2063
  & h3 {
2064
- padding-left: var(--spacer-2);
2065
2064
  font-weight: var(--body-medium-strong-fontWeight);
2066
2065
  flex-grow: 1;
2067
2066
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {