@primer/styled-react 1.0.0-rc.0 → 1.0.0-rc.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.
@@ -0,0 +1,2 @@
1
+ export { Dialog, Octicon, TabNav, Tooltip } from '@primer/react/deprecated';
2
+ //# sourceMappingURL=deprecated.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deprecated.d.ts","sourceRoot":"","sources":["../src/deprecated.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAC,MAAM,0BAA0B,CAAA"}
@@ -1 +1 @@
1
- export { Octicon } from '@primer/react/deprecated';
1
+ export { Dialog, Octicon, TabNav, Tooltip } from '@primer/react/deprecated';
@@ -0,0 +1,2 @@
1
+ export { Dialog, PageHeader, Table, Tooltip, UnderlinePanels } from '@primer/react/experimental';
2
+ //# sourceMappingURL=experimental.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"experimental.d.ts","sourceRoot":"","sources":["../src/experimental.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,OAAO,EAAE,eAAe,EAAC,MAAM,4BAA4B,CAAA"}
@@ -1 +1 @@
1
- export { Dialog } from '@primer/react/experimental';
1
+ export { Dialog, PageHeader, Table, Tooltip, UnderlinePanels } from '@primer/react/experimental';
@@ -0,0 +1,5 @@
1
+ import { createStyledComponent } from './utils/createStyledComponent';
2
+ declare const ToggleSwitch: ReturnType<typeof createStyledComponent>;
3
+ export { ToggleSwitch };
4
+ export { ActionList, ActionMenu, Autocomplete, Avatar, BranchName, Breadcrumbs, Button, Checkbox, CheckboxGroup, CircleBadge, CircleOcticon, CounterLabel, Details, Dialog, Flash, FormControl, Header, Heading, IconButton, Label, LabelGroup, Link, LinkButton, NavList, Overlay, PageHeader, PageLayout, Popover, ProgressBar, RadioGroup, RelativeTime, SegmentedControl, Select, SelectPanel, SideNav, Spinner, Stack, StateLabel, SubNav, Text, Textarea, TextInput, TextInputWithTokens, Timeline, Token, Tooltip, Truncate, UnderlineNav, Box, type BoxProps, sx, type SxProp, type BetterSystemStyleObject, } from '@primer/react';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,qBAAqB,EAAC,MAAM,+BAA+B,CAAA;AAEnE,QAAA,MAAM,YAAY,EAAE,UAAU,CAAC,OAAO,qBAAqB,CAA2D,CAAA;AACtH,OAAO,EAAC,YAAY,EAAC,CAAA;AAErB,OAAO,EACL,UAAU,EACV,UAAU,EACV,YAAY,EACZ,MAAM,EACN,UAAU,EACV,WAAW,EACX,MAAM,EACN,QAAQ,EACR,aAAa,EACb,WAAW,EACX,aAAa,EACb,YAAY,EACZ,OAAO,EACP,MAAM,EACN,KAAK,EACL,WAAW,EACX,MAAM,EACN,OAAO,EACP,UAAU,EACV,KAAK,EACL,UAAU,EACV,IAAI,EACJ,UAAU,EACV,OAAO,EACP,OAAO,EACP,UAAU,EACV,UAAU,EACV,OAAO,EACP,WAAW,EACX,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,MAAM,EACN,WAAW,EACX,OAAO,EACP,OAAO,EACP,KAAK,EACL,UAAU,EACV,MAAM,EACN,IAAI,EACJ,QAAQ,EACR,SAAS,EACT,mBAAmB,EACnB,QAAQ,EACR,KAAK,EACL,OAAO,EACP,QAAQ,EACR,YAAY,EAGZ,GAAG,EACH,KAAK,QAAQ,EACb,EAAE,EACF,KAAK,MAAM,EACX,KAAK,uBAAuB,GAC7B,MAAM,eAAe,CAAA"}
package/dist/index.js CHANGED
@@ -1 +1,12 @@
1
- export { ActionList, ActionMenu, Box, Breadcrumbs, Button, Flash, FormControl, Heading, IconButton, Label, Link, LinkButton, PageLayout, Text, TextInput, Truncate, sx } from '@primer/react';
1
+ import { sx, ToggleSwitch as ToggleSwitch$1 } from '@primer/react';
2
+ export { ActionList, ActionMenu, Autocomplete, Avatar, Box, BranchName, Breadcrumbs, Button, Checkbox, CheckboxGroup, CircleBadge, CircleOcticon, CounterLabel, Details, Dialog, Flash, FormControl, Header, Heading, IconButton, Label, LabelGroup, Link, LinkButton, NavList, Overlay, PageHeader, PageLayout, Popover, ProgressBar, RadioGroup, RelativeTime, SegmentedControl, Select, SelectPanel, SideNav, Spinner, Stack, StateLabel, SubNav, Text, TextInput, TextInputWithTokens, Textarea, Timeline, Token, Tooltip, Truncate, UnderlineNav, sx } from '@primer/react';
3
+ import styled from 'styled-components';
4
+ import { space, color, typography, layout, flexbox, grid, background, border, position, shadow } from 'styled-system';
5
+
6
+ function createStyledComponent(Component) {
7
+ return styled(Component)(space, color, typography, layout, flexbox, grid, background, border, position, shadow, sx);
8
+ }
9
+
10
+ const ToggleSwitch = /*#__PURE__*/createStyledComponent(ToggleSwitch$1);
11
+
12
+ export { ToggleSwitch };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createStyledComponent.d.ts","sourceRoot":"","sources":["../../src/utils/createStyledComponent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,eAAe,CAAA;AACzC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,OAAO,KAAK,EACV,eAAe,EACf,WAAW,EACX,UAAU,EACV,YAAY,EACZ,SAAS,EACT,WAAW,EACX,aAAa,EACb,WAAW,EACX,UAAU,EACV,eAAe,EAChB,MAAM,eAAe,CAAA;AAEtB,KAAK,cAAc,GAAG,MAAM,GAC1B,UAAU,GACV,UAAU,GACV,eAAe,GACf,WAAW,GACX,YAAY,GACZ,SAAS,GACT,eAAe,GACf,WAAW,GACX,aAAa,GACb,WAAW,CAAA;AAEb;;;;;;;;;;;;GAYG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,EAAE,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,mGAczE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/styled-react",
3
- "version": "1.0.0-rc.0",
3
+ "version": "1.0.0-rc.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -23,25 +23,27 @@
23
23
  "scripts": {
24
24
  "build": "script/build",
25
25
  "clean": "rimraf dist",
26
+ "lint:npm": "publint --types",
26
27
  "type-check": "tsc --noEmit"
27
28
  },
