Commit 5c17749
authored
Improve server support
- Adds 'use client' directives
- Protects access to window and document
- Safely accesses import.meta
- Removes core-js polyfills (unused atm)
- Misc documentation updates, including AppSDKUIProvider as optional.1 parent eb2afee commit 5c17749
File tree
54 files changed
+168
-62
lines changed- public
- src
- components
- Alert
- AppsSDKUIProvider
- Avatar
- Button
- Checkbox
- CodeBlock
- DatePicker
- DateRangePicker
- Image
- Indicator
- Input
- Markdown
- Menu
- Popover
- RadioGroup
- SegmentedControl
- SelectControl
- Select
- ShimmerText
- Slider
- Switch
- TagInput
- TextLink
- Textarea
- Tooltip
- Transition
- hooks
- lib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+168
-62
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
0 commit comments