@tactics/lokaal-loket 0.0.390 → 0.0.392
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 +1 -41
- package/build/index.cjs +664 -640
- package/build/index.d.cts +13 -5
- package/build/index.d.ts +13 -5
- package/build/index.js +664 -640
- package/package.json +7 -4
package/README.md
CHANGED
@@ -1,41 +1 @@
|
|
1
|
-
|
2
|
-
<path opacity="0.6" d="M35.5063 10.7036C45.0416 11.5668 45.5293 24.0117 40.4997 32.7232C35.4701 41.4347 23.3671 45.1894 14.692 41.3177C6.01688 37.446 1.8201 28.1091 5.73023 24.1122C10.2907 19.4505 18.7477 23.9373 23.0884 22.6708C27.7216 21.319 25.971 9.8405 35.5063 10.7036Z" fill="#00B6B6"/>
|
3
|
-
<path opacity="0.2" d="M42.2203 30.5128C44.6323 39.7783 33.0853 44.4453 23.1862 42.6577C13.2871 40.87 5.66112 30.7495 6.37142 21.2763C7.08171 11.803 14.4495 4.69626 19.5332 7.02455C25.4624 9.74008 24.0995 19.2161 26.7591 22.8729C29.5979 26.7761 39.8084 21.2473 42.2203 30.5128Z" fill="#00B6B6"/>
|
4
|
-
<path d="M8.08241 13.5127C7.86805 13.0839 8.10618 12.5481 8.4039 12.0122C8.93978 11.0476 10.2258 9.22565 13.441 9.0113C16.6563 8.79695 18.6927 11.6907 19.0142 12.4409C19.3357 13.1911 18.6926 13.5127 18.4783 13.5127C18.0495 13.5127 17.5138 13.0839 17.1922 12.5481C16.5491 11.4763 15.5846 11.3692 14.1913 11.262C12.7981 11.1548 12.3693 11.6907 11.5119 12.6553C10.8401 13.411 10.7616 14.0026 9.90424 14.3701C9.15401 14.6916 8.29675 13.9414 8.08241 13.5127Z" fill="#003665"/>
|
5
|
-
<path d="M36.8937 13.5127C37.108 13.0839 36.8699 12.5481 36.5722 12.0122C36.0363 11.0476 34.7503 9.22565 31.5351 9.0113C28.3198 8.79695 26.2834 11.6907 25.9619 12.4409C25.6404 13.1911 26.2835 13.5127 26.4977 13.5127C26.9265 13.5127 27.4623 13.0839 27.7838 12.5481C28.427 11.4763 29.3915 11.3692 30.7847 11.262C32.178 11.1548 32.6068 11.6907 33.4642 12.6553C34.1359 13.411 34.2144 14.0026 35.0718 14.3701C35.8221 14.6916 36.6793 13.9414 36.8937 13.5127Z" fill="#003665"/>
|
6
|
-
<path d="M11.5117 29.2673V20.2646C11.5117 19.8359 11.5546 18.5498 13.8696 18.5498C16.1845 18.5498 16.9776 19.8359 17.0848 20.479V25.7305C17.1205 25.4447 18.1566 24.9267 19.1211 24.9803C20.6645 25.066 21.9791 26.0878 22.4436 26.5879C22.9437 26.1235 24.2012 25.1518 25.2301 24.9803C26.259 24.8088 27.4451 25.4804 27.9095 25.8377C27.9452 24.5159 28.0167 21.5721 28.0167 20.3718C28.0167 18.8713 30.3745 18.5498 31.6606 18.5498C32.6895 18.5498 33.161 19.7645 33.2682 20.3718V29.2673C33.2682 33.2113 31.3777 35.805 30.3745 36.7695C29.4457 37.6627 26.3019 39.4489 22.4436 39.4489C18.5853 39.4489 16.7856 38.8261 14.5126 36.7695C12.2619 34.7332 11.6903 31.1607 11.5117 29.2673Z" fill="#003665"/>
|
7
|
-
<path d="M16.0015 28.6716C15.9176 32.3614 19.4598 34.3564 22.0799 35C24.2109 34.3207 28.5175 32.0813 27.9487 28.6716C27.2151 24.274 22.6038 26.4192 22.0799 28.6717C21.0318 25.2393 16.0853 24.9819 16.0015 28.6716Z" fill="#F250E3"/>
|
8
|
-
</svg>
|
9
|
-
|
10
|
-
## Documentation
|
11
|
-
|
12
|
-
```json
|
13
|
-
|
14
|
-
TODO: add examples
|
15
|
-
|
16
|
-
const alternate = LookupAlternate({
|
17
|
-
name: "Button",
|
18
|
-
alternates: alternates,
|
19
|
-
});
|
20
|
-
|
21
|
-
const bg_color = LookupAdditionalColor({
|
22
|
-
name: "bg_ui",
|
23
|
-
colors: colors.additional,
|
24
|
-
fallback: colors.primary.tint_500,
|
25
|
-
});
|
26
|
-
|
27
|
-
|
28
|
-
const records = React.Children.map(children, (child) => {
|
29
|
-
// equal to (if (child == null || typeof child == 'string'))
|
30
|
-
if (!React.isValidElement(child)) return child;
|
31
|
-
|
32
|
-
return (
|
33
|
-
<Grid.Item>
|
34
|
-
{
|
35
|
-
React.cloneElement(child)
|
36
|
-
}
|
37
|
-
</Grid.Item>
|
38
|
-
);
|
39
|
-
});
|
40
|
-
|
41
|
-
```
|
1
|
+
# Lokaal Loket
|