pukaad-ui-lib 1.53.0 → 1.55.0

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
3
  "configKey": "pukaadUI",
4
- "version": "1.53.0",
4
+ "version": "1.55.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -1 +1 @@
1
- <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><radialGradient id='a12' cx='.66' fx='.66' cy='.3125' fy='.3125' gradientTransform='scale(1.5)'><stop offset='0' stop-color='#1F98C4'></stop><stop offset='.3' stop-color='#1F98C4' stop-opacity='.9'></stop><stop offset='.6' stop-color='#1F98C4' stop-opacity='.6'></stop><stop offset='.8' stop-color='#1F98C4' stop-opacity='.3'></stop><stop offset='1' stop-color='#1F98C4' stop-opacity='0'></stop></radialGradient><circle transform-origin='center' fill='none' stroke='url(#a12)' stroke-width='15' stroke-linecap='round' stroke-dasharray='200 1000' stroke-dashoffset='0' cx='100' cy='100' r='70'><animateTransform type='rotate' attributeName='transform' calcMode='spline' dur='2' values='360;0' keyTimes='0;1' keySplines='0 0 1 1' repeatCount='indefinite'></animateTransform></circle><circle transform-origin='center' fill='none' opacity='.2' stroke='#1976B8' stroke-width='15' stroke-linecap='round' cx='100' cy='100' r='70'></circle></svg>
1
+ <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><radialGradient id='a12' cx='.66' fx='.66' cy='.3125' fy='.3125' gradientTransform='scale(1.5)'><stop offset='0' stop-color='#1976B8'></stop><stop offset='.3' stop-color='#1976B8' stop-opacity='.9'></stop><stop offset='.6' stop-color='#1976B8' stop-opacity='.6'></stop><stop offset='.8' stop-color='#1976B8' stop-opacity='.3'></stop><stop offset='1' stop-color='#1976B8' stop-opacity='0'></stop></radialGradient><circle transform-origin='center' fill='none' stroke='url(#a12)' stroke-width='15' stroke-linecap='round' stroke-dasharray='200 1000' stroke-dashoffset='0' cx='100' cy='100' r='70'><animateTransform type='rotate' attributeName='transform' calcMode='spline' dur='2' values='360;0' keyTimes='0;1' keySplines='0 0 1 1' repeatCount='indefinite'></animateTransform></circle><circle transform-origin='center' fill='none' opacity='.2' stroke='#1976B8' stroke-width='15' stroke-linecap='round' cx='100' cy='100' r='70'></circle></svg>
@@ -80,6 +80,10 @@ const getAlignmentClass = (alignment = "start") => {
80
80
  :class="
81
81
  getAlignmentClass(header.alinement || props.headerAlinement)
82
82
  "
83
+ :style="{
84
+ width: header.width ? typeof header.width === 'number' ? `${header.width}px` : header.width : void 0,
85
+ minWidth: header.minWidth ? typeof header.minWidth === 'number' ? `${header.minWidth}px` : header.minWidth : void 0
86
+ }"
83
87
  >
84
88
  <div class="flex items-center gap-2">
85
89
  <span>{{ header.label }}</span>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.53.0",
3
+ "version": "1.55.0",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",