@db-ux/wc-core-components 4.5.4-mcp-server-migrate-tool-test-1-eb724df → 4.5.4-tailwind-inline-5d37a00
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 +11 -9
- package/dist/custom-elements.json +133 -133
- package/dist/vscode.html-custom-data.json +20 -20
- package/dist/web-types.json +43 -43
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -42,14 +42,16 @@ import "@db-ux/core-components/build/styles/rollup.css";
|
|
|
42
42
|
|
|
43
43
|
</details>
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
### Vite 8
|
|
46
|
+
|
|
47
|
+
Starting with Vite 8, the default CSS minifier was changed to [LightningCSS](https://lightningcss.dev/), which provides buggy transformations for modern CSS features used by the DB UX Design System (e.g. `light-dark()` CSS function). To keep CSS output stable, configure `vite.config.ts` like this:
|
|
46
48
|
|
|
47
49
|
```ts
|
|
48
50
|
// vite.config.ts
|
|
49
51
|
export default defineConfig({
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
52
|
+
build: {
|
|
53
|
+
cssMinify: "esbuild"
|
|
54
|
+
}
|
|
53
55
|
});
|
|
54
56
|
```
|
|
55
57
|
|
|
@@ -64,11 +66,11 @@ import { browserslistToTargets } from "lightningcss";
|
|
|
64
66
|
import browserslist from "browserslist";
|
|
65
67
|
|
|
66
68
|
export default defineConfig({
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
69
|
+
css: {
|
|
70
|
+
lightningcss: {
|
|
71
|
+
targets: browserslistToTargets(browserslist(">= 0.5%, last 2 major versions, Firefox ESR, not dead"))
|
|
72
|
+
}
|
|
73
|
+
}
|
|
72
74
|
});
|
|
73
75
|
```
|
|
74
76
|
|
|
@@ -31537,12 +31537,12 @@
|
|
|
31537
31537
|
},
|
|
31538
31538
|
{
|
|
31539
31539
|
"kind": "javascript-module",
|
|
31540
|
-
"path": "
|
|
31540
|
+
"path": "checked.example.tsx",
|
|
31541
31541
|
"declarations": [
|
|
31542
31542
|
{
|
|
31543
31543
|
"kind": "class",
|
|
31544
31544
|
"description": "",
|
|
31545
|
-
"name": "
|
|
31545
|
+
"name": "RadioChecked",
|
|
31546
31546
|
"members": [
|
|
31547
31547
|
{
|
|
31548
31548
|
"kind": "field",
|
|
@@ -31579,7 +31579,7 @@
|
|
|
31579
31579
|
"name": "render"
|
|
31580
31580
|
}
|
|
31581
31581
|
],
|
|
31582
|
-
"tagName": "
|
|
31582
|
+
"tagName": "radio-checked",
|
|
31583
31583
|
"events": [],
|
|
31584
31584
|
"customElement": true
|
|
31585
31585
|
}
|
|
@@ -31587,30 +31587,30 @@
|
|
|
31587
31587
|
"exports": [
|
|
31588
31588
|
{
|
|
31589
31589
|
"kind": "js",
|
|
31590
|
-
"name": "
|
|
31590
|
+
"name": "RadioChecked",
|
|
31591
31591
|
"declaration": {
|
|
31592
|
-
"name": "
|
|
31593
|
-
"module": "src/components/
|
|
31592
|
+
"name": "RadioChecked",
|
|
31593
|
+
"module": "src/components/radio/examples/checked.example.tsx"
|
|
31594
31594
|
}
|
|
31595
31595
|
},
|
|
31596
31596
|
{
|
|
31597
31597
|
"kind": "custom-element-definition",
|
|
31598
|
-
"name": "
|
|
31598
|
+
"name": "radio-checked",
|
|
31599
31599
|
"declaration": {
|
|
31600
|
-
"name": "
|
|
31601
|
-
"module": "src/components/
|
|
31600
|
+
"name": "RadioChecked",
|
|
31601
|
+
"module": "src/components/radio/examples/checked.example.tsx"
|
|
31602
31602
|
}
|
|
31603
31603
|
}
|
|
31604
31604
|
]
|
|
31605
31605
|
},
|
|
31606
31606
|
{
|
|
31607
31607
|
"kind": "javascript-module",
|
|
31608
|
-
"path": "
|
|
31608
|
+
"path": "density.example.tsx",
|
|
31609
31609
|
"declarations": [
|
|
31610
31610
|
{
|
|
31611
31611
|
"kind": "class",
|
|
31612
31612
|
"description": "",
|
|
31613
|
-
"name": "
|
|
31613
|
+
"name": "RadioDensity",
|
|
31614
31614
|
"members": [
|
|
31615
31615
|
{
|
|
31616
31616
|
"kind": "field",
|
|
@@ -31647,7 +31647,7 @@
|
|
|
31647
31647
|
"name": "render"
|
|
31648
31648
|
}
|
|
31649
31649
|
],
|
|
31650
|
-
"tagName": "
|
|
31650
|
+
"tagName": "radio-density",
|
|
31651
31651
|
"events": [],
|
|
31652
31652
|
"customElement": true
|
|
31653
31653
|
}
|
|
@@ -31655,30 +31655,30 @@
|
|
|
31655
31655
|
"exports": [
|
|
31656
31656
|
{
|
|
31657
31657
|
"kind": "js",
|
|
31658
|
-
"name": "
|
|
31658
|
+
"name": "RadioDensity",
|
|
31659
31659
|
"declaration": {
|
|
31660
|
-
"name": "
|
|
31661
|
-
"module": "src/components/
|
|
31660
|
+
"name": "RadioDensity",
|
|
31661
|
+
"module": "src/components/radio/examples/density.example.tsx"
|
|
31662
31662
|
}
|
|
31663
31663
|
},
|
|
31664
31664
|
{
|
|
31665
31665
|
"kind": "custom-element-definition",
|
|
31666
|
-
"name": "
|
|
31666
|
+
"name": "radio-density",
|
|
31667
31667
|
"declaration": {
|
|
31668
|
-
"name": "
|
|
31669
|
-
"module": "src/components/
|
|
31668
|
+
"name": "RadioDensity",
|
|
31669
|
+
"module": "src/components/radio/examples/density.example.tsx"
|
|
31670
31670
|
}
|
|
31671
31671
|
}
|
|
31672
31672
|
]
|
|
31673
31673
|
},
|
|
31674
31674
|
{
|
|
31675
31675
|
"kind": "javascript-module",
|
|
31676
|
-
"path": "
|
|
31676
|
+
"path": "disabled.example.tsx",
|
|
31677
31677
|
"declarations": [
|
|
31678
31678
|
{
|
|
31679
31679
|
"kind": "class",
|
|
31680
31680
|
"description": "",
|
|
31681
|
-
"name": "
|
|
31681
|
+
"name": "RadioDisabled",
|
|
31682
31682
|
"members": [
|
|
31683
31683
|
{
|
|
31684
31684
|
"kind": "field",
|
|
@@ -31715,7 +31715,7 @@
|
|
|
31715
31715
|
"name": "render"
|
|
31716
31716
|
}
|
|
31717
31717
|
],
|
|
31718
|
-
"tagName": "
|
|
31718
|
+
"tagName": "radio-disabled",
|
|
31719
31719
|
"events": [],
|
|
31720
31720
|
"customElement": true
|
|
31721
31721
|
}
|
|
@@ -31723,30 +31723,30 @@
|
|
|
31723
31723
|
"exports": [
|
|
31724
31724
|
{
|
|
31725
31725
|
"kind": "js",
|
|
31726
|
-
"name": "
|
|
31726
|
+
"name": "RadioDisabled",
|
|
31727
31727
|
"declaration": {
|
|
31728
|
-
"name": "
|
|
31729
|
-
"module": "src/components/
|
|
31728
|
+
"name": "RadioDisabled",
|
|
31729
|
+
"module": "src/components/radio/examples/disabled.example.tsx"
|
|
31730
31730
|
}
|
|
31731
31731
|
},
|
|
31732
31732
|
{
|
|
31733
31733
|
"kind": "custom-element-definition",
|
|
31734
|
-
"name": "
|
|
31734
|
+
"name": "radio-disabled",
|
|
31735
31735
|
"declaration": {
|
|
31736
|
-
"name": "
|
|
31737
|
-
"module": "src/components/
|
|
31736
|
+
"name": "RadioDisabled",
|
|
31737
|
+
"module": "src/components/radio/examples/disabled.example.tsx"
|
|
31738
31738
|
}
|
|
31739
31739
|
}
|
|
31740
31740
|
]
|
|
31741
31741
|
},
|
|
31742
31742
|
{
|
|
31743
31743
|
"kind": "javascript-module",
|
|
31744
|
-
"path": "
|
|
31744
|
+
"path": "required.example.tsx",
|
|
31745
31745
|
"declarations": [
|
|
31746
31746
|
{
|
|
31747
31747
|
"kind": "class",
|
|
31748
31748
|
"description": "",
|
|
31749
|
-
"name": "
|
|
31749
|
+
"name": "RadioRequired",
|
|
31750
31750
|
"members": [
|
|
31751
31751
|
{
|
|
31752
31752
|
"kind": "field",
|
|
@@ -31756,13 +31756,6 @@
|
|
|
31756
31756
|
},
|
|
31757
31757
|
"privacy": "private"
|
|
31758
31758
|
},
|
|
31759
|
-
{
|
|
31760
|
-
"kind": "field",
|
|
31761
|
-
"name": "isPatternhub",
|
|
31762
|
-
"type": {
|
|
31763
|
-
"text": "PatternhubProps[\"isPatternhub\"]"
|
|
31764
|
-
}
|
|
31765
|
-
},
|
|
31766
31759
|
{
|
|
31767
31760
|
"kind": "method",
|
|
31768
31761
|
"name": "enableAttributePassing",
|
|
@@ -31790,16 +31783,7 @@
|
|
|
31790
31783
|
"name": "render"
|
|
31791
31784
|
}
|
|
31792
31785
|
],
|
|
31793
|
-
"
|
|
31794
|
-
{
|
|
31795
|
-
"name": "is-patternhub",
|
|
31796
|
-
"fieldName": "isPatternhub",
|
|
31797
|
-
"type": {
|
|
31798
|
-
"text": "PatternhubProps[\"isPatternhub\"]"
|
|
31799
|
-
}
|
|
31800
|
-
}
|
|
31801
|
-
],
|
|
31802
|
-
"tagName": "section-showcase",
|
|
31786
|
+
"tagName": "radio-required",
|
|
31803
31787
|
"events": [],
|
|
31804
31788
|
"customElement": true
|
|
31805
31789
|
}
|
|
@@ -31807,30 +31791,30 @@
|
|
|
31807
31791
|
"exports": [
|
|
31808
31792
|
{
|
|
31809
31793
|
"kind": "js",
|
|
31810
|
-
"name": "
|
|
31794
|
+
"name": "RadioRequired",
|
|
31811
31795
|
"declaration": {
|
|
31812
|
-
"name": "
|
|
31813
|
-
"module": "src/components/
|
|
31796
|
+
"name": "RadioRequired",
|
|
31797
|
+
"module": "src/components/radio/examples/required.example.tsx"
|
|
31814
31798
|
}
|
|
31815
31799
|
},
|
|
31816
31800
|
{
|
|
31817
31801
|
"kind": "custom-element-definition",
|
|
31818
|
-
"name": "
|
|
31802
|
+
"name": "radio-required",
|
|
31819
31803
|
"declaration": {
|
|
31820
|
-
"name": "
|
|
31821
|
-
"module": "src/components/
|
|
31804
|
+
"name": "RadioRequired",
|
|
31805
|
+
"module": "src/components/radio/examples/required.example.tsx"
|
|
31822
31806
|
}
|
|
31823
31807
|
}
|
|
31824
31808
|
]
|
|
31825
31809
|
},
|
|
31826
31810
|
{
|
|
31827
31811
|
"kind": "javascript-module",
|
|
31828
|
-
"path": "
|
|
31812
|
+
"path": "show-label.example.tsx",
|
|
31829
31813
|
"declarations": [
|
|
31830
31814
|
{
|
|
31831
31815
|
"kind": "class",
|
|
31832
31816
|
"description": "",
|
|
31833
|
-
"name": "
|
|
31817
|
+
"name": "RadioShowLabel",
|
|
31834
31818
|
"members": [
|
|
31835
31819
|
{
|
|
31836
31820
|
"kind": "field",
|
|
@@ -31867,7 +31851,7 @@
|
|
|
31867
31851
|
"name": "render"
|
|
31868
31852
|
}
|
|
31869
31853
|
],
|
|
31870
|
-
"tagName": "radio-
|
|
31854
|
+
"tagName": "radio-show-label",
|
|
31871
31855
|
"events": [],
|
|
31872
31856
|
"customElement": true
|
|
31873
31857
|
}
|
|
@@ -31875,30 +31859,30 @@
|
|
|
31875
31859
|
"exports": [
|
|
31876
31860
|
{
|
|
31877
31861
|
"kind": "js",
|
|
31878
|
-
"name": "
|
|
31862
|
+
"name": "RadioShowLabel",
|
|
31879
31863
|
"declaration": {
|
|
31880
|
-
"name": "
|
|
31881
|
-
"module": "src/components/radio/examples/
|
|
31864
|
+
"name": "RadioShowLabel",
|
|
31865
|
+
"module": "src/components/radio/examples/show-label.example.tsx"
|
|
31882
31866
|
}
|
|
31883
31867
|
},
|
|
31884
31868
|
{
|
|
31885
31869
|
"kind": "custom-element-definition",
|
|
31886
|
-
"name": "radio-
|
|
31870
|
+
"name": "radio-show-label",
|
|
31887
31871
|
"declaration": {
|
|
31888
|
-
"name": "
|
|
31889
|
-
"module": "src/components/radio/examples/
|
|
31872
|
+
"name": "RadioShowLabel",
|
|
31873
|
+
"module": "src/components/radio/examples/show-label.example.tsx"
|
|
31890
31874
|
}
|
|
31891
31875
|
}
|
|
31892
31876
|
]
|
|
31893
31877
|
},
|
|
31894
31878
|
{
|
|
31895
31879
|
"kind": "javascript-module",
|
|
31896
|
-
"path": "
|
|
31880
|
+
"path": "show-required-asterisk.example.tsx",
|
|
31897
31881
|
"declarations": [
|
|
31898
31882
|
{
|
|
31899
31883
|
"kind": "class",
|
|
31900
31884
|
"description": "",
|
|
31901
|
-
"name": "
|
|
31885
|
+
"name": "RadioShowRequiredAsterisk",
|
|
31902
31886
|
"members": [
|
|
31903
31887
|
{
|
|
31904
31888
|
"kind": "field",
|
|
@@ -31935,7 +31919,7 @@
|
|
|
31935
31919
|
"name": "render"
|
|
31936
31920
|
}
|
|
31937
31921
|
],
|
|
31938
|
-
"tagName": "radio-
|
|
31922
|
+
"tagName": "radio-show-required-asterisk",
|
|
31939
31923
|
"events": [],
|
|
31940
31924
|
"customElement": true
|
|
31941
31925
|
}
|
|
@@ -31943,30 +31927,30 @@
|
|
|
31943
31927
|
"exports": [
|
|
31944
31928
|
{
|
|
31945
31929
|
"kind": "js",
|
|
31946
|
-
"name": "
|
|
31930
|
+
"name": "RadioShowRequiredAsterisk",
|
|
31947
31931
|
"declaration": {
|
|
31948
|
-
"name": "
|
|
31949
|
-
"module": "src/components/radio/examples/
|
|
31932
|
+
"name": "RadioShowRequiredAsterisk",
|
|
31933
|
+
"module": "src/components/radio/examples/show-required-asterisk.example.tsx"
|
|
31950
31934
|
}
|
|
31951
31935
|
},
|
|
31952
31936
|
{
|
|
31953
31937
|
"kind": "custom-element-definition",
|
|
31954
|
-
"name": "radio-
|
|
31938
|
+
"name": "radio-show-required-asterisk",
|
|
31955
31939
|
"declaration": {
|
|
31956
|
-
"name": "
|
|
31957
|
-
"module": "src/components/radio/examples/
|
|
31940
|
+
"name": "RadioShowRequiredAsterisk",
|
|
31941
|
+
"module": "src/components/radio/examples/show-required-asterisk.example.tsx"
|
|
31958
31942
|
}
|
|
31959
31943
|
}
|
|
31960
31944
|
]
|
|
31961
31945
|
},
|
|
31962
31946
|
{
|
|
31963
31947
|
"kind": "javascript-module",
|
|
31964
|
-
"path": "
|
|
31948
|
+
"path": "size.example.tsx",
|
|
31965
31949
|
"declarations": [
|
|
31966
31950
|
{
|
|
31967
31951
|
"kind": "class",
|
|
31968
31952
|
"description": "",
|
|
31969
|
-
"name": "
|
|
31953
|
+
"name": "RadioSize",
|
|
31970
31954
|
"members": [
|
|
31971
31955
|
{
|
|
31972
31956
|
"kind": "field",
|
|
@@ -32003,7 +31987,7 @@
|
|
|
32003
31987
|
"name": "render"
|
|
32004
31988
|
}
|
|
32005
31989
|
],
|
|
32006
|
-
"tagName": "radio-
|
|
31990
|
+
"tagName": "radio-size",
|
|
32007
31991
|
"events": [],
|
|
32008
31992
|
"customElement": true
|
|
32009
31993
|
}
|
|
@@ -32011,30 +31995,30 @@
|
|
|
32011
31995
|
"exports": [
|
|
32012
31996
|
{
|
|
32013
31997
|
"kind": "js",
|
|
32014
|
-
"name": "
|
|
31998
|
+
"name": "RadioSize",
|
|
32015
31999
|
"declaration": {
|
|
32016
|
-
"name": "
|
|
32017
|
-
"module": "src/components/radio/examples/
|
|
32000
|
+
"name": "RadioSize",
|
|
32001
|
+
"module": "src/components/radio/examples/size.example.tsx"
|
|
32018
32002
|
}
|
|
32019
32003
|
},
|
|
32020
32004
|
{
|
|
32021
32005
|
"kind": "custom-element-definition",
|
|
32022
|
-
"name": "radio-
|
|
32006
|
+
"name": "radio-size",
|
|
32023
32007
|
"declaration": {
|
|
32024
|
-
"name": "
|
|
32025
|
-
"module": "src/components/radio/examples/
|
|
32008
|
+
"name": "RadioSize",
|
|
32009
|
+
"module": "src/components/radio/examples/size.example.tsx"
|
|
32026
32010
|
}
|
|
32027
32011
|
}
|
|
32028
32012
|
]
|
|
32029
32013
|
},
|
|
32030
32014
|
{
|
|
32031
32015
|
"kind": "javascript-module",
|
|
32032
|
-
"path": "
|
|
32016
|
+
"path": "validation.example.tsx",
|
|
32033
32017
|
"declarations": [
|
|
32034
32018
|
{
|
|
32035
32019
|
"kind": "class",
|
|
32036
32020
|
"description": "",
|
|
32037
|
-
"name": "
|
|
32021
|
+
"name": "RadioValidation",
|
|
32038
32022
|
"members": [
|
|
32039
32023
|
{
|
|
32040
32024
|
"kind": "field",
|
|
@@ -32071,7 +32055,7 @@
|
|
|
32071
32055
|
"name": "render"
|
|
32072
32056
|
}
|
|
32073
32057
|
],
|
|
32074
|
-
"tagName": "radio-
|
|
32058
|
+
"tagName": "radio-validation",
|
|
32075
32059
|
"events": [],
|
|
32076
32060
|
"customElement": true
|
|
32077
32061
|
}
|
|
@@ -32079,30 +32063,30 @@
|
|
|
32079
32063
|
"exports": [
|
|
32080
32064
|
{
|
|
32081
32065
|
"kind": "js",
|
|
32082
|
-
"name": "
|
|
32066
|
+
"name": "RadioValidation",
|
|
32083
32067
|
"declaration": {
|
|
32084
|
-
"name": "
|
|
32085
|
-
"module": "src/components/radio/examples/
|
|
32068
|
+
"name": "RadioValidation",
|
|
32069
|
+
"module": "src/components/radio/examples/validation.example.tsx"
|
|
32086
32070
|
}
|
|
32087
32071
|
},
|
|
32088
32072
|
{
|
|
32089
32073
|
"kind": "custom-element-definition",
|
|
32090
|
-
"name": "radio-
|
|
32074
|
+
"name": "radio-validation",
|
|
32091
32075
|
"declaration": {
|
|
32092
|
-
"name": "
|
|
32093
|
-
"module": "src/components/radio/examples/
|
|
32076
|
+
"name": "RadioValidation",
|
|
32077
|
+
"module": "src/components/radio/examples/validation.example.tsx"
|
|
32094
32078
|
}
|
|
32095
32079
|
}
|
|
32096
32080
|
]
|
|
32097
32081
|
},
|
|
32098
32082
|
{
|
|
32099
32083
|
"kind": "javascript-module",
|
|
32100
|
-
"path": "
|
|
32084
|
+
"path": "radio.showcase.tsx",
|
|
32101
32085
|
"declarations": [
|
|
32102
32086
|
{
|
|
32103
32087
|
"kind": "class",
|
|
32104
32088
|
"description": "",
|
|
32105
|
-
"name": "
|
|
32089
|
+
"name": "RadioShowcase",
|
|
32106
32090
|
"members": [
|
|
32107
32091
|
{
|
|
32108
32092
|
"kind": "field",
|
|
@@ -32112,6 +32096,13 @@
|
|
|
32112
32096
|
},
|
|
32113
32097
|
"privacy": "private"
|
|
32114
32098
|
},
|
|
32099
|
+
{
|
|
32100
|
+
"kind": "field",
|
|
32101
|
+
"name": "isPatternhub",
|
|
32102
|
+
"type": {
|
|
32103
|
+
"text": "PatternhubProps[\"isPatternhub\"]"
|
|
32104
|
+
}
|
|
32105
|
+
},
|
|
32115
32106
|
{
|
|
32116
32107
|
"kind": "method",
|
|
32117
32108
|
"name": "enableAttributePassing",
|
|
@@ -32139,7 +32130,16 @@
|
|
|
32139
32130
|
"name": "render"
|
|
32140
32131
|
}
|
|
32141
32132
|
],
|
|
32142
|
-
"
|
|
32133
|
+
"attributes": [
|
|
32134
|
+
{
|
|
32135
|
+
"name": "is-patternhub",
|
|
32136
|
+
"fieldName": "isPatternhub",
|
|
32137
|
+
"type": {
|
|
32138
|
+
"text": "PatternhubProps[\"isPatternhub\"]"
|
|
32139
|
+
}
|
|
32140
|
+
}
|
|
32141
|
+
],
|
|
32142
|
+
"tagName": "radio-showcase",
|
|
32143
32143
|
"events": [],
|
|
32144
32144
|
"customElement": true
|
|
32145
32145
|
}
|
|
@@ -32147,30 +32147,30 @@
|
|
|
32147
32147
|
"exports": [
|
|
32148
32148
|
{
|
|
32149
32149
|
"kind": "js",
|
|
32150
|
-
"name": "
|
|
32150
|
+
"name": "RadioShowcase",
|
|
32151
32151
|
"declaration": {
|
|
32152
|
-
"name": "
|
|
32153
|
-
"module": "src/components/radio/
|
|
32152
|
+
"name": "RadioShowcase",
|
|
32153
|
+
"module": "src/components/radio/showcase/radio.showcase.tsx"
|
|
32154
32154
|
}
|
|
32155
32155
|
},
|
|
32156
32156
|
{
|
|
32157
32157
|
"kind": "custom-element-definition",
|
|
32158
|
-
"name": "radio-
|
|
32158
|
+
"name": "radio-showcase",
|
|
32159
32159
|
"declaration": {
|
|
32160
|
-
"name": "
|
|
32161
|
-
"module": "src/components/radio/
|
|
32160
|
+
"name": "RadioShowcase",
|
|
32161
|
+
"module": "src/components/radio/showcase/radio.showcase.tsx"
|
|
32162
32162
|
}
|
|
32163
32163
|
}
|
|
32164
32164
|
]
|
|
32165
32165
|
},
|
|
32166
32166
|
{
|
|
32167
32167
|
"kind": "javascript-module",
|
|
32168
|
-
"path": "
|
|
32168
|
+
"path": "density.example.tsx",
|
|
32169
32169
|
"declarations": [
|
|
32170
32170
|
{
|
|
32171
32171
|
"kind": "class",
|
|
32172
32172
|
"description": "",
|
|
32173
|
-
"name": "
|
|
32173
|
+
"name": "SectionDensity",
|
|
32174
32174
|
"members": [
|
|
32175
32175
|
{
|
|
32176
32176
|
"kind": "field",
|
|
@@ -32207,7 +32207,7 @@
|
|
|
32207
32207
|
"name": "render"
|
|
32208
32208
|
}
|
|
32209
32209
|
],
|
|
32210
|
-
"tagName": "
|
|
32210
|
+
"tagName": "section-density",
|
|
32211
32211
|
"events": [],
|
|
32212
32212
|
"customElement": true
|
|
32213
32213
|
}
|
|
@@ -32215,30 +32215,30 @@
|
|
|
32215
32215
|
"exports": [
|
|
32216
32216
|
{
|
|
32217
32217
|
"kind": "js",
|
|
32218
|
-
"name": "
|
|
32218
|
+
"name": "SectionDensity",
|
|
32219
32219
|
"declaration": {
|
|
32220
|
-
"name": "
|
|
32221
|
-
"module": "src/components/
|
|
32220
|
+
"name": "SectionDensity",
|
|
32221
|
+
"module": "src/components/section/examples/density.example.tsx"
|
|
32222
32222
|
}
|
|
32223
32223
|
},
|
|
32224
32224
|
{
|
|
32225
32225
|
"kind": "custom-element-definition",
|
|
32226
|
-
"name": "
|
|
32226
|
+
"name": "section-density",
|
|
32227
32227
|
"declaration": {
|
|
32228
|
-
"name": "
|
|
32229
|
-
"module": "src/components/
|
|
32228
|
+
"name": "SectionDensity",
|
|
32229
|
+
"module": "src/components/section/examples/density.example.tsx"
|
|
32230
32230
|
}
|
|
32231
32231
|
}
|
|
32232
32232
|
]
|
|
32233
32233
|
},
|
|
32234
32234
|
{
|
|
32235
32235
|
"kind": "javascript-module",
|
|
32236
|
-
"path": "
|
|
32236
|
+
"path": "spacing.example.tsx",
|
|
32237
32237
|
"declarations": [
|
|
32238
32238
|
{
|
|
32239
32239
|
"kind": "class",
|
|
32240
32240
|
"description": "",
|
|
32241
|
-
"name": "
|
|
32241
|
+
"name": "SectionSpacing",
|
|
32242
32242
|
"members": [
|
|
32243
32243
|
{
|
|
32244
32244
|
"kind": "field",
|
|
@@ -32275,7 +32275,7 @@
|
|
|
32275
32275
|
"name": "render"
|
|
32276
32276
|
}
|
|
32277
32277
|
],
|
|
32278
|
-
"tagName": "
|
|
32278
|
+
"tagName": "section-spacing",
|
|
32279
32279
|
"events": [],
|
|
32280
32280
|
"customElement": true
|
|
32281
32281
|
}
|
|
@@ -32283,30 +32283,30 @@
|
|
|
32283
32283
|
"exports": [
|
|
32284
32284
|
{
|
|
32285
32285
|
"kind": "js",
|
|
32286
|
-
"name": "
|
|
32286
|
+
"name": "SectionSpacing",
|
|
32287
32287
|
"declaration": {
|
|
32288
|
-
"name": "
|
|
32289
|
-
"module": "src/components/
|
|
32288
|
+
"name": "SectionSpacing",
|
|
32289
|
+
"module": "src/components/section/examples/spacing.example.tsx"
|
|
32290
32290
|
}
|
|
32291
32291
|
},
|
|
32292
32292
|
{
|
|
32293
32293
|
"kind": "custom-element-definition",
|
|
32294
|
-
"name": "
|
|
32294
|
+
"name": "section-spacing",
|
|
32295
32295
|
"declaration": {
|
|
32296
|
-
"name": "
|
|
32297
|
-
"module": "src/components/
|
|
32296
|
+
"name": "SectionSpacing",
|
|
32297
|
+
"module": "src/components/section/examples/spacing.example.tsx"
|
|
32298
32298
|
}
|
|
32299
32299
|
}
|
|
32300
32300
|
]
|
|
32301
32301
|
},
|
|
32302
32302
|
{
|
|
32303
32303
|
"kind": "javascript-module",
|
|
32304
|
-
"path": "
|
|
32304
|
+
"path": "width.example.tsx",
|
|
32305
32305
|
"declarations": [
|
|
32306
32306
|
{
|
|
32307
32307
|
"kind": "class",
|
|
32308
32308
|
"description": "",
|
|
32309
|
-
"name": "
|
|
32309
|
+
"name": "SectionWidth",
|
|
32310
32310
|
"members": [
|
|
32311
32311
|
{
|
|
32312
32312
|
"kind": "field",
|
|
@@ -32343,7 +32343,7 @@
|
|
|
32343
32343
|
"name": "render"
|
|
32344
32344
|
}
|
|
32345
32345
|
],
|
|
32346
|
-
"tagName": "
|
|
32346
|
+
"tagName": "section-width",
|
|
32347
32347
|
"events": [],
|
|
32348
32348
|
"customElement": true
|
|
32349
32349
|
}
|
|
@@ -32351,30 +32351,30 @@
|
|
|
32351
32351
|
"exports": [
|
|
32352
32352
|
{
|
|
32353
32353
|
"kind": "js",
|
|
32354
|
-
"name": "
|
|
32354
|
+
"name": "SectionWidth",
|
|
32355
32355
|
"declaration": {
|
|
32356
|
-
"name": "
|
|
32357
|
-
"module": "src/components/
|
|
32356
|
+
"name": "SectionWidth",
|
|
32357
|
+
"module": "src/components/section/examples/width.example.tsx"
|
|
32358
32358
|
}
|
|
32359
32359
|
},
|
|
32360
32360
|
{
|
|
32361
32361
|
"kind": "custom-element-definition",
|
|
32362
|
-
"name": "
|
|
32362
|
+
"name": "section-width",
|
|
32363
32363
|
"declaration": {
|
|
32364
|
-
"name": "
|
|
32365
|
-
"module": "src/components/
|
|
32364
|
+
"name": "SectionWidth",
|
|
32365
|
+
"module": "src/components/section/examples/width.example.tsx"
|
|
32366
32366
|
}
|
|
32367
32367
|
}
|
|
32368
32368
|
]
|
|
32369
32369
|
},
|
|
32370
32370
|
{
|
|
32371
32371
|
"kind": "javascript-module",
|
|
32372
|
-
"path": "
|
|
32372
|
+
"path": "section.showcase.tsx",
|
|
32373
32373
|
"declarations": [
|
|
32374
32374
|
{
|
|
32375
32375
|
"kind": "class",
|
|
32376
32376
|
"description": "",
|
|
32377
|
-
"name": "
|
|
32377
|
+
"name": "SectionShowcase",
|
|
32378
32378
|
"members": [
|
|
32379
32379
|
{
|
|
32380
32380
|
"kind": "field",
|
|
@@ -32427,7 +32427,7 @@
|
|
|
32427
32427
|
}
|
|
32428
32428
|
}
|
|
32429
32429
|
],
|
|
32430
|
-
"tagName": "
|
|
32430
|
+
"tagName": "section-showcase",
|
|
32431
32431
|
"events": [],
|
|
32432
32432
|
"customElement": true
|
|
32433
32433
|
}
|
|
@@ -32435,18 +32435,18 @@
|
|
|
32435
32435
|
"exports": [
|
|
32436
32436
|
{
|
|
32437
32437
|
"kind": "js",
|
|
32438
|
-
"name": "
|
|
32438
|
+
"name": "SectionShowcase",
|
|
32439
32439
|
"declaration": {
|
|
32440
|
-
"name": "
|
|
32441
|
-
"module": "src/components/
|
|
32440
|
+
"name": "SectionShowcase",
|
|
32441
|
+
"module": "src/components/section/showcase/section.showcase.tsx"
|
|
32442
32442
|
}
|
|
32443
32443
|
},
|
|
32444
32444
|
{
|
|
32445
32445
|
"kind": "custom-element-definition",
|
|
32446
|
-
"name": "
|
|
32446
|
+
"name": "section-showcase",
|
|
32447
32447
|
"declaration": {
|
|
32448
|
-
"name": "
|
|
32449
|
-
"module": "src/components/
|
|
32448
|
+
"name": "SectionShowcase",
|
|
32449
|
+
"module": "src/components/section/showcase/section.showcase.tsx"
|
|
32450
32450
|
}
|
|
32451
32451
|
}
|
|
32452
32452
|
]
|
|
@@ -4035,84 +4035,84 @@
|
|
|
4035
4035
|
"references": []
|
|
4036
4036
|
},
|
|
4037
4037
|
{
|
|
4038
|
-
"name": "
|
|
4038
|
+
"name": "radio-checked",
|
|
4039
4039
|
"description": "\n---\n",
|
|
4040
4040
|
"attributes": [],
|
|
4041
4041
|
"references": []
|
|
4042
4042
|
},
|
|
4043
4043
|
{
|
|
4044
|
-
"name": "
|
|
4044
|
+
"name": "radio-density",
|
|
4045
4045
|
"description": "\n---\n",
|
|
4046
4046
|
"attributes": [],
|
|
4047
4047
|
"references": []
|
|
4048
4048
|
},
|
|
4049
4049
|
{
|
|
4050
|
-
"name": "
|
|
4050
|
+
"name": "radio-disabled",
|
|
4051
4051
|
"description": "\n---\n",
|
|
4052
4052
|
"attributes": [],
|
|
4053
4053
|
"references": []
|
|
4054
4054
|
},
|
|
4055
4055
|
{
|
|
4056
|
-
"name": "
|
|
4056
|
+
"name": "radio-required",
|
|
4057
4057
|
"description": "\n---\n",
|
|
4058
|
-
"attributes": [
|
|
4059
|
-
{
|
|
4060
|
-
"name": "is-patternhub",
|
|
4061
|
-
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
4062
|
-
}
|
|
4063
|
-
],
|
|
4058
|
+
"attributes": [],
|
|
4064
4059
|
"references": []
|
|
4065
4060
|
},
|
|
4066
4061
|
{
|
|
4067
|
-
"name": "radio-
|
|
4062
|
+
"name": "radio-show-label",
|
|
4068
4063
|
"description": "\n---\n",
|
|
4069
4064
|
"attributes": [],
|
|
4070
4065
|
"references": []
|
|
4071
4066
|
},
|
|
4072
4067
|
{
|
|
4073
|
-
"name": "radio-
|
|
4068
|
+
"name": "radio-show-required-asterisk",
|
|
4074
4069
|
"description": "\n---\n",
|
|
4075
4070
|
"attributes": [],
|
|
4076
4071
|
"references": []
|
|
4077
4072
|
},
|
|
4078
4073
|
{
|
|
4079
|
-
"name": "radio-
|
|
4074
|
+
"name": "radio-size",
|
|
4080
4075
|
"description": "\n---\n",
|
|
4081
4076
|
"attributes": [],
|
|
4082
4077
|
"references": []
|
|
4083
4078
|
},
|
|
4084
4079
|
{
|
|
4085
|
-
"name": "radio-
|
|
4080
|
+
"name": "radio-validation",
|
|
4086
4081
|
"description": "\n---\n",
|
|
4087
4082
|
"attributes": [],
|
|
4088
4083
|
"references": []
|
|
4089
4084
|
},
|
|
4090
4085
|
{
|
|
4091
|
-
"name": "radio-
|
|
4086
|
+
"name": "radio-showcase",
|
|
4092
4087
|
"description": "\n---\n",
|
|
4093
|
-
"attributes": [
|
|
4088
|
+
"attributes": [
|
|
4089
|
+
{
|
|
4090
|
+
"name": "is-patternhub",
|
|
4091
|
+
"values": [{ "name": "PatternhubProps[\"isPatternhub\"]" }]
|
|
4092
|
+
}
|
|
4093
|
+
],
|
|
4094
4094
|
"references": []
|
|
4095
4095
|
},
|
|
4096
4096
|
{
|
|
4097
|
-
"name": "
|
|
4097
|
+
"name": "section-density",
|
|
4098
4098
|
"description": "\n---\n",
|
|
4099
4099
|
"attributes": [],
|
|
4100
4100
|
"references": []
|
|
4101
4101
|
},
|
|
4102
4102
|
{
|
|
4103
|
-
"name": "
|
|
4103
|
+
"name": "section-spacing",
|
|
4104
4104
|
"description": "\n---\n",
|
|
4105
4105
|
"attributes": [],
|
|
4106
4106
|
"references": []
|
|
4107
4107
|
},
|
|
4108
4108
|
{
|
|
4109
|
-
"name": "
|
|
4109
|
+
"name": "section-width",
|
|
4110
4110
|
"description": "\n---\n",
|
|
4111
4111
|
"attributes": [],
|
|
4112
4112
|
"references": []
|
|
4113
4113
|
},
|
|
4114
4114
|
{
|
|
4115
|
-
"name": "
|
|
4115
|
+
"name": "section-showcase",
|
|
4116
4116
|
"description": "\n---\n",
|
|
4117
4117
|
"attributes": [
|
|
4118
4118
|
{
|
package/dist/web-types.json
CHANGED
|
@@ -7399,118 +7399,118 @@
|
|
|
7399
7399
|
}
|
|
7400
7400
|
},
|
|
7401
7401
|
{
|
|
7402
|
-
"name": "
|
|
7402
|
+
"name": "radio-checked",
|
|
7403
7403
|
"description": "\n---\n",
|
|
7404
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/
|
|
7404
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-checked/properties",
|
|
7405
7405
|
"attributes": [],
|
|
7406
7406
|
"events": [],
|
|
7407
7407
|
"js": { "properties": [], "events": [] }
|
|
7408
7408
|
},
|
|
7409
7409
|
{
|
|
7410
|
-
"name": "
|
|
7410
|
+
"name": "radio-density",
|
|
7411
7411
|
"description": "\n---\n",
|
|
7412
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/
|
|
7412
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-density/properties",
|
|
7413
7413
|
"attributes": [],
|
|
7414
7414
|
"events": [],
|
|
7415
7415
|
"js": { "properties": [], "events": [] }
|
|
7416
7416
|
},
|
|
7417
7417
|
{
|
|
7418
|
-
"name": "
|
|
7418
|
+
"name": "radio-disabled",
|
|
7419
7419
|
"description": "\n---\n",
|
|
7420
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/
|
|
7420
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-disabled/properties",
|
|
7421
7421
|
"attributes": [],
|
|
7422
7422
|
"events": [],
|
|
7423
7423
|
"js": { "properties": [], "events": [] }
|
|
7424
7424
|
},
|
|
7425
7425
|
{
|
|
7426
|
-
"name": "
|
|
7426
|
+
"name": "radio-required",
|
|
7427
7427
|
"description": "\n---\n",
|
|
7428
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/
|
|
7429
|
-
"attributes": [
|
|
7430
|
-
{
|
|
7431
|
-
"name": "is-patternhub",
|
|
7432
|
-
"value": { "type": "PatternhubProps[\"isPatternhub\"]" }
|
|
7433
|
-
}
|
|
7434
|
-
],
|
|
7428
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-required/properties",
|
|
7429
|
+
"attributes": [],
|
|
7435
7430
|
"events": [],
|
|
7436
|
-
"js": {
|
|
7437
|
-
"properties": [
|
|
7438
|
-
{
|
|
7439
|
-
"name": "isPatternhub",
|
|
7440
|
-
"type": "PatternhubProps[\"isPatternhub\"]"
|
|
7441
|
-
}
|
|
7442
|
-
],
|
|
7443
|
-
"events": []
|
|
7444
|
-
}
|
|
7431
|
+
"js": { "properties": [], "events": [] }
|
|
7445
7432
|
},
|
|
7446
7433
|
{
|
|
7447
|
-
"name": "radio-
|
|
7434
|
+
"name": "radio-show-label",
|
|
7448
7435
|
"description": "\n---\n",
|
|
7449
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-
|
|
7436
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-show-label/properties",
|
|
7450
7437
|
"attributes": [],
|
|
7451
7438
|
"events": [],
|
|
7452
7439
|
"js": { "properties": [], "events": [] }
|
|
7453
7440
|
},
|
|
7454
7441
|
{
|
|
7455
|
-
"name": "radio-
|
|
7442
|
+
"name": "radio-show-required-asterisk",
|
|
7456
7443
|
"description": "\n---\n",
|
|
7457
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-
|
|
7444
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-show-required-asterisk/properties",
|
|
7458
7445
|
"attributes": [],
|
|
7459
7446
|
"events": [],
|
|
7460
7447
|
"js": { "properties": [], "events": [] }
|
|
7461
7448
|
},
|
|
7462
7449
|
{
|
|
7463
|
-
"name": "radio-
|
|
7450
|
+
"name": "radio-size",
|
|
7464
7451
|
"description": "\n---\n",
|
|
7465
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-
|
|
7452
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-size/properties",
|
|
7466
7453
|
"attributes": [],
|
|
7467
7454
|
"events": [],
|
|
7468
7455
|
"js": { "properties": [], "events": [] }
|
|
7469
7456
|
},
|
|
7470
7457
|
{
|
|
7471
|
-
"name": "radio-
|
|
7458
|
+
"name": "radio-validation",
|
|
7472
7459
|
"description": "\n---\n",
|
|
7473
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-
|
|
7460
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-validation/properties",
|
|
7474
7461
|
"attributes": [],
|
|
7475
7462
|
"events": [],
|
|
7476
7463
|
"js": { "properties": [], "events": [] }
|
|
7477
7464
|
},
|
|
7478
7465
|
{
|
|
7479
|
-
"name": "radio-
|
|
7466
|
+
"name": "radio-showcase",
|
|
7480
7467
|
"description": "\n---\n",
|
|
7481
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-
|
|
7482
|
-
"attributes": [
|
|
7468
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/radio-showcase/properties",
|
|
7469
|
+
"attributes": [
|
|
7470
|
+
{
|
|
7471
|
+
"name": "is-patternhub",
|
|
7472
|
+
"value": { "type": "PatternhubProps[\"isPatternhub\"]" }
|
|
7473
|
+
}
|
|
7474
|
+
],
|
|
7483
7475
|
"events": [],
|
|
7484
|
-
"js": {
|
|
7476
|
+
"js": {
|
|
7477
|
+
"properties": [
|
|
7478
|
+
{
|
|
7479
|
+
"name": "isPatternhub",
|
|
7480
|
+
"type": "PatternhubProps[\"isPatternhub\"]"
|
|
7481
|
+
}
|
|
7482
|
+
],
|
|
7483
|
+
"events": []
|
|
7484
|
+
}
|
|
7485
7485
|
},
|
|
7486
7486
|
{
|
|
7487
|
-
"name": "
|
|
7487
|
+
"name": "section-density",
|
|
7488
7488
|
"description": "\n---\n",
|
|
7489
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/
|
|
7489
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/section-density/properties",
|
|
7490
7490
|
"attributes": [],
|
|
7491
7491
|
"events": [],
|
|
7492
7492
|
"js": { "properties": [], "events": [] }
|
|
7493
7493
|
},
|
|
7494
7494
|
{
|
|
7495
|
-
"name": "
|
|
7495
|
+
"name": "section-spacing",
|
|
7496
7496
|
"description": "\n---\n",
|
|
7497
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/
|
|
7497
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/section-spacing/properties",
|
|
7498
7498
|
"attributes": [],
|
|
7499
7499
|
"events": [],
|
|
7500
7500
|
"js": { "properties": [], "events": [] }
|
|
7501
7501
|
},
|
|
7502
7502
|
{
|
|
7503
|
-
"name": "
|
|
7503
|
+
"name": "section-width",
|
|
7504
7504
|
"description": "\n---\n",
|
|
7505
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/
|
|
7505
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/section-width/properties",
|
|
7506
7506
|
"attributes": [],
|
|
7507
7507
|
"events": [],
|
|
7508
7508
|
"js": { "properties": [], "events": [] }
|
|
7509
7509
|
},
|
|
7510
7510
|
{
|
|
7511
|
-
"name": "
|
|
7511
|
+
"name": "section-showcase",
|
|
7512
7512
|
"description": "\n---\n",
|
|
7513
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/
|
|
7513
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/section-showcase/properties",
|
|
7514
7514
|
"attributes": [
|
|
7515
7515
|
{
|
|
7516
7516
|
"name": "is-patternhub",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/wc-core-components",
|
|
3
|
-
"version": "4.5.4-
|
|
3
|
+
"version": "4.5.4-tailwind-inline-5d37a00",
|
|
4
4
|
"description": "Stencil components for @db-ux/core-components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"web-types": "./dist/web-types.json",
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@db-ux/core-components": "4.5.4-
|
|
52
|
-
"@db-ux/core-foundations": "4.5.4-
|
|
51
|
+
"@db-ux/core-components": "4.5.4-tailwind-inline-5d37a00",
|
|
52
|
+
"@db-ux/core-foundations": "4.5.4-tailwind-inline-5d37a00"
|
|
53
53
|
}
|
|
54
54
|
}
|