@onereach/ui-components-vue2 23.1.0 → 23.1.2

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.
@@ -77,6 +77,10 @@ var script = defineComponent({
77
77
  label: {
78
78
  type: String,
79
79
  default: 'Filters'
80
+ },
81
+ icon: {
82
+ type: String,
83
+ default: 'filter_list'
80
84
  }
81
85
  },
82
86
  emits: ['reset', 'click'],
@@ -126,7 +130,7 @@ var __vue_render__ = function () {
126
130
  }, [_c('OrIcon', {
127
131
  class: 'icon',
128
132
  attrs: {
129
- "icon": 'filter_list'
133
+ "icon": _vm.icon
130
134
  }
131
135
  }), _vm._v("\n\n " + _vm._s(_vm.label) + "\n ")], 1), _vm._v(" "), _vm.value ? [_c('div', {
132
136
  class: ['layout-inline-row', '-m-[12px] md:-m-[8px]']
@@ -11,7 +11,7 @@ const Tab = [
11
11
  // Typography
12
12
  'typography-body-2-bold',
13
13
  // Theme
14
- 'theme-foreground-secondary', 'dark:theme-foreground-secondary-dark', 'theme-border-transparent border-b-2', 'dark:theme-border-transparent-dark',
14
+ 'theme-foreground-outline', 'dark:theme-foreground-outline-dark', 'theme-border-transparent border-b-2', 'dark:theme-border-transparent-dark',
15
15
  // Theme (hover)
16
16
  'hover:md:theme-foreground-default', 'dark:hover:md:theme-foreground-default-dark',
17
17
  // Theme (active)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "23.1.0",
3
+ "version": "23.1.2",
4
4
  "description": "Vue components library for v2",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -40,8 +40,8 @@
40
40
  "@codemirror/view": "^6",
41
41
  "@floating-ui/dom": "1.5.3",
42
42
  "@lezer/highlight": "*",
43
- "@onereach/styles": "^23.1.0",
44
- "@onereach/ui-components-common": "^23.1.0",
43
+ "@onereach/styles": "^23.1.2",
44
+ "@onereach/ui-components-common": "^23.1.2",
45
45
  "@splidejs/splide": "4.0.6",
46
46
  "@tiptap/core": "2.0.3",
47
47
  "@tiptap/extension-blockquote": "2.0.3",
@@ -103,5 +103,5 @@
103
103
  "access": "public"
104
104
  },
105
105
  "npmUnpacked": "4.15.2",
106
- "gitHead": "c80586c67acb60cb9347476f07f6bb516c731aca"
106
+ "gitHead": "1a476a5dc63f978dbc9fda492b381a9a2b084061"
107
107
  }