@servicetitan/docs-anvil-uikit-contrib 29.0.0 → 29.0.2

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 (2) hide show
  1. package/docs/table.mdx +3 -3
  2. package/package.json +2 -2
package/docs/table.mdx CHANGED
@@ -172,7 +172,7 @@ Simple example with some out of the box functionality.
172
172
 
173
173
  <CodeDemo example={TableExample} srcPath="table/src/demo/overview/table.tsx" theme="light" />
174
174
 
175
- _This example consists of several files, the full code can be found [here](https://github.com/servicetitan/uikit/tree/master/packages/table/src/demo/overview)._
175
+ _This example consists of several files, the full code can be found [here](https://github.com/servicetitan/anvil-uikit-contrib/tree/master/packages/table/src/demo/overview)._
176
176
 
177
177
  #### Detail Row
178
178
 
@@ -184,7 +184,7 @@ Table rows can expand and show additional content related to the open row. Anoth
184
184
  theme="light"
185
185
  />
186
186
 
187
- _This example consists of several files, the full code can be found [here](https://github.com/servicetitan/uikit/tree/master/packages/table/src/demo/master-detail)._
187
+ _This example consists of several files, the full code can be found [here](https://github.com/servicetitan/anvil-uikit-contrib/tree/master/packages/table/src/demo/master-detail)._
188
188
 
189
189
  #### State Caching (`TableStateModel`)
190
190
 
@@ -196,7 +196,7 @@ Table State can be exported to restore it later. In the example below, we can sw
196
196
  theme="light"
197
197
  />
198
198
 
199
- _This example consists of several files, the full code can be found [here](https://github.com/servicetitan/uikit/tree/master/packages/table/src/demo/state-caching)._
199
+ _This example consists of several files, the full code can be found [here](https://github.com/servicetitan/anvil-uikit-contrib/tree/master/packages/table/src/demo/state-caching)._
200
200
 
201
201
  ## Utility
202
202
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/docs-anvil-uikit-contrib",
3
- "version": "29.0.0",
3
+ "version": "29.0.2",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,5 +16,5 @@
16
16
  "cli": {
17
17
  "webpack": false
18
18
  },
19
- "gitHead": "a7bd8d2fe17dbd2ee6499c8623cc777a6abd4dcc"
19
+ "gitHead": "2ed620c39e72df388562839151b451eb8dbfbf83"
20
20
  }