@squiz/resource-browser-ui-lib
Advanced tools
Comparing version 0.1.1-rc.0 to 0.2.0-rc.0
import type { Preview } from '@storybook/react'; | ||
import '../src/index.scss'; | ||
import '../../../node_modules/@squiz/sds/lib/package.css'; | ||
import './local-styles.scss'; | ||
import '../../../node_modules/@squiz/sds/lib/package-normalized.css'; | ||
const preview: Preview = { | ||
parameters: { | ||
actions: { argTypesRegex: '^on[A-Z].*' }, | ||
controls: { | ||
matchers: { | ||
color: /(background|color)$/i, | ||
date: /Date$/, | ||
}, | ||
parameters: { | ||
actions: { argTypesRegex: '^on[A-Z].*' }, | ||
controls: { | ||
matchers: { | ||
color: /(background|color)$/i, | ||
date: /Date$/, | ||
}, | ||
}, | ||
}, | ||
}, | ||
}; | ||
export default preview; |
@@ -6,2 +6,8 @@ # Change Log | ||
# [0.2.0-rc.0](https://gitlab.squiz.net/dxp/dxp-shared-ui/resource-browser/compare/@squiz/resource-browser-ui-lib@0.1.1-rc.0...@squiz/resource-browser-ui-lib@0.2.0-rc.0) (2024-05-06) | ||
### Features | ||
- **prodam-95:** add filter ui components ([ce5949f](https://gitlab.squiz.net/dxp/dxp-shared-ui/resource-browser/commit/ce5949f341c4054ba9c5afa660f170f24584fd43)) | ||
## [0.1.1-rc.0](https://gitlab.squiz.net/dxp/dxp-shared-ui/resource-browser/compare/@squiz/resource-browser-ui-lib@0.1.0-rc.0...@squiz/resource-browser-ui-lib@0.1.1-rc.0) (2024-05-03) | ||
@@ -8,0 +14,0 @@ |
@@ -20,3 +20,3 @@ import type { Config } from 'jest'; | ||
testTimeout: 60_000, | ||
testEnvironment: 'jsdom', | ||
testEnvironment: './jest.jsdom.ts', | ||
testPathIgnorePatterns: ['/lib/', `/node_modules/`], | ||
@@ -23,0 +23,0 @@ maxWorkers: 1, |
export * from './LayoutGrid/LayoutGrid'; | ||
export * from './CheckboxFilter/CheckboxFilter'; |
@@ -19,1 +19,2 @@ "use strict"; | ||
__exportStar(require("./LayoutGrid/LayoutGrid"), exports); | ||
__exportStar(require("./CheckboxFilter/CheckboxFilter"), exports); |
{ | ||
"name": "@squiz/resource-browser-ui-lib", | ||
"version": "0.1.1-rc.0", | ||
"version": "0.2.0-rc.0", | ||
"main": "lib/index.js", | ||
@@ -16,3 +16,3 @@ "types": "lib/index.d.ts", | ||
"dependencies": { | ||
"@squiz/sds": "^1.0.0-alpha.42" | ||
"@squiz/sds": "^1.0.0-alpha.44" | ||
}, | ||
@@ -54,3 +54,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "87ace2ba83f2520c716e3b792dd512f133f78dd1" | ||
"gitHead": "cdb24cd908b3af4b07c819f1b55449dda43b50be" | ||
} |
/* istanbul ignore file */ | ||
export * from './LayoutGrid/LayoutGrid'; | ||
export * from './CheckboxFilter/CheckboxFilter'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
44028
44
870
Updated@squiz/sds@^1.0.0-alpha.44