@progressive-development/pd-forms 0.8.2 → 0.8.3

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.
@@ -1 +1 @@
1
- {"version":3,"file":"pd-button-group.d.ts","sourceRoot":"","sources":["../src/pd-button-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,cAAc,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAEhE,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,OAAO,2BAA2B,CAAC;AAEnC,qBACa,aAAc,SAAQ,QAAQ;IAEzC,UAAU,EAAE,UAAU,EAAE,CAAM;IAG9B,SAAS,EAAE,MAAM,EAAE,CAAM;IAGzB,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAgB,MAAM,EAAE,cAAc,CA0CpC;IAEO,UAAU,CAAC,YAAY,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;IAWtD,KAAK,CAAC,aAAa,EAAE,MAAM;IAIzB,MAAM;IAkBf,OAAO,CAAC,OAAO;CAYhB"}
1
+ {"version":3,"file":"pd-button-group.d.ts","sourceRoot":"","sources":["../src/pd-button-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,cAAc,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAEhE,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,OAAO,2BAA2B,CAAC;AAEnC,qBACa,aAAc,SAAQ,QAAQ;IAEzC,UAAU,EAAE,UAAU,EAAE,CAAM;IAG9B,SAAS,EAAE,MAAM,EAAE,CAAM;IAGzB,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAgB,MAAM,EAAE,cAAc,CA2CpC;IAEO,UAAU,CAAC,YAAY,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;IAWtD,KAAK,CAAC,aAAa,EAAE,MAAM;IAIzB,MAAM;IAkBf,OAAO,CAAC,OAAO;CAYhB"}
@@ -72,6 +72,7 @@ PdButtonGroup.styles = [
72
72
  display: flex;
73
73
  flex-direction: var(--group-direction);
74
74
  width: var(--group-width);
75
+ --pd-icon-button-width: 100%;
75
76
  }
76
77
 
77
78
  /* geht noch nicht */
@@ -79,7 +79,7 @@ PdIconButtonSelectGroup.styles = [
79
79
 
80
80
  .button-group-style {
81
81
  --pd-button-group-direction: column;
82
- --pd-icon-button-width: 100%;
82
+ --pd-icon-button-justify: flex-start;
83
83
  }
84
84
  `
85
85
  ];
@@ -124,13 +124,13 @@ PdIconPanelButton.styles = [
124
124
 
125
125
  .icon-button-style {
126
126
  --pd-icon-size: var(--pd-icon-button-size, 32px);
127
+ box-sizing: border-box;
127
128
  width: var(--pd-icon-button-width, auto);
128
-
129
129
  z-index: 6;
130
130
 
131
131
  display: inline-flex;
132
132
  align-items: center;
133
- justify-content: center;
133
+ justify-content: var(--pd-icon-button-justify, center);
134
134
  gap: var(--pd-icon-button-gap, 0.5rem);
135
135
 
136
136
  height: var(--pd-icon-button-height, auto);
@@ -240,7 +240,7 @@ PdIconPanelButton.styles = [
240
240
 
241
241
  min-width: var(
242
242
  --pd-icon-button-panel-min-width,
243
- 100%
243
+ auto
244
244
  ); /* Panel wird so breit wie der Button */
245
245
  max-width: var(
246
246
  --pd-icon-button-panel-max-width,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progressive-development/pd-forms",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "Webcomponent pd-forms for rendering form input elements.",
5
5
  "author": "PD Progressive Development",
6
6
  "license": "SEE LICENSE IN LICENSE",