@uniformdev/design-system 16.1.1-alpha.139 → 16.1.1-alpha.145
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/esm/index.js +8 -0
- package/dist/index.js +8 -0
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -145,6 +145,14 @@ import{jsx as e}from"@emotion/react";import*as l from"react";import at from"reac
|
|
|
145
145
|
pre {
|
|
146
146
|
white-space: pre;
|
|
147
147
|
}
|
|
148
|
+
|
|
149
|
+
*:where(ul, ol) {
|
|
150
|
+
all: unset;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
ul, ol {
|
|
154
|
+
list-style: none;
|
|
155
|
+
}
|
|
148
156
|
`}}));var it={sm:"640px",md:"768px",lg:"1025px",xl:"1280px","2xl":"1536px"},te=o=>`@media (min-width: ${it[o]})`;import{css as f}from"@emotion/react";var R=f`
|
|
149
157
|
position: relative;
|
|
150
158
|
`,v=f`
|
package/dist/index.js
CHANGED
|
@@ -145,6 +145,14 @@ var Et=Object.create;var U=Object.defineProperty;var Ot=Object.getOwnPropertyDes
|
|
|
145
145
|
pre {
|
|
146
146
|
white-space: pre;
|
|
147
147
|
}
|
|
148
|
+
|
|
149
|
+
*:where(ul, ol) {
|
|
150
|
+
all: unset;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
ul, ol {
|
|
154
|
+
list-style: none;
|
|
155
|
+
}
|
|
148
156
|
`}}));var we={sm:"640px",md:"768px",lg:"1025px",xl:"1280px","2xl":"1536px"},ie=o=>`@media (min-width: ${we[o]})`;var g=require("@emotion/react"),H=g.css`
|
|
149
157
|
position: relative;
|
|
150
158
|
`,h=g.css`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "16.1.1-alpha.
|
|
3
|
+
"version": "16.1.1-alpha.145+312640ad1",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"files": [
|
|
46
46
|
"/dist"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "312640ad103ea811c5e15d37f595cb485e6f07dd"
|
|
49
49
|
}
|