28
29
  "devDependencies": {
29
30
  "@babel/preset-typescript": "^7.27.1",
30
- "@primer/react": "^38.0.0-rc.0",
31
+ "@primer/react": "^38.0.0-rc.1",
31
32
  "@rollup/plugin-babel": "^6.0.4",
32
33
  "@types/react": "18.3.11",
33
34
  "@types/react-dom": "18.3.1",
34
35
  "@vitejs/plugin-react": "^4.3.3",
36
+ "publint": "^0.3.12",
35
37
  "react": "18.3.1",
36
38
  "react-dom": "18.3.1",
37
39
  "rimraf": "^6.0.1",
38
- "rollup": "4.46.2",
40
+ "rollup": "4.48.0",
39
41
  "rollup-plugin-typescript2": "^0.36.0",
40
42
  "styled-components": "5.3.11",
41
- "typescript": "^5.8.2"
43
+ "typescript": "^5.9.2"
42
44
  },
43
45
  "peerDependencies": {
44
- "@primer/react": "38.0.0-rc.0",
46
+ "@primer/react": "38.0.0-rc.1",
45
47
  "@types/react": "18.x || 19.x",
46
48
  "@types/react-dom": "18.x || 19.x",
47
49
  "@types/react-is": "18.x || 19.x",
@@ -1,2 +0,0 @@
1
- import '@testing-library/jest-dom/vitest';
2
- //# sourceMappingURL=setup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../../../config/vitest/browser/setup.ts"],"names":[],"mappings":"AAEA,OAAO,kCAAkC,CAAA"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=exports.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"exports.test.d.ts","sourceRoot":"","sources":["../../../src/__tests__/exports.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export { Octicon } from '@primer/react/deprecated';
2
- //# sourceMappingURL=deprecated.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"deprecated.d.ts","sourceRoot":"","sources":["../../src/deprecated.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,EAAC,MAAM,0BAA0B,CAAA"}
@@ -1,2 +0,0 @@
1
- export { Dialog } from '@primer/react/experimental';
2
- //# sourceMappingURL=experimental.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"experimental.d.ts","sourceRoot":"","sources":["../../src/experimental.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,4BAA4B,CAAA"}
@@ -1,2 +0,0 @@
1
- export { ActionList, ActionMenu, Box, type BoxProps, Breadcrumbs, Button, Flash, FormControl, Heading, IconButton, Label, Link, LinkButton, PageLayout, Text, TextInput, Truncate, sx, type SxProp, type BetterSystemStyleObject, } from '@primer/react';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,UAAU,EACV,GAAG,EACH,KAAK,QAAQ,EACb,WAAW,EACX,MAAM,EACN,KAAK,EACL,WAAW,EACX,OAAO,EACP,UAAU,EACV,KAAK,EACL,IAAI,EACJ,UAAU,EACV,UAAU,EACV,IAAI,EACJ,SAAS,EACT,QAAQ,EAGR,EAAE,EACF,KAAK,MAAM,EACX,KAAK,uBAAuB,GAC7B,MAAM,eAAe,CAAA"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=createStyledComponent.browser.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createStyledComponent.browser.test.d.ts","sourceRoot":"","sources":["../../../../src/utils/__tests__/createStyledComponent.browser.test.tsx"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"createStyledComponent.d.ts","sourceRoot":"","sources":["../../../src/utils/createStyledComponent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,eAAe,CAAA;AACzC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,OAAO,KAAK,EACV,eAAe,EACf,WAAW,EACX,UAAU,EACV,YAAY,EACZ,SAAS,EACT,WAAW,EACX,aAAa,EACb,WAAW,EACX,UAAU,EACV,eAAe,EAChB,MAAM,eAAe,CAAA;AAEtB,KAAK,cAAc,GAAG,MAAM,GAC1B,UAAU,GACV,UAAU,GACV,eAAe,GACf,WAAW,GACX,YAAY,GACZ,SAAS,GACT,eAAe,GACf,WAAW,GACX,aAAa,GACb,WAAW,CAAA;AAEb;;;;;;;;;;;;GAYG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,EAAE,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,mGAczE"}