@kyndryl-design-system/shidoka-applications 2.13.0 → 2.13.1

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,4 +1,4 @@
1
- import{_ as t}from"../../../vendor/tslib-53a81efe.js";import{e}from"../../../vendor/lit-7b0f5ebf.js";import{i as r,s as i,x as o}from"../../../vendor/lit-element-c6c02f24.js";var a=r`*,
1
+ import{_ as t}from"../../../vendor/tslib-53a81efe.js";import{e}from"../../../vendor/lit-7b0f5ebf.js";import{i as r,s as i,x as a}from"../../../vendor/lit-element-c6c02f24.js";var o=r`*,
2
2
  *::before,
3
3
  *::after {
4
4
  box-sizing: border-box;
@@ -34,12 +34,23 @@ import{_ as t}from"../../../vendor/tslib-53a81efe.js";import{e}from"../../../ven
34
34
 
35
35
  .filter-bar {
36
36
  display: flex;
37
+ flex-wrap: wrap;
37
38
  align-items: center;
38
- gap: 24px;
39
+ gap: 16px;
39
40
  background: var(--kd-color-container-utility);
40
41
  border-radius: 4px;
41
- padding: 0 16px;
42
- height: 64px;
42
+ padding: 16px;
43
+ }
44
+
45
+ ::slotted(kyn-text-input[type=search]),
46
+ ::slotted(kyn-search) {
47
+ width: 100%;
48
+ }
49
+ @media (min-width: 42rem) {
50
+ ::slotted(kyn-text-input[type=search]),
51
+ ::slotted(kyn-search) {
52
+ width: auto;
53
+ }
43
54
  }
44
55
 
45
56
  .actions {
@@ -60,7 +71,7 @@ import{_ as t}from"../../../vendor/tslib-53a81efe.js";import{e}from"../../../ven
60
71
 
61
72
  .tags ::slotted(kyn-button) {
62
73
  margin-left: auto;
63
- }`;let s=class extends i{render(){return o`
74
+ }`;let s=class extends i{render(){return a`
64
75
  <div class="global-filter">
65
76
  <div class="filter-bar">
66
77
  <slot></slot>
@@ -74,5 +85,5 @@ import{_ as t}from"../../../vendor/tslib-53a81efe.js";import{e}from"../../../ven
74
85
  <slot name="tags"></slot>
75
86
  </div>
76
87
  </div>
77
- `}};s.styles=a,s=t([e("kyn-global-filter")],s);export{s as GlobalFilter};
88
+ `}};s.styles=o,s=t([e("kyn-global-filter")],s);export{s as GlobalFilter};
78
89
  //# sourceMappingURL=globalFilter.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"globalFilter.js","sources":["../../../../src/components/reusable/globalFilter/globalFilter.ts"],"sourcesContent":["import { LitElement, html } from 'lit';\nimport { customElement } from 'lit/decorators.js';\nimport GlobalFilterScss from './globalFilter.scss';\n\n/**\n * Global Filter bar.\n * @slot unnamed - Left slot, intended for search input and modal.\n * @slot actions - Right slot, intended for action buttons and overflow menu.\n * @slot tags - Slot below the filter bar, for tag group.\n */\n@customElement('kyn-global-filter')\nexport class GlobalFilter extends LitElement {\n static override styles = GlobalFilterScss;\n\n override render() {\n return html`\n <div class=\"global-filter\">\n <div class=\"filter-bar\">\n <slot></slot>\n\n <div class=\"actions\">\n <slot name=\"actions\"></slot>\n </div>\n </div>\n\n <div class=\"tags\">\n <slot name=\"tags\"></slot>\n </div>\n </div>\n `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'kyn-global-filter': GlobalFilter;\n }\n}\n"],"names":["GlobalFilter","LitElement","render","html","styles","GlobalFilterScss","__decorate","customElement"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAWO,IAAMA,EAAN,cAA2BC,EAGvB,MAAAC,GACP,OAAOC,CAAI;;;;;;;;;;;;;;KAeZ,GAlBeH,EAAMI,OAAGC,EADdL,EAAYM,EAAA,CADxBC,EAAc,sBACFP"}
1
+ {"version":3,"file":"globalFilter.js","sources":["../../../../src/components/reusable/globalFilter/globalFilter.ts"],"sourcesContent":["import { LitElement, html } from 'lit';\nimport { customElement } from 'lit/decorators.js';\nimport GlobalFilterScss from './globalFilter.scss';\n\n/**\n * Global Filter bar.\n * @slot unnamed - Left slot, intended for search input and modal.\n * @slot actions - Right slot, intended for action buttons and overflow menu.\n * @slot tags - Slot below the filter bar, for tag group.\n */\n@customElement('kyn-global-filter')\nexport class GlobalFilter extends LitElement {\n static override styles = GlobalFilterScss;\n\n override render() {\n return html`\n <div class=\"global-filter\">\n <div class=\"filter-bar\">\n <slot></slot>\n\n <div class=\"actions\">\n <slot name=\"actions\"></slot>\n </div>\n </div>\n\n <div class=\"tags\">\n <slot name=\"tags\"></slot>\n </div>\n </div>\n `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'kyn-global-filter': GlobalFilter;\n }\n}\n"],"names":["GlobalFilter","LitElement","render","html","styles","GlobalFilterScss","__decorate","customElement"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAWO,IAAMA,EAAN,cAA2BC,EAGvB,MAAAC,GACP,OAAOC,CAAI;;;;;;;;;;;;;;KAeZ,GAlBeH,EAAMI,OAAGC,EADdL,EAAYM,EAAA,CADxBC,EAAc,sBACFP"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyndryl-design-system/shidoka-applications",
3
- "version": "2.13.0",
3
+ "version": "2.13.1",
4
4
  "description": "Shidoka Web Components for Applications",
5
5
  "main": "index.js",
6
6
  "type": "module",