@primer/octovisuals-react 0.3.1-rc.f67fd03 → 0.3.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/README.md CHANGED
@@ -40,11 +40,10 @@ true to the design.
40
40
 
41
41
  All icons accept the following props, plus any valid SVG element props:
42
42
 
43
- | Prop | Type | Default | Description |
44
- | ------------ | --------- | ------- | -------------------------------------------------- |
45
- | `size` | `number` | `96` | Width and height of the icon in pixels |
46
- | `aria-label` | `string` | — | Accessible label. When set, icon gets `role="img"` |
47
- | `animate` | `boolean` | `false` | Plays a stroke-draw reveal animation on mount |
43
+ | Prop | Type | Default | Description |
44
+ | ------------ | -------- | ------- | -------------------------------------------------- |
45
+ | `size` | `number` | `96` | Width and height of the icon in pixels |
46
+ | `aria-label` | `string` | — | Accessible label. When set, icon gets `role="img"` |
48
47
 
49
48
  When no `aria-label` is provided, icons render with `aria-hidden="true"`.
50
49
 
package/dist/types.d.ts CHANGED
@@ -10,10 +10,6 @@ export type OctovisualProps = Omit<SVGProps<SVGSVGElement>, "children" | "danger
10
10
  * When omitted, the icon is decorative and gets `aria-hidden="true"`.
11
11
  */
12
12
  "aria-label"?: string;
13
- /**
14
- * Use animate to play an initial reveal animation.
15
- * Defaults to false.
16
- */
17
13
  animate?: boolean;
18
14
  };
19
15
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,OAAO,CAAA;AAEnC,MAAM,MAAM,eAAe,GAAG,IAAI,CAChC,QAAQ,CAAC,aAAa,CAAC,EACvB,UAAU,GAAG,yBAAyB,CACvC,GAAG;IACF;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IACb;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,OAAO,CAAA;AAEnC,MAAM,MAAM,eAAe,GAAG,IAAI,CAChC,QAAQ,CAAC,aAAa,CAAC,EACvB,UAAU,GAAG,yBAAyB,CACvC,GAAG;IACF;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IACb;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/octovisuals-react",
3
- "version": "0.3.1-rc.f67fd03",
3
+ "version": "0.3.1",
4
4
  "description": "React components for Primer Octovisuals illustrative icons",
5
5
  "keywords": [
6
6
  "github